From e310db2d3b28b104e1088daeb0ebf40b158dc3ab Mon Sep 17 00:00:00 2001 From: harlekin Date: Sat, 20 Apr 2002 19:59:25 +0000 Subject: right pro file --- (limited to 'core/multimedia/opieplayer') 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 @@ -TEMPLATE = app -CONFIG = qt warn_on release -#release -DESTDIR = $(OPIEDIR)/bin -HEADERS = loopcontrol.h mediaplayerplugininterface.h playlistselection.h mediaplayerstate.h \ - videowidget.h audiowidget.h playlistwidget.h mediaplayer.h audiodevice.h inputDialog.h -SOURCES = main.cpp \ - loopcontrol.cpp playlistselection.cpp mediaplayerstate.cpp \ - videowidget.cpp audiowidget.cpp playlistwidget.cpp mediaplayer.cpp audiodevice.cpp inputDialog.cpp -TARGET = mpegplayer -INCLUDEPATH += $(OPIEDIR)/include -DEPENDPATH += $(OPIEDIR)/include -LIBS += -lqpe -lpthread - -# INTERFACES = -# INCLUDEPATH += $(OPIEDIR)/include -# CONFIG+=static -# TMAKE_CXXFLAGS += -DQPIM_STANDALONE -# LIBS += libmpeg3/libmpeg3.a -lpthread -# LIBS += $(OPIEDIR)/plugins/codecs/liblibmadplugin.so - -INCLUDEPATH += $(OPIEDIR)/include -DEPENDPATH += $(OPIEDIR)/include - -TRANSLATIONS = ../i18n/de/mpegplayer.ts -TRANSLATIONS += ../i18n/pt_BR/mpegplayer.ts -TRANSLATIONS += ../i18n/en/mpegplayer.ts -TRANSLATIONS += ../i18n/hu/mpegplayer.ts -TRANSLATIONS += ../i18n/ja/mpegplayer.ts -TRANSLATIONS += ../i18n/sl/mpegplayer.ts -TRANSLATIONS += ../i18n/fr/mpegplayer.ts -TRANSLATIONS += ../i18n/ko/mpegplayer.ts -TRANSLATIONS += ../i18n/pl/mpegplayer.ts -TRANSLATIONS += ../i18n/no/mpegplayer.ts -TRANSLATIONS += ../i18n/zh_CN/mpegplayer.ts -TRANSLATIONS += ../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 @@ +TEMPLATE = app +CONFIG = qt warn_on release +#release +DESTDIR = $(OPIEDIR)/bin +HEADERS = loopcontrol.h mediaplayerplugininterface.h playlistselection.h mediaplayerstate.h \ + videowidget.h audiowidget.h playlistwidget.h mediaplayer.h audiodevice.h inputDialog.h +SOURCES = main.cpp \ + loopcontrol.cpp playlistselection.cpp mediaplayerstate.cpp \ + videowidget.cpp audiowidget.cpp playlistwidget.cpp mediaplayer.cpp audiodevice.cpp inputDialog.cpp +TARGET = opieplayer +INCLUDEPATH += $(OPIEDIR)/include +DEPENDPATH += $(OPIEDIR)/include +LIBS += -lqpe -lpthread + +# INTERFACES = +# INCLUDEPATH += $(OPIEDIR)/include +# CONFIG+=static +# TMAKE_CXXFLAGS += -DQPIM_STANDALONE +# LIBS += libmpeg3/libmpeg3.a -lpthread +# LIBS += $(OPIEDIR)/plugins/codecs/liblibmadplugin.so + +INCLUDEPATH += $(OPIEDIR)/include +DEPENDPATH += $(OPIEDIR)/include + -- cgit v0.9.0.2