aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmmpui')
-rw-r--r--src/qmmpui/qmmpui.pro3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/qmmpui/qmmpui.pro b/src/qmmpui/qmmpui.pro
index ae340ee22..b84398483 100644
--- a/src/qmmpui/qmmpui.pro
+++ b/src/qmmpui/qmmpui.pro
@@ -17,7 +17,6 @@ QMAKE_LIBDIR += ../../lib \
unix {
TARGET = ../../lib/qmmpui
LIBS += -L../../lib -lqmmp
- isEmpty(LIB_DIR):LIB_DIR = /lib
target.path = $$LIB_DIR
}
@@ -173,7 +172,7 @@ unix {
metadataformattermenu.h \
qmmpui_export.h
- devel.path = /include/qmmpui
+ devel.path = $$PREFIX/include/qmmpui
INSTALLS += target \
devel
}