Warning, /frameworks/kpeople/src/declarative/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 add_library(KF6PeopleDeclarative SHARED)
0002
0003 target_sources(KF6PeopleDeclarative PRIVATE
0004 declarativepersondata.cpp
0005 personactionsmodel.cpp
0006 peopleqmlplugin.cpp
0007 avatarimageprovider.cpp
0008 )
0009
0010 ecm_qt_declare_logging_category(KF6PeopleDeclarative
0011 HEADER kpeopledeclarative_debug.h
0012 IDENTIFIER KPEOPLE_DECLARATIVE_LOG
0013 CATEGORY_NAME kf.people.declarative
0014 DESCRIPTION "KPeople QML plugin"
0015 EXPORT KPEOPLE_DECLARATIVE
0016 )
0017
0018 target_link_libraries(KF6PeopleDeclarative
0019 Qt6::Qml
0020 Qt6::Quick
0021 KF6PeopleBackend
0022 KF6::People
0023 )
0024
0025 install(TARGETS KF6PeopleDeclarative DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/people)
0026 install(FILES qmldir DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/people)