Warning, /frameworks/kdeclarative/src/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 add_subdirectory(qmlcontrols)
0002 add_subdirectory(calendarevents)
0003 
0004 if(BUILD_QCH)
0005     ecm_add_qch(
0006         KF6Declarative_QCH
0007         NAME KDeclarative
0008         BASE_NAME KF6Declarative
0009         VERSION ${KF_VERSION}
0010         ORG_DOMAIN org.kde
0011         SOURCES # using only public headers, to cover only public API
0012             ${CalendarEvents_QCH_SOURCES}
0013         MD_MAINPAGE "${CMAKE_SOURCE_DIR}/README.md"
0014         LINK_QCHS
0015             Qt6Core_QCH
0016         INCLUDE_DIRS
0017             ${CalendarEvents_QCH_INCLUDE_DIRS}
0018         BLANK_MACROS
0019             CALENDAREVENTS_EXPORT
0020             "CALENDAREVENTS_DEPRECATED_VERSION(x, y, t)"
0021             "CALENDAREVENTS_DEPRECATED_VERSION_BELATED(x, y, xt, yt, t)"
0022         TAGFILE_INSTALL_DESTINATION ${KDE_INSTALL_QTQCHDIR}
0023         QCH_INSTALL_DESTINATION ${KDE_INSTALL_QTQCHDIR}
0024         COMPONENT Devel
0025     )
0026 endif()