0

Possible Duplicate:
Deploy Qt application on MAC

I've compiled a release version of my app through qt creator and it runs just fine on my macbook pro (10.8). However, trying to run this same application on my work computer (also 10.8) results in the following runtime error:

dyld: Library not loaded: /Users/Me/Qt5.0.0/5.0.0/clang_64/lib/QtWidgets.framework/Versions/5/QtWidgets
  Referenced from: /Volumes/Dropbox/Me/Project/Project.app/Contents/MacOS/Project
  Reason: image not found
Trace/BPT trap: 5
logout

From what I've read, it sounds like I may need to include the entire Qt framework into my bundle? Is there a way to specify this behavior in the .pro, or some command line compilation flag I need to include?

Community
  • 1
  • 1
grep
  • 3,986
  • 7
  • 45
  • 67

0 Answers0