PDA

View Full Version : Configure Qt for SQLITE on Linux platform



Qt Coder
26th May 2010, 10:17
Hello ,

I had developed a qt application on windows which uses sqlite database,now I want to run this application on linux,what steps are needed to configure linux for sqlite?

Lykurg
26th May 2010, 12:36
The sdk libraries have build in sqlite support.

Qt Coder
27th May 2010, 09:21
I m using Qt 4.4.3 on linux

I hav added


QT += sql

in .pro file

and in .cpp file I written code
#include <Qtsql>

but while compiling its giving me error


error: Qtsql: No such file or directory

tbscope
27th May 2010, 09:27
#include <QtSql>

It's case sensitive