Re: [Development] Qt5PlatformSupport, PKGCONFIG and QMAKE_PRL_LIBS

2013-08-23 Thread Oswald Buddenhagen
On Thu, Aug 22, 2013 at 09:02:42AM -0700, Thiago Macieira wrote: > On quinta-feira, 22 de agosto de 2013 11:23:38, Tomasz Olszak wrote: > > 2. qmake doesn't use Libs.private flags > > Libs.private must be used when linking static libraries. > +only hmm, right. but the linux linker wants -rpath-li

Re: [Development] Qt5PlatformSupport, PKGCONFIG and QMAKE_PRL_LIBS

2013-08-22 Thread Thiago Macieira
On quinta-feira, 22 de agosto de 2013 11:23:38, Tomasz Olszak wrote: > 2. qmake doesn't use Libs.private flags Libs.private must be used when linking static libraries. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center signature.asc D

Re: [Development] Qt5PlatformSupport, PKGCONFIG and QMAKE_PRL_LIBS

2013-08-22 Thread Oswald Buddenhagen
On Thu, Aug 22, 2013 at 12:03:50PM +0200, Tomasz Olszak wrote: > 2013/8/22 Oswald Buddenhagen > > On Thu, Aug 22, 2013 at 11:23:38AM +0200, Tomasz Olszak wrote: > > > My libQt5PlatformSupport.prl has empty QMAKE_PRL_LIBS > > > > > (it was removed in packaging process in *.spec file). > > > > > ehm

Re: [Development] Qt5PlatformSupport, PKGCONFIG and QMAKE_PRL_LIBS

2013-08-22 Thread Tomasz Olszak
2013/8/22 Oswald Buddenhagen > On Thu, Aug 22, 2013 at 11:23:38AM +0200, Tomasz Olszak wrote: > > My libQt5PlatformSupport.prl has empty QMAKE_PRL_LIBS > > > (it was removed in packaging process in *.spec file). > > > ehm, whose packaging process? this is clearly totally bogus. > > I used spec fi

Re: [Development] Qt5PlatformSupport, PKGCONFIG and QMAKE_PRL_LIBS

2013-08-22 Thread Oswald Buddenhagen
On Thu, Aug 22, 2013 at 11:23:38AM +0200, Tomasz Olszak wrote: > My libQt5PlatformSupport.prl has empty QMAKE_PRL_LIBS > (it was removed in packaging process in *.spec file). > ehm, whose packaging process? this is clearly totally bogus. > Because Qt5PlatformsSupport.pc was available, I added PKG

[Development] Qt5PlatformSupport, PKGCONFIG and QMAKE_PRL_LIBS

2013-08-22 Thread Tomasz Olszak
Hi, I struggled yesterday a lot with building qtwayland for Tizen. I found out the "cause" of my torment but I don't know what should be considered as the right solution. So qtwayland/src/plugins/platforms/wayland_common_shared.pri has QT += platformsupport-private My libQt5PlatformSupport.prl ha