@@ -184,7 +184,7 mac: !staticlib: { | |||
|
184 | 184 | |
|
185 | 185 | # Update the name (id) of the installed library on OSX to point to the installation path |
|
186 | 186 | postinstall.path = $$[QT_INSTALL_LIBS] |
|
187 |
postinstall.extra = "install_name_tool -id $ |
|
|
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 | 188 | INSTALLS += postinstall |
|
189 | 189 | } |
|
190 | 190 |
General Comments 0
You need to be logged in to leave comments.
Login now