Hello every one !
When i try to create mysql plugin with my ubuntu i get this error

Qt Code:
  1. /opt/qtsdk-2010.05/qt/src/plugins/sqldrivers/mysql$ sudo makeg++ -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/include/mysql -I. -o main.o main.cpp
  2. main.cpp:42: fatal error: qsqldriverplugin.h: No such file or directory
  3. compilation terminated.
  4. make: *** [main.o] Error 1
To copy to clipboard, switch view to plain text mode 

Help me please .
thanks