summaryrefslogtreecommitdiffstats
path: root/src/gui/configure.cmake
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.cmake
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.cmake')
-rw-r--r--src/gui/configure.cmake5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui/configure.cmake b/src/gui/configure.cmake
index 5914651911..f0b5d9b1fe 100644
--- a/src/gui/configure.cmake
+++ b/src/gui/configure.cmake
@@ -1288,11 +1288,6 @@ qt_configure_add_report_entry(
)
qt_configure_add_report_entry(
TYPE WARNING
- MESSAGE "The [-no]-qpa-platform-guard argument is deprecated and has no effect."
- CONDITION ( NOT INPUT_qpa_platform_guard STREQUAL '' )
-)
-qt_configure_add_report_entry(
- TYPE WARNING
MESSAGE "No QPA platform plugin enabled! This will produce a Qt that cannot run GUI applications. See \"Platform backends\" in the output of --help."
CONDITION QT_FEATURE_gui AND LINUX AND NOT ANDROID AND NOT QT_FEATURE_xcb AND NOT QT_FEATURE_eglfs AND NOT QT_FEATURE_directfb AND NOT QT_FEATURE_linuxfb
)