The macdeployqt which comes with Qt SDK 1.1 is broken (it’s already files on the Qt bugtracker).
How do I make macdeployqt use the libraries of another Qt-version I installed instead of Qt SDK 1.1?
I couldn’t find a bash-environment variable for it.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
macdeployqt should deploy Qt libraries which are linked to your binary. Use otool to check what libraries are linked.
To get more control over the deployment of libraries, I ended up rewriting macddeployqt to always deploy/link to my preferred library location.