summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-08-23 13:14:42 +0200
committerOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>2016-08-26 14:28:05 +0000
commitdbeca395b8186b8799c5fb9ddff62d78497be7d7 (patch)
treecd2b1c83e56809b47efbb4f6afc2ffdf7bc842ca /configure.json
parent85a36111bbed28b1ac2fa30df75aca50c8c50aec (diff)
make 'angle' a public feature
the public win32/opengl.prf references it, so it must be public as well. Change-Id: I95f6571bd3cdb7d35b2182bebf663e50140e065e Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.json b/configure.json
index bf0416417b..294299d82f 100644
--- a/configure.json
+++ b/configure.json
@@ -2301,7 +2301,7 @@
"autoDetect": "features.opengles2 || features.opengl-dynamic",
"condition": "config.win32 && tests.directx",
"output": [
- "privateFeature",
+ "publicFeature",
{ "type": "define", "name": "QT_OPENGL_ES_2_ANGLE" }
]
},