author | mickeyl <mickeyl> | 2004-03-01 17:36:09 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-03-01 17:36:09 (UTC) |
commit | 5f6f3f7d9356e24ac5284b7ccc10a75451ea94ee (patch) (unidiff) | |
tree | 3a1149a6afa188b9c51b86357edd0981d9c97f4c /libslcompat/libslcompat.pro | |
parent | 796de538b7b7bc7c3e2af3e8dd081000c21569ac (diff) | |
download | opie-5f6f3f7d9356e24ac5284b7ccc10a75451ea94ee.zip opie-5f6f3f7d9356e24ac5284b7ccc10a75451ea94ee.tar.gz opie-5f6f3f7d9356e24ac5284b7ccc10a75451ea94ee.tar.bz2 |
some header files and glue to compile japanese apps
pretty much work in progress - maybe someone wants to finish
-rw-r--r-- | libslcompat/libslcompat.pro | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/libslcompat/libslcompat.pro b/libslcompat/libslcompat.pro new file mode 100644 index 0000000..84d9ad6 --- a/dev/null +++ b/libslcompat/libslcompat.pro | |||
@@ -0,0 +1,16 @@ | |||
1 | TEMPLATE = lib | ||
2 | CONFIG += qte warn_on debug | ||
3 | |||
4 | HEADERS = slcolorselector.h \ | ||
5 | slfileselector.h \ | ||
6 | slmisc.h | ||
7 | |||
8 | SOURCES = slcolorselector.cpp \ | ||
9 | slfileselector.cpp | ||
10 | |||
11 | TARGET = slcompat | ||
12 | INCLUDEPATH += $(OPIEDIR)/include | ||
13 | DESTDIR = $(OPIEDIR)/lib | ||
14 | LIBS += -lopiecore2 -lopieui2 -lqtaux2 | ||
15 | |||
16 | include ( $(OPIEDIR)/include.pro ) | ||