Browse Source

Fix project file

semlanik 10 years ago
parent
commit
f46a82b32f
1 changed files with 9 additions and 10 deletions
  1. 9 10
      ubxproto.pro

+ 9 - 10
ubxproto.pro

@@ -5,25 +5,24 @@
 #-------------------------------------------------
 CONFIG -= qt
 
-TARGET = ubloxproto
+TARGET = ubxproto
 TEMPLATE = lib
 
 DEFINES += UBLOXPROTO_LIBRARY
 
 SOURCES += \
-    ublox.c
+    ubx.c
 
 HEADERS +=\
-        qublox_global.h \
     ubxmessage.h \
-    ublox.h \
+    ubx.h \
     portable_endian.h \
-    ubloxaid.h \
-    ubloxcfg.h \
-    ubloxlog.h \
-    ubloxmon.h \
-    ubloxrxm.h \
-    ubloxutils.h
+    ubxaid.h \
+    ubxcfg.h \
+    ubxlog.h \
+    ubxmon.h \
+    ubxrxm.h \
+    ubxutils.h
 
 header_files.files = $$HEADERS
 header_files.path = ../include