Re: [Development] Urgent: Qt 5.9.3 binaries built with too NEW Linux distribution

2017-11-30 Thread probono
On Thu, Nov 30, 2017 at 7:29 PM, Ville Voutilainen wrote: > On 30 November 2017 at 19:47, Thiago Macieira > wrote: >> See https://bugreports.qt.io/browse/QTBUG-64820 and >>

Re: [Development] linuxdeployqt

2016-09-21 Thread probono
2016-09-19 16:45 GMT+02:00 Louai Al-Khanji : > From a quick look it seems to be mostly well written. I do wonder whether it > might be better to use a tool other than ldd to find the library > dependencies. objdump -p provides the same information, and also works for >

[Development] linuxdeployqt

2016-09-16 Thread probono
Hi all, I have been working on a deployment tool for Linux, linuxdeployqt, which I eventually would like to see merged into qttools.git. linuxdeployqt takes an application and makes it self-contained by copying in the Qt libraries and plugins that the application uses into a bundle. While based