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
parent
85a36111bb
commit
dbeca395b8
|
|
@ -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" }
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue