summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-reader/AportisCodec/AportisCodec.pro
blob: a64ab679af71a9ad30178d208eb845a9e1baf60e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
DEFINES += OPIE USEQPE
VPATH = ..
TEMPLATE	= lib
CONFIG		= qt warn_on release dll
HEADERS		= Aportis.h \
		  CExpander.h \
		  config.h \
		  ustring.h \
		  StyleConsts.h \
		  Markups.h \
		  names.h \
		  linktype.h \
		  pdb.h \
		  my_list.h \
		  Bkmks.h \
		  Filedata.h

SOURCES		= Aportis.cpp


INTERFACES	= 
DESTDIR		= $(OPIEDIR)/plugins/reader/codecs
TARGET		= Aportis
LIBS            += -lreader_pdb -lreader_codec

INCLUDEPATH	+= $(OPIEDIR)/include
DEPENDPATH	+= $(OPIEDIR)/include

include( $(OPIEDIR)/include.pro )