aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Output/jack
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Output/jack')
-rw-r--r--src/plugins/Output/jack/jack.pro6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/plugins/Output/jack/jack.pro b/src/plugins/Output/jack/jack.pro
index 543fd0f4e..a05818341 100644
--- a/src/plugins/Output/jack/jack.pro
+++ b/src/plugins/Output/jack/jack.pro
@@ -15,8 +15,6 @@ contains(CONFIG, WITH_NEW_JACK){
DEFINES += JACK_NEW_API
}
-INCLUDEPATH += ../../../
-QMAKE_LIBDIR += ../../../../lib
CONFIG += warn_on \
thread \
plugin \
@@ -27,9 +25,5 @@ PKGCONFIG += jack soxr
RESOURCES = translations/translations.qrc
-isEmpty (LIB_DIR){
-LIB_DIR = /lib
-}
-
target.path = $$LIB_DIR/qmmp/Output
INSTALLS += target