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:
parent
346b3b0976
commit
61126f4ae6
@ -14,3 +14,8 @@ isEmpty(QMAKE_QT_MODULE)|!exists($$QMAKE_QT_MODULE) {
|
|||||||
} else {
|
} else {
|
||||||
debug(1, "Loaded qmodule.pri from ($$QMAKE_QT_MODULE)")
|
debug(1, "Loaded qmodule.pri from ($$QMAKE_QT_MODULE)")
|
||||||
}
|
}
|
||||||
|
mac {
|
||||||
|
!isEmpty(QMAKE_RPATHDIR){
|
||||||
|
CONFIG += absolute_library_soname
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user