Re: [Development] QT.module.rpath is not used properly

2012-11-08 Thread Romain Pokrzywka
Ossi's new version of the change fixes both issues now, it should land soon hopefully. Thanks for reporting and helping identify the problem! Regards, Romain On Nov 7, 2012 2:08 AM, "Thomas Senyk" wrote: > On Tue, November 06, 2012 08:21:24 PM Oswald Buddenhagen wrote: > > On Tue, Nov 06, 2012

Re: [Development] QT.module.rpath is not used properly

2012-11-07 Thread Thomas Senyk
On Tue, November 06, 2012 08:21:24 PM Oswald Buddenhagen wrote: > On Tue, Nov 06, 2012 at 06:17:04PM +0100, Thomas Senyk wrote: > > I got a self-written mkspec for the rasp-pi and everything is working as > > expected. > > > > With one exception, for external applications he is not adding the prop

Re: [Development] QT.module.rpath is not used properly

2012-11-06 Thread Oswald Buddenhagen
On Tue, Nov 06, 2012 at 06:17:04PM +0100, Thomas Senyk wrote: > I got a self-written mkspec for the rasp-pi and everything is working as > expected. > > With one exception, for external applications he is not adding the proper > -Wl,-rpath, > The problem is that: > cat /usr/local/Trolltech/Qt

Re: [Development] QT.module.rpath is not used properly

2012-11-06 Thread Romain Pokrzywka
I have a fix for this issue in Gerrit which has been waiting for weeks: https://codereview.qt-project.org/35394 But it hasn't been approved yet because apparently ossi thinks the commit log isn't clear enough. Maybe you can explain it to him in better words than I do. Romain On Nov 6, 2012 9:27

[Development] QT.module.rpath is not used properly

2012-11-06 Thread Thomas Senyk
Hi Folks, I got a self-written mkspec for the rasp-pi and everything is working as expected. With one exception, for external applications he is not adding the proper -Wl,-rpath, The problem is that: cat /usr/local/Trolltech/Qt5-rasp-pi-2/mkspecs/modules/qt_lib_* |grep rpath returns nothing.