2012-03-16 15:00:33 +00:00
|
|
|
#
|
2016-08-20 01:20:15 +00:00
|
|
|
# compiler settings for iOS/tvOS/watchOS clang compilers
|
2012-03-16 15:00:33 +00:00
|
|
|
#
|
|
|
|
|
2012-11-20 14:25:34 +00:00
|
|
|
# Based on the following information, http://clang.llvm.org/doxygen/ObjCRuntime_8h_source.html,
|
|
|
|
# we can conclude that it's safe to always pass the following flags
|
2016-08-23 18:50:01 +00:00
|
|
|
QMAKE_OBJECTIVE_CFLAGS += -fobjc-nonfragile-abi -fobjc-legacy-dispatch
|