diff options
| author | Nicolas Fella <[email protected]> | 2022-07-30 17:47:40 +0200 |
|---|---|---|
| committer | Nicolas Fella <[email protected]> | 2022-07-30 17:47:40 +0200 |
| commit | d7ca76799be58ee2a08dfa5653ebb159e0258ea1 (patch) | |
| tree | 99ed76cefada3bb58e6f1103dce8dcb5a6c77702 /src/CMakeLists.txt | |
| parent | e0f44ecba540f18003e026ed7359f300c57b59da (diff) | |
Remove service type file for vcs plugins
We don't support old-style plugins any more, so no need to install this
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index e17b15b6b..95c802335 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -42,7 +42,6 @@ ecm_generate_headers(dolphinvcs_LIB_HEADERS install(TARGETS dolphinvcs EXPORT DolphinVcsTargets ${KDE_INSTALL_TARGETS_DEFAULT_ARGS}) -install(FILES views/versioncontrol/fileviewversioncontrolplugin.desktop DESTINATION ${KDE_INSTALL_KSERVICETYPESDIR}) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/dolphinvcs_export.h DESTINATION ${KDE_INSTALL_INCLUDEDIR} COMPONENT Devel) install(FILES ${dolphinvcs_LIB_HEADERS} DESTINATION "${KDE_INSTALL_INCLUDEDIR}/Dolphin" COMPONENT Devel) |
