ubxproto.pro 623 B

123456789101112131415161718192021222324252627282930313233
  1. #-------------------------------------------------
  2. #
  3. # Project created by QtCreator 2014-02-26T14:20:56
  4. #
  5. #-------------------------------------------------
  6. CONFIG -= qt
  7. TARGET = ubloxproto
  8. TEMPLATE = lib
  9. DEFINES += UBLOXPROTO_LIBRARY
  10. SOURCES += \
  11. ublox.c
  12. HEADERS +=\
  13. qublox_global.h \
  14. ubxmessage.h \
  15. ublox.h \
  16. portable_endian.h \
  17. ubloxaid.h \
  18. ubloxcfg.h \
  19. ubloxlog.h \
  20. ubloxmon.h \
  21. ubloxrxm.h \
  22. ubloxutils.h
  23. header_files.files = $$HEADERS
  24. header_files.path = ../include
  25. target.path = ../lib
  26. DEPLOYMENT += header_files target
  27. INSTALLS += header_files
  28. INSTALLS += target