author | kergoth <kergoth> | 2003-01-16 06:18:34 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-01-16 06:18:34 (UTC) |
commit | 9a90cb1a9e61d2bc3298f2131671d9f32abbac5a (patch) (side-by-side diff) | |
tree | 1d2d0eb0372f32e682fe139b3e89882f381dc0db /libsql | |
parent | 216efd1cb2210211816b865b5574866e598bf3bd (diff) | |
download | opie-9a90cb1a9e61d2bc3298f2131671d9f32abbac5a.zip opie-9a90cb1a9e61d2bc3298f2131671d9f32abbac5a.tar.gz opie-9a90cb1a9e61d2bc3298f2131671d9f32abbac5a.tar.bz2 |
i18n for new buildsystem :)
-rw-r--r-- | libsql/libopiesql.pro | 4 | ||||
-rw-r--r-- | libsql/test/spaltenweise.pro | 4 | ||||
-rw-r--r-- | libsql/test/test.pro | 4 | ||||
-rw-r--r-- | libsql/test/zeilenweise.pro | 4 |
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 @@ -20,8 +20,12 @@ SOURCES = osqlbackend.cpp \ osqlitedriver.cpp TARGET = opiesql INCLUDEPATH += $(OPIEDIR)/include 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 @@ -2,8 +2,12 @@ TEMPLATE = app CONFIG = qt warn_on release HEADERS = SOURCES = spaltenweise.cpp INCLUDEPATH += $(OPIEDIR)/include 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 @@ -2,8 +2,12 @@ TEMPLATE = app CONFIG = qt warn_on release HEADERS = SOURCES = main.cpp INCLUDEPATH += $(OPIEDIR)/include 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 @@ -2,8 +2,12 @@ TEMPLATE = app CONFIG = qt warn_on release HEADERS = SOURCES = zeilenweise.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -lopiesql TARGET = zeilenweise + + + +include ( ../../include.pro ) |