From 88289b8a5da8041853c2881a42f232b746a4043e Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 22 Mar 2009 22:23:34 +0000 Subject: added qmmp_enqueue.desktop file, added 'inode/directory' mimetype git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@872 90c681e8-e032-0410-971d-27865f9a5e38 --- src/ui/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/CMakeLists.txt') diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt index 866cbbc14..41bf816fd 100644 --- a/src/ui/CMakeLists.txt +++ b/src/ui/CMakeLists.txt @@ -155,7 +155,7 @@ target_link_libraries(qmmp ${QT_LIBRARIES} libqmmp qmmpui) add_dependencies(qmmp qmmpui libqmmp) install(TARGETS qmmp DESTINATION bin) install(FILES qmmp.desktop DESTINATION share/applications) +install(FILES qmmp_enqueue.desktop DESTINATION share/applications) install(FILES images/16x16/qmmp.png DESTINATION share/icons/hicolor/16x16/apps) install(FILES images/32x32/qmmp.png DESTINATION share/icons/hicolor/32x32/apps) install(FILES images/48x48/qmmp.png DESTINATION share/icons/hicolor/48x48/apps) - -- cgit v1.2.3-13-gbd6f