综合平台编程器项目的远程存储
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.
 
 
 
 

14 regels
300 B

  1. include(pri/test_defaults.pri)
  2. TARGET = runtime_project_bundle_tests
  3. QT += core
  4. CONFIG += testcase
  5. SOURCES += \
  6. runtime_project_bundle_tests.cpp \
  7. ../src/infrastructure/runtime_project_bundle.cpp
  8. HEADERS += \
  9. ../src/infrastructure/runtime_project_bundle.h \
  10. $$TEST_SUPPORT_HEADERS