How to connect these together?
Posted
by
Biertago
on Stack Overflow
See other posts from Stack Overflow
or by Biertago
Published on 2012-12-03T22:40:37Z
Indexed on
2012/12/03
23:04 UTC
Read the original article
Hit count: 148
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.
© Stack Overflow or respective owner