summaryrefslogtreecommitdiffstats
path: root/src/gui/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/configure.json')
-rw-r--r--src/gui/configure.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/gui/configure.json b/src/gui/configure.json
index f8cee387b8..73e59a7ad9 100644
--- a/src/gui/configure.json
+++ b/src/gui/configure.json
@@ -9,6 +9,7 @@
"options": {
"accessibility": "boolean",
"angle": "boolean",
+ "combined-angle-lib": "boolean",
"direct2d": "boolean",
"directfb": "boolean",
"directwrite": "boolean",
@@ -426,6 +427,12 @@
{ "type": "define", "name": "QT_OPENGL_ES_2_ANGLE" }
]
},
+ "combined-angle-lib": {
+ "label": "Combined ANGLE Library",
+ "autoDetect": false,
+ "condition": "features.angle",
+ "output": [ "publicFeature" ]
+ },
"directfb": {
"label": "DirectFB",
"section": "Platform plugins",
@@ -1077,6 +1084,11 @@ QMAKE_LIBDIR_OPENGL[_ES2] and QMAKE_LIBS_OPENGL[_ES2] in the mkspec for your pla
"args": "angle",
"condition": "config.win32"
},
+ {
+ "type": "feature",
+ "args": "combined-angle-lib",
+ "condition": "features.angle"
+ },
"opengl-desktop",
{
"type": "feature",