diff options
Diffstat (limited to 'koffice-i18n-es')
l--------- | koffice-i18n-es/CMakeLists.txt | 1 | ||||
-rw-r--r-- | koffice-i18n-es/data/CMakeLists.txt | 1 | ||||
-rw-r--r-- | koffice-i18n-es/data/koffice/CMakeLists.txt | 1 | ||||
-rw-r--r-- | koffice-i18n-es/data/koffice/autocorrect/CMakeLists.txt | 6 |
4 files changed, 9 insertions, 0 deletions
diff --git a/koffice-i18n-es/CMakeLists.txt b/koffice-i18n-es/CMakeLists.txt new file mode 120000 index 00000000..2fe973c8 --- /dev/null +++ b/koffice-i18n-es/CMakeLists.txt @@ -0,0 +1 @@ +../template/commonCMakeLists.txt
\ No newline at end of file diff --git a/koffice-i18n-es/data/CMakeLists.txt b/koffice-i18n-es/data/CMakeLists.txt new file mode 100644 index 00000000..6d0aa9f3 --- /dev/null +++ b/koffice-i18n-es/data/CMakeLists.txt @@ -0,0 +1 @@ +tde_auto_add_subdirectories( ) diff --git a/koffice-i18n-es/data/koffice/CMakeLists.txt b/koffice-i18n-es/data/koffice/CMakeLists.txt new file mode 100644 index 00000000..6d0aa9f3 --- /dev/null +++ b/koffice-i18n-es/data/koffice/CMakeLists.txt @@ -0,0 +1 @@ +tde_auto_add_subdirectories( ) diff --git a/koffice-i18n-es/data/koffice/autocorrect/CMakeLists.txt b/koffice-i18n-es/data/koffice/autocorrect/CMakeLists.txt new file mode 100644 index 00000000..972d5ebf --- /dev/null +++ b/koffice-i18n-es/data/koffice/autocorrect/CMakeLists.txt @@ -0,0 +1,6 @@ +##### other data + +install( + FILES es.xml + DESTINATION ${DATA_INSTALL_DIR}/koffice/autocorrect +) |