summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-03-25 20:25:53 +0100
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-03-27 09:00:11 +0000
commit78f774da7087f0ee3aeb853eb6a3d3b7db072414 (patch)
tree22c5d2d1d9ca90c284ba5cd664bc147c440b0167 /mkspecs
parentddcf0df7d70b6bf7766c1fac2e6831c2077513e9 (diff)
qmake: Silence GL deprecations on macOS
Change-Id: I5a33cbe30a9368ee35afb230c7a6c17d4d99f201 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/common/macx.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/mkspecs/common/macx.conf b/mkspecs/common/macx.conf
index 6a1b076d7d..0f983f059a 100644
--- a/mkspecs/common/macx.conf
+++ b/mkspecs/common/macx.conf
@@ -22,4 +22,6 @@ device.deployment_identifier = $${device.sdk}
QMAKE_LIBS_VULKAN =
+DEFINES += GL_SILENCE_DEPRECATION
+
include(mac.conf)