From 592c381564e3f12b79a3d5e9fec5aec2b8045742 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Tue, 24 Oct 2017 11:03:57 +0200 Subject: Windows/MinGW: Build MapBoxGL only when Qt is built with ANGLE The code links against functions of OpenGL versions > 1.1, which Windows' opengl32.dll does not provide. Task-number: QTBUG-62417 Change-Id: I0fa1ba6ef3fa3ed714e261369df1292018f5568b Reviewed-by: Oswald Buddenhagen Reviewed-by: Paolo Angelelli --- src/location/configure.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/location/configure.json b/src/location/configure.json index 4de6e865..3337b074 100644 --- a/src/location/configure.json +++ b/src/location/configure.json @@ -37,7 +37,7 @@ "condition": [ "features.opengl", "features.c++14", - "!config.qnx && (!config.win32 || config.mingw)" + "!config.qnx && (!config.win32 || (config.mingw && features.angle))" ], "output": [ "privateFeature" ] }, -- cgit v1.2.1