summaryrefslogtreecommitdiffstats
path: root/src/winmain/qtmain_winrt.cpp
diff options
context:
space:
mode:
authorRichard Moe Gustavsen <richard.gustavsen@digia.com>2014-03-13 13:10:47 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-14 22:40:28 +0100
commit60f0a97eddfad0cfe2c00dd7a6fb15b94a2260c9 (patch)
tree700d534060780e314541f591a424062ed8ea7bdc /src/winmain/qtmain_winrt.cpp
parent42afaa992a24d8f423f24f279b5514cf914a3da0 (diff)
iOS: fix build failure __IPHONE_NA not defined
__IPHONE_NA was previously defined to 9999, but with iPhoneOS7.1.sdk it is now undefined. From Availability.h: "__IPHONE_NA is not defined to a value but is uses as a token by macros to indicate that the API is unavailable" This causes Qt to evaluate QT_MAC_PLATFORM_SDK_EQUAL_OR_ABOVE to true when given __IPHONE_NA as argument. And then the build will fail. Change-Id: I11f1d0285329d90c633c00c0c4d446ef5cd8089b Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@digia.com>
Diffstat (limited to 'src/winmain/qtmain_winrt.cpp')
0 files changed, 0 insertions, 0 deletions