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/plugins/Input | |
| 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/plugins/Input')
| -rw-r--r-- | src/plugins/Input/cue/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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) |
