diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2022-09-30 09:44:24 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2022-10-02 09:45:36 +0200 |
commit | 5919f265fd560bf232e6555b4acb7cd3836f8ed2 (patch) | |
tree | 4a29570c84d1433f26995419204165975aa14c17 /koffice-i18n-sk | |
parent | 9eac45c33be3beececf865c99bacb7ffd038b2be (diff) | |
download | koffice-i18n-r14.0.x.tar.gz koffice-i18n-r14.0.x.zip |
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 175f6eab4b0462c46362d2694e3b9e46b8dfbf6c)
Diffstat (limited to 'koffice-i18n-sk')
l--------- | koffice-i18n-sk/CMakeLists.txt | 1 | ||||
-rw-r--r-- | koffice-i18n-sk/data/CMakeLists.txt | 1 | ||||
-rw-r--r-- | koffice-i18n-sk/data/koffice/CMakeLists.txt | 1 | ||||
-rw-r--r-- | koffice-i18n-sk/data/koffice/autocorrect/CMakeLists.txt | 6 |
4 files changed, 9 insertions, 0 deletions
diff --git a/koffice-i18n-sk/CMakeLists.txt b/koffice-i18n-sk/CMakeLists.txt new file mode 120000 index 00000000..2fe973c8 --- /dev/null +++ b/koffice-i18n-sk/CMakeLists.txt @@ -0,0 +1 @@ +../template/commonCMakeLists.txt
\ No newline at end of file diff --git a/koffice-i18n-sk/data/CMakeLists.txt b/koffice-i18n-sk/data/CMakeLists.txt new file mode 100644 index 00000000..6d0aa9f3 --- /dev/null +++ b/koffice-i18n-sk/data/CMakeLists.txt @@ -0,0 +1 @@ +tde_auto_add_subdirectories( ) diff --git a/koffice-i18n-sk/data/koffice/CMakeLists.txt b/koffice-i18n-sk/data/koffice/CMakeLists.txt new file mode 100644 index 00000000..6d0aa9f3 --- /dev/null +++ b/koffice-i18n-sk/data/koffice/CMakeLists.txt @@ -0,0 +1 @@ +tde_auto_add_subdirectories( ) diff --git a/koffice-i18n-sk/data/koffice/autocorrect/CMakeLists.txt b/koffice-i18n-sk/data/koffice/autocorrect/CMakeLists.txt new file mode 100644 index 00000000..f54b7376 --- /dev/null +++ b/koffice-i18n-sk/data/koffice/autocorrect/CMakeLists.txt @@ -0,0 +1,6 @@ +##### other data + +install( + FILES sk.xml + DESTINATION ${DATA_INSTALL_DIR}/koffice/autocorrect +) |