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

Ubuntu 18.04 is nearing its EOL #572

Closed martinrotter closed 1 year ago

martinrotter commented 1 year ago

Will linuxdeployqt now support 20.04 LTS as THE system for building our appimages? Also, connected question is Qt 6 support which was defacto useless in 18.04, but will be of more importance as 20.04 actually contains relatively new Qt 6 binaries in repos.

Thanks for answers.

probonopd commented 1 year ago

Will linuxdeployqt now support 20.04 LTS as THE system for building our appimages?

Yes, as per https://github.com/probonopd/linuxdeployqt/issues/570.

Also, connected question is Qt 6 support

I guess only once https://github.com/probonopd/linuxdeployqt/pull/541/ can be merged.

Closing here as a duplicate, let's please continue discussion in the linked tickets.