How to connect these together?
- by Biertago
I've got a mysql database created by phpMyAdmin and I want to use it in my Qt project. I tried it on Visual Studio 2010 with an qt addon but it didn't work neither.
In Qt Creator, I add:
QT += sql
in a .pro file and include:
#include <QSqlDatabase>
in the main file but there's a driver error.
I don't know even where to start and each google page shows something different. I tried to look for some guide but there is nothing which concerns everything in []s.