ivmapmake_sharemem.pro 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. #-------------------------------------------------
  2. #
  3. # Project created by QtCreator 2018-04-19T13:58:38
  4. #
  5. #-------------------------------------------------
  6. QT += core gui
  7. greaterThan(QT_MAJOR_VERSION, 4): QT += widgets network printsupport
  8. TARGET = ivmapmake_sharemem
  9. TEMPLATE = app
  10. QMAKE_LFLAGS += -no-pie
  11. # The following define makes your compiler emit warnings if you use
  12. # any feature of Qt which has been marked as deprecated (the exact warnings
  13. # depend on your compiler). Please consult the documentation of the
  14. # deprecated API in order to know how to port your code away from it.
  15. DEFINES += QT_DEPRECATED_WARNINGS
  16. DEFINES += VV7_2
  17. # You can also make your code fail to compile if you use deprecated APIs.
  18. # In order to do so, uncomment the following line.
  19. # You can also select to disable deprecated APIs only up to a certain version of Qt.
  20. #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
  21. include(common/common.pri)
  22. SOURCES += \
  23. main.cpp \
  24. gps_collect.cpp \
  25. gnss_coordinate_convert.cpp \
  26. myview.cpp \
  27. ../../include/msgtype/gpsimu.pb.cc
  28. HEADERS += \
  29. gps_collect.h \
  30. gnss_coordinate_convert.h \
  31. myview.h \
  32. ../../include/msgtype/gpsimu.pb.h
  33. INCLUDEPATH += $$PWD/../../include/msgtype
  34. LIBS += -lprotobuf
  35. INCLUDEPATH += $$PWD/../../common/modulecomm/
  36. LIBS += -L$$PWD/../../../bin/ -lmodulecomm
  37. win32: INCLUDEPATH += C:/File/boost/boost_1_67_0
  38. win32: LIBS += -LC:/File/boost/boost_1_67_0/vc2017/lib -lboost_system-vc141-mt-x64-1_67 -lboost_thread-vc141-mt-x64-1_67
  39. unix:!macx: LIBS += -L$$PWD/./ -lboost_thread -lboost_system
  40. unix:LIBS += -lboost_thread -lboost_system -lboost_serialization
  41. #unix:LIBS += -lopencv_core -lopencv_highgui -lopencv_imgproc
  42. #unix:!macx: LIBS += -lprotobuf
  43. unix:!macx: INCLUDEPATH += $$PWD/.
  44. unix:!macx: DEPENDPATH += $$PWD/.
  45. #win32:DEPENDPATH += D:/boost
  46. #win32:INCLUDEPATH+= D:/boost
  47. #win32: LIBS += D:/boost/stage/lib/libboost_thread-vc140-mt-gd-x64-1_68.lib D:/boost/stage/lib/libboost_system-vc140-mt-gd-x64-1_68.lib \
  48. #D:/boost/stage/lib/libboost_date_time-vc140-mt-gd-x64-1_68.lib D:/boost/stage/lib/libboost_chrono-vc140-mt-gd-x64-1_68.lib \
  49. # D:/boost/stage/lib/libboost_filesystem-vc140-mt-gd-x64-1_68.lib D:/boost/stage/lib/libboost_iostreams-vc140-mt-gd-x64-1_68.lib \
  50. #D:/boost/stage/lib/libboost_serialization-vc140-mt-gd-x64-1_68.lib \
  51. #C:/Users/summer/Desktop/TestADC/ControlCAN.lib
  52. INCLUDEPATH += $$PWD/.
  53. DEPENDPATH += $$PWD/.
  54. FORMS +=
  55. DISTFILES += \
  56. timercopy.png
  57. RESOURCES += \
  58. image.qrc