aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qml.pro
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2017-01-30 12:56:18 +0100
committerLiang Qi <liang.qi@qt.io>2017-01-30 12:56:18 +0100
commit6b1f857db586586e56ce5829635b33e51be74e8e (patch)
treee776581154f51e1ec9b0b21033d5fcabde1b17d5 /tests/auto/qml/qml.pro
parentfee3be1bdf6de5192a70400e6acf4c5b5e55680b (diff)
parente0c119ccd4ca49b6fecb708133bb0d3008903560 (diff)
Merge remote-tracking branch 'origin/5.8' into dev
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 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
}