support -rpath for modules which are not installed to QT_INSTALL_PREFIX
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Thu, 9 Aug 2012 13:02:44 +0000 (15:02 +0200)
committerQt by Nokia <qt-info@nokia.com>
Sat, 11 Aug 2012 08:40:23 +0000 (10:40 +0200)
commitb603fd36c256e91beff758363d6943cf2f8294d8
treee630ac04db6f4c8dea98ef85edf3b629ee73e3dc
parent43af0260b8956a04652e7dd1e39814d220413573
support -rpath for modules which are not installed to QT_INSTALL_PREFIX

a module's project file may set MODULE_INSTALL_LIBS before loading
qt_module.prf to have an alternative RPATH linked into the users of that
module.
this is relevant only for linking against non-installed -prefix builds
of that module, as otherwise .libs from the module's pri file is used
for rpath.

Change-Id: Ib240e748cf130a71a5991dc643c368a983092ead
Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
configure
mkspecs/features/qt_functions.prf
mkspecs/features/qt_module_fwdpri.prf
tools/configure/configureapp.cpp