-
-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Labels
Description
Bug description
Hello,
While trying to use aqt on a Windows ARM64 CI job here on Github I found out the installation misses the Qt6OpenGLWidgets
module, which is not happening for its AMD64 counterpart.
Is that a packaging problem or has that been moved to a separate module? If I install the win64_msvc2022_arm64
package using the official Qt installer I can find this module just fine in the directory.
Thank you in advance,
Julian
How to repro:
- Install Qt
$ aqt install-qt windows_arm64 desktop 6.8.3 win64_msvc2022_arm64 --autodesktop --outputdir Qt --modules qt5compat
$ aqt install-tool windows_arm64 desktop tools_ninja --outputdir Qt
$ aqt install-tool windows_arm64 desktop tools_cmake --outputdir Qt
- Search for
Qt/6.8.3/msvc2022_arm64/lib/cmake/Qt6OpenGLWidgets/Qt6OpenGLWidgetsConfig.cmake
- Proof it
See also an example CI job where I found the issue: https://github.com/julianxhokaxhiu/hyne/actions/runs/16552123895/job/46808552990
Expected behavior
Qt6OpenGLWidgets
is found
aqt and python version
aqtinstall(aqt) v3.3.0 on Python 3.13.5 [CPython MSC v.1943 64 bit (AMD64)]
Operating System
Windows
Relevant log output
Code of Conduct
- I agree to follow this project's Code of Conduct