PDA

View Full Version : sqlite3.h



sliverTwist
25th February 2013, 13:30
Hello
Does the header file sqlite3.h exists in Qt 5.0.1 (32 bit) because i'am trying to include it and when compiling i get this error sqlite3.h no such file or directory
#include <sqlite3.h>
Am i doing this right guys ???

ChrisW67
26th February 2013, 09:08
Yes, but it is not part of the public Qt interface.

sliverTwist
26th February 2013, 09:33
I've just downloaded the .txt file and save it in the project folder . That fixed the error