1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- QT = core
- CONFIG += c++17 cmdline
- # You can make your code fail to compile if it uses deprecated APIs.
- # In order to do so, uncomment the following line.
- #DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
- SOURCES += \
- ../../include/msgtype/decitionext.pb.cc \
- dbcsigpacker.cpp \
- a07.cpp \
- main.cpp \
- changan_a07.cpp
- # Default rules for deployment.
- qnx: target.path = /tmp/$${TARGET}/bin
- else: unix:!android: target.path = /opt/$${TARGET}/bin
- !isEmpty(target.path): INSTALLS += target
- #include($$PWD/control/control.pri)
- !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!" )
- }
- !include(../controllercommon/controllercommon.pri ) {
- error( "Couldn't find the controllercommon.pri.pri file!" )
- }
- #DEFINES += TESTBRAKE
- #DEFINES += PIDTEST
- INCLUDEPATH += $$PWD/../controllercommon
- LIBS += -livprotoif
- LIBS += -lcandbc
- HEADERS += \
- ../../include/msgtype/decitionext.pb.h \
- dbcsigpacker.h \
- a07.h \
- changan_a07.h
- RESOURCES += \
- sterraes.qrc
|