I've seen it.
But look:
There is one oddity more:mtr@mtr-laptop:~$ qmake -v
QMake version 2.01a
Using Qt version 4.3.2 in /usr/local/Trolltech/Qt-4.3.2/lib
I ran ./configure -qt-sql-mysql. Then I made it and installed qt once again.
As an effect there emerged libqsqlodbc.so in plugins/sqldrivers/ folder.
I understand that it is because during installation qt found new repositories of odbc downloaded by me apart from unixODBC.
Still I do not have QMYSQL...
EDIT
Look:
I have tested QMYSQL and it works.QSqlDatabase: available drivers: QMYSQL3 QMYSQL QSQLITE QODBC3 QODBC
Thus I understand that everything is fine...
The funny thing is that although there is libqsqlodbc.so library in sqldrivers folder there is absolutely no trace of mysql library for qt.
Bookmarks