aboutsummaryrefslogtreecommitdiffstats
path: root/tools/tools.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tools.pro')
-rw-r--r--tools/tools.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools.pro b/tools/tools.pro
index 20a3600fb8..0c9fa34601 100644
--- a/tools/tools.pro
+++ b/tools/tools.pro
@@ -26,7 +26,7 @@ qtConfig(commandlineparser): SUBDIRS += qmlcachegen
}
qtHaveModule(widgets): SUBDIRS += qmleasing
}
- qtHaveModule(qmltest): SUBDIRS += qmltestrunner
+ !emscripten:qtHaveModule(qmltest): SUBDIRS += qmltestrunner
qtConfig(private_tests): SUBDIRS += qmljs
}