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.

_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to