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:
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: cd $QTDIR/src/plugins/sqldrivers/mysql qmake -o Makefile "INCLUDEPATH+=/usr/local/include" "LIBS+=-L/usr/local/lib -lmysqlclient" mysql.pro makeTo 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 *----*
Bookmarks