summaryrefslogtreecommitdiff
path: root/noncore/multimedia/opieplayer2/opieplayer2.pro
blob: 37208ef232bd3c482431a267c3d2b06420c486f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TEMPLATE  = app
CONFIG    = qt warn_on release
#release
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
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
TARGET    = opieplayer
INCLUDEPATH += $(OPIEDIR)/include 
DEPENDPATH  += $(OPIEDIR)/include 
LIBS            += -lqpe -lpthread -lopie -lxine -lxineutils

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