aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Output/wasapi/wasapi.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Output/wasapi/wasapi.pro')
-rw-r--r--src/plugins/Output/wasapi/wasapi.pro7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/plugins/Output/wasapi/wasapi.pro b/src/plugins/Output/wasapi/wasapi.pro
index 1f042951c..0fc92073c 100644
--- a/src/plugins/Output/wasapi/wasapi.pro
+++ b/src/plugins/Output/wasapi/wasapi.pro
@@ -11,9 +11,6 @@ HEADERS += ../../../../src/qmmp/output.h
TARGET=$$PLUGINS_PREFIX/Output/wasapi
-INCLUDEPATH += ../../../
-QMAKE_LIBDIR += ../../../../bin
-
CONFIG += warn_on \
thread \
plugin
@@ -23,9 +20,5 @@ LIBS += -lqmmp0 -lstrmiids -ldmoguids -lmsdmo -lole32 -loleaut32 -luuid -lgdi32
RESOURCES = translations/translations.qrc
-isEmpty (LIB_DIR){
-LIB_DIR = /lib
-}
-
target.path = $$LIB_DIR/qmmp/Output
INSTALLS += target