Are there .pro settings so as to avoid using install_name_tool all the time?
Locked
Installation and Deployment
-
I didn't get much traction on this article perhaps because of the way it's worded. So, I'll word it differently and perhaps you can help?
On OSX, I can use
install_name_tool
like the following to make it so that my application knows the path to the dylib (DLL for those of you on WIndows). So, is there another way to do this in my project settings (like in the .pro file) so that I don't have to do this from command line all the time?install_name_tool LibraryTester -change mylib.1.dylib @loader_path/mylib.1.dylib
-
Hi,
Please practice some patience, this forum is community driven so waiting 24 to 48 hours is normal.
In order to avoid fragmentation, let's keep the questions and answers in only one thread.
Closing this one.