Skip to content

Commit dc2e5b7

Browse files
danryuTheAssassin
authored andcommitted
re-introduce all qt6modules
1 parent 90b8008 commit dc2e5b7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: src/qt-modules.h

+2-3
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ static const std::vector<QtModule> Qt6Modules = {
127127
{"xcbqpa", "libQt6XcbQpa", ""},
128128
{"xml", "libQt6Xml", "qtbase"},
129129

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

132132
{"3danimation", "libQt63DAnimation", ""},
133133
{"3dcore", "libQt63DCore", ""},
@@ -143,7 +143,7 @@ static const std::vector<QtModule> Qt6Modules = {
143143
{"3dquick", "libQt63DQuick", ""},
144144
{"bluetooth", "libQt6Bluetooth", ""},
145145
{"clucene", "libQt6CLucene", "qt_help"},
146-
{"declarative", "libQt6Declarative", "qtquick1"},
146+
{"declarative", "libQt6Declarative", "qtquick2"},
147147
{"gamepad", "libQt6Gamepad", ""},
148148
{"location", "libQt6Location", ""},
149149
{"multimediagsttools", "libQt6MultimediaGstTools", "qtmultimedia"},
@@ -164,7 +164,6 @@ static const std::vector<QtModule> Qt6Modules = {
164164
{"websockets", "libQt6WebSockets", "qtwebsockets"},
165165
{"x11extras", "libQt6X11Extras", ""},
166166
{"xmlpatterns", "libQt6XmlPatterns", "qtxmlpatterns"},
167-
*/
168167

169168
};
170169

0 commit comments

Comments
 (0)