From 78df61b51b9bf52364681ccedc82c8eb6aba5469 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Mon, 27 Aug 2018 12:21:50 +0200 Subject: 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 --- src/src.pro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/src.pro') diff --git a/src/src.pro b/src/src.pro index 8eac4432f..6525af678 100644 --- a/src/src.pro +++ b/src/src.pro @@ -3,7 +3,7 @@ TEMPLATE = subdirs qtHaveModule(widgets) { no-png { message("Some graphics-related tools are unavailable without PNG support") - } else { + } else: !uikit { SUBDIRS = assistant \ pixeltool \ designer @@ -18,14 +18,14 @@ SUBDIRS += linguist \ qtattributionsscanner qtConfig(library) { - !android|android_app: SUBDIRS += qtplugininfo + if(!android|android_app):!uikit: SUBDIRS += qtplugininfo } config_clang: qtConfig(thread): SUBDIRS += qdoc if(!android|android_app):!uikit: SUBDIRS += qtpaths -mac { +macos { SUBDIRS += macdeployqt } -- cgit v1.2.1