8 lines
297 B
Plaintext
8 lines
297 B
Plaintext
#
|
|
# compiler settings for iOS/tvOS/watchOS clang compilers
|
|
#
|
|
|
|
# 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
|
|
QMAKE_OBJECTIVE_CFLAGS += -fobjc-nonfragile-abi -fobjc-legacy-dispatch
|