From 6c3b308a039ba53dada7fcc2b3e6473a44cde17e Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Wed, 13 Sep 2017 08:47:07 -0400 Subject: [PATCH] Remove libcrashreporter-qt more thoroughly --- .gitmodules | 3 --- thirdparty/CMakeLists.txt | 11 ----------- thirdparty/libcrashreporter-qt | 1 - 3 files changed, 15 deletions(-) delete mode 100644 thirdparty/CMakeLists.txt delete mode 160000 thirdparty/libcrashreporter-qt diff --git a/.gitmodules b/.gitmodules index 4fc249f44..e69de29bb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +0,0 @@ -[submodule "thirdparty/libcrashreporter-qt"] - path = thirdparty/libcrashreporter-qt - url = https://github.com/dschmidt/libcrashreporter-qt diff --git a/thirdparty/CMakeLists.txt b/thirdparty/CMakeLists.txt deleted file mode 100644 index 77b4897a5..000000000 --- a/thirdparty/CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ -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() diff --git a/thirdparty/libcrashreporter-qt b/thirdparty/libcrashreporter-qt deleted file mode 160000 index 61dc3963c..000000000 --- a/thirdparty/libcrashreporter-qt +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 61dc3963c2b59894e7d3f3bd758c43b59665054a