From 478d1abe1c7289fee349109f604bfafba131ea70 Mon Sep 17 00:00:00 2001 From: Prasanth Ullattil Date: Tue, 25 Jan 2011 10:08:15 +0100 Subject: [PATCH] Use the 'install_name' linker flag on Mac for the frameworks. This is required for the frameworks outside the qtbase module. --- qtbase/mkspecs/features/qt_module.prf | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/qtbase/mkspecs/features/qt_module.prf b/qtbase/mkspecs/features/qt_module.prf index a263e28..a5a3fd1 100644 --- a/qtbase/mkspecs/features/qt_module.prf +++ b/qtbase/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 + } +} -- 1.7.3.4