[Interest] qmake and rpath

2013-04-26 Thread Wilhelm
Hi all, I have a problem with qmake setting rpath: the sources are in ~/Software/qtwm/branches/macros/apps/apps5/app ~/Software/qtwm/branches/macros/apps/apps5/aedit ~/Software/qtwm/branches/macros/apps/apps5/lib then the debug-build gives me the executable / lib in

Re: [Interest] qmake and rpath

2013-04-26 Thread Nikos Chantziaras
On 26/04/13 16:23, Wilhelm wrote: Hi all, I have a problem with qmake setting rpath: [...] QMAKE_RPATHDIR += ../lib by this gives me -Wl,-rpath,/home/lmeier/Software/qtwm/branches/macros/apps/apps5/lib in the Makefile, and that's not correct. How do I set the rpath to point to the

Re: [Interest] qmake and rpath

2013-04-26 Thread Wilhelm
Am 26.04.2013 17:14, schrieb Nikos Chantziaras: QMAKE_LFLAGS += '-Wl,-rpath,\'\$$ORIGIN/../lib\'' Many thanks!!! -- Wilhelm ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest