summaryrefslogtreecommitdiff
path: root/noncore/multimedia/opieplayer2/opieplayer2.pro
blob: 1b687a3b713151724a5c1746f6737ca02e993e93 (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
TEMPLATE  = app
#CONFIG    = qt warn_on release
CONFIG         = qt warn_on debug
DESTDIR   = $(OPIEDIR)/bin
HEADERS   = playlistselection.h mediaplayerstate.h xinecontrol.h mediadetect.h\
   	    videowidget.h audiowidget.h playlistwidget.h mediaplayer.h inputDialog.h \
            frame.h lib.h xinevideowidget.h volumecontrol.h playlistwidgetgui.h\
            alphablend.h yuv2rgb.h
SOURCES   = main.cpp \
            playlistselection.cpp mediaplayerstate.cpp xinecontrol.cpp mediadetect.cpp\
            videowidget.cpp audiowidget.cpp playlistwidget.cpp mediaplayer.cpp inputDialog.cpp \
            frame.cpp lib.cpp nullvideo.c xinevideowidget.cpp volumecontrol.cpp \
	    playlistwidgetgui.cpp\
            alphablend.c yuv2rgb.c yuv2rgb_arm.c yuv2rgb_arm4l.S
TARGET    = opieplayer2
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH  += $(OPIEDIR)/include 
LIBS        += -lqpe -lpthread -lopie -lxine
MOC_DIR   = qpeobj
OBJECTS_DIR = qpeobj

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