We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c66bdb7 commit 9b4cba8Copy full SHA for 9b4cba8
CMakeLists.txt
@@ -114,7 +114,9 @@ else()
114
set(CPACK_STRIP_FILES TRUE)
115
endif()
116
117
-install(TARGETS Qldd RUNTIME BUNDLE DESTINATION bin COMPONENT application)
+install(TARGETS Qldd RUNTIME DESTINATION bin
118
+ BUNDLE DESTINATION bin
119
+ COMPONENT application)
120
install(FILES ${CMAKE_SOURCE_DIR}/resources/qldd.desktop DESTINATION share/applications/ COMPONENT application)
121
install(FILES ${CMAKE_SOURCE_DIR}/resources/Qldd.png DESTINATION share/pixmaps/ COMPONENT application)
122
install(FILES ${CMAKE_SOURCE_DIR}/nemo/actions/dependency-viewer.nemo_action
0 commit comments