-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
unrecognized versions, modules #695
Comments
Hello. Here I'm going to explain about the warning about Qt versions:
This warning means that when aqtinstall v3.1.6 was released, Qt 6.5.2 has not been released yet, so aqtinstall doesn't know it. This is not an error. |
@tsteven4, is your qt installation broken in any way? Are you unable to build a qt project that uses The warning messages you mention are meant as a coarse-grain screen to catch obvious mistakes in the user's aqt command. Aqt checks the arguments against known arguments in an auto-generated $ aqt list-qt windows desktop --modules 6.5.2 win64_msvc2019_64
debug_info qt3d qt5compat qtactiveqt qtcharts qtconnectivity ... Warning messages:
|
Describe the bug
please recognize that 6.5.2 exists, and that it has module qtactiveqt.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
no warnings shown below
aqt
outputDesktop (please complete the following information):
aqt
version [paste the output from the commandaqt version
orpython -m aqt version
]Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: