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