summaryrefslogtreecommitdiff
path: root/noncore/multimedia/opieplayer2/zeckeplayer.pro
blob: 86480fe2223da7ab829dea11687439f34b767ee7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE	= app
DESTDIR         = .
#CONFIG		= qt warn_on debug
CONFIG		= qt warn_on release
HEADERS		= frame.h lib.h
SOURCES		= alphablend.c yuv2rgb.c nullvideo.o frame.cpp lib.cpp mainTest.cpp 
INCLUDEPATH	+= $(OPIEDIR)/include /opt/QtPalmtop/include
DEPENDPATH	+= $(OPIEDIR)/include /opt/QtPalmtop/include
LIBS            += -L/opt/QtPalmtop/lib -lxine -lxineutils
TARGET          = zeckeplayer


include ( $(OPIEDIR)/include.pro )