aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Effect/stereo
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Effect/stereo')
-rw-r--r--src/plugins/Effect/stereo/stereo.pro6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/plugins/Effect/stereo/stereo.pro b/src/plugins/Effect/stereo/stereo.pro
index c89c2309d..4e605e39e 100644
--- a/src/plugins/Effect/stereo/stereo.pro
+++ b/src/plugins/Effect/stereo/stereo.pro
@@ -10,21 +10,16 @@ SOURCES += stereoplugin.cpp \
TARGET =$$PLUGINS_PREFIX/Effect/stereo
-INCLUDEPATH += ../../../
CONFIG += warn_on \
plugin
TEMPLATE = lib
-QMAKE_LIBDIR += ../../../../lib
RESOURCES = translations/translations.qrc
FORMS += settingsdialog.ui
unix {
- isEmpty(LIB_DIR){
- LIB_DIR = /lib
- }
target.path = $$LIB_DIR/qmmp/Effect
INSTALLS += target
@@ -33,6 +28,5 @@ unix {
}
win32 {
- QMAKE_LIBDIR += ../../../../bin
LIBS += -lqmmp0
}