summaryrefslogtreecommitdiff
authorharlekin <harlekin>2002-04-20 19:59:25 (UTC)
committer harlekin <harlekin>2002-04-20 19:59:25 (UTC)
commite310db2d3b28b104e1088daeb0ebf40b158dc3ab (patch) (unidiff)
tree090224095eb480a68e2fd00293c0b633d665616c
parent8785721c7e1167dcca3a7aff54d5f843991ce780 (diff)
downloadopie-e310db2d3b28b104e1088daeb0ebf40b158dc3ab.zip
opie-e310db2d3b28b104e1088daeb0ebf40b158dc3ab.tar.gz
opie-e310db2d3b28b104e1088daeb0ebf40b158dc3ab.tar.bz2
right pro file
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--core/multimedia/opieplayer/mpegplayer.pro36
-rw-r--r--core/multimedia/opieplayer/opieplayer.pro24
2 files changed, 24 insertions, 36 deletions
diff --git a/core/multimedia/opieplayer/mpegplayer.pro b/core/multimedia/opieplayer/mpegplayer.pro
deleted file mode 100644
index 0cb1e99..0000000
--- a/core/multimedia/opieplayer/mpegplayer.pro
+++ b/dev/null
@@ -1,36 +0,0 @@
1TEMPLATE = app
2CONFIG = qt warn_on release
3#release
4DESTDIR = $(OPIEDIR)/bin
5HEADERS = loopcontrol.h mediaplayerplugininterface.h playlistselection.h mediaplayerstate.h \
6 videowidget.h audiowidget.h playlistwidget.h mediaplayer.h audiodevice.h inputDialog.h
7SOURCES = main.cpp \
8 loopcontrol.cpp playlistselection.cpp mediaplayerstate.cpp \
9 videowidget.cpp audiowidget.cpp playlistwidget.cpp mediaplayer.cpp audiodevice.cpp inputDialog.cpp
10TARGET = mpegplayer
11INCLUDEPATH += $(OPIEDIR)/include
12DEPENDPATH += $(OPIEDIR)/include
13LIBS += -lqpe -lpthread
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
23DEPENDPATH += $(OPIEDIR)/include
24
25TRANSLATIONS = ../i18n/de/mpegplayer.ts
26TRANSLATIONS += ../i18n/pt_BR/mpegplayer.ts
27TRANSLATIONS += ../i18n/en/mpegplayer.ts
28TRANSLATIONS += ../i18n/hu/mpegplayer.ts
29TRANSLATIONS += ../i18n/ja/mpegplayer.ts
30TRANSLATIONS += ../i18n/sl/mpegplayer.ts
31TRANSLATIONS += ../i18n/fr/mpegplayer.ts
32TRANSLATIONS += ../i18n/ko/mpegplayer.ts
33TRANSLATIONS += ../i18n/pl/mpegplayer.ts
34TRANSLATIONS += ../i18n/no/mpegplayer.ts
35TRANSLATIONS += ../i18n/zh_CN/mpegplayer.ts
36TRANSLATIONS += ../i18n/zh_TW/mpegplayer.ts
diff --git a/core/multimedia/opieplayer/opieplayer.pro b/core/multimedia/opieplayer/opieplayer.pro
new file mode 100644
index 0000000..4cef319
--- a/dev/null
+++ b/core/multimedia/opieplayer/opieplayer.pro
@@ -0,0 +1,24 @@
1TEMPLATE = app
2CONFIG = qt warn_on release
3#release
4DESTDIR = $(OPIEDIR)/bin
5HEADERS = loopcontrol.h mediaplayerplugininterface.h playlistselection.h mediaplayerstate.h \
6 videowidget.h audiowidget.h playlistwidget.h mediaplayer.h audiodevice.h inputDialog.h
7SOURCES = main.cpp \
8 loopcontrol.cpp playlistselection.cpp mediaplayerstate.cpp \
9 videowidget.cpp audiowidget.cpp playlistwidget.cpp mediaplayer.cpp audiodevice.cpp inputDialog.cpp
10TARGET = opieplayer
11INCLUDEPATH += $(OPIEDIR)/include
12DEPENDPATH += $(OPIEDIR)/include
13LIBS += -lqpe -lpthread
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
23DEPENDPATH += $(OPIEDIR)/include
24