aboutsummaryrefslogtreecommitdiff
path: root/src/ui/CMakeLists.txt
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-03-22 22:23:34 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2009-03-22 22:23:34 +0000
commit88289b8a5da8041853c2881a42f232b746a4043e (patch)
tree3be9a84b074f3cc076d10bdce1dff4437201c45f /src/ui/CMakeLists.txt
parentd31ed608d0b3801d76728c69b79ff49cbbbdd252 (diff)
downloadqmmp-88289b8a5da8041853c2881a42f232b746a4043e.tar.gz
qmmp-88289b8a5da8041853c2881a42f232b746a4043e.tar.bz2
qmmp-88289b8a5da8041853c2881a42f232b746a4043e.zip
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
Diffstat (limited to 'src/ui/CMakeLists.txt')
-rw-r--r--src/ui/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)
-