decition_brain_sf.pro 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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($$PWD/../common/common/common.pri)
  30. include($$PWD/decition/decition.pri)
  31. include($$PWD/../common/perception_sf/perception_sf.pri)
  32. #include(platform/platform.pri)
  33. INCLUDEPATH += $$PWD/../common
  34. INCLUDEPATH += $$PWD/../../include/msgtype
  35. LIBS += -lprotobuf
  36. INCLUDEPATH += $$PWD/../../../include/
  37. LIBS += -L$$PWD/../../../bin/ -lxmlparam -lmodulecomm -livlog
  38. # -livbacktrace
  39. #win32: INCLUDEPATH += C:/File/PCL_1.8/PCL_1.8.1/3rdParty/boost-1.65/include/boost-1_65
  40. win32: INCLUDEPATH += C:/File/boost/boost_1_67_0
  41. 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
  42. unix:LIBS += -lboost_thread -lboost_system -lboost_serialization
  43. unix:INCLUDEPATH += /usr/include/eigen3
  44. unix:!macx: INCLUDEPATH += $$PWD/.
  45. unix:!macx: DEPENDPATH += $$PWD/.
  46. HEADERS += \
  47. ../../include/msgtype/brainstate.pb.h \
  48. ../../include/msgtype/decition.pb.h \
  49. ../../include/msgtype/radarobjectarray.pb.h \
  50. ../../include/msgtype/radarobject.pb.h \
  51. ../../include/msgtype/gpsimu.pb.h \
  52. ../../include/msgtype/mapreq.pb.h \
  53. ../../include/msgtype/hmi.pb.h \
  54. ../../include/msgtype/vbox.pb.h \
  55. ../common/common/roadmode_type.h \
  56. ../../include/msgtype/chassis.pb.h \
  57. ../../include/msgtype/radio_send.pb.h \
  58. ../../include/msgtype/formation_map.pb.h \
  59. ../../include/msgtype/fusionobjectarray.pb.h \
  60. ../../include/msgtype/fusionobject.pb.h \
  61. ../common/perception_sf/eyes.h \
  62. ../common/perception_sf/perceptionoutput.h \
  63. ../common/perception_sf/sensor.h \
  64. ../common/perception_sf/sensor_camera.h \
  65. ../common/perception_sf/sensor_gps.h \
  66. ../common/perception_sf/sensor_lidar.h \
  67. ../common/perception_sf/sensor_radar.h \
  68. ../common/common/sysparam_type.h