common.pri 453 B

12345678910111213141516171819202122
  1. DISTFILES +=
  2. HEADERS += \
  3. $$PWD/boost.h \
  4. $$PWD/car_status.h \
  5. $$PWD/constants.h \
  6. $$PWD/gps_type.h \
  7. $$PWD/lidar.h \
  8. $$PWD/logout.h \
  9. $$PWD/obstacle_type.h \
  10. $$PWD/ultrasonic_type.h \
  11. $$PWD/hmi_type.h \
  12. $$PWD/platform_type.h \
  13. $$PWD/group_type.h \
  14. $$PWD/fusion.h \
  15. $$PWD/gps_type.h \
  16. $$PWD/roadmode_type.h \
  17. $$PWD/sysparam_type.h
  18. SOURCES += \
  19. $$PWD/car_status.cpp \
  20. $$PWD/lidar.cpp