Mysql driver not loaded

Mysql driver not loaded

when I find this problem------Mysql driver not loaded
I tried the way which is in QT assistant, followed:
1.There is no mysql file in $QTDIR/src/plugins/sqldrivers/ initially, so I made one by command--mkdir myql
2.then I created a mysql.pro by command--qmake -project
3.cd $QTDIR/src/plugins/sqldrivers/mysql
4.qmake -o Makefile "INCLUDEPATH+=/usr/local/include" "LIBS+=-L/usr/local/lib -lmysqlclient_r" mysql.pro
5.make

there is one problem show as follow:
make: Nothing to be done for `first'

what can I do to solve the problem?      
I don't used QT in MySQL .
But I want know is there driver in $QTDIR/src/plugins/sqldrivers/mysql or nothin ?
Maybe the driver is in /usr/lib/mysql .      
very wonderful!