[Development] Change in qt/qtbase[5.8]: utilize configure results better in native builds

René J. V. Bertin rjvbertin at gmail.com
Wed Jan 25 11:06:32 CET 2017


René J.V. Bertin wrote:


> IOW, I'll need to find a way to build that systray app in such a way that it
> contains RUNPATH instead of RPATH.
> 
> Is that what qmake 5.8.0 should do with the patch from this codereview in
> place?

Answer: no, it doesn't. I installed the 5.8.0RC build from the testing area to 
the actual prefix and ran the new qmake. The resulting binary still has RPATH 
instead of RUNPATH.

This is the .pro file:

HEADERS       = window.h
SOURCES       = main.cpp window.cpp
RESOURCES     = systray.qrc
QT += widgets
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/desktop/systray
INSTALLS += target


R.




More information about the Development mailing list