From 2ef11a27300ba0f74c2768aa1077bbfa5666d643 Mon Sep 17 00:00:00 2001 From: Oliver Wolff Date: Fri, 14 Mar 2014 13:25:05 +0100 Subject: [PATCH] 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 --- 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 74369685f..c909a2d35 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 -- 2.34.1