Warning, /kdevelop/kdevelop/plugins/ghprovider/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 add_definitions(-DTRANSLATION_DOMAIN=\"kdevghprovider\")
0002 
0003 add_subdirectory(icons)
0004 
0005 set(kdevghprovider_PART_SRCS
0006     ghlineedit.cpp
0007     ghprovidermodel.cpp
0008     ghproviderplugin.cpp
0009     ghproviderwidget.cpp
0010     ghresource.cpp
0011     ghaccount.cpp
0012     ghdialog.cpp
0013 )
0014 declare_qt_logging_category(kdevghprovider_PART_SRCS
0015     TYPE PLUGIN
0016     IDENTIFIER GHPROVIDER
0017     CATEGORY_BASENAME "ghprovider"
0018     DESCRIPTION "githubprovider"
0019 )
0020 
0021 kdevplatform_add_plugin(kdevghprovider SOURCES ${kdevghprovider_PART_SRCS})
0022 target_link_libraries(kdevghprovider
0023   KF5::KIOWidgets
0024   KDev::Interfaces
0025   KDev::Vcs
0026   KDev::OutputView
0027   KDev::Util
0028 )