summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-reader/HTMLFilter/HTMLFilter.pro
blob: 4842f23f6064c6e8e68616b4aed9115d1ae21d69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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	+= $(OPIEDIR)/include
DEPENDPATH	+= $(OPIEDIR)/include

include( $(OPIEDIR)/include.pro )