Re: [Interest] Minimal glibc version for Qt 5.15.9

2022-05-02 Thread Thiago Macieira
On Monday, 2 May 2022 02:22:17 PDT Ramakanth Kesireddy wrote: > Can anyone let me know the minimal glibc version for building/running Qt > 5.15.9 based application? Whatever you used to build your Qt and your application with. -- Thiago Macieira - thiago.macieira (AT) intel.com Cloud Software

Re: [Interest] Minimal glibc version for Qt 5.15.9

2022-05-02 Thread Marius Kittler
Hi, I don't know the minimum required glibc version of Qt. I recently compiled Qt 6.3.0 against glibc 2.26 (at least qtbase, qtdeclarative, qtwayland and a few more repos) and it worked just fine. Likely it builds against even lower versions of glibc as well. I suppose you'll have to test it

[Interest] Minimal glibc version for Qt 5.15.9

2022-05-02 Thread Ramakanth Kesireddy
Hi, Can anyone let me know the minimal glibc version for building/running Qt 5.15.9 based application? Am trying to run Qt 5.15.9 based app on x86_64 ubuntu 18.04 which comes with glibc 2.27 as it throws error like below: version GLIBC_2.29 not found as required by QtApp. Do I need to build