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.
|
- include(pri/test_defaults.pri)
-
- TARGET = runtime_project_bundle_tests
- QT += core
- CONFIG += testcase
-
- SOURCES += \
- runtime_project_bundle_tests.cpp \
- ../src/infrastructure/runtime_project_bundle.cpp
-
- HEADERS += \
- ../src/infrastructure/runtime_project_bundle.h \
- $$TEST_SUPPORT_HEADERS
|