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>
bb10
Oswald Buddenhagen 2016-08-23 13:14:42 +02:00
parent 85a36111bb
commit dbeca395b8
1 changed files with 1 additions and 1 deletions

View File

@ -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" }
]
},