diff options
author | Jake Petroules <[email protected]> | 2017-01-24 22:59:34 -0800 |
---|---|---|
committer | Oswald Buddenhagen <[email protected]> | 2017-01-26 16:59:44 +0000 |
commit | e0c119ccd4ca49b6fecb708133bb0d3008903560 (patch) | |
tree | e3df41318d2873e0d250c99ee1bdcf763bf1f641 /tests/auto/qml/qml.pro | |
parent | 583f0c9238a4e92ed665d3dabde6048205569574 (diff) |
Use qtConfig where appropriate
Change-Id: Ibe2a256ce5f208b3431c32a124aacf616641c965
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 68a2eace19..04e4b04114 100644 --- a/tests/auto/qml/qml.pro +++ b/tests/auto/qml/qml.pro @@ -73,7 +73,7 @@ qtHaveModule(widgets) { SUBDIRS += $$PUBLICTESTS \ qqmlextensionplugin SUBDIRS += $$METATYPETESTS -!uikit:!winrt { # no QProcess on uikit/winrt +!qtConfig(process) { !contains(QT_CONFIG, no-qml-debug): SUBDIRS += debugger SUBDIRS += qmllint qmlplugindump } |