How to add missing modules to QT 6.4.3
-
System info:
Qt Creator 12.0.1
Based on Qt 6.6.0 (GCC 10.3.1 20210422 (Red Hat 10.3.1-1), x86_64)
From revision ee75c7276b
Built on Dec 11 2023 00:15:38Platform capabilities: ThreadedPixmaps OpenGL ThreadedOpenGL WindowMasks MultipleWindows ForeignWindows NonFullScreenWindows NativeWidgets WindowManagement SyncState RasterGLSurface SwitchableWidgetComposition
I am trying to build an old project from Qt 5.14 and the first hurdle is missing modules:
:-1: error: Unknown module(s) in QT: svg script multimedia webenginewidgets quick networkauth
I cannot see these as options available in the Qt maintenance tools.
I found the SVG one here:
https://pkgs.org/download/qt6-svg
How do I install these such that this version of Qt can 'see' them?
-
How did you install Qt6.4? Via the Qt online installer? Then e.g. QtSvg will be installed by default.
-
@Christian-Ehrlicher I installed using the Online Installer