Qt Mysql -------- Cannot Open Include File: 'mysql.h':
Im making a GUI application in Qt, it will be a front end to a database basically however i haven't even got to the point of doing anything yet because my database connection just
Solution 1:
You actually don't need to include QMYSQLDriver. What you really need is to build mysql driver. Here is the manual, which tells you how to do it.
Post a Comment for "Qt Mysql -------- Cannot Open Include File: 'mysql.h':"