PDA

View Full Version : Issues with macdeployqt on OSX 10.5



My3rdGradeShirt
28th November 2010, 15:25
So I'm having issues with macdeployqt. These are a few of the errors being thrown at me:

...ERROR: file copy failed from "/Developer/Applications/Qt/plugins/accessible/libqtaccessiblewidgets.dylib"...
...ERROR: file copy failed from "/Developer/Applications/Qt/plugins/bearer/libqgenericbearer.dylib"...
...WARNING: To make sure the plugins are loaded from the correct location,
WARNING: please make sure qt.conf contains the following lines:
WARNING: [Paths]
WARNING: Plugins = PlugIns...
From Googling the heck out of this I found a few people having issues with macdeployqt and XCode 3.1, something about Qt using XCode 3.2 Cocoa binaries. Could this be the problem?


And specifically this error for an 3rd party lib:

...ERROR: no file at "/lib/libfmodexL.dylib"...
I'm not sure why it looks in this location because in the .pro file I state:

LIBS += \
"/Developer/FMOD Programmers API Mac/api/lib/libfmodex.dylib"
I'm assuming I need to run a separate script to manually copy over this 3rd party lib.

Any suggestions would be greatly appreciated.