Skip to content

Commit 90b8008

Browse files
danryuTheAssassin
authored andcommitted
enable webengine* in Qt6Modules
1 parent 54d9887 commit 90b8008

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: src/qt-modules.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ static const std::vector<QtModule> Qt6Modules = {
120120
{"uitools", "libQt6UiTools", ""},
121121
{"waylandclient", "libQt6WaylandClient", ""},
122122
{"waylandcompositor", "libQt6WaylandCompositor", ""},
123+
{"webenginecore", "libQt6WebEngineCore", ""},
124+
{"webengine", "libQt6WebEngine", "qtwebengine"},
125+
{"webenginewidgets", "libQt6WebEngineWidgets", ""},
123126
{"widgets", "libQt6Widgets", "qtbase"},
124127
{"xcbqpa", "libQt6XcbQpa", ""},
125128
{"xml", "libQt6Xml", "qtbase"},
@@ -158,9 +161,6 @@ static const std::vector<QtModule> Qt6Modules = {
158161
{"serialport", "libQt6SerialPort", "qtserialport"},
159162
{"texttospeech", "libQt6TextToSpeech", ""},
160163
{"webchannel", "libQt6WebChannel", ""},
161-
{"webenginecore", "libQt6WebEngineCore", ""},
162-
{"webengine", "libQt6WebEngine", "qtwebengine"},
163-
{"webenginewidgets", "libQt6WebEngineWidgets", ""},
164164
{"websockets", "libQt6WebSockets", "qtwebsockets"},
165165
{"x11extras", "libQt6X11Extras", ""},
166166
{"xmlpatterns", "libQt6XmlPatterns", "qtxmlpatterns"},

0 commit comments

Comments
 (0)