summaryrefslogtreecommitdiffstats
path: root/mkspecs/common/ios.conf
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@digia.com>2013-02-15 16:35:52 +0100
committerTor Arne Vestbø <tor.arne.vestbo@digia.com>2013-02-26 14:28:01 +0100
commit2aeb742a581efa354e0ff93296d5caf66c38d88d (patch)
tree7be01276933aa2626df754c4b0a239dbb1f4342c /mkspecs/common/ios.conf
parent6e594a945164d661d0e1336fcdde784ccd41f5b7 (diff)
iOS: Use sdk.prf to set -isysroot based on the chosen SDK
Change-Id: I4683ab422ad886b86604fbd68f8dfb4cf6bfc06e Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@digia.com>
Diffstat (limited to 'mkspecs/common/ios.conf')
-rw-r--r--mkspecs/common/ios.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/common/ios.conf b/mkspecs/common/ios.conf
index c588222666..890446d844 100644
--- a/mkspecs/common/ios.conf
+++ b/mkspecs/common/ios.conf
@@ -3,7 +3,7 @@
#
MAKEFILE_GENERATOR = UNIX
-CONFIG += ios reduce_exports incremental global_init_link_order lib_version_first plugin_no_soname
+CONFIG += ios reduce_exports incremental global_init_link_order lib_version_first plugin_no_soname sdk
QMAKE_INCREMENTAL_STYLE = sublib
# Qt can't build iOS app bundle :(