From 73253e93327cf4ef0932de1b4afb56af22a0f37e Mon Sep 17 00:00:00 2001 From: pohly Date: Tue, 24 Aug 2004 20:52:45 +0000 Subject: updated source to opie-reader 0.7g --- (limited to 'noncore/apps/opie-reader/HTMLFilter/HTMLFilter.pro') 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 @@ +DEFINES += OPIE USEQPE +VPATH = .. +TEMPLATE = lib +CONFIG = qt warn_on release dll +HEADERS = CFilter.h \ + util.h + +SOURCES = striphtml.cpp + +# copy data file to install directory +QMAKE_PRE_LINK = mkdir -p $(OPIEDIR)/plugins/reader/data && cp ../HTMLentities $(OPIEDIR)/plugins/reader/data/HTMLentities + +INTERFACES = +DESTDIR = $(OPIEDIR)/plugins/reader/filters +TARGET = HTMLfilter + +INCLUDEPATH += ../OREADERINC $(OPIEDIR)/include +DEPENDPATH += ../OREADERINC $(OPIEDIR)/include + +include ( $(OPIEDIR)/include.pro ) -- cgit v0.9.0.2