diff options
author | Eike Ziller <eike.ziller@nokia.com> | 2011-08-05 14:29:22 (GMT) |
---|---|---|
committer | Eike Ziller <eike.ziller@nokia.com> | 2011-08-05 14:29:52 (GMT) |
commit | 7bd024f678f86372488a49b9c6ef08ddadea2cef (patch) | |
tree | 711793ee539f0c30ce324d05398faca8f3934640 /mkspecs | |
parent | b6b160d9ba1e0a5f1fbd67112f8c78ba48e7cad7 (diff) | |
download | Qt-7bd024f678f86372488a49b9c6ef08ddadea2cef.zip Qt-7bd024f678f86372488a49b9c6ef08ddadea2cef.tar.gz Qt-7bd024f678f86372488a49b9c6ef08ddadea2cef.tar.bz2 |
uikit: update SDK setting for the simulator
Diffstat (limited to 'mkspecs')
-rw-r--r-- | mkspecs/qpa/macx-iphonesimulator-g++/qmake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/qpa/macx-iphonesimulator-g++/qmake.conf b/mkspecs/qpa/macx-iphonesimulator-g++/qmake.conf index de4c8b4..df8d4e8 100644 --- a/mkspecs/qpa/macx-iphonesimulator-g++/qmake.conf +++ b/mkspecs/qpa/macx-iphonesimulator-g++/qmake.conf @@ -23,7 +23,7 @@ DEFINES += QT_NO_AUDIO_BACKEND # You may need to change this to point to the iOS SDK you want to use. QMAKE_IOS_DEV_PATH = /Developer/Platforms/iPhoneSimulator.platform/Developer -QMAKE_IOS_SDK = $$QMAKE_IOS_DEV_PATH/SDKs/iPhoneSimulator4.2.sdk +QMAKE_IOS_SDK = $$QMAKE_IOS_DEV_PATH/SDKs/iPhoneSimulator4.3.sdk # Set up deployment targets QMAKE_IPHONEOS_DEPLOYMENT_TARGET = 4.0 |