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:
jan Iversen 2018-05-19 22:08:58 +02:00 committed by Dirk Hohndel
parent 090eb1ee34
commit 95bfd3af29

View file

@ -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)