From eaa43c5d89024b90fada14a76702deefff54f3ea Mon Sep 17 00:00:00 2001 From: Rafał Lichwała Date: Mon, 24 Nov 2025 20:32:08 +0100 Subject: kconfig: add update script for split view closing options --- src/CMakeLists.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 80f2f12b1..3cf10f486 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -646,6 +646,20 @@ install( DESTINATION ${KDE_INSTALL_LIBDIR}/kconf_update_bin ) +add_executable( + dolphin_update_splitviewsettings + "settings/dolphin_update_splitviewsettings.cpp" +) +target_link_libraries(dolphin_update_splitviewsettings + KF6::ConfigCore + KF6::XmlGui +) +install( + TARGETS + dolphin_update_splitviewsettings + DESTINATION ${KDE_INSTALL_LIBDIR}/kconf_update_bin +) + if(BUILD_TESTING) add_subdirectory(tests) endif() -- cgit v1.3