iOS, supress warnings.
Changed .pro file to supress warnings clang does not allow all of the issued warnings to be supressed with -Wno-foo, so instead doing -w Signed-off-by: Jan Iversen <jani@apache.org>
This commit is contained in:
parent
090eb1ee34
commit
95bfd3af29
@ -216,6 +216,10 @@ include(deployment.pri)
|
||||
|
||||
include(../../../mobile-widgets/qml/kirigami/kirigami.pri)
|
||||
|
||||
# Supress some warnings
|
||||
QMAKE_CXXFLAGS += -w
|
||||
QMAKE_CFLAGS += -w
|
||||
|
||||
ios {
|
||||
QMAKE_ASSET_CATALOGS += ../storeIcon.xcassets
|
||||
app_launch_images.files = ../SubsurfaceMobileLaunch.xib $$files(../SubsurfaceMobileLaunchImage*.png)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user