Skip to content

Commit

Permalink
enable webengine* in Qt6Modules
Browse files Browse the repository at this point in the history
  • Loading branch information
danryu authored and TheAssassin committed Jun 18, 2022
1 parent 54d9887 commit 90b8008
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/qt-modules.h
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ static const std::vector<QtModule> Qt6Modules = {
{"uitools", "libQt6UiTools", ""},
{"waylandclient", "libQt6WaylandClient", ""},
{"waylandcompositor", "libQt6WaylandCompositor", ""},
{"webenginecore", "libQt6WebEngineCore", ""},
{"webengine", "libQt6WebEngine", "qtwebengine"},
{"webenginewidgets", "libQt6WebEngineWidgets", ""},
{"widgets", "libQt6Widgets", "qtbase"},
{"xcbqpa", "libQt6XcbQpa", ""},
{"xml", "libQt6Xml", "qtbase"},
Expand Down Expand Up @@ -158,9 +161,6 @@ static const std::vector<QtModule> Qt6Modules = {
{"serialport", "libQt6SerialPort", "qtserialport"},
{"texttospeech", "libQt6TextToSpeech", ""},
{"webchannel", "libQt6WebChannel", ""},
{"webenginecore", "libQt6WebEngineCore", ""},
{"webengine", "libQt6WebEngine", "qtwebengine"},
{"webenginewidgets", "libQt6WebEngineWidgets", ""},
{"websockets", "libQt6WebSockets", "qtwebsockets"},
{"x11extras", "libQt6X11Extras", ""},
{"xmlpatterns", "libQt6XmlPatterns", "qtxmlpatterns"},
Expand Down

0 comments on commit 90b8008

Please sign in to comment.