aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/kdenotify/CMakeLists.txt
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-03-20 08:57:31 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-03-20 08:57:31 +0000
commit75281f98fa68c5326e4725b107317d8f477e3e7d (patch)
treec0817f29128d04171df1ca48d803865dcb3eee93 /src/plugins/General/kdenotify/CMakeLists.txt
parent2eff41971d3776c7c4ac1ea9fa9a6f5a4f1513ab (diff)
downloadqmmp-75281f98fa68c5326e4725b107317d8f477e3e7d.tar.gz
qmmp-75281f98fa68c5326e4725b107317d8f477e3e7d.tar.bz2
qmmp-75281f98fa68c5326e4725b107317d8f477e3e7d.zip
fixed installation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1635 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/kdenotify/CMakeLists.txt')
-rw-r--r--src/plugins/General/kdenotify/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/General/kdenotify/CMakeLists.txt b/src/plugins/General/kdenotify/CMakeLists.txt
index e27d26e0e..d62a7b8f4 100644
--- a/src/plugins/General/kdenotify/CMakeLists.txt
+++ b/src/plugins/General/kdenotify/CMakeLists.txt
@@ -63,3 +63,5 @@ ADD_LIBRARY(kdenotify MODULE ${libkdenotify_SRCS} ${libkdenotify_MOC_SRCS} ${lib
add_dependencies(kdenotify qmmpui)
target_link_libraries(kdenotify ${QT_LIBRARIES} -lqmmpui -lqmmp)
install(TARGETS kdenotify DESTINATION ${LIB_DIR}/qmmp/General)
+install(FILES images/empty_cover.png DESTINATION share/qmmp/images)
+install(FILES images/app_icon.png DESTINATION share/qmmp/images)