Hello,

I'm trying to build the mysql plugin according to http://doc.qt.nokia.com/4.7/sql-driver.html#qmysql (thanks to schnitzel). I have used QT in the past and am slowly learning to be up and running again.

I get
Qt Code:
  1. jean@server:~/qtsdk-2010.05/qt/src/plugins/sqldrivers/mysql$ make
  2. g++ -c -pipe -O2 -fvisibility=hidden -fvisibility-inlines-hidden -D_REENTRANT -Wall -W -fPIC -DQT_NO_CAST_TO_ASCII -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_PLUGIN -DQT_SQL_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I/usr/local/include -I. -o main.o main.cpp
  3. main.cpp:42:30: error: qsqldriverplugin.h: No such file or directory
  4. main.cpp:43:25: error: qstringlist.h: No such file or directory
  5. In file included from main.cpp:44:
To copy to clipboard, switch view to plain text mode 

Some path issue?

Thanks.