make non-bootstrapped non-installed prefix-built executables runnable
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>
Tue, 3 Jul 2012 17:26:36 +0000 (19:26 +0200)
committerQt by Nokia <qt-info@nokia.com>
Thu, 5 Jul 2012 19:11:08 +0000 (21:11 +0200)
commit8d2c59774db5fce773b90369ce2f5ef7db0be78d
tree080df4d4ac32e998cc15fc5b65c87824f84f3c37
parent9c3b83437a4fd25a5c3e67e8cd9cd8c7aac8a3eb
make non-bootstrapped non-installed prefix-built executables runnable

tools like idc and lrelease are outside qtbase/bin and depend on libraries
which are not in any search path, so we need some way to let the modules
announce the locations (qt_tool.prf) and use it (in qtPrepareTool()).

Change-Id: I98d5109cbee5e745d86dde94e3dc791d42edc3ec
Reviewed-by: Marius Storm-Olsen <marius.storm-olsen@nokia.com>
mkspecs/features/qt_functions.prf
mkspecs/features/qt_tool.prf [new file with mode: 0644]