MAC OS X Mountain Lion (10.7) versus OS X Snow Leopard (10.6) plugins
-
I have an SQL driver plugin for Oracle that works in Snow Leopard, but when attempting to load it in Mountain Lion, it fails. All of the needed defines have been made and the Oracle directory is in the path. If I attempt to load it directly (with QPluginLoader), I get the message that it is not a valid Qt plugin. I have also attempted to build a new OCI plugin with the same result. Both the application and the plugin are build for X86_64 as is the Oracle instant client.
Is there something different that needs to be done in the new MAC OS for plugins?