summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.json b/configure.json
index fee86ede81..21b9b29fdf 100644
--- a/configure.json
+++ b/configure.json
@@ -109,7 +109,6 @@
"profile": "boolean",
"qreal": "string",
"qtlibinfix": { "type": "string", "name": "qt_libinfix" },
- "qtlibinfix-plugins": { "type": "boolean", "name": "qt_libinfix_plugins" },
"qtnamespace": { "type": "string", "name": "qt_namespace" },
"reduce-exports": { "type": "boolean", "name": "reduce_exports" },
"reduce-relocations": { "type": "boolean", "name": "reduce_relocations" },
@@ -1365,12 +1364,6 @@
"condition": "libs.libudev",
"output": [ "privateFeature" ]
},
- "qt_libinfix_plugins": {
- "label": "Use QT_LIBINFIX for Plugins",
- "autoDetect": false,
- "enable": "input.qt_libinfix != '' && input.qt_libinfix_plugins == 'yes'",
- "output": [ "privateConfig" ]
- },
"compile_examples": {
"label": "Compile examples",
"autoDetect": "!config.wasm",