summaryrefslogtreecommitdiff
path: root/libsql/libopiesql.pro
authorzecke <zecke>2002-08-27 20:17:50 (UTC)
committer zecke <zecke>2002-08-27 20:17:50 (UTC)
commit86352e32f449ecf00de254674b7dcac72bc34a14 (patch) (unidiff)
treeb5803b69ca00dceea1e2a76a5eee390f0748f27e /libsql/libopiesql.pro
parent1398b50ffc193bc9ab69ebe198aeda847c39516e (diff)
downloadopie-86352e32f449ecf00de254674b7dcac72bc34a14.zip
opie-86352e32f449ecf00de254674b7dcac72bc34a14.tar.gz
opie-86352e32f449ecf00de254674b7dcac72bc34a14.tar.bz2
Initial check in of the light wrapper library
around normal SQL The first driver implementation is a SQLite version
Diffstat (limited to 'libsql/libopiesql.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--libsql/libopiesql.pro27
1 files changed, 27 insertions, 0 deletions
diff --git a/libsql/libopiesql.pro b/libsql/libopiesql.pro
new file mode 100644
index 0000000..cc20ace
--- a/dev/null
+++ b/libsql/libopiesql.pro
@@ -0,0 +1,27 @@
1TEMPLATE = lib
2CONFIG += qte warn_on release
3 HEADERS = osqlbackend.h \
4 osqldriver.h \
5 osqlerror.h \
6 osqlmanager.h \
7 osqlquery.h \
8 osqlresult.h \
9 osqltable.h \
10 osqlbackendmanager.h \
11 osqlitedriver.h
12 SOURCES = osqlbackend.cpp \
13 osqldriver.cpp \
14 osqlerror.cpp \
15 osqlmanager.cpp \
16 osqlquery.cpp \
17 osqlresult.cpp \
18 osqltable.cpp \
19 osqlbackendmanager.cpp \
20 osqlitedriver.cpp
21
22 TARGET = opiesql
23INCLUDEPATH += $(OPIEDIR)/include
24DESTDIR = $(QTDIR)/lib$(PROJMAK)
25LIBS += -lsqlite
26#VERSION = 1.0.0
27