If your are on windows try this in your .pro file:

win32:LIBS += [yourpath]\libsqlite.lib
win32:INCLUDEPATH += [yourpath]\include

Check Qt docs on qmake for unix.

Jan

greensparker schrieb:
> jan Thnks fr ur support. I have included sqlite3.h.
> But getting the following err.
> 
> 69: undefined reference to`sqlite3_errmsg'
> 
> :-1: error: collect2: ld returned 1 exit status
> 
> How to resolve?
> 
> Thnks
> Bala
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to