summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-reader/PluckerCodec/PluckerCodec.pro
blob: faaf1b7b76507a3785d1a965dfada505c74ac2ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DEFINES += OPIE USEQPE
VPATH = ..
TEMPLATE	= lib
CONFIG		= qt warn_on release dll
HEADERS		= plucker.h

SOURCES		= plucker.cpp \
                  Palm2QImage.cpp

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

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

include( $(OPIEDIR)/include.pro )