summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorPrasanth Ullattil <prasanth.ullattil@nokia.com>2011-01-25 10:08:15 +0100
committeraxis <qt-info@nokia.com>2011-04-27 12:05:55 +0200
commit61126f4ae6fe9c5a664e79339de1483605a4074e (patch)
tree4a2edeeb9401f299fd6c500744debc83a76e5744 /mkspecs
parent346b3b0976d724b49ad426c16d68c3b7190ba2d9 (diff)
Use the 'install_name' linker flag on Mac for the frameworks.
This is required for the frameworks outside the qtbase module.
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/features/qt_module.prf5
1 files changed, 5 insertions, 0 deletions
diff --git a/mkspecs/features/qt_module.prf b/mkspecs/features/qt_module.prf
index a263e285d6..a5a3fd1b54 100644
--- a/mkspecs/features/qt_module.prf
+++ b/mkspecs/features/qt_module.prf
@@ -14,3 +14,8 @@ isEmpty(QMAKE_QT_MODULE)|!exists($$QMAKE_QT_MODULE) {
} else {
debug(1, "Loaded qmodule.pri from ($$QMAKE_QT_MODULE)")
}
+mac {
+ !isEmpty(QMAKE_RPATHDIR){
+ CONFIG += absolute_library_soname
+ }
+}