mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-04-27 02:04:33 +00:00
disable web engine by default
This commit is contained in:
parent
57e067ba85
commit
d20fc21426
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user