cf12defd28
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
16 lines
388 B
CMake
16 lines
388 B
CMake
# SPDX-FileCopyrightText: 2021 Volker Krause <vkrause@kde.org>
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
add_subdirectory(i18n)
|
|
add_subdirectory(localedata)
|
|
if (TARGET Qt6::Qml)
|
|
# add_subdirectory(i18n-qml)
|
|
# add_subdirectory(localedata-qml)
|
|
endif()
|
|
|
|
ecm_qt_install_logging_categories(
|
|
EXPORT KI18N
|
|
FILE ki18n.categories
|
|
DESTINATION ${KDE_INSTALL_LOGGINGCATEGORIESDIR}
|
|
)
|