mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue