summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/qt_tool.prf
diff options
context:
space:
mode:
Diffstat (limited to 'mkspecs/features/qt_tool.prf')
-rw-r--r--mkspecs/features/qt_tool.prf2
1 files changed, 2 insertions, 0 deletions
diff --git a/mkspecs/features/qt_tool.prf b/mkspecs/features/qt_tool.prf
index f1555de1d0..5e05f93894 100644
--- a/mkspecs/features/qt_tool.prf
+++ b/mkspecs/features/qt_tool.prf
@@ -40,6 +40,8 @@ INSTALLS += target
!isEmpty(deps) {
for(dep, deps) {
deppath += $$shell_path($$eval(QT.$${dep}.libs))
+ for(rpath, QT.$${dep}.rpath_link): \
+ deppath += $$shell_path($$rpath)
}
deppath = $$unique(deppath)
equals(QMAKE_DIR_SEP, /) {