综合平台编程器项目的远程存储
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

19 lines
366 B

  1. QT -= gui
  2. TEMPLATE = app
  3. TARGET = runtime_mode_service_tests
  4. CONFIG += console c++17 warn_on
  5. CONFIG -= app_bundle
  6. INCLUDEPATH += ../src
  7. SOURCES += \
  8. runtime_mode_service_tests.cpp \
  9. ../src/domain/runtime_state.cpp \
  10. ../src/services/runtime_mode_service.cpp
  11. HEADERS += \
  12. ../src/domain/runtime_state.h \
  13. ../src/services/runtime_mode_service.h