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

0001 kcoreaddons_add_plugin(choqok_mastodon SOURCES
0002     mastodonaccount.cpp
0003     mastodoncomposerwidget.cpp
0004     mastodondmessagedialog.cpp
0005     mastodoneditaccountwidget.cpp
0006     mastodonmicroblog.cpp
0007     mastodonoauth.cpp
0008     mastodonoauthreplyhandler.cpp
0009     mastodonpost.cpp
0010     mastodonpostwidget.cpp
0011     INSTALL_NAMESPACE "choqok_plugins"
0012 )
0013 
0014 ecm_qt_declare_logging_category(choqok_mastodon
0015     HEADER mastodondebug.h
0016     IDENTIFIER CHOQOK
0017     CATEGORY_NAME org.kde.choqok.mastodon
0018     DESCRIPTION "choqok mastodon support"
0019     EXPORT CHOQOK
0020 )
0021 
0022 ki18n_wrap_ui(choqok_mastodon
0023     mastodoneditaccountwidget.ui
0024 )
0025 
0026 target_link_libraries(choqok_mastodon
0027 PUBLIC
0028     Qt::Core
0029     Qt::Gui
0030     Qt::NetworkAuth
0031     Qt::Widgets
0032     KF5::I18n
0033     KF5::KIOCore
0034     KF5::KIOWidgets
0035     KF5::WidgetsAddons
0036     qca-qt${QT_MAJOR_VERSION}
0037     choqok
0038 )
0039 
0040 add_subdirectory(icons)