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.json6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gui/configure.json b/src/gui/configure.json
index 32f1cd1b22..a88ce54360 100644
--- a/src/gui/configure.json
+++ b/src/gui/configure.json
@@ -35,7 +35,6 @@
"opengles3": "boolean",
"openvg": "boolean",
"qpa": { "type": "string", "name": "qpa_default_platform" },
- "qpa-platform-guard": "boolean",
"sm": { "type": "boolean", "name": "sessionmanager" },
"tslib": "boolean",
"vulkan": "boolean",
@@ -1710,11 +1709,6 @@
},
{
"type": "warning",
- "condition": "input.qpa-platform-guard != ''",
- "message": "The [-no]-qpa-platform-guard argument is deprecated and has no effect."
- },
- {
- "type": "warning",
"condition": "features.gui && config.linux && !config.android && !features.xcb && !features.eglfs && !features.directfb && !features.linuxfb",
"message": "No QPA platform plugin enabled! This will produce a Qt that cannot run GUI applications. See \"Platform backends\" in the output of --help."
},