diff --git a/kdiff3fileitemactionplugin/CMakeLists.txt b/kdiff3fileitemactionplugin/CMakeLists.txt index 9a37045..27ced92 100644 --- a/kdiff3fileitemactionplugin/CMakeLists.txt +++ b/kdiff3fileitemactionplugin/CMakeLists.txt @@ -1,8 +1,6 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS KIO WidgetsAddons # KMessageBox ) kcoreaddons_add_plugin(kdiff3fileitemaction SOURCES kdiff3fileitemaction.cpp INSTALL_NAMESPACE "kf5/kfileitemaction") target_link_libraries(kdiff3fileitemaction KF5::I18n KF5::WidgetsAddons KF5::KIOWidgets) - -install(FILES kdiff3fileitemaction.desktop DESTINATION ${KDE_INSTALL_PLUGINDIR})