diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2011-08-05 16:43:34 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2011-08-05 16:43:34 (GMT) |
commit | 2f0f1080eee7b518cd2fa01289f6e218f56b46e9 (patch) | |
tree | 711793ee539f0c30ce324d05398faca8f3934640 | |
parent | 9157863871af8da72f361812c563a3f3a100460b (diff) | |
parent | 7bd024f678f86372488a49b9c6ef08ddadea2cef (diff) | |
download | Qt-2f0f1080eee7b518cd2fa01289f6e218f56b46e9.zip Qt-2f0f1080eee7b518cd2fa01289f6e218f56b46e9.tar.gz Qt-2f0f1080eee7b518cd2fa01289f6e218f56b46e9.tar.bz2 |
Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qt-fire-team
* 'master' of git://scm.dev.nokia.troll.no/qt/qt-fire-team:
uikit: update SDK setting for the simulator
-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 |