You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately now it's not possible to install these package using install-qt-action.
INFO : aqtinstall(aqt) v3.1.18 on Python 3.11.10 [CPython GCC 11.4.0]
WARNING : Specified Qt version "6.8.0" did not exist when this version of aqtinstall was released. This may not install properly, but we will try our best.
WARNING : Specified modules ['qt5compat', 'qtmultimedia', 'qtnetworkauth', 'qtpdf', 'qtpositioning', 'qtscxml', 'qtshadertools', 'qtwebchannel'] did not exist when this version of aqtinstall was released. This may not install properly, but we will try our best.
ERROR : The packages ['qtpdf'] were not found while parsing XML of package information!
==============================Suggested follow-up:==============================
* Please use 'aqt list-qt linux desktop --modules 6.8.0 <arch>' to show modules available.
Furthermore it's not installable even by aqt (which is used under the hood).
How to fix this issue?
The text was updated successfully, but these errors were encountered:
QtWebEngine and QtPdf were removed from standard Qt distribution as modules and moved into "extensions" since Qt 6.8.0 (LTS).
Qt 6.8 release notes
Example (from repository):
Before Qt6.8:
After Qt6.8:
Unfortunately now it's not possible to install these package using
install-qt-action
.Furthermore it's not installable even by
aqt
(which is used under the hood).How to fix this issue?
The text was updated successfully, but these errors were encountered: