From 90b80081509450937f430782b5da36d6feba56f8 Mon Sep 17 00:00:00 2001 From: Dan G Date: Wed, 15 Jun 2022 08:44:45 +0200 Subject: [PATCH] enable webengine* in Qt6Modules --- src/qt-modules.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"},