decition_brain_sf.pro 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. QT -= gui
  2. QT += network dbus xml
  3. CONFIG += c++11 console
  4. CONFIG -= app_bundle
  5. # The following define makes your compiler emit warnings if you use
  6. # any feature of Qt which as been marked deprecated (the exact warnings
  7. # depend on your compiler). Please consult the documentation of the
  8. # deprecated API in order to know how to port your code away from it.
  9. DEFINES += QT_DEPRECATED_WARNINGS
  10. QMAKE_LFLAGS += -no-pie
  11. # You can also make your code fail to compile if you use deprecated APIs.
  12. # In order to do so, uncomment the following line.
  13. # You can also select to disable deprecated APIs only up to a certain version of Qt.
  14. #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
  15. SOURCES += $$PWD/../common/main.cpp \
  16. ../../include/msgtype/brainstate.pb.cc \
  17. ../../include/msgtype/decition.pb.cc \
  18. ../../include/msgtype/radarobjectarray.pb.cc \
  19. ../../include/msgtype/radarobject.pb.cc \
  20. ../../include/msgtype/gpsimu.pb.cc \
  21. ../../include/msgtype/mapreq.pb.cc \
  22. ../../include/msgtype/hmi.pb.cc \
  23. ../../include/msgtype/chassis.pb.cc \
  24. ../../include/msgtype/vbox.pb.cc \
  25. ../../include/msgtype/radio_send.pb.cc \
  26. ../../include/msgtype/formation_map.pb.cc \
  27. ../../include/msgtype/fusionobjectarray.pb.cc \
  28. ../../include/msgtype/fusionobject.pb.cc \
  29. ../../include/msgtype/carstate.pb.cc \
  30. ../../include/msgtype/groupmsg.pb.cc
  31. include($$PWD/../common/common/common.pri)
  32. include($$PWD/decition/decition.pri)
  33. include($$PWD/../common/perception_sf/perception_sf.pri)
  34. #include(platform/platform.pri)
  35. INCLUDEPATH += $$PWD/../common
  36. INCLUDEPATH += $$PWD/../../include/msgtype
  37. LIBS += -lprotobuf
  38. !include(../../../include/common.pri ) {
  39. error( "Couldn't find the common.pri file!" )
  40. }
  41. #INCLUDEPATH += $$PWD/../../../include/
  42. #LIBS += -L$$PWD/../../../bin/ -lxmlparam -lmodulecomm -livlog
  43. # -livbacktrace
  44. #win32: INCLUDEPATH += C:/File/PCL_1.8/PCL_1.8.1/3rdParty/boost-1.65/include/boost-1_65
  45. win32: INCLUDEPATH += C:/File/boost/boost_1_67_0
  46. 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
  47. unix:LIBS += -lboost_thread -lboost_system -lboost_serialization
  48. unix:INCLUDEPATH += /usr/include/eigen3
  49. unix:!macx: INCLUDEPATH += $$PWD/.
  50. unix:!macx: DEPENDPATH += $$PWD/.
  51. HEADERS += \
  52. ../../include/msgtype/brainstate.pb.h \
  53. ../../include/msgtype/decition.pb.h \
  54. ../../include/msgtype/radarobjectarray.pb.h \
  55. ../../include/msgtype/radarobject.pb.h \
  56. ../../include/msgtype/gpsimu.pb.h \
  57. ../../include/msgtype/mapreq.pb.h \
  58. ../../include/msgtype/hmi.pb.h \
  59. ../../include/msgtype/vbox.pb.h \
  60. ../common/common/roadmode_type.h \
  61. ../../include/msgtype/chassis.pb.h \
  62. ../../include/msgtype/radio_send.pb.h \
  63. ../../include/msgtype/formation_map.pb.h \
  64. ../../include/msgtype/fusionobjectarray.pb.h \
  65. ../../include/msgtype/fusionobject.pb.h \
  66. ../common/perception_sf/eyes.h \
  67. ../common/perception_sf/perceptionoutput.h \
  68. ../common/perception_sf/sensor.h \
  69. ../common/perception_sf/sensor_camera.h \
  70. ../common/perception_sf/sensor_gps.h \
  71. ../common/perception_sf/sensor_lidar.h \
  72. ../common/perception_sf/sensor_radar.h \
  73. ../common/common/sysparam_type.h \
  74. ../../include/msgtype/carstate.pb.h \
  75. ../../include/msgtype/groupmsg.pb.h