disable web engine by default

This commit is contained in:
Andrei Yankovich 2019-09-19 09:57:20 +03:00
parent 57e067ba85
commit d20fc21426

View File

@ -15,17 +15,20 @@ SUBDIRS += QuasarAppLib \
UnitTests \
tests/TestOnlyC \
tests/TestQtWidgets \
tests/TestQMLWidgets \
tests/quicknanobrowser
tests/TestQMLWidgets
}
contains(DEFINES, WITH_ALL_TESTS) {
SUBDIRS += tests/quicknanobrowser
}
contains(DEFINES, WITHOUT_TESTS) {
SUBDIRS -= UnitTests \
tests/TestOnlyC \
tests/TestQtWidgets \
tests/TestQMLWidgets \
tests/quicknanobrowser
}
CQtDeployer.depends=QuasarAppLib