Alias for installing MSVC version of Qt via CLI
-
The documentation for installing Qt via CLI using the alias is shown here - https://doc.qt.io/qt-6/get-and-install-qt-cli.html#contents-of-alias-packages - by default this seems to install mingw version of Qt builds.
Is there an alias that installs MSVC version of Qt via CLI? There is
qt.qt6.6100.win64_msvc2022_64but I don't think it installs all modules likeqt6.10.0-full-devdoes. -
The documentation for installing Qt via CLI using the alias is shown here - https://doc.qt.io/qt-6/get-and-install-qt-cli.html#contents-of-alias-packages - by default this seems to install mingw version of Qt builds.
Is there an alias that installs MSVC version of Qt via CLI? There is
qt.qt6.6100.win64_msvc2022_64but I don't think it installs all modules likeqt6.10.0-full-devdoes.@akshaybabloo From the page you linked:
"To get the Qt essentials package content with, for example, the MSVC 2022 binaries, use the corresponding qt6.10.0-msvc2022-essentials alias package." -
A akshaybabloo has marked this topic as solved