hi,

I have written an App (Qt4.3.4, Eclipse) on Windows that uses the sqlitedriver as plugin. But I build the driver with the latest sqlite version (3.5.8). Everything works fine on Windows. My Question is what the best Option on Linux is. It seems I can not just put the driverplugin in the app/sqldrivers/ path. If their is an old version of sqlite on the system the App loads that system driver or the plugin that was build with qt-source (which is an old version as well).
Is their a way to force the App to load the plugin that comes with the App on Linux?
I am sorry, my knowledge about Linux is very limited. I learned from several websites that I could build it in static mode for Linux to avoid that. But I also would like to extend my App with own addidional plugins (using the pluginloader) to add more features. But if I build it in static mode I can nor use this approach!? Thats what i read in the documentation.
Could anyone give me an advice how to solve this dilemma.
thx in advance.