summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.json b/configure.json
index f3c6f247f9..94514b1869 100644
--- a/configure.json
+++ b/configure.json
@@ -2305,7 +2305,10 @@
"description": "ANGLE",
"autoDetect": "features.opengles2 || features.opengl-dynamic",
"condition": "config.win32 && tests.directx",
- "output": [ "privateFeature" ]
+ "output": [
+ "privateFeature",
+ { "type": "define", "name": "QT_OPENGL_ES_2_ANGLE" }
+ ]
},
"opengles2": {
"description": "OpenGL ES 2.0",