Hello,

I tried to build MySQL driver for Qt5 (5.0.1) under ubuntu 12.10 x64 but I failed although I did all mentioned steps in Qt wiki doc!!!

error message:
mbnoimi-pc mysql # qmake “INCLUDEPATH+=/usr/local/include” “LIBS+=-L/usr/local/lib -lmysqlclient_r” mysql.pro WARNING: /opt/Qt5.0.1/5.0.1/Src/qtbase/src/plugins/sqldrivers/qsqldriverbase.pri:4: Unable to find file for inclusion qt_plugin Project MESSAGE: Warning: unknown QT: sql-private

Because I think this is matter of invalid paths I tried the following but I failed again :(

qmake “INCLUDEPATH+=/usr/include/mysql” “LIBS+=-L/usr/lib/x86_64-linux-gnu -lmysqlclient_r” mysql.pro

Do you've any idea how can I fix this issue?

PS
I’ve installed libmysqlclient-dev, libmysql++-dev packages
-- 
Best Regards,
Muhammad Bashir Al-Noimi

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to