From e28f024b5d0d70dd22d7beacfd693b75e2fcf39e Mon Sep 17 00:00:00 2001 From: zecke Date: Mon, 01 Nov 2004 15:04:25 +0000 Subject: s/sqlite/sqlite3/ to catch up with the switch of OpieDB to SQLite3 --- (limited to 'libopie2') diff --git a/libopie2/examples/opiedb/sqltest/sqltest.pro b/libopie2/examples/opiedb/sqltest/sqltest.pro index 509bd85..e449458 100644 --- a/libopie2/examples/opiedb/sqltest/sqltest.pro +++ b/libopie2/examples/opiedb/sqltest/sqltest.pro @@ -4,7 +4,7 @@ HEADERS = SOURCES = main.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include -LIBS += -lqpe -lopiedb2 -lsqlite +LIBS += -lqpe -lopiedb2 -lsqlite3 TARGET = sqltest include ( $(OPIEDIR)/include.pro ) -- cgit v0.9.0.2