aboutsummaryrefslogtreecommitdiffstats
path: root/tools/tools.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tools.pro')
-rw-r--r--tools/tools.pro5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/tools.pro b/tools/tools.pro
index 0c9fa34601..2f32e681b6 100644
--- a/tools/tools.pro
+++ b/tools/tools.pro
@@ -5,8 +5,7 @@ SUBDIRS += \
qmlimportscanner
qtConfig(commandlineparser): SUBDIRS += qmlcachegen
-
-!android|android_app {
+!emscripten:!android|android_app {
SUBDIRS += \
qml \
qmllint
@@ -26,7 +25,7 @@ qtConfig(commandlineparser): SUBDIRS += qmlcachegen
}
qtHaveModule(widgets): SUBDIRS += qmleasing
}
- !emscripten:qtHaveModule(qmltest): SUBDIRS += qmltestrunner
+ qtHaveModule(qmltest): SUBDIRS += qmltestrunner
qtConfig(private_tests): SUBDIRS += qmljs
}