123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- #-------------------------------------------------
- #
- # Project created by QtCreator 2018-04-19T13:58:38
- #
- #-------------------------------------------------
- QT += core gui network #webenginewidgets
- greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
- TARGET = ui_ads_hmi
- TEMPLATE = app
- #MOC_DIR = temp/moc
- #RCC_DIR = temp/rcc
- #UI_DIR = temp/ui
- #OBJECTS_DIR = temp/obj
- #DESTDIR = bin
- CONFIG += qt c++11 warn_off
- #CONFIG += debug warn_off
- # The following define makes your compiler emit warnings if you use
- # any feature of Qt which has been marked as deprecated (the exact warnings
- # depend on your compiler). Please consult the documentation of the
- # deprecated API in order to know how to port your code away from it.
- DEFINES += QT_DEPRECATED_WARNINGS
- DEFINES += VV7_2
- # You can also make your code fail to compile if you use deprecated APIs.
- # In order to do so, uncomment the following line.
- # You can also select to disable deprecated APIs only up to a certain version of Qt.
- #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
- include(common/common.pri)
- SOURCES += \
- main.cpp \
- ADCIntelligentVehicle.cpp \
- look.cpp \
- mobileye_info.cpp \
- perceptionoutput.cpp
- HEADERS += \
- ADCIntelligentVehicle.h \
- look.h \
- mobileye_info.h \
- ultrasonic_type.h \
- perceptionoutput.h
- FORMS += \
- ADCIntelligentVehicle.ui
- RESOURCES += \
- ADCIntelligentVehicle.qrc
- unix:!macx: INCLUDEPATH += $$PWD/.
- unix:!macx: DEPENDPATH += $$PWD/.
- #win32:DEPENDPATH += D:/boost
- #win32:INCLUDEPATH+= D:/boost
- !include(../../../include/common.pri ) {
- error( "Couldn't find the common.pri file!" )
- }
- !include(../../../include/ivprotobuf.pri ) {
- error( "Couldn't find the ivprotobuf.pri file!" )
- }
- !include(../../../include/ivboost.pri ) {
- error( "Couldn't find the ivboost.pri file!" )
- }
- #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 \
- #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 \
- # 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 \
- #D:/boost/stage/lib/libboost_serialization-vc140-mt-gd-x64-1_68.lib \
- #C:/Users/summer/Desktop/TestADC/ControlCAN.lib
- INCLUDEPATH += $$PWD/.
- DEPENDPATH += $$PWD/.
- DISTFILES += \
- run.jpg \
- start.jpg \
- test.jpg
- #unix:!macx: LIBS += -L$$PWD/../sdk_without_ros/lib/ -lclassifier1 -lrobosense -lrobosense_classification -lrobosense_common \
- # -lrobosense_detection -lrobosense_module_manager -lrobosense_preprocessing -lrobosense_tracking
- LIBS += -livprotoif
|