diff options
| author | Rafał Lichwała <[email protected]> | 2025-11-24 20:32:08 +0100 |
|---|---|---|
| committer | Rafał Lichwała <[email protected]> | 2025-12-03 12:20:01 +0100 |
| commit | eaa43c5d89024b90fada14a76702deefff54f3ea (patch) | |
| tree | f0e92f40bd784d0c1a21fc0ec695d188f91c71d2 /src/CMakeLists.txt | |
| parent | 9e5926147606737a87cf17535db1ecbfd2c9a2c5 (diff) | |
kconfig: add update script for split view closing options
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 14 |
1 files changed, 14 insertions, 0 deletions
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() |
