From 1410f2cf5c124bc3f17eb3b0221f3707aae49d91 Mon Sep 17 00:00:00 2001 From: Oswald Buddenhagen Date: Tue, 11 Sep 2018 13:26:11 +0200 Subject: disable tools that don't make sense on iOS more sensibly MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit the primary method of doing that is via the -nomake tools machanism, which is the default when cross-building. amends 78df61b51. Fixes: QTBUG-70454 Change-Id: I837d5d130c1295154dab5d0424da46dacbfe2a34 Reviewed-by: Tor Arne Vestbø --- examples/examples.pro | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'examples') diff --git a/examples/examples.pro b/examples/examples.pro index c00e041be..2003bc514 100644 --- a/examples/examples.pro +++ b/examples/examples.pro @@ -1,7 +1,8 @@ TEMPLATE = subdirs -qtHaveModule(widgets) { - SUBDIRS += linguist - !uikit: SUBDIRS += help designer uitools assistant -} +qtHaveModule(widgets): SUBDIRS += help designer linguist uitools assistant !qtConfig(process): SUBDIRS -= assistant designer + +qtNomakeTools( \ + assistant \ +) -- cgit v1.2.3