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