Move common/ios configurations into common/uikit
These actually affect all UIKit platforms (tvOS, watchOS), not just iOS. Change-Id: I2b45ebecb10d11e33d301071093b5342ce101816 Reviewed-by: Mike Krus <mike.krus@kdab.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>bb10
parent
e0e9e196a7
commit
0b9acb3e32
|
|
@ -1,8 +1,8 @@
|
|||
#
|
||||
# compiler settings for iOS clang compilers
|
||||
# compiler settings for iOS/tvOS/watchOS clang compilers
|
||||
#
|
||||
|
||||
# iOS build flags
|
||||
# build flags
|
||||
QMAKE_IOS_CFLAGS += -fvisibility=hidden -fpascal-strings -fmessage-length=0
|
||||
QMAKE_IOS_CFLAGS += -Wno-trigraphs -Wreturn-type -Wparentheses -Wswitch -Wno-unused-parameter -Wunused-variable -Wunused-value -Wno-shorten-64-to-32 -Wno-sign-conversion
|
||||
QMAKE_IOS_CXXFLAGS += -fvisibility-inlines-hidden
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# Common build settings for all iOS configurations
|
||||
# Common build settings for all iOS/tvOS/watchOS configurations
|
||||
#
|
||||
|
||||
QT_QPA_DEFAULT_PLATFORM = ios
|
||||
|
|
@ -14,7 +14,7 @@ include(../common/ios.conf)
|
|||
include(../common/gcc-base-mac.conf)
|
||||
include(../common/clang.conf)
|
||||
include(../common/clang-mac.conf)
|
||||
include(../common/ios/clang.conf)
|
||||
include(../common/ios/qmake.conf)
|
||||
include(../common/uikit/clang.conf)
|
||||
include(../common/uikit/qmake.conf)
|
||||
|
||||
load(qt_config)
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ include(../common/tvos.conf)
|
|||
include(../common/gcc-base-mac.conf)
|
||||
include(../common/clang.conf)
|
||||
include(../common/clang-mac.conf)
|
||||
include(../common/ios/clang.conf)
|
||||
include(../common/ios/qmake.conf)
|
||||
include(../common/uikit/clang.conf)
|
||||
include(../common/uikit/qmake.conf)
|
||||
|
||||
load(qt_config)
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ include(../common/watchos.conf)
|
|||
include(../common/gcc-base-mac.conf)
|
||||
include(../common/clang.conf)
|
||||
include(../common/clang-mac.conf)
|
||||
include(../common/ios/clang.conf)
|
||||
include(../common/ios/qmake.conf)
|
||||
include(../common/uikit/clang.conf)
|
||||
include(../common/uikit/qmake.conf)
|
||||
|
||||
load(qt_config)
|
||||
|
|
|
|||
Loading…
Reference in New Issue