Warning, /plasma/drkonqi/src/bugzillaintegration/libbugzilla/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 set(lib_SRCS
0002     apijob.cpp
0003     bugzilla.cpp
0004     connection.cpp
0005     exceptions.cpp
0006     query.cpp
0007     clients/attachmentclient.cpp
0008     clients/bugclient.cpp
0009     clients/bugfieldclient.cpp
0010     clients/commentclient.cpp
0011     clients/clientbase.cpp
0012     clients/productclient.cpp
0013     clients/commands/bugsearch.cpp
0014     clients/commands/bugupdate.cpp
0015     clients/commands/jsoncommand.cpp
0016     clients/commands/newattachment.cpp
0017     clients/commands/newbug.cpp
0018     clients/commands/querycommand.cpp
0019     models/bug.cpp
0020     models/bugfield.cpp
0021     models/comment.cpp
0022     models/logindetails.cpp
0023     models/product.cpp
0024 )
0025 
0026 ecm_qt_declare_logging_category(
0027     lib_SRCS
0028     HEADER bugzilla_debug.h
0029     IDENTIFIER BUGZILLA_LOG
0030     CATEGORY_NAME org.kde.drkonqi.bugzilla
0031     DEFAULT_SEVERITY Warning
0032     DESCRIPTION "drkonqi bugzilla"
0033     EXPORT DRKONQI
0034 )
0035 
0036 add_library(qbugzilla STATIC ${lib_SRCS})
0037 target_link_libraries(qbugzilla PUBLIC Qt::Core Qt::Network KF5::CoreAddons KF5::KIOCore)