summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2021-10-27 09:45:14 -0700
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-11-03 12:10:05 +0000
commitc9560871c4c42a7232b8394de84158f9a809284b (patch)
treebeea4b623beac764068a373ddacf25ae6d3e757c
parent6562cff8ebee9f26ca0e5c171f3a54fd42525c82 (diff)
CMake: remove results for tests not tested
This amends 2c2599fc299322667e3fe931a16ebe26bee9df6e. Change-Id: Ice04365c72984d07a64dfffd16b1f0fe50e083f1 Reviewed-by: Liang Qi <liang.qi@qt.io> (cherry picked from commit 0289704fc2eae24b2c96dac7b525d43f499937f9) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/client/configure.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/configure.cmake b/src/client/configure.cmake
index 38c026863..ea13ef438 100644
--- a/src/client/configure.cmake
+++ b/src/client/configure.cmake
@@ -242,8 +242,6 @@ qt_configure_add_summary_entry(ARGS "wayland-shm-emulation-server-buffer")
qt_configure_end_summary_section() # end of "Qt Wayland Drivers" section
qt_configure_add_summary_section(NAME "Qt Wayland Client Shell Integrations")
qt_configure_add_summary_entry(ARGS "wayland-client-xdg-shell")
-qt_configure_add_summary_entry(ARGS "wayland-client-xdg-shell-v5")
-qt_configure_add_summary_entry(ARGS "wayland-client-xdg-shell-v6")
qt_configure_add_summary_entry(ARGS "wayland-client-ivi-shell")
qt_configure_add_summary_entry(ARGS "wayland-client-wl-shell")
qt_configure_end_summary_section() # end of "Qt Wayland Client Shell Integrations" section