summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-reader/HTMLFilter/HTMLFilter.pro
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/HTMLFilter/HTMLFilter.pro
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/HTMLFilter/HTMLFilter.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-reader/HTMLFilter/HTMLFilter.pro20
1 files changed, 20 insertions, 0 deletions
diff --git a/noncore/apps/opie-reader/HTMLFilter/HTMLFilter.pro b/noncore/apps/opie-reader/HTMLFilter/HTMLFilter.pro
new file mode 100644
index 0000000..cc049a9
--- a/dev/null
+++ b/noncore/apps/opie-reader/HTMLFilter/HTMLFilter.pro
@@ -0,0 +1,20 @@
1DEFINES += OPIE USEQPE
2VPATH = ..
3 TEMPLATE= lib
4 CONFIG = qt warn_on release dll
5 HEADERS = CFilter.h \
6 util.h
7
8 SOURCES = striphtml.cpp
9
10# copy data file to install directory
11QMAKE_PRE_LINK = mkdir -p $(OPIEDIR)/plugins/reader/data && cp ../HTMLentities $(OPIEDIR)/plugins/reader/data/HTMLentities
12
13 INTERFACES=
14 DESTDIR = $(OPIEDIR)/plugins/reader/filters
15 TARGET = HTMLfilter
16
17 INCLUDEPATH+= ../OREADERINC $(OPIEDIR)/include
18 DEPENDPATH+= ../OREADERINC $(OPIEDIR)/include
19
20include ( $(OPIEDIR)/include.pro )