Skip to content

Commit

Permalink
Add missing Qt5 Wayland modules
Browse files Browse the repository at this point in the history
Fixes ignored "export EXTRA_QT_PLUGINS="waylandcompositor""
  • Loading branch information
or-rhssk authored and TheAssassin committed Jun 14, 2024
1 parent babb58d commit bcd597c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/qt-modules.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ static const std::vector<QtModule> Qt5Modules = {
{"svg", "libQt5Svg", ""},
{"test", "libQt5Test", "qtbase"},
{"texttospeech", "libQt5TextToSpeech", ""},
{"waylandclient", "libQt5WaylandClient", ""},
{"waylandcompositor", "libQt5WaylandCompositor", ""},
{"webchannel", "libQt5WebChannel", ""},
{"webenginecore", "libQt5WebEngineCore", ""},
{"webengine", "libQt5WebEngine", "qtwebengine"},
Expand Down

0 comments on commit bcd597c

Please sign in to comment.