123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- HEADERS += \
- $$PWD/../../../src/include/msgtype/brainstate.pb.h \
- $$PWD/../../../src/include/msgtype/chassis.pb.h \
- $$PWD/../../../src/include/msgtype/decition.pb.h \
- $$PWD/../../../src/include/msgtype/gps.pb.h \
- $$PWD/../../../src/include/msgtype/gpsimu.pb.h \
- $$PWD/../../../src/include/msgtype/hmi.pb.h \
- $$PWD/../../../src/include/msgtype/imu.pb.h \
- $$PWD/../../../src/include/msgtype/radarobject.pb.h \
- $$PWD/../../../src/include/msgtype/radarobjectarray.pb.h \
- $$PWD/../../../src/include/msgtype/radio_send.pb.h \
- $$PWD/../../../src/include/msgtype/ultrasonic.pb.h \
- $$PWD/../../../src/include/msgtype/v2x.pb.h \
- $$PWD/../../../src/include/msgtype/vbox.pb.h \
- $$PWD/../../interface/ivmodule.h \
- $$PWD/ivdecision.h
- SOURCES += \
- $$PWD/../../../src/include/msgtype/brainstate.pb.cc \
- $$PWD/../../../src/include/msgtype/chassis.pb.cc \
- $$PWD/../../../src/include/msgtype/decition.pb.cc \
- $$PWD/../../../src/include/msgtype/gps.pb.cc \
- $$PWD/../../../src/include/msgtype/gpsimu.pb.cc \
- $$PWD/../../../src/include/msgtype/hmi.pb.cc \
- $$PWD/../../../src/include/msgtype/imu.pb.cc \
- $$PWD/../../../src/include/msgtype/radarobject.pb.cc \
- $$PWD/../../../src/include/msgtype/radarobjectarray.pb.cc \
- $$PWD/../../../src/include/msgtype/radio_send.pb.cc \
- $$PWD/../../../src/include/msgtype/ultrasonic.pb.cc \
- $$PWD/../../../src/include/msgtype/v2x.pb.cc \
- $$PWD/../../../src/include/msgtype/vbox.pb.cc \
- $$PWD/../../interface/ivmodule.cpp \
- $$PWD/ivdecision.cpp
- INCLUDEPATH += $$PWD/../interface
- INCLUDEPATH += $$PWD/../../interface
- INCLUDEPATH += $$PWD/../../common/modulecomm
- INCLUDEPATH += $$PWD/../../common/modulecomm_shm
- INCLUDEPATH += $$PWD/../../common/modulecomm_fastrtps
- INCLUDEPATH += $$PWD/../../common/modulecomm_inter
- LIBS += -L$$PWD/../../common/build-modulecomm-Debug -lmodulecomm
- LIBS += -L$$PWD/../../common/build-modulecomm_fastrtps-Debug -lmodulecomm_fastrtps
- LIBS += -L$$PWD/../../common/build-modulecomm_shm-Debug -lmodulecomm_shm
- LIBS += -L$$PWD/../../common/build-modulecomm_inter-Debug -lmodulecomm_inter
- INCLUDEPATH += $$PWD/../../../src/common/xmlparam
- LIBS += -L$$PWD/../../../bin/ -lxmlparam
- INCLUDEPATH += $$PWD/../../../src/include/msgtype
|