I have an application that runs fine on windows and linux...

If I download the binary build for 4.8.5 OSX, I can build, and debug locally 
with no issues.

Unfortunately, it does not come with the QMySql plugin necessary for the 
application (expected) but it also (at least where I can find it) come with a 
source area for building your own "extra" plugins.

I have also downloaded the source area, and built and install it...

Unfortunately when it runs, I get the following error:
Qt internal error: qt_menu.nib could not be loaded.  The .nib file should be 
place in QtGui.framework/Versions/Current/Resources or in the resources 
directory of your application bundle.


Im trying to track down why I cant place the mysql plugins I built locally into 
the binary download, but its not proving easy to figure out.

When I set QT_DEBUG_PLUGINS=1  I get "libqsqlmysql.dylib" is not a valid Qt 
plugin... And I do have the mysql/lib directory in my path...

Any help or advice would be greatly appreciated..

Ideally, it would be fixing the nib issue on the src built area.... But 
figuring out why the src built plugin doesn't work, would be great as well..

Scott
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to