summaryrefslogtreecommitdiff
path: root/core/multimedia/opieplayer/opieplayer.pro
Unidiff
Diffstat (limited to 'core/multimedia/opieplayer/opieplayer.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--core/multimedia/opieplayer/opieplayer.pro21
1 files changed, 14 insertions, 7 deletions
diff --git a/core/multimedia/opieplayer/opieplayer.pro b/core/multimedia/opieplayer/opieplayer.pro
index 6409bab..e111717 100644
--- a/core/multimedia/opieplayer/opieplayer.pro
+++ b/core/multimedia/opieplayer/opieplayer.pro
@@ -3,22 +3,29 @@ CONFIG = qt warn_on release
3#release 3#release
4DESTDIR = $(OPIEDIR)/bin 4DESTDIR = $(OPIEDIR)/bin
5HEADERS = loopcontrol.h mediaplayerplugininterface.h playlistselection.h mediaplayerstate.h \ 5HEADERS = loopcontrol.h mediaplayerplugininterface.h playlistselection.h mediaplayerstate.h \
6 videowidget.h audiowidget.h playlistwidget.h mediaplayer.h audiodevice.h inputDialog.h 6 videowidget.h audiowidget.h playlistwidget.h mediaplayer.h audiodevice.h inputDialog.h
7SOURCES = main.cpp \ 7SOURCES = main.cpp \
8 loopcontrol.cpp playlistselection.cpp mediaplayerstate.cpp \ 8 loopcontrol.cpp playlistselection.cpp mediaplayerstate.cpp \
9 videowidget.cpp audiowidget.cpp playlistwidget.cpp mediaplayer.cpp audiodevice.cpp inputDialog.cpp 9 videowidget.cpp audiowidget.cpp playlistwidget.cpp mediaplayer.cpp audiodevice.cpp inputDialog.cpp
10TARGET = opieplayer 10TARGET = opieplayer
11INCLUDEPATH += $(OPIEDIR)/include 11INCLUDEPATH += $(OPIEDIR)/include
12DEPENDPATH += $(OPIEDIR)/include 12DEPENDPATH += $(OPIEDIR)/include
13LIBS += -lqpe -lpthread -lopie 13LIBS += -lqpe -lpthread -lopie
14 14
15# INTERFACES =
16# INCLUDEPATH += $(OPIEDIR)/include
17# CONFIG+=static
18# TMAKE_CXXFLAGS += -DQPIM_STANDALONE
19# LIBS += libmpeg3/libmpeg3.a -lpthread
20# LIBS += $(OPIEDIR)/plugins/codecs/liblibmadplugin.so
21
22INCLUDEPATH += $(OPIEDIR)/include 15INCLUDEPATH += $(OPIEDIR)/include
23DEPENDPATH += $(OPIEDIR)/include 16DEPENDPATH += $(OPIEDIR)/include
24 17
18TRANSLATIONS = ../../../i18n/de/opieplayer.ts \
19 ../../../i18n/en/opieplayer.ts \
20 ../../../i18n/es/opieplayer.ts \
21 ../../../i18n/fr/opieplayer.ts \
22 ../../../i18n/hu/opieplayer.ts \
23 ../../../i18n/ja/opieplayer.ts \
24 ../../../i18n/ko/opieplayer.ts \
25 ../../../i18n/no/opieplayer.ts \
26 ../../../i18n/pl/opieplayer.ts \
27 ../../../i18n/pt/opieplayer.ts \
28 ../../../i18n/pt_BR/opieplayer.ts \
29 ../../../i18n/sl/opieplayer.ts \
30 ../../../i18n/zh_CN/opieplayer.ts \
31 ../../../i18n/zh_TW/opieplayer.ts