summaryrefslogtreecommitdiff
path: root/src/src.pro
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@theqtcompany.com>2016-03-16 07:29:53 +0100
committerAndy Shaw <andy.shaw@theqtcompany.com>2016-03-18 07:59:16 +0000
commit463b8d7bb53ae5ea08ec6caafdf1754ca015603a (patch)
tree6d7af249ef617fcef3086d8772f35d3f6af05c4b /src/src.pro
parentb4c13916ec0fd7796acdf0ec5a1db0134479b3f2 (diff)
downloadqtquickcontrols-463b8d7bb53ae5ea08ec6caafdf1754ca015603a.tar.gz
Make the iOS style a plugin so that it can be built for static correctly
Change-Id: I60ae4aa9e0e1ffdc8f74a611202fef10df023b05 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src.pro b/src/src.pro
index 3850a354..36a3bd44 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -2,7 +2,7 @@ TEMPLATE = subdirs
SUBDIRS += controls
android: SUBDIRS += controls/Styles/Android
-ios: SUBDIRS += controls/Styles/iOS
+ios:!static: SUBDIRS += controls/Styles/iOS
winrt: SUBDIRS += controls/Styles/WinRT
SUBDIRS += extras