aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qml.pro
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@digia.com>2014-03-14 13:25:05 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-14 13:53:48 +0100
commit2ef11a27300ba0f74c2768aa1077bbfa5666d643 (patch)
treef1b506b3981bba63248f81a7d2f8aa8a43d8e3ae /tests/auto/qml/qml.pro
parent212e961fc8abefb23f5de3c6057556caeeacdc30 (diff)
WinRT: Disable qml debugger autotest
As the test heavily depends on QProcess and QProcess is not implemented for WinRT, this auto test should be disabled. Change-Id: I765db54072ffaefe028b34d37090cfc2ad8dbd48 Reviewed-by: Andrew Knight <andrew.knight@digia.com>
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 74369685f5..c909a2d35a 100644
--- a/tests/auto/qml/qml.pro
+++ b/tests/auto/qml/qml.pro
@@ -68,7 +68,7 @@ qtHaveModule(widgets) {
SUBDIRS += $$PUBLICTESTS
SUBDIRS += $$METATYPETESTS
-SUBDIRS += debugger
+!winrt: SUBDIRS += debugger # no QProcess on winrt
contains(QT_CONFIG, private_tests) {
SUBDIRS += $$PRIVATETESTS