aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/mpc/mpc.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Input/mpc/mpc.pro')
-rw-r--r--src/plugins/Input/mpc/mpc.pro4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/Input/mpc/mpc.pro b/src/plugins/Input/mpc/mpc.pro
index 93ed9df2c..3044da310 100644
--- a/src/plugins/Input/mpc/mpc.pro
+++ b/src/plugins/Input/mpc/mpc.pro
@@ -8,16 +8,13 @@ SOURCES += decoder_mpc.cpp \
mpcmetadatamodel.cpp
TARGET = $$PLUGINS_PREFIX/Input/mpc
-INCLUDEPATH += ../../../
CONFIG += warn_on \
plugin \
link_pkgconfig
TEMPLATE = lib
-QMAKE_LIBDIR += ../../../../lib
RESOURCES = translations/translations.qrc
unix {
- isEmpty(LIB_DIR):LIB_DIR = /lib
target.path = $$LIB_DIR/qmmp/Input
INSTALLS += target
@@ -30,7 +27,6 @@ unix {
win32 {
HEADERS += ../../../../src/qmmp/metadatamodel.h \
../../../../src/qmmp/decoderfactory.h
- QMAKE_LIBDIR += ../../../../bin
LIBS += -lqmmp0 -lmpcdec -ltag.dll
#DEFINES += MPC_OLD_API
}