aqtinstall
aqtinstall copied to clipboard
[Bug]: QT_EDITION might need to be modified to overcome QMake projects license check failure
Bug description
license check error when dealing with QMake projects:
License check failed! Giving up...
Expected behavior
These lines:
QT_EDITION = Enterprise
QT_LICHECK = licheck.exe
Must be changed to:
QT_EDITION = OpenSource
Inside <architecture>/mkspecs/qconfig.pri
for QMake projects to work correctly.
aqt and python version
v3.1.13 on Python 3.12.3 [CPython MSC v.1938 64 bit (AMD64)]
Operating System
Windows
Relevant log output
No response
Code of Conduct
- [X] I agree to follow this project's Code of Conduct