From bcd597c817336eac688c1e316def1d20d3dec352 Mon Sep 17 00:00:00 2001 From: Rihards Skuja Date: Wed, 22 May 2024 10:40:04 +0300 Subject: [PATCH] Add missing Qt5 Wayland modules Fixes ignored "export EXTRA_QT_PLUGINS="waylandcompositor"" --- src/qt-modules.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/qt-modules.h b/src/qt-modules.h index 2741bb6..36246f7 100644 --- a/src/qt-modules.h +++ b/src/qt-modules.h @@ -70,6 +70,8 @@ static const std::vector Qt5Modules = { {"svg", "libQt5Svg", ""}, {"test", "libQt5Test", "qtbase"}, {"texttospeech", "libQt5TextToSpeech", ""}, + {"waylandclient", "libQt5WaylandClient", ""}, + {"waylandcompositor", "libQt5WaylandCompositor", ""}, {"webchannel", "libQt5WebChannel", ""}, {"webenginecore", "libQt5WebEngineCore", ""}, {"webengine", "libQt5WebEngine", "qtwebengine"},