summaryrefslogtreecommitdiffstats
path: root/src/gui/configure.json
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2020-08-20 10:40:21 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2020-08-23 11:05:14 +0200
commitf9efe046a7d706ac41cd37298d577371708a9add (patch)
tree34f68b1065d90a5ea8973205d8b7b69d017eb81b /src/gui/configure.json
parent721812c5d2fe3a62d1321b70cac9609d8d8dd793 (diff)
Remove the deprecated -qpa-platform-guard argument
Change-Id: I0bde5552c8801660e2be57531d64b6d2b499bb32 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
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."
},