aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/notifier
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/notifier')
-rw-r--r--src/plugins/General/notifier/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/notifier/CMakeLists.txt b/src/plugins/General/notifier/CMakeLists.txt
index 0b2df2839..b4a75a259 100644
--- a/src/plugins/General/notifier/CMakeLists.txt
+++ b/src/plugins/General/notifier/CMakeLists.txt
@@ -43,4 +43,4 @@ IF(X11_FOUND AND Qt5X11Extras_FOUND)
ELSE(X11_FOUND AND Qt5X11Extras_FOUND)
target_link_libraries(notifier Qt5::Widgets -lqmmpui -lqmmp)
ENDIF(X11_FOUND AND Qt5X11Extras_FOUND)
-install(TARGETS notifier DESTINATION ${LIB_DIR}/qmmp/General)
+install(TARGETS notifier DESTINATION ${PLUGIN_DIR}/General)