PDA

View Full Version : mysql build



ganeshgladish
3rd July 2013, 05:49
hi everyone,

i have installed mysql ...but i can do this lines
cd $QTDIR/src/plugins/sqldrivers/mysql
qmake "INCLUDEPATH+=/usr/include/mysql" "LIBS+=-L/usr/lib/mysql -lmysqlclient_r" mysql.pro
make


i don't know this cd $QTDIR/src/plugins/sqldrivers/mysql ..please provide some solutions ...where this directory...i con't

ChrisW67
3rd July 2013, 06:21
That directory is part of the Qt library source code which you plainly need if you are going to build all or some of the Qt Library from source.