ui_ads_hmi.pro 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. #-------------------------------------------------
  2. #
  3. # Project created by QtCreator 2018-04-19T13:58:38
  4. #
  5. #-------------------------------------------------
  6. QT += core gui network
  7. greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
  8. TARGET = ui_ads_hmi
  9. TEMPLATE = app
  10. #MOC_DIR = temp/moc
  11. #RCC_DIR = temp/rcc
  12. #UI_DIR = temp/ui
  13. #OBJECTS_DIR = temp/obj
  14. #DESTDIR = bin
  15. CONFIG += qt c++11 warn_off
  16. #CONFIG += debug warn_off
  17. # The following define makes your compiler emit warnings if you use
  18. # any feature of Qt which has been marked as deprecated (the exact warnings
  19. # depend on your compiler). Please consult the documentation of the
  20. # deprecated API in order to know how to port your code away from it.
  21. DEFINES += QT_DEPRECATED_WARNINGS
  22. DEFINES += VV7_2
  23. # You can also make your code fail to compile if you use deprecated APIs.
  24. # In order to do so, uncomment the following line.
  25. # You can also select to disable deprecated APIs only up to a certain version of Qt.
  26. #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
  27. include(common/common.pri)
  28. SOURCES += \
  29. main.cpp \
  30. ADCIntelligentVehicle.cpp \
  31. look.cpp \
  32. mobileye_info.cpp \
  33. perceptionoutput.cpp \
  34. ../../include/msgtype/hmi.pb.cc \
  35. ../../include/msgtype/gps.pb.cc \
  36. ../../include/msgtype/radarobject.pb.cc \
  37. ../../include/msgtype/radarobjectarray.pb.cc \
  38. ../../include/msgtype/brainstate.pb.cc \
  39. ../../include/msgtype/decition.pb.cc \
  40. ../../include/msgtype/gpsimu.pb.cc \
  41. ../../include/msgtype/canstate.pb.cc \
  42. ../../include/msgtype/v2x.pb.cc \
  43. ../../include/msgtype/chassis.pb.cc \
  44. ../../include/msgtype/mapreq.pb.cc \
  45. ../../include/msgtype/vbox.pb.cc
  46. HEADERS += \
  47. ADCIntelligentVehicle.h \
  48. look.h \
  49. mobileye_info.h \
  50. ultrasonic_type.h \
  51. perceptionoutput.h \
  52. ../../include/msgtype/hmi.pb.h \
  53. ../../include/msgtype/gps.pb.h \
  54. ../../include/msgtype/radarobject.pb.h \
  55. ../../include/msgtype/radarobjectarray.pb.h \
  56. ../../include/msgtype/brainstate.pb.h \
  57. ../../include/msgtype/decition.pb.h \
  58. ../../include/msgtype/canstate.pb.h \
  59. ../../include/msgtype/gpsimu.pb.h \
  60. ../../include/msgtype/v2x.pb.h \
  61. ../../include/msgtype/chassis.pb.h \
  62. ../../include/msgtype/mapreq.pb.h \
  63. ../../include/msgtype/vbox.pb.h
  64. FORMS += \
  65. ADCIntelligentVehicle.ui
  66. RESOURCES += \
  67. ADCIntelligentVehicle.qrc
  68. unix:!macx: INCLUDEPATH += $$PWD/.
  69. unix:!macx: DEPENDPATH += $$PWD/.
  70. #win32:DEPENDPATH += D:/boost
  71. #win32:INCLUDEPATH+= D:/boost
  72. !include(../../../include/common.pri ) {
  73. error( "Couldn't find the common.pri file!" )
  74. }
  75. !include(../../../include/ivprotobuf.pri ) {
  76. error( "Couldn't find the ivprotobuf.pri file!" )
  77. }
  78. !include(../../../include/ivboost.pri ) {
  79. error( "Couldn't find the ivboost.pri file!" )
  80. }
  81. #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 \
  82. #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 \
  83. # 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 \
  84. #D:/boost/stage/lib/libboost_serialization-vc140-mt-gd-x64-1_68.lib \
  85. #C:/Users/summer/Desktop/TestADC/ControlCAN.lib
  86. INCLUDEPATH += $$PWD/.
  87. DEPENDPATH += $$PWD/.
  88. DISTFILES += \
  89. run.jpg \
  90. start.jpg \
  91. test.jpg
  92. #unix:!macx: LIBS += -L$$PWD/../sdk_without_ros/lib/ -lclassifier1 -lrobosense -lrobosense_classification -lrobosense_common \
  93. # -lrobosense_detection -lrobosense_module_manager -lrobosense_preprocessing -lrobosense_tracking