qmake: Silence GL deprecations on macOS

Change-Id: I5a33cbe30a9368ee35afb230c7a6c17d4d99f201
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
bb10
Tor Arne Vestbø 2020-03-25 20:25:53 +01:00
parent ddcf0df7d7
commit 78f774da70
1 changed files with 2 additions and 0 deletions

View File

@ -22,4 +22,6 @@ device.deployment_identifier = $${device.sdk}
QMAKE_LIBS_VULKAN =
DEFINES += GL_SILENCE_DEPRECATION
include(mac.conf)