From 9bca88ea414e68b34eb3f58238b30e47637ab5cc Mon Sep 17 00:00:00 2001 From: Jake Petroules Date: Fri, 17 Feb 2017 14:51:39 -0800 Subject: Flip a broken qtConfig condition This amends e0c119cc. Change-Id: I5be65d23e176198ec9d5420a7f6fe270a4573bc3 Reviewed-by: Oswald Buddenhagen --- tests/auto/qml/qml.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/qml/qml.pro b/tests/auto/qml/qml.pro index 04e4b04114..7d182b7255 100644 --- a/tests/auto/qml/qml.pro +++ b/tests/auto/qml/qml.pro @@ -73,7 +73,7 @@ qtHaveModule(widgets) { SUBDIRS += $$PUBLICTESTS \ qqmlextensionplugin SUBDIRS += $$METATYPETESTS -!qtConfig(process) { +qtConfig(process) { !contains(QT_CONFIG, no-qml-debug): SUBDIRS += debugger SUBDIRS += qmllint qmlplugindump } -- cgit v1.2.3