summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2018-08-27 12:21:50 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2018-08-27 11:41:50 +0000
commit78df61b51b9bf52364681ccedc82c8eb6aba5469 (patch)
tree6d7403869a4bc9f910bc3bcf7eeb5cc6162ceedc /examples
parente8f3a4afd5e7a62ef5d6e7fdf953b8befe9bb0cd (diff)
Disable tools that don't make sense on iOS
Until we can build hosts tools (or tools that only make sense to run on the host/development platform, not the target), that have GUI dependencies, we have to exclude the tools completely. Change-Id: If12c5b4bd47a6456f7ae2779a62cca430cf15c3c Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/examples.pro5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/examples.pro b/examples/examples.pro
index 0300e3c04..c00e041be 100644
--- a/examples/examples.pro
+++ b/examples/examples.pro
@@ -1,4 +1,7 @@
TEMPLATE = subdirs
-qtHaveModule(widgets): SUBDIRS += help designer linguist uitools assistant
+qtHaveModule(widgets) {
+ SUBDIRS += linguist
+ !uikit: SUBDIRS += help designer uitools assistant
+}
!qtConfig(process): SUBDIRS -= assistant designer