Hi THere,
I need mysql support through QT3 for my development. I used synAPTic to install:
libqt3c102-mt-mysql

But when I go to run my code that uses the QT MySQL driver I get a message saying the QTMYSQL3 driver isn't loaded. The exact same code I wrote worked on my previous system, but with that system I had manually compiled/installed a version of the QT library, and so I was given the option to "configure" the build to include the mysql driver. With apt-get for mysql support I don't seem to have the option to configure anything, so from what I can tell QT isn't getting built with mysql support.

SOO, is there something I can do to get the MySQL support built into QT without having to re-build and compile QT by myself?

TIA

Stu