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:
Roman Telezhynskyi 2016-07-23 14:48:16 +03:00
parent 524419e53f
commit 5da965ba69
2 changed files with 6 additions and 0 deletions

View file

@ -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){

View file

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