aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2018-11-20 21:24:07 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2018-11-20 21:24:07 +0000
commit3cd59e39ab2cf25aaab5c96fa261a94e78942a35 (patch)
treebb2a4b6edaf5f3321b0cbb2308a46d85a5e44f93 /src/plugins/General
parenta210178c96d5c333938b49916c9d217c024a6b93 (diff)
downloadqmmp-3cd59e39ab2cf25aaab5c96fa261a94e78942a35.tar.gz
qmmp-3cd59e39ab2cf25aaab5c96fa261a94e78942a35.tar.bz2
qmmp-3cd59e39ab2cf25aaab5c96fa261a94e78942a35.zip
cmake: using GNUInstallDirs module
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8459 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General')
-rw-r--r--src/plugins/General/kdenotify/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/General/kdenotify/CMakeLists.txt b/src/plugins/General/kdenotify/CMakeLists.txt
index c61cb35cc..7aa9e20df 100644
--- a/src/plugins/General/kdenotify/CMakeLists.txt
+++ b/src/plugins/General/kdenotify/CMakeLists.txt
@@ -36,5 +36,5 @@ SET_TARGET_PROPERTIES(kdenotify PROPERTIES COMPILE_DEFINITIONS "${libkdenotify_D
add_dependencies(kdenotify libqmmpui)
target_link_libraries(kdenotify Qt5::Widgets Qt5::DBus libqmmpui libqmmp)
install(TARGETS kdenotify DESTINATION ${PLUGIN_DIR}/General)
-install(FILES images/empty_cover.png DESTINATION share/qmmp${APP_NAME_SUFFIX}/images)
-install(FILES images/app_icon.png DESTINATION share/qmmp${APP_NAME_SUFFIX}/images)
+install(FILES images/empty_cover.png DESTINATION ${CMAKE_INSTALL_DATADIR}/qmmp${APP_NAME_SUFFIX}/images)
+install(FILES images/app_icon.png DESTINATION ${CMAKE_INSTALL_DATADIR}/qmmp${APP_NAME_SUFFIX}/images)