summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-reader/codeclib
authorpohly <pohly>2004-08-24 20:52:45 (UTC)
committer pohly <pohly>2004-08-24 20:52:45 (UTC)
commit73253e93327cf4ef0932de1b4afb56af22a0f37e (patch) (unidiff)
tree1c9a7a6dd3341e036a894d348a3372525d29acec /noncore/apps/opie-reader/codeclib
parente90847c784c48bd21bf8768cb38edb853b832697 (diff)
downloadopie-73253e93327cf4ef0932de1b4afb56af22a0f37e.zip
opie-73253e93327cf4ef0932de1b4afb56af22a0f37e.tar.gz
opie-73253e93327cf4ef0932de1b4afb56af22a0f37e.tar.bz2
updated source to opie-reader 0.7g
Diffstat (limited to 'noncore/apps/opie-reader/codeclib') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-reader/codeclib/.cvsignore5
-rw-r--r--noncore/apps/opie-reader/codeclib/codeclib.pro17
2 files changed, 22 insertions, 0 deletions
diff --git a/noncore/apps/opie-reader/codeclib/.cvsignore b/noncore/apps/opie-reader/codeclib/.cvsignore
new file mode 100644
index 0000000..1810ee0
--- a/dev/null
+++ b/noncore/apps/opie-reader/codeclib/.cvsignore
@@ -0,0 +1,5 @@
1Makefile
2config.in
3moc_*
4.moc
5.obj
diff --git a/noncore/apps/opie-reader/codeclib/codeclib.pro b/noncore/apps/opie-reader/codeclib/codeclib.pro
new file mode 100644
index 0000000..6adcda8
--- a/dev/null
+++ b/noncore/apps/opie-reader/codeclib/codeclib.pro
@@ -0,0 +1,17 @@
1DEFINES += OPIE USEQPE
2VPATH = ..
3 TEMPLATE= lib
4 CONFIG = qt warn_on release dll
5 HEADERS = pdb.h
6
7 SOURCES = CExpander.cpp CBuffer.cpp StyleConsts.cpp \
8 hrule.cpp Navigation.cpp Bkmks.cpp
9
10 INTERFACES=
11 DESTDIR = $(OPIEDIR)/lib
12 TARGET = reader_codec
13
14 INCLUDEPATH+= ../OREADERINC $(OPIEDIR)/include
15 DEPENDPATH+= ../OREADERINC $(OPIEDIR)/include
16
17include ( $(OPIEDIR)/include.pro )