summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2019-12-20 12:10:18 +0100
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2019-12-20 12:23:37 +0100
commitfe784abc80a2e322a98a5100f6debe4ed8b0e17d (patch)
treeb7f6d5dbe6d3626832918077ddd17e471431ff37
parentc24404dbda48bd4f9d6ceb4777fced7b164345fd (diff)
iOS: Silence GL deprecations until we can fix them
Change-Id: I1222708be5017a0dca381f365349fce5887a0bcb Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
-rw-r--r--mkspecs/common/uikit.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/mkspecs/common/uikit.conf b/mkspecs/common/uikit.conf
index 0388b8e616..424381e285 100644
--- a/mkspecs/common/uikit.conf
+++ b/mkspecs/common/uikit.conf
@@ -7,4 +7,6 @@ CONFIG += bitcode reduce_exports shallow_bundle no_qt_rpath
INCLUDEPATH += $$PWD/uikit
+DEFINES += GLES_SILENCE_DEPRECATION
+
include(mac.conf)