aboutsummaryrefslogtreecommitdiff
path: root/src/app/CMakeLists.txt
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2019-06-10 17:05:10 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2019-06-10 17:05:10 +0000
commitbe10f3818f53fbd5a6c353110c120a68739e4ae1 (patch)
tree82cf3ee2720b516a4dc970cd727a7d2239e4b423 /src/app/CMakeLists.txt
parent7a4f2245026af5b5b10277eb8e63224651e09d3b (diff)
downloadqmmp-be10f3818f53fbd5a6c353110c120a68739e4ae1.tar.gz
qmmp-be10f3818f53fbd5a6c353110c120a68739e4ae1.tar.bz2
qmmp-be10f3818f53fbd5a6c353110c120a68739e4ae1.zip
added application-metainfo (Joel Barrios DueƱas)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8910 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/app/CMakeLists.txt')
-rw-r--r--src/app/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/CMakeLists.txt b/src/app/CMakeLists.txt
index bebe9779d..4dfebf563 100644
--- a/src/app/CMakeLists.txt
+++ b/src/app/CMakeLists.txt
@@ -42,6 +42,7 @@ install(FILES images/16x16/qmmp${APP_NAME_SUFFIX}.png DESTINATION ${CMAKE_INSTAL
install(FILES images/32x32/qmmp${APP_NAME_SUFFIX}.png DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/32x32/apps)
install(FILES images/48x48/qmmp${APP_NAME_SUFFIX}.png DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/48x48/apps)
install(FILES images/scalable/qmmp${APP_NAME_SUFFIX}.svgz images/scalable/qmmp-simple${APP_NAME_SUFFIX}.svgz DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/scalable/apps)
+install(FILES appdata/qmmp${APP_NAME_SUFFIX}.appdata.xml DESTINATION ${CMAKE_INSTALL_DATADIR}/metainfo)
IF(USE_DIR_ASSOC)
install(FILES qmmp-enqueue${APP_NAME_SUFFIX}.desktop DESTINATION ${CMAKE_INSTALL_DATADIR}/applications)