aqtinstall
aqtinstall copied to clipboard
[Bug]: Missing Qt6GuiTools in QT6 package for MinGW (Windows)
Bug description
Hello,
I have 4 workflows in my CI involving QT6 on Windows:
- QT 5.15.2 (win64_mingw81)
- QT 6.7 (win64_mingw)
- QT 5.15.2 (win64_msvc2019_64)
- QT 6.7 (win64_msvc2019_64)
There is a problem with QT 6.7 (win64_mingw)
. There is a problem only with this configuration (workflows use the same code, the same base image). I think that package may miss something.
Cmake reports Error:
CMake Warning at C:/msys64/mingw64/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package):
By not providing "FindQt6GuiTools.cmake" in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
"Qt6GuiTools", but CMake did not find one.
Could not find a package configuration file provided by "Qt6GuiTools"
(requested version 6.7.1) with any of the following names:
Qt6GuiToolsConfig.cmake
qt6guitools-config.cmake
MinGW doesn't work also with 6.5, 6.6 and 6.2 releases (so I guess all the 6.X versions are broken)
All of the logs can be found in the logs from GitHub Actions on my repository: https://github.com/AntiMicroX/antimicrox/actions/runs/9408049153/job/25915160132
Reproduction
- Fork repository https://github.com/AntiMicroX/antimicrox/
- Enable Github Actions for fork
- Check Actions Output
Expected behavior
QT6 with MinGW should work like remaining variants.
aqt and python version
Python 3.11, aqt 3.1.15
Operating System
Windows
Relevant log output
No response
Code of Conduct
- [X] I agree to follow this project's Code of Conduct