4
1
mirror of https://github.com/QuasarApp/CQtDeployer.git synced 2025-05-09 16:09:37 +00:00

fix added unit tests (10%)

This commit is contained in:
Andrei Yankovich 2019-01-26 17:40:56 +03:00
parent 5f36c2fc45
commit 146b9a60ad

@ -13,8 +13,11 @@ SUBDIRS += QuasarAppLib \
CQtDeployer \
UnitTests
contains(DEFINES, WITHOUT_BASE_TESTS) {
SUBDIRS -= UnitTests
}
contains(DEFINES, WITH_TESTS) {
contains(DEFINES, WITH_ALL_TESTS) {
SUBDIRS += \
tests/TestOnlyC \
tests/TestQtWidgets \