diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-12-31 13:22:43 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-12-31 13:22:43 +0000 |
| commit | b9e03a0340c9f16330142caed6f8a09f1e42f0a4 (patch) | |
| tree | 32bd482f678dbe194f5e1c6c1355979e3559fe3e /src/plugins/Input/phonon/phonon.pro | |
| parent | 5090db94c269d951fe0c1a488a81519c03ef4659 (diff) | |
| download | qmmp-b9e03a0340c9f16330142caed6f8a09f1e42f0a4.tar.gz qmmp-b9e03a0340c9f16330142caed6f8a09f1e42f0a4.tar.bz2 qmmp-b9e03a0340c9f16330142caed6f8a09f1e42f0a4.zip | |
added mplayer and phonon plugins
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@722 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/phonon/phonon.pro')
| -rw-r--r-- | src/plugins/Input/phonon/phonon.pro | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/src/plugins/Input/phonon/phonon.pro b/src/plugins/Input/phonon/phonon.pro new file mode 100644 index 000000000..2da95c88e --- /dev/null +++ b/src/plugins/Input/phonon/phonon.pro @@ -0,0 +1,38 @@ +include(../../plugins.pri) + +HEADERS += decoderphononfactory.h \ + decoder_phonon.h + +SOURCES += decoder_phonon.cpp \ + decoderphononfactory.cpp + +TARGET =$$PLUGINS_PREFIX/Input/phonon +QMAKE_CLEAN =$$PLUGINS_PREFIX/Input/libphonon.so + +INCLUDEPATH += ../../../ +CONFIG += release \ +warn_on \ +plugin + +TEMPLATE = lib + +QT += phonon + +QMAKE_LIBDIR += ../../../../lib +LIBS += -lqmmp -L/usr/lib + +#TRANSLATIONS = translations/phonon_plugin_ru.ts +# translations/phonon_plugin_uk_UA.ts +# translations/phonon_plugin_zh_CN.ts +# translations/phonon_plugin_zh_TW.ts +# translations/phonon_plugin_cs.ts +# translations/phonon_plugin_de.ts +#RESOURCES = translations/translations.qrc + +isEmpty(LIB_DIR){ + LIB_DIR = /lib +} +target.path = $$LIB_DIR/qmmp/Input +INSTALLS += target + + |
