11 lines
253 B
CMake
11 lines
253 B
CMake
add_subdirectory(core)
|
|
if (TARGET Qt6::Qml)
|
|
############################## add_subdirectory(qml)
|
|
endif()
|
|
|
|
ecm_qt_install_logging_categories(
|
|
EXPORT KITEMMODELS
|
|
FILE kitemmodels.categories
|
|
DESTINATION ${KDE_INSTALL_LOGGINGCATEGORIESDIR}
|
|
)
|