##// END OF EJS Templates
Mac install_name_tool corrected to find dynamic libraries from correct place, if INSTALL_ROOT is used....
Matti Paaso -
r2637:5d4e58d46862
parent child
Show More
@@ -184,7 +184,7 mac: !staticlib: {
184
184
185 # Update the name (id) of the installed library on OSX to point to the installation path
185 # Update the name (id) of the installed library on OSX to point to the installation path
186 postinstall.path = $$[QT_INSTALL_LIBS]
186 postinstall.path = $$[QT_INSTALL_LIBS]
187 postinstall.extra = "install_name_tool -id $$[QT_INSTALL_LIBS]"/"$$MAC_CHARTS_LIB_NAME $$[QT_INSTALL_LIBS]"/"$$MAC_CHARTS_LIB_NAME"
187 postinstall.extra = "install_name_tool -id $(INSTALL_ROOT)"/"$$[QT_INSTALL_LIBS]"/"$$MAC_CHARTS_LIB_NAME $(INSTALL_ROOT)"/"$$[QT_INSTALL_LIBS]"/"$$MAC_CHARTS_LIB_NAME"
188 INSTALLS += postinstall
188 INSTALLS += postinstall
189 }
189 }
190
190
General Comments 0
You need to be logged in to leave comments. Login now