summaryrefslogtreecommitdiffstats
path: root/util/cmake/configurejson2cmake.py
diff options
context:
space:
mode:
Diffstat (limited to 'util/cmake/configurejson2cmake.py')
-rwxr-xr-xutil/cmake/configurejson2cmake.py7
1 files changed, 0 insertions, 7 deletions
diff --git a/util/cmake/configurejson2cmake.py b/util/cmake/configurejson2cmake.py
index 7f7a103ef69..11bb01a17a3 100755
--- a/util/cmake/configurejson2cmake.py
+++ b/util/cmake/configurejson2cmake.py
@@ -884,13 +884,6 @@ def get_feature_mapping():
"msvc_mp": None,
"optimize_debug": None,
"optimize_size": None,
- # special case to enable implicit feature on WIN32, until ANGLE is ported
- "opengl-desktop": {"autoDetect": ""},
- # special case to disable implicit feature on WIN32, until ANGLE is ported
- "opengl-dynamic": {"autoDetect": "OFF"},
- "opengles2": { # special case to disable implicit feature on WIN32, until ANGLE is ported
- "condition": "NOT WIN32 AND ( NOT WATCHOS AND NOT QT_FEATURE_opengl_desktop AND GLESv2_FOUND )"
- },
"simulator_and_device": {"condition": "UIKIT AND NOT QT_UIKIT_SDK"},
"pkg-config": {"condition": "PKG_CONFIG_FOUND"},
"posix-libiconv": {