dylibs and frameworks in bundle app
问题 Yesterday I was reading a lot about deploying MacOSX applications, but I still have some doubts. I have been deploying Qt4 applications for MacOSX for the past few years using macdeployqt . Now, mi application uses a library that doesn't belong to the Qt framework: Poppler. I have installed poppler-qt4 using Homebrew : brew install poppler --with-qt4 --enable-xpdf-headers After using macdeployqt , I know that I have to use install_name_tool to change the absolute paths by relative paths. Some