aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qml.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qml.pro')
-rw-r--r--tests/auto/qml/qml.pro11
1 files changed, 9 insertions, 2 deletions
diff --git a/tests/auto/qml/qml.pro b/tests/auto/qml/qml.pro
index d99d18c152..dc6c0def56 100644
--- a/tests/auto/qml/qml.pro
+++ b/tests/auto/qml/qml.pro
@@ -5,8 +5,6 @@ METATYPETESTS += \
PUBLICTESTS += \
parserstress \
- qjsengine \
- qjsvalue \
qjsvalueiterator \
qjsonbinding \
qmlmin \
@@ -50,6 +48,15 @@ PRIVATETESTS += \
qqmlbundle \
v4
+!contains(QT_CONFIG, no-widgets) {
+ PUBLICTESTS += \
+ qjsengine \
+ qjsvalue
+
+ PRIVATETESTS += \
+ qqmlecmascript
+}
+
SUBDIRS += $$PUBLICTESTS
SUBDIRS += $$METATYPETESTS
SUBDIRS += debugger