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)
- include(pri/test_layers.pri)
-
- TARGET = domain_tests
- QT -= gui
- CONFIG += testcase
-
- SOURCES += \
- domain_tests.cpp \
- $$DOMAIN_ALL_SOURCES
-
- HEADERS += \
- $$DOMAIN_ALL_HEADERS \
- $$TEST_SUPPORT_HEADERS
|