Skip to content

Commit bcd597c

Browse files
or-rhsskTheAssassin
authored andcommitted
Add missing Qt5 Wayland modules
Fixes ignored "export EXTRA_QT_PLUGINS="waylandcompositor""
1 parent babb58d commit bcd597c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/qt-modules.h

+2
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)