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

0001 add_library(KF5PeopleDeclarative SHARED)
0002 
0003 target_sources(KF5PeopleDeclarative PRIVATE
0004     declarativepersondata.cpp
0005     personactionsmodel.cpp
0006     peopleqmlplugin.cpp
0007     avatarimageprovider.cpp
0008 )
0009 
0010 ecm_qt_declare_logging_category(KF5PeopleDeclarative
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(KF5PeopleDeclarative
0019     Qt${QT_MAJOR_VERSION}::Qml
0020     Qt${QT_MAJOR_VERSION}::Quick
0021     KF5::PeopleWidgets # QAction
0022     KF5PeopleBackend
0023 )
0024 
0025 install(TARGETS KF5PeopleDeclarative DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/people)
0026 install(FILES qmldir DESTINATION ${KDE_INSTALL_QMLDIR}/org/kde/people)