summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-reader/HTMLFilter/HTMLFilter.pro
blob: 8eb6f17fc356ede703c90437c9f45d4c3f632914 (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 )