mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-05-09 16:09:37 +00:00
fix #57 added unit tests (10%)
This commit is contained in:
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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user