diff options
Diffstat (limited to 'mkspecs/qpa/macx-iphonesimulator-g++/qmake.conf')
-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 |