diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2012-01-17 08:51:39 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2012-01-17 08:51:39 +0000 |
| commit | acb3d9b6c3df6dd3eaedefde0f6d82f51681158a (patch) | |
| tree | 28e76c1e8db5baddeb75ae97075ecf76977455e7 /src/plugins/Effect/stereo | |
| parent | 49cdf460a519565b113892095c874c15ef755bc5 (diff) | |
| download | qmmp-acb3d9b6c3df6dd3eaedefde0f6d82f51681158a.tar.gz qmmp-acb3d9b6c3df6dd3eaedefde0f6d82f51681158a.tar.bz2 qmmp-acb3d9b6c3df6dd3eaedefde0f6d82f51681158a.zip | |
added win32 patches
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2537 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Effect/stereo')
| -rw-r--r-- | src/plugins/Effect/stereo/stereo.pro | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/src/plugins/Effect/stereo/stereo.pro b/src/plugins/Effect/stereo/stereo.pro index aa11b5583..e820451f8 100644 --- a/src/plugins/Effect/stereo/stereo.pro +++ b/src/plugins/Effect/stereo/stereo.pro @@ -9,7 +9,7 @@ SOURCES += stereoplugin.cpp \ settingsdialog.cpp TARGET =$$PLUGINS_PREFIX/Effect/stereo -QMAKE_CLEAN =$$PLUGINS_PREFIX/Effect/libstereo.so + INCLUDEPATH += ../../../ CONFIG += release \ warn_on \ @@ -17,7 +17,6 @@ plugin TEMPLATE = lib QMAKE_LIBDIR += ../../../../lib -LIBS += -lqmmp -L/usr/lib -I/usr/include TRANSLATIONS = translations/stereo_plugin_cs.ts \ translations/stereo_plugin_de.ts \ @@ -34,11 +33,20 @@ TRANSLATIONS = translations/stereo_plugin_cs.ts \ translations/stereo_plugin_es.ts RESOURCES = translations/translations.qrc -isEmpty(LIB_DIR){ - LIB_DIR = /lib -} -target.path = $$LIB_DIR/qmmp/Effect -INSTALLS += target +FORMS += settingsdialog.ui +unix { + isEmpty(LIB_DIR){ + LIB_DIR = /lib + } + target.path = $$LIB_DIR/qmmp/Effect + INSTALLS += target -FORMS += settingsdialog.ui + LIBS += -lqmmp -L/usr/lib -I/usr/include + QMAKE_CLEAN =$$PLUGINS_PREFIX/Effect/libstereo.so +} + +win32 { + QMAKE_LIBDIR += ../../../../bin + LIBS += -lqmmp0 +} |
