aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Effect/stereo/stereo.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Effect/stereo/stereo.pro')
-rw-r--r--src/plugins/Effect/stereo/stereo.pro11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/plugins/Effect/stereo/stereo.pro b/src/plugins/Effect/stereo/stereo.pro
index 4e605e39e..ee783eaa8 100644
--- a/src/plugins/Effect/stereo/stereo.pro
+++ b/src/plugins/Effect/stereo/stereo.pro
@@ -10,11 +10,6 @@ SOURCES += stereoplugin.cpp \
TARGET =$$PLUGINS_PREFIX/Effect/stereo
-CONFIG += warn_on \
-plugin
-
-TEMPLATE = lib
-
RESOURCES = translations/translations.qrc
FORMS += settingsdialog.ui
@@ -23,10 +18,6 @@ unix {
target.path = $$LIB_DIR/qmmp/Effect
INSTALLS += target
- LIBS += -lqmmp -L/usr/lib -I/usr/include
- QMAKE_CLEAN =$$PLUGINS_PREFIX/Effect/libstereo.so
-}
-win32 {
- LIBS += -lqmmp0
+ QMAKE_CLEAN =$$PLUGINS_PREFIX/Effect/libstereo.so
}