[Qt-interest] [Qt-Interest] Assistant in OSX app Bundle

Martin Guillon MGuillon at movea.com
Wed Mar 3 14:37:30 CET 2010


Hi,

I am trying to integrate the Qt Assistant as a custom helper in my osx application.

It works great on my dev machine. But as soon as I copy my app on a machine without qt framework I got an error "Cannot Load SQLite database driver!"

So let me first show you my layout

Bundl.app
--MacOS
--Resources
--Framework
-----QtCore...
-----QGui...
-----QtXml...
-----QtHelp...
-----QtSql...
--Plugins
----imageformats
-------- .....
----sqldrivers
------libsqlite.dylib
--Doc
----Assistant.app
------Frameworks (link to ../../Frameworks)
------Plugins (link to ../../Plugins)
------ Exactly the same layout as the assistant from qt/bin


Now I now Assistant find the frameworks as I get another error related to that if I change anything related to the frameworks.
Now I have spend 3 days of the "Cannot Load SQLite database driver!" error and I cant find the solution.
I tried copying libsqlite.dylib in the MacOS folder, tried creating a empty/filled qt.conf in Bundle.app/Doc/Assistant.app/Resources.
Nothing works!

I really need help
Thanks

Martin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100303/51a963cd/attachment.html 


More information about the Qt-interest-old mailing list