summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qfile
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@qt.io>2018-06-28 13:01:25 +0200
committerOliver Wolff <oliver.wolff@qt.io>2018-06-28 15:44:03 +0000
commit40668b82f4609893322691cd3ba3446502cb06d3 (patch)
treea1a288cb3967552cb935ce22e84c3a5e0b9d6bbf /tests/auto/corelib/io/qfile
parent4cbf83604dc89de5d1e7de732034644d469e6d6d (diff)
tst_qfile: Do not build helper application for winrt
The existence of the helper application confuses Coin which will result in an error. Change-Id: I3edf3f27acbe133b180d41a8ae950991e9a5b5da Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>
Diffstat (limited to 'tests/auto/corelib/io/qfile')
-rw-r--r--tests/auto/corelib/io/qfile/qfile.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/corelib/io/qfile/qfile.pro b/tests/auto/corelib/io/qfile/qfile.pro
index 0735daedb3..d2bfc08372 100644
--- a/tests/auto/corelib/io/qfile/qfile.pro
+++ b/tests/auto/corelib/io/qfile/qfile.pro
@@ -1,2 +1,3 @@
TEMPLATE = subdirs
-SUBDIRS = test stdinprocess
+SUBDIRS = test
+!winrt: SUBDIRS += stdinprocess