aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qml.pro
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@qt.io>2017-07-05 15:31:03 +0200
committerErik Verbruggen <erik.verbruggen@qt.io>2017-07-05 13:33:31 +0000
commit2d3f08ed75f0f0aa69cb9acba682b36e07dd3ff5 (patch)
treee7e7f929a67a2297727720070d1a560d11f433c6 /tests/auto/qml/qml.pro
parent81c6693e114bcbd8cb56fdc2202fb7f0369d145a (diff)
Turn of QML/JS debug testing for the moment
Task-number: QTBUG-61805 Change-Id: I0040e0a9205332a1a6851c87d7360cff48038343 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'tests/auto/qml/qml.pro')
-rw-r--r--tests/auto/qml/qml.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/qml.pro b/tests/auto/qml/qml.pro
index fdea4931f1..694787e3ab 100644
--- a/tests/auto/qml/qml.pro
+++ b/tests/auto/qml/qml.pro
@@ -83,7 +83,7 @@ qtHaveModule(widgets) {
SUBDIRS += $$PUBLICTESTS
SUBDIRS += $$METATYPETESTS
qtConfig(process):!boot2qt {
- !contains(QT_CONFIG, no-qml-debug): SUBDIRS += debugger
+# !contains(QT_CONFIG, no-qml-debug): SUBDIRS += debugger
SUBDIRS += qmllint qmlplugindump
}