summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel/qapplication
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@qt.io>2018-06-28 08:47:44 +0200
committerOliver Wolff <oliver.wolff@qt.io>2018-06-28 15:44:02 +0000
commit4cbf83604dc89de5d1e7de732034644d469e6d6d (patch)
treecb6b28645fa4e30a93c29583f3aa29ca3cb7b861 /tests/auto/widgets/kernel/qapplication
parent030eddd1730f2cb2b175cb02e3848094ad74d22f (diff)
Remove leftovers of wincmdline test from test's .pro file
The test and its helper were removed some time ago. Change-Id: Id82a2a1bf829f272e9c1447e697935934c923092 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'tests/auto/widgets/kernel/qapplication')
-rw-r--r--tests/auto/widgets/kernel/qapplication/test/test.pro5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/auto/widgets/kernel/qapplication/test/test.pro b/tests/auto/widgets/kernel/qapplication/test/test.pro
index 93e80dd123..76411a9ebe 100644
--- a/tests/auto/widgets/kernel/qapplication/test/test.pro
+++ b/tests/auto/widgets/kernel/qapplication/test/test.pro
@@ -9,10 +9,7 @@ builtin_testdata: DEFINES += BUILTIN_TESTDATA
TESTDATA = ../test/test.pro ../tmp/README ../modal
-!winrt {
- SUBPROGRAMS = desktopsettingsaware modal
- win32:SUBPROGRAMS += wincmdline
-}
+!winrt: SUBPROGRAMS = desktopsettingsaware modal
debug_and_release {
CONFIG(debug, debug|release) {