summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2017-09-15 01:17:15 -0700
committerJake Petroules <jake.petroules@qt.io>2017-09-15 08:39:37 +0000
commitfce8978426b9dbad8ea60412ba34d855a9c90a24 (patch)
treee86083281df2c2329ad8c6f0b3d7a8ad522bb637 /examples
parent715116f8c49c681e3030ec288ba78613bff0afdd (diff)
Fix exclusion condition for assistant examples
The actual reason why they were disabled for WinRT is because that platform lacks process support (see 40e060d). Therefore, this fixes the build for VxWorks as well. Change-Id: Id411c467f4c3bbed45f7bd3bd8d4881c72f3b466 Reviewed-by: Tuomas Heimonen <tuomas.heimonen@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/examples.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index 69365d18d..8fb90f846 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -1,4 +1,5 @@
TEMPLATE = subdirs
qtHaveModule(widgets): SUBDIRS += help designer linguist uitools assistant
-winrt: SUBDIRS -= assistant designer
+!qtConfig(process): SUBDIRS -= assistant
+winrt: SUBDIRS -= designer