You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
set(BACKTRACEPARSER_SRCS |
|
backtraceparser.cpp |
|
backtraceparsergdb.cpp |
|
backtraceparserkdbgwin.cpp |
|
backtraceparsernull.cpp |
|
) |
|
|
|
add_library(drkonqi_backtrace_parser STATIC ${BACKTRACEPARSER_SRCS}) |
|
target_link_libraries(drkonqi_backtrace_parser |
|
PUBLIC |
|
Qt5::Core |
|
)
|
|
|