aqtinstall icon indicating copy to clipboard operation
aqtinstall copied to clipboard

Allow commercial license on Qt6

Open miurahr opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe.

In Qt 5, aqt update configuration to select open-source licenses. Qt 6 removes a configuraition to select whether commercial or open-source license. Here is a document: https://doc.qt.io/qt-6/qt6-buildsystem.html#selecting-a-qt-license

A option -opensource, -commercial, and -confirm-license are ignored in Qt 6, and will be removed in future versions.

Describe the solution you'd like

Aqt does not adjust license configuration on Qt6 and later.

Describe alternatives you've considered

Alternatively we can add option --no-update-license to change behavior.

Additional context

miurahr avatar Oct 19 '22 21:10 miurahr