[libraries/ktextaddons] textautocorrection/core: Fix typo
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 4d2516d4a06bccb5a730fba4826f676c295142aa by Laurent Montel.
Committed on 22/07/2026 at 18:59.
Pushed by mlaurent into branch 'master'.
Fix typo
M +2 -2 textautocorrection/core/CMakeLists.txt
https://invent.kde.org/libraries/ktextaddons/-/commit/4d2516d4a06bccb5a730fba4826f676c295142aa
diff --git a/textautocorrection/core/CMakeLists.txt b/textautocorrection/core/CMakeLists.txt
index 61144f98d..799370a71 100644
--- a/textautocorrection/core/CMakeLists.txt
+++ b/textautocorrection/core/CMakeLists.txt
@@ -166,7 +166,7 @@ set(TextAutoCorrectionCore_camelcaseautocorrection_list_HEADERS
install(
FILES
- ${TextAutoCorrectionCore_Camelcaseautocorrection_HEADERS}
+ ${TextAutoCorrectionCore_camelcaseautocorrection_list_HEADERS}
DESTINATION ${KDE_INSTALL_INCLUDEDIR_KF}/TextAutoCorrectionCore/TextAutoCorrectionCore
COMPONENT Devel
)
@@ -213,6 +213,6 @@ ecm_installed_library_check_include_strings(KF6TextAutoCorrectionCore
ecm_installed_library_check_include_strings(KF6TextAutoCorrectionCore
HEADERS
- ${TextAutoCorrectionCore_Camelcaseautocorrection_HEADERS}
+ ${TextAutoCorrectionCore_camelcaseautocorrection_list_HEADERS}
PREFIX TextAutoCorrectionCore
)