From c66ce94d309d68ea8cb90d61f041c1a69ff94709 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 29 Jun 2012 11:58:19 +0000 Subject: 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 --- src/plugins/Input/cue/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/plugins/Input') diff --git a/src/plugins/Input/cue/CMakeLists.txt b/src/plugins/Input/cue/CMakeLists.txt index 3e8b08a65..9d1463696 100644 --- a/src/plugins/Input/cue/CMakeLists.txt +++ b/src/plugins/Input/cue/CMakeLists.txt @@ -78,4 +78,6 @@ ELSE(USE_ENCA AND ENCA_FOUND) target_link_libraries(cue ${QT_LIBRARIES} -lqmmp) ENDIF(USE_ENCA AND ENCA_FOUND) install(TARGETS cue DESTINATION ${LIB_DIR}/qmmp/Input) +IF(USE_DIR_ASSOC) install(FILES qmmp_cue.desktop DESTINATION share/applications) +ENDIF(USE_DIR_ASSOC) -- cgit v1.2.3-13-gbd6f