diff --git a/src/qt-modules.h b/src/qt-modules.h index 3adea4c..feb13a0 100644 --- a/src/qt-modules.h +++ b/src/qt-modules.h @@ -120,6 +120,9 @@ static const std::vector Qt6Modules = { {"uitools", "libQt6UiTools", ""}, {"waylandclient", "libQt6WaylandClient", ""}, {"waylandcompositor", "libQt6WaylandCompositor", ""}, + {"webenginecore", "libQt6WebEngineCore", ""}, + {"webengine", "libQt6WebEngine", "qtwebengine"}, + {"webenginewidgets", "libQt6WebEngineWidgets", ""}, {"widgets", "libQt6Widgets", "qtbase"}, {"xcbqpa", "libQt6XcbQpa", ""}, {"xml", "libQt6Xml", "qtbase"}, @@ -158,9 +161,6 @@ static const std::vector Qt6Modules = { {"serialport", "libQt6SerialPort", "qtserialport"}, {"texttospeech", "libQt6TextToSpeech", ""}, {"webchannel", "libQt6WebChannel", ""}, - {"webenginecore", "libQt6WebEngineCore", ""}, - {"webengine", "libQt6WebEngine", "qtwebengine"}, - {"webenginewidgets", "libQt6WebEngineWidgets", ""}, {"websockets", "libQt6WebSockets", "qtwebsockets"}, {"x11extras", "libQt6X11Extras", ""}, {"xmlpatterns", "libQt6XmlPatterns", "qtxmlpatterns"},