Skip to content

Commit 953f757

Browse files
committed
Add missing Qt5 Wayland modules
Fixes ignored "export EXTRA_QT_PLUGINS="waylandcompositor""
1 parent babb58d commit 953f757

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/qt-modules.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ static const std::vector<QtModule> Qt5Modules = {
7070
{"svg", "libQt5Svg", ""},
7171
{"test", "libQt5Test", "qtbase"},
7272
{"texttospeech", "libQt5TextToSpeech", ""},
73+
{"waylandclient", "libQt5WaylandClient", ""},
74+
{"waylandcompositor", "libQt5WaylandCompositor", ""},
7375
{"webchannel", "libQt5WebChannel", ""},
7476
{"webenginecore", "libQt5WebEngineCore", ""},
7577
{"webengine", "libQt5WebEngine", "qtwebengine"},

0 commit comments

Comments
 (0)