| # | |
| # 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 |