This would be in my case cd /usr/local/Trolltech/Qt*/src/plugins/sqldrivers/mysql/cd $QTDIR/src/plugins/sqldrivers/mysql
But this directory doesn't exist, but I found the /usr/local/Trolltech/Qt*/plugins/sqldrivers/
directory and I did the sudo mkdir mysql, now I have the directory.
This would be in my case sudo qmake -o Makefile "INCLUDEPATH+=/usr/local/mysql*/include" "LIBS+=-L/usr/local/mysql*/lib -lmysqlclient_r" mysql.proqmake -o Makefile "INCLUDEPATH+=/usr/local/include" "LIBS+=-L/usr/local/lib -lmysqlclient_r" mysql.pro
But than I get the message : "Cannot find file: mysql.pro."
So I ran the sudo qmake -project command to get a mysql.pro file.
Afterwards I ran the sudo qmake -o Makefile.... command, with succes.
And than the make command, but I get the message "make: Nothing to be done for `first'."
So I'm really messing up something but what?![]()
Bookmarks