Skip to content
Snippets Groups Projects
Commit 6c3b308a authored by Adriaan de Groot's avatar Adriaan de Groot
Browse files

Remove libcrashreporter-qt more thoroughly

parent 3246b6cb
Branches
Tags
No related merge requests found
[submodule "thirdparty/libcrashreporter-qt"]
path = thirdparty/libcrashreporter-qt
url = https://github.com/dschmidt/libcrashreporter-qt
if( CMAKE_CXX_COMPILER_ID MATCHES "Clang" )
# Suppress warnings entirely; not interesting in third-party code
set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -w" )
endif()
if( WITH_CRASHREPORTER )
macro( qt_wrap_ui )
qt5_wrap_ui( ${ARGN} )
endmacro()
add_subdirectory( libcrashreporter-qt )
endif()
Subproject commit 61dc3963c2b59894e7d3f3bd758c43b59665054a
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment