aboutsummaryrefslogtreecommitdiffstats
path: root/tools/tools.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tools.pro')
-rw-r--r--tools/tools.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/tools.pro b/tools/tools.pro
index 07eaa0be70..21b23f20fa 100644
--- a/tools/tools.pro
+++ b/tools/tools.pro
@@ -10,14 +10,14 @@ qtConfig(qml-devtools) {
qtConfig(xmlstreamwriter): SUBDIRS += qmlcachegen
}
-qtConfig(thread):!android|android_app:!wasm:!rtems {
+qtConfig(thread):!android:!wasm:!rtems {
SUBDIRS += qml
qtConfig(qml-profiler): SUBDIRS += qmlprofiler
qtConfig(qml-preview): SUBDIRS += qmlpreview
qtHaveModule(quick) {
- !static: {
+ !contains(CONFIG, static) {
SUBDIRS += \
qmlscene \
qmltime