Warning, /network/kaccounts-integration/src/plugins/kio-webdav/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 set(kio-webdav_SRCS
0002     kioservices.cpp
0003     kioservices.h
0004 )
0005 
0006 kcoreaddons_add_plugin(kaccounts_kio_webdav_plugin
0007     SOURCES ${kio-webdav_SRCS}
0008     INSTALL_NAMESPACE "kaccounts/daemonplugins"
0009     )
0010 
0011 target_link_libraries(kaccounts_kio_webdav_plugin
0012     Qt::Core
0013     Qt::Widgets
0014     KF${QT_MAJOR_VERSION}::CoreAddons
0015     KF${QT_MAJOR_VERSION}::ConfigCore
0016     KF${QT_MAJOR_VERSION}::Wallet
0017     KF${QT_MAJOR_VERSION}::KIOCore
0018     KF${QT_MAJOR_VERSION}::I18n
0019     KF${QT_MAJOR_VERSION}::DBusAddons
0020     kaccounts
0021     ${ACCOUNTSQT_LIBRARIES}
0022     ${SIGNONQT_LIBRARIES}
0023     QCoro::Core
0024 )