diff options
author | Jake Petroules <jake.petroules@qt.io> | 2016-08-18 01:16:20 -0700 |
---|---|---|
committer | Jake Petroules <jake.petroules@qt.io> | 2016-08-18 09:32:08 +0000 |
commit | 5b38f4489539eebd93a5fca5cc6de105868faa9d (patch) | |
tree | 7dc6dd2a56692ffb0f0c11990b621e75c7b00d86 /src/src.pro | |
parent | 96fd5e5afdadde34a4b1bf4146fed55e1a643e4b (diff) | |
download | qttools-5b38f4489539eebd93a5fca5cc6de105868faa9d.tar.gz |
Expand iOS exclude of some targets to cover all UIKit platforms
Code included from qsimd_p.h will not compile on watchOS for example.
Change-Id: I58789d14a582253c26666d2e06579006c803c08e
Reviewed-by: Erik Verbruggen <erik.verbruggen@qt.io>
Diffstat (limited to 'src/src.pro')
-rw-r--r-- | src/src.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/src.pro b/src/src.pro index 1618b7e0e..978b9f69b 100644 --- a/src/src.pro +++ b/src/src.pro @@ -17,7 +17,7 @@ SUBDIRS += linguist \ qtplugininfo \ qtattributionsscanner -if(!android|android_app):!ios: SUBDIRS += qtpaths +if(!android|android_app):!uikit: SUBDIRS += qtpaths mac { SUBDIRS += macdeployqt @@ -31,7 +31,7 @@ qtHaveModule(dbus): SUBDIRS += qdbus win32|winrt:SUBDIRS += windeployqt winrt:SUBDIRS += winrtrunner -qtHaveModule(gui):!android:!ios:!qnx:!winrt: SUBDIRS += qtdiag +qtHaveModule(gui):!android:!uikit:!qnx:!winrt: SUBDIRS += qtdiag qtNomakeTools( \ pixeltool \ |