After update to Qt 5.7 custom libraries: qmuparser and vpropertybrpwser lost
"@rpath" prefix. Setting QMAKE_SONAME_PREFIX fix it. --HG-- branch : develop
This commit is contained in:
parent
524419e53f
commit
5da965ba69
|
@ -41,6 +41,9 @@ include(qmuparser.pri)
|
|||
|
||||
VERSION = 2.4.1
|
||||
|
||||
# Allow MAC OS X to find library inside a bundle
|
||||
macx:QMAKE_SONAME_PREFIX = @rpath
|
||||
|
||||
# Set "make install" command for Unix-like systems.
|
||||
unix:!macx{
|
||||
isEmpty(PREFIX_LIB){
|
||||
|
|
|
@ -37,6 +37,9 @@ MOC_DIR = moc
|
|||
# objecs files
|
||||
OBJECTS_DIR = obj
|
||||
|
||||
# Allow MAC OS X to find library inside a bundle
|
||||
macx:QMAKE_SONAME_PREFIX = @rpath
|
||||
|
||||
include(vpropertyexplorer.pri)
|
||||
|
||||
# Set "make install" command for Unix-like systems.
|
||||
|
|
Loading…
Reference in New Issue
Block a user