summaryrefslogtreecommitdiff
path: root/libsql
authorkergoth <kergoth>2003-01-16 06:18:34 (UTC)
committer kergoth <kergoth>2003-01-16 06:18:34 (UTC)
commit9a90cb1a9e61d2bc3298f2131671d9f32abbac5a (patch) (side-by-side diff)
tree1d2d0eb0372f32e682fe139b3e89882f381dc0db /libsql
parent216efd1cb2210211816b865b5574866e598bf3bd (diff)
downloadopie-9a90cb1a9e61d2bc3298f2131671d9f32abbac5a.zip
opie-9a90cb1a9e61d2bc3298f2131671d9f32abbac5a.tar.gz
opie-9a90cb1a9e61d2bc3298f2131671d9f32abbac5a.tar.bz2
i18n for new buildsystem :)
Diffstat (limited to 'libsql') (more/less context) (ignore whitespace changes)
-rw-r--r--libsql/libopiesql.pro4
-rw-r--r--libsql/test/spaltenweise.pro4
-rw-r--r--libsql/test/test.pro4
-rw-r--r--libsql/test/zeilenweise.pro4
4 files changed, 16 insertions, 0 deletions
diff --git a/libsql/libopiesql.pro b/libsql/libopiesql.pro
index cc20ace..a31190e 100644
--- a/libsql/libopiesql.pro
+++ b/libsql/libopiesql.pro
@@ -25,3 +25,7 @@ DESTDIR = $(QTDIR)/lib$(PROJMAK)
LIBS += -lsqlite
#VERSION = 1.0.0
+
+
+
+include ( ../include.pro )
diff --git a/libsql/test/spaltenweise.pro b/libsql/test/spaltenweise.pro
index 5b881c0..af68407 100644
--- a/libsql/test/spaltenweise.pro
+++ b/libsql/test/spaltenweise.pro
@@ -7,3 +7,7 @@ DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe -lopiesql
TARGET = spaltenweise
+
+
+
+include ( ../../include.pro )
diff --git a/libsql/test/test.pro b/libsql/test/test.pro
index 188c367..d756189 100644
--- a/libsql/test/test.pro
+++ b/libsql/test/test.pro
@@ -7,3 +7,7 @@ DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe -lopiesql
TARGET = sqltest
+
+
+
+include ( ../../include.pro )
diff --git a/libsql/test/zeilenweise.pro b/libsql/test/zeilenweise.pro
index 516b7c0..3e69897 100644
--- a/libsql/test/zeilenweise.pro
+++ b/libsql/test/zeilenweise.pro
@@ -7,3 +7,7 @@ DEPENDPATH += $(OPIEDIR)/include
LIBS += -lqpe -lopiesql
TARGET = zeilenweise
+
+
+
+include ( ../../include.pro )