aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qml.pro
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2017-10-23 14:09:47 +0200
committerUlf Hermann <ulf.hermann@qt.io>2017-10-24 08:51:18 +0000
commitce33c5eaba97658bce2664d6a742f6a6fa7ff060 (patch)
tree6db490cd9bb2afd3ae4efb86aaae8f28a640edf1 /tests/auto/qml/qml.pro
parent7fc1e0c6443d7ccb254c28ffcf36b623300669c8 (diff)
Re-enable tests/auto/qml/debugger
Enable the tests, make them compile, and QSKIP the ones that don't work for now. Change-Id: Iaa175a8160b219be4054e8b9f7a3edff90f56505 Reviewed-by: Erik Verbruggen <erik.verbruggen@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 a1180e12df..357eecefed 100644
--- a/tests/auto/qml/qml.pro
+++ b/tests/auto/qml/qml.pro
@@ -81,7 +81,7 @@ qtHaveModule(widgets) {
SUBDIRS += $$PUBLICTESTS
SUBDIRS += $$METATYPETESTS
qtConfig(process) {
-# !contains(QT_CONFIG, no-qml-debug): SUBDIRS += debugger
+ qtConfig(qml-debug): SUBDIRS += debugger
!boot2qt {
SUBDIRS += qmllint qmlplugindump
}