Warning, /network/kaccounts-providers/plugins/nextcloud-ui/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 add_library(nextcloud_plugin_kaccounts MODULE
0002 nextcloud.cpp
0003 nextcloudcontroller.cpp
0004 )
0005
0006 target_link_libraries(nextcloud_plugin_kaccounts
0007 Qt::Core
0008 KF6::KIOCore
0009 KF6::I18n
0010 KF6::Package
0011 KAccounts6
0012 )
0013
0014 target_link_libraries(nextcloud_plugin_kaccounts Qt::WebEngineQuick)
0015
0016 install(TARGETS nextcloud_plugin_kaccounts
0017 DESTINATION ${KDE_INSTALL_PLUGINDIR}/kaccounts/ui
0018 )
0019 kpackage_install_package(package org.kde.kaccounts.nextcloud genericqml)
0020
0021 ecm_install_icons(
0022 ICONS
0023 sc-apps-kaccounts-nextcloud.svg
0024 DESTINATION
0025 ${KDE_INSTALL_ICONDIR}
0026 )