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 = performance_tests
- QT += testlib
-
- SOURCES += \
- performance_tests.cpp \
- $$DOMAIN_REGISTER_SOURCES \
- $$DOMAIN_LOGIC_SOURCES \
- ../src/services/software_logic_executor.cpp
-
- HEADERS += \
- $$DOMAIN_REGISTER_HEADERS \
- $$DOMAIN_LOGIC_HEADERS \
- ../src/services/software_logic_executor.h
|