@@ -120,6 +120,9 @@ static const std::vector<QtModule> Qt6Modules = {
120
120
{" uitools" , " libQt6UiTools" , " " },
121
121
{" waylandclient" , " libQt6WaylandClient" , " " },
122
122
{" waylandcompositor" , " libQt6WaylandCompositor" , " " },
123
+ {" webenginecore" , " libQt6WebEngineCore" , " " },
124
+ {" webengine" , " libQt6WebEngine" , " qtwebengine" },
125
+ {" webenginewidgets" , " libQt6WebEngineWidgets" , " " },
123
126
{" widgets" , " libQt6Widgets" , " qtbase" },
124
127
{" xcbqpa" , " libQt6XcbQpa" , " " },
125
128
{" xml" , " libQt6Xml" , " qtbase" },
@@ -158,9 +161,6 @@ static const std::vector<QtModule> Qt6Modules = {
158
161
{"serialport", "libQt6SerialPort", "qtserialport"},
159
162
{"texttospeech", "libQt6TextToSpeech", ""},
160
163
{"webchannel", "libQt6WebChannel", ""},
161
- {"webenginecore", "libQt6WebEngineCore", ""},
162
- {"webengine", "libQt6WebEngine", "qtwebengine"},
163
- {"webenginewidgets", "libQt6WebEngineWidgets", ""},
164
164
{"websockets", "libQt6WebSockets", "qtwebsockets"},
165
165
{"x11extras", "libQt6X11Extras", ""},
166
166
{"xmlpatterns", "libQt6XmlPatterns", "qtxmlpatterns"},
0 commit comments