PDA

View Full Version : Big troubles when deploying on Mac



NoRulez
11th February 2010, 15:27
Hello everyone,

i hope some could help me with this problem, the Application uses SQLite as there database and I also do the following steps:
.) Build the application (MyProject.app is created)
.) Run macdeployqt-4.6 (Here the libqsqlite.dylib ISN'T copied)

Now i couldn't start the application, because it didn't find the sqlite plugin ("Driver not loaded").

When i run macdeployqt-4.6 twice I get the error that some image plugins and the SQLite plugin can't be copied, because the macdeployqt-4.6 has already used on MyProject.app:
ERROR: file copy failed from "/Developer/Applications/Qt/plugins/imaeformats/libqjpeg.dylib"

How or better where i must copy the libqsqlite.dylib and what other steps must i do?

Thanks in advance

Best Regards
NoRulez