summaryrefslogtreecommitdiff
path: root/libsql
Unidiff
Diffstat (limited to 'libsql') (more/less context) (ignore whitespace changes)
-rw-r--r--libsql/libopiesql.pro2
-rw-r--r--libsql/test/spaltenweise.pro2
-rw-r--r--libsql/test/test.pro2
-rw-r--r--libsql/test/zeilenweise.pro2
4 files changed, 4 insertions, 4 deletions
diff --git a/libsql/libopiesql.pro b/libsql/libopiesql.pro
index 4fc6cc7..75b9c7e 100644
--- a/libsql/libopiesql.pro
+++ b/libsql/libopiesql.pro
@@ -25,7 +25,7 @@ DESTDIR = $(OPIEDIR)/lib$(PROJMAK)
25LIBS += -lsqlite 25LIBS += -lsqlite
26#VERSION = 1.0.0 26#VERSION = 1.0.0
27 27
28 28
29 29
30 30
31include ( ../include.pro ) 31include ( $(OPIEDIR)/include.pro )
diff --git a/libsql/test/spaltenweise.pro b/libsql/test/spaltenweise.pro
index af68407..f54fada 100644
--- a/libsql/test/spaltenweise.pro
+++ b/libsql/test/spaltenweise.pro
@@ -7,7 +7,7 @@ DEPENDPATH += $(OPIEDIR)/include
7LIBS += -lqpe -lopiesql 7LIBS += -lqpe -lopiesql
8 TARGET = spaltenweise 8 TARGET = spaltenweise
9 9
10 10
11 11
12 12
13include ( ../../include.pro ) 13include ( $(OPIEDIR)/include.pro )
diff --git a/libsql/test/test.pro b/libsql/test/test.pro
index d756189..83ecb44 100644
--- a/libsql/test/test.pro
+++ b/libsql/test/test.pro
@@ -7,7 +7,7 @@ DEPENDPATH += $(OPIEDIR)/include
7LIBS += -lqpe -lopiesql 7LIBS += -lqpe -lopiesql
8 TARGET = sqltest 8 TARGET = sqltest
9 9
10 10
11 11
12 12
13include ( ../../include.pro ) 13include ( $(OPIEDIR)/include.pro )
diff --git a/libsql/test/zeilenweise.pro b/libsql/test/zeilenweise.pro
index 3e69897..e5cfcc7 100644
--- a/libsql/test/zeilenweise.pro
+++ b/libsql/test/zeilenweise.pro
@@ -7,7 +7,7 @@ DEPENDPATH += $(OPIEDIR)/include
7LIBS += -lqpe -lopiesql 7LIBS += -lqpe -lopiesql
8 TARGET = zeilenweise 8 TARGET = zeilenweise
9 9
10 10
11 11
12 12
13include ( ../../include.pro ) 13include ( $(OPIEDIR)/include.pro )