aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/statusicon/statusicon.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/statusicon/statusicon.pro')
-rw-r--r--src/plugins/General/statusicon/statusicon.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/statusicon/statusicon.pro b/src/plugins/General/statusicon/statusicon.pro
index dd0ca0999..ea58631cb 100644
--- a/src/plugins/General/statusicon/statusicon.pro
+++ b/src/plugins/General/statusicon/statusicon.pro
@@ -24,6 +24,6 @@ RESOURCES = translations/translations.qrc \
LIBS += $$QMMPUI_LIB
unix {
- target.path = $$LIB_DIR/qmmp/General
+ target.path = $$PLUGIN_DIR/General
INSTALLS += target
}