mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-23 02:15:44 -05:00
Remove libcrashreporter-qt more thoroughly
This commit is contained in:
parent
3246b6cb1b
commit
6c3b308a03
3 changed files with 0 additions and 15 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +0,0 @@
|
||||||
[submodule "thirdparty/libcrashreporter-qt"]
|
|
||||||
path = thirdparty/libcrashreporter-qt
|
|
||||||
url = https://github.com/dschmidt/libcrashreporter-qt
|
|
11
thirdparty/CMakeLists.txt
vendored
11
thirdparty/CMakeLists.txt
vendored
|
@ -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()
|
|
1
thirdparty/libcrashreporter-qt
vendored
1
thirdparty/libcrashreporter-qt
vendored
|
@ -1 +0,0 @@
|
||||||
Subproject commit 61dc3963c2b59894e7d3f3bd758c43b59665054a
|
|
Loading…
Add table
Reference in a new issue