diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2012-06-29 11:58:19 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2012-06-29 11:58:19 +0000 |
| commit | c66ce94d309d68ea8cb90d61f041c1a69ff94709 (patch) | |
| tree | ed61132ab01d5886b50fb8dc8b9513c58909deaf /src/app/CMakeLists.txt | |
| parent | eab683e1c6e9a63f7af2b29cb4b11a2913feb40b (diff) | |
| download | qmmp-c66ce94d309d68ea8cb90d61f041c1a69ff94709.tar.gz qmmp-c66ce94d309d68ea8cb90d61f041c1a69ff94709.tar.bz2 qmmp-c66ce94d309d68ea8cb90d61f041c1a69ff94709.zip | |
added feature to disable inode/directory association
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2753 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/app/CMakeLists.txt')
| -rw-r--r-- | src/app/CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/app/CMakeLists.txt b/src/app/CMakeLists.txt index acbbd2483..6e60603dc 100644 --- a/src/app/CMakeLists.txt +++ b/src/app/CMakeLists.txt @@ -60,8 +60,12 @@ 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) install(FILES images/scalable/qmmp.svgz images/scalable/qmmp-simple.svgz DESTINATION share/icons/hicolor/scalable/apps) + +IF(USE_DIR_ASSOC) +install(FILES qmmp_enqueue.desktop DESTINATION share/applications) +install(FILES qmmp_dir.desktop DESTINATION share/applications) +ENDIF(USE_DIR_ASSOC) |
