author | zecke <zecke> | 2004-11-01 15:04:25 (UTC) |
---|---|---|
committer | zecke <zecke> | 2004-11-01 15:04:25 (UTC) |
commit | e28f024b5d0d70dd22d7beacfd693b75e2fcf39e (patch) (unidiff) | |
tree | cdc532bcacb85e03a4cc634c5d60b3d9c038799b | |
parent | 915af02212ea80e43da5bcc24415e3e48778bea9 (diff) | |
download | opie-e28f024b5d0d70dd22d7beacfd693b75e2fcf39e.zip opie-e28f024b5d0d70dd22d7beacfd693b75e2fcf39e.tar.gz opie-e28f024b5d0d70dd22d7beacfd693b75e2fcf39e.tar.bz2 |
s/sqlite/sqlite3/ to catch up with the switch of OpieDB to SQLite3
-rw-r--r-- | libopie2/examples/opiedb/sqltest/sqltest.pro | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
@@ -6,3 +6,3 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
6 | DEPENDPATH += $(OPIEDIR)/include | 6 | DEPENDPATH += $(OPIEDIR)/include |
7 | LIBS += -lqpe -lopiedb2 -lsqlite | 7 | LIBS += -lqpe -lopiedb2 -lsqlite3 |
8 | TARGET = sqltest | 8 | TARGET = sqltest |