diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-04-12 19:31:02 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-04-12 19:31:02 +0000 |
| commit | 5b126a92737bba6264065c8ff437056c908204f5 (patch) | |
| tree | 51459d8295dc1159628765c185dbd72b8bd66473 /src/plugins/Input/mad/mad.pro | |
| parent | 5096951200ec362b995a00b4d6ecb3e3a622950a (diff) | |
| download | qmmp-5b126a92737bba6264065c8ff437056c908204f5.tar.gz qmmp-5b126a92737bba6264065c8ff437056c908204f5.tar.bz2 qmmp-5b126a92737bba6264065c8ff437056c908204f5.zip | |
added wave output plugin
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@901 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/mad/mad.pro')
| -rw-r--r-- | src/plugins/Input/mad/mad.pro | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/src/plugins/Input/mad/mad.pro b/src/plugins/Input/mad/mad.pro index 1e872fe2a..2c8787675 100644 --- a/src/plugins/Input/mad/mad.pro +++ b/src/plugins/Input/mad/mad.pro @@ -15,17 +15,23 @@ SOURCES += decoder_mad.cpp \ tagextractor.cpp TARGET =$$PLUGINS_PREFIX/Input/mad -QMAKE_CLEAN =$$PLUGINS_PREFIX/Input/libmad.so +unix:QMAKE_CLEAN =$$PLUGINS_PREFIX/Input/libmad.so -INCLUDEPATH += ../../../ + +INCLUDEPATH += ../../../ +win32:INCLUDEPATH += D:\MINGW\include\taglib CONFIG += release \ warn_on \ plugin \ link_pkgconfig TEMPLATE = lib -QMAKE_LIBDIR += ../../../../lib -LIBS += -lqmmp -lmad -PKGCONFIG += taglib mad +unix:QMAKE_LIBDIR += ../../../../lib +win32:QMAKE_LIBDIR += ../../../../bin +unix:LIBS += -lqmmp -lmad +unix:PKGCONFIG += taglib mad + +win32:LIBS += -lqmmp0 -lmad -ltag.dll -ltag_c.dll + TRANSLATIONS = translations/mad_plugin_ru.ts \ translations/mad_plugin_uk_UA.ts \ translations/mad_plugin_zh_CN.ts \ @@ -35,8 +41,10 @@ TRANSLATIONS = translations/mad_plugin_ru.ts \ translations/mad_plugin_de.ts RESOURCES = translations/translations.qrc +unix{ isEmpty(LIB_DIR){ LIB_DIR = /lib } target.path = $$LIB_DIR/qmmp/Input INSTALLS += target +} |
