diff options
author | Jake Petroules <[email protected]> | 2017-02-17 14:51:39 -0800 |
---|---|---|
committer | Jake Petroules <[email protected]> | 2017-02-22 03:03:47 +0000 |
commit | 9bca88ea414e68b34eb3f58238b30e47637ab5cc (patch) | |
tree | 5715c6d4046b451b85511741b3b8829af2e623fe /tests/auto/qml/qml.pro | |
parent | 9af4cb191d9f7372fc358ce033b75d49e000db45 (diff) |
Flip a broken qtConfig condition
This amends e0c119cc.
Change-Id: I5be65d23e176198ec9d5420a7f6fe270a4573bc3
Reviewed-by: Oswald Buddenhagen <[email protected]>
Diffstat (limited to 'tests/auto/qml/qml.pro')
-rw-r--r-- | tests/auto/qml/qml.pro | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |