aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/kdenotify
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2018-06-23 09:51:23 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2018-06-23 09:51:23 +0000
commit66ab66fc3564d851218f4665f5af7a2faae5b267 (patch)
treefb8c0bfe96a1dcab2b6f33762356da58a8086102 /src/plugins/General/kdenotify
parente7b2feaf474145eb26ea25bcce122f2a04bcd9fb (diff)
downloadqmmp-66ab66fc3564d851218f4665f5af7a2faae5b267.tar.gz
qmmp-66ab66fc3564d851218f4665f5af7a2faae5b267.tar.bz2
qmmp-66ab66fc3564d851218f4665f5af7a2faae5b267.zip
changed plugin path (cmake)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8054 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/kdenotify')
-rw-r--r--src/plugins/General/kdenotify/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/kdenotify/CMakeLists.txt b/src/plugins/General/kdenotify/CMakeLists.txt
index abfab62d0..edee34992 100644
--- a/src/plugins/General/kdenotify/CMakeLists.txt
+++ b/src/plugins/General/kdenotify/CMakeLists.txt
@@ -32,6 +32,6 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR})
ADD_LIBRARY(kdenotify MODULE ${libkdenotify_SRCS} ${libkdenotify_RCC_SRCS} ${libkdenotify_UIS_H})
add_dependencies(kdenotify qmmpui)
target_link_libraries(kdenotify Qt5::Widgets Qt5::DBus -lqmmpui -lqmmp)
-install(TARGETS kdenotify DESTINATION ${LIB_DIR}/qmmp/General)
+install(TARGETS kdenotify DESTINATION ${PLUGIN_DIR}/General)
install(FILES images/empty_cover.png DESTINATION share/qmmp/images)
install(FILES images/app_icon.png DESTINATION share/qmmp/images)