[multimedia/audex] /: Install kcfg file
Nicolas Fella <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit f2ff2a76acae97b4954682508660f9af8bf8aee3 by Nicolas Fella.
Committed on 24/07/2026 at 11:20.
Pushed by nicolasfella into branch 'master'.
Install kcfg file
So that it can be picked up by tooling
M +2 -0 CMakeLists.txt
https://invent.kde.org/multimedia/audex/-/commit/f2ff2a76acae97b4954682508660f9af8bf8aee3
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ab9aef3..855e707 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -200,6 +200,8 @@ endif()
# Install translations
ki18n_install(po)
+install(FILES audex.kcfg DESTINATION ${KDE_INSTALL_KCFGDIR})
+
# add clang-format target for all our real source files
file(GLOB_RECURSE ALL_CLANG_FORMAT_SOURCE_FILES *.cpp *.h)
kde_clang_format(${ALL_CLANG_FORMAT_SOURCE_FILES})