probonopd / linuxdeployqt

Makes Linux applications self-contained by copying in the libraries and plugins that the application uses, and optionally generates an AppImage. Can be used for Qt and other applications
Other
2.22k stars 414 forks source link

Qt6 only supported on 20.04 #494

Closed mjvankampen closed 3 years ago

mjvankampen commented 3 years ago

Currently we need to run linuxdeployqt under 18.04. This seems somewhat weird for Qt6 as only 20.04 is supported.

Ref. https://doc.qt.io/qt-6/linux.html

mjvankampen commented 3 years ago

Closing as similar to #466