summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2017-10-07 10:35:31 -0700
committerJake Petroules <jake.petroules@qt.io>2017-10-10 15:54:06 +0000
commit5069186722a01ea4f47d13fb79f6939428dcc2e4 (patch)
treecd64d5b08488768af21c1b203ec65070297531a3 /tests
parent6a9506220bdb9c529463aad6eb28b79f1a8bfe99 (diff)
Use condition which is more to the point
Test for QProcess availability instead of doing platform tests. Change-Id: I0c007c47812deb5d155bc7365fe54ddff1e6be0a Reviewed-by: Jake Petroules <jake.petroules@qt.io> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/postbuild/postbuild.pro3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/postbuild/postbuild.pro b/tests/postbuild/postbuild.pro
index e5cd897d..b558acf6 100644
--- a/tests/postbuild/postbuild.pro
+++ b/tests/postbuild/postbuild.pro
@@ -5,8 +5,7 @@ SUBDIRS += \
symbols \
guiapplauncher
-# This test is not valid for UIKit/WinRT (no QProcess)
-uikit|winrt: SUBDIRS -= headers guiapplauncher
+!qtConfig(process): SUBDIRS -= headers guiapplauncher
# This test is only valid on linux
!linux: SUBDIRS -= symbols