https://bugzilla.novell.com/show_bug.cgi?id=450875 Summary: Qt4 can't find sql plugins on 11.0 Product: openSUSE 11.0 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Development AssignedTo: dmueller@novell.com ReportedBy: wstephenson@novell.com QAContact: qa@suse.de Found By: --- Akonadi from 4.2 can't find QMYSQL on 11.0. libqt4-sql-mysql is installed, as well as libmysqlclient. The following testcase returns an empty QStringList on 11.0, and QMYSQL on 11.0: #include <QtCore> #include <QSqlDatabase> int main(int argc, char**argv) { qDebug() << QSqlDatabase::drivers(); return 0; } -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.