summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-reader/PluckerCodec/PluckerCodec.pro
blob: 70425429f79b66385ec5659455d96c68cdac4336 (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 )