Skip to content

Re-introduce all qt6modules #114

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 19, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions src/qt-modules.h
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ static const std::vector<QtModule> Qt6Modules = {
{"xcbqpa", "libQt6XcbQpa", ""},
{"xml", "libQt6Xml", "qtbase"},

/* Not Included in Qt6.0.0, maybe some of them will be added back in 6.1, 6.2
/* Re-introduce for testing in 6.2+ */

{"3danimation", "libQt63DAnimation", ""},
{"3dcore", "libQt63DCore", ""},
Expand All @@ -143,7 +143,7 @@ static const std::vector<QtModule> Qt6Modules = {
{"3dquick", "libQt63DQuick", ""},
{"bluetooth", "libQt6Bluetooth", ""},
{"clucene", "libQt6CLucene", "qt_help"},
{"declarative", "libQt6Declarative", "qtquick1"},
{"declarative", "libQt6Declarative", "qtquick2"},
{"gamepad", "libQt6Gamepad", ""},
{"location", "libQt6Location", ""},
{"multimediagsttools", "libQt6MultimediaGstTools", "qtmultimedia"},
Expand All @@ -164,7 +164,6 @@ static const std::vector<QtModule> Qt6Modules = {
{"websockets", "libQt6WebSockets", "qtwebsockets"},
{"x11extras", "libQt6X11Extras", ""},
{"xmlpatterns", "libQt6XmlPatterns", "qtxmlpatterns"},
*/

};

Expand Down