Hi guys,
I'm trying build the QMYSQL plugin fallowing this tuto: http://www.jiggerjuice.net/software/qt-sql-drivers.html
But at this step has error:
The error is this:
Help-me please *-*
Hi guys,
I'm trying build the QMYSQL plugin fallowing this tuto: http://www.jiggerjuice.net/software/qt-sql-drivers.html
But at this step has error:
The error is this:
Help-me please *-*
C:\Qt\2010.01\bin\sqldrivers\mysql is not the correct path. This path is a bin directory for QtCreator files and has nothing to do with Qt Libraries your are using for your applications. Especially bin directory is not the right place to search sources to compile as its name stands from "binary" so already compiled stuff.
C:\Qt\2010.01\qt <- your Qt dir
C:\Qt\2010.01\qt\src\plugins\sqldrivers\mysql <- your MySQL plugin sources ("src" stands for "sources")
I would like to be a "Guru"
Useful hints (try them before asking):
- Use Qt Assistant
- Search the forum
If you haven't found solution yet then create new topic with smart question.
Hi
looking at the steps:
mysql.pro file should be present in <UR_QT_DIR>/src/plugins/sqldrivers/mysql/
just add this path in your existing path and that should work.
Hi..
now this is the error:
Help-me please *-*
thanks
if you are still having this problem... you need to open the Qt Command Prompt which sets up your environment variables needed for building. The 'regular' cmd prompt won't work as is.
Bookmarks