ui_ads_hmi.pro 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. #-------------------------------------------------
  2. #
  3. # Project created by QtCreator 2018-04-19T13:58:38
  4. #
  5. #-------------------------------------------------
  6. QT += core gui network #webenginewidgets
  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. HEADERS += \
  35. ADCIntelligentVehicle.h \
  36. look.h \
  37. mobileye_info.h \
  38. ultrasonic_type.h \
  39. perceptionoutput.h
  40. FORMS += \
  41. ADCIntelligentVehicle.ui
  42. RESOURCES += \
  43. ADCIntelligentVehicle.qrc
  44. unix:!macx: INCLUDEPATH += $$PWD/.
  45. unix:!macx: DEPENDPATH += $$PWD/.
  46. #win32:DEPENDPATH += D:/boost
  47. #win32:INCLUDEPATH+= D:/boost
  48. !include(../../../include/common.pri ) {
  49. error( "Couldn't find the common.pri file!" )
  50. }
  51. !include(../../../include/ivprotobuf.pri ) {
  52. error( "Couldn't find the ivprotobuf.pri file!" )
  53. }
  54. !include(../../../include/ivboost.pri ) {
  55. error( "Couldn't find the ivboost.pri file!" )
  56. }
  57. #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 \
  58. #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 \
  59. # 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 \
  60. #D:/boost/stage/lib/libboost_serialization-vc140-mt-gd-x64-1_68.lib \
  61. #C:/Users/summer/Desktop/TestADC/ControlCAN.lib
  62. INCLUDEPATH += $$PWD/.
  63. DEPENDPATH += $$PWD/.
  64. DISTFILES += \
  65. run.jpg \
  66. start.jpg \
  67. test.jpg
  68. #unix:!macx: LIBS += -L$$PWD/../sdk_without_ros/lib/ -lclassifier1 -lrobosense -lrobosense_classification -lrobosense_common \
  69. # -lrobosense_detection -lrobosense_module_manager -lrobosense_preprocessing -lrobosense_tracking
  70. LIBS += -livprotoif