Closed yanhuacuo closed 9 months ago
// Ubuntu Focal Fossa (20.04) uses glibc 2.31
https://github.com/probonopd/linuxdeployqt/blob/master/tools/linuxdeployqt/main.cpp#L213
Apr 2025, when 20.04 LTS (Focal Fossa) will no longer be in Standard Support.
I can understand the author's design of glibc version control, but a very embarrassing fact is that the minimum requirement for Qt6 development components is Ubuntu22.04. The currently approved ubuntu20.04 is only suitable for Qt5 development. Although this project supports Qt6, it restricts Qt6 in the glibc version. Is this inappropriate?