aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Input/opus
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Input/opus')
-rw-r--r--src/plugins/Input/opus/opus.pro5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/plugins/Input/opus/opus.pro b/src/plugins/Input/opus/opus.pro
index 3276e6f7b..98d2b7cbd 100644
--- a/src/plugins/Input/opus/opus.pro
+++ b/src/plugins/Input/opus/opus.pro
@@ -16,18 +16,14 @@ SOURCES += decoder_opus.cpp \
tdebug.cpp
TARGET = $$PLUGINS_PREFIX/Input/opus
-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
@@ -39,6 +35,5 @@ unix {
win32 {
HEADERS += ../../../../src/qmmp/metadatamodel.h \
../../../../src/qmmp/decoderfactory.h
- QMAKE_LIBDIR += ../../../../bin
LIBS += -lqmmp0 -lopusfile -lopus -ltag.dll -lm
}