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     apijob.h
0026     bugzilla.h
0027     connection.h
0028     exceptions.h
0029     query.h
0030     clients/attachmentclient.h
0031     clients/bugclient.h
0032     clients/bugfieldclient.h
0033     clients/commentclient.h
0034     clients/clientbase.h
0035     clients/productclient.h
0036     clients/commands/bugsearch.h
0037     clients/commands/bugupdate.h
0038     clients/commands/jsoncommand.h
0039     clients/commands/newattachment.h
0040     clients/commands/newbug.h
0041     clients/commands/querycommand.h
0042     models/bug.h
0043     models/bugfield.h
0044     models/comment.h
0045     models/logindetails.h
0046     models/product.h
0047 )
0048 
0049 ecm_qt_declare_logging_category(
0050     lib_SRCS
0051     HEADER bugzilla_debug.h
0052     IDENTIFIER BUGZILLA_LOG
0053     CATEGORY_NAME org.kde.drkonqi.bugzilla
0054     DEFAULT_SEVERITY Warning
0055     DESCRIPTION "drkonqi bugzilla"
0056     EXPORT DRKONQI
0057 )
0058 
0059 add_library(qbugzilla STATIC ${lib_SRCS})
0060 target_link_libraries(qbugzilla PUBLIC Qt::Core Qt::Network KF6::CoreAddons)