|
@@ -5,25 +5,24 @@
|
|
#-------------------------------------------------
|
|
#-------------------------------------------------
|
|
CONFIG -= qt
|
|
CONFIG -= qt
|
|
|
|
|
|
-TARGET = ubloxproto
|
|
|
|
|
|
+TARGET = ubxproto
|
|
TEMPLATE = lib
|
|
TEMPLATE = lib
|
|
|
|
|
|
DEFINES += UBLOXPROTO_LIBRARY
|
|
DEFINES += UBLOXPROTO_LIBRARY
|
|
|
|
|
|
SOURCES += \
|
|
SOURCES += \
|
|
- ublox.c
|
|
|
|
|
|
+ ubx.c
|
|
|
|
|
|
HEADERS +=\
|
|
HEADERS +=\
|
|
- qublox_global.h \
|
|
|
|
ubxmessage.h \
|
|
ubxmessage.h \
|
|
- ublox.h \
|
|
|
|
|
|
+ ubx.h \
|
|
portable_endian.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.files = $$HEADERS
|
|
header_files.path = ../include
|
|
header_files.path = ../include
|