Warning, /network/choqok/microblogs/friendica/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 kcoreaddons_add_plugin(choqok_friendica SOURCES
0002     friendicaeditaccount.cpp
0003     friendicamicroblog.cpp
0004     INSTALL_NAMESPACE "choqok_plugins"
0005 )
0006 
0007 ecm_qt_declare_logging_category(choqok_friendica
0008     HEADER friendicadebug.h
0009     IDENTIFIER CHOQOK
0010     CATEGORY_NAME org.kde.choqok.friendica
0011     DESCRIPTION "choqok friendica support"
0012     EXPORT CHOQOK
0013 )
0014 
0015 ki18n_wrap_ui(choqok_friendica friendicaeditaccount_base.ui)
0016 
0017 target_link_libraries(choqok_friendica
0018 PUBLIC
0019     Qt::Core
0020     Qt::NetworkAuth
0021     Qt::Widgets
0022     KF5::CoreAddons
0023     KF5::I18n
0024     KF5::KIOCore
0025     KF5::KIOWidgets
0026     choqok
0027     gnusocialapihelper
0028 )
0029 
0030 add_subdirectory(icons)