author | harlekin <harlekin> | 2002-04-20 19:59:25 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2002-04-20 19:59:25 (UTC) |
commit | e310db2d3b28b104e1088daeb0ebf40b158dc3ab (patch) (side-by-side diff) | |
tree | 090224095eb480a68e2fd00293c0b633d665616c /core | |
parent | 8785721c7e1167dcca3a7aff54d5f843991ce780 (diff) | |
download | opie-e310db2d3b28b104e1088daeb0ebf40b158dc3ab.zip opie-e310db2d3b28b104e1088daeb0ebf40b158dc3ab.tar.gz opie-e310db2d3b28b104e1088daeb0ebf40b158dc3ab.tar.bz2 |
right pro file
-rw-r--r-- | core/multimedia/opieplayer/mpegplayer.pro | 36 | ||||
-rw-r--r-- | core/multimedia/opieplayer/opieplayer.pro | 24 |
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 @@ -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 + |