Use the 'install_name' linker flag on Mac for the frameworks.

This is required for the frameworks outside the qtbase module.
This commit is contained in:
Prasanth Ullattil 2011-01-25 10:08:15 +01:00 committed by axis
parent 346b3b0976
commit 61126f4ae6

View File

@ -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
}
}