Hi guys,

i'm trying build the MySQL plugin for qt, but i have some problems..

in accordance with this site (http://qt.nokia.com/doc/4.0/sql-driv...x-and-mac-os-x), these are the steps:

Qt Code:
  1. Tell qmake where to find the MySQL header files and shared libraries (here it is assumed that MySQL is installed in /usr/local) and run make:
  2. cd $QTDIR/src/plugins/sqldrivers/mysql
  3. qmake -o Makefile "INCLUDEPATH+=/usr/local/include" "LIBS+=-L/usr/local/lib -lmysqlclient" mysql.pro
  4. make
To copy to clipboard, switch view to plain text mode 

but, when I put "cd /Developer/Applications/Qt/plugins/sqldrivers/mysql", this is the result:



Help-me *----*