summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-reader/FliteCmd/FliteCmd.pro
blob: 0e1a782b3bf592dca19b5531b68ca6432113b133 (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		= flitecmd.h

SOURCES		= flitecmd.cpp


INTERFACES	= 
DESTDIR		= $(OPIEDIR)/plugins/reader/outcodecs
TARGET		= flitecmd


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

include( $(OPIEDIR)/include.pro )