Disable crashpad on Linux until the segfault is investigated

This commit is contained in:
Roland Rossgotterer
2020-03-25 10:35:36 +01:00
committed by Mat Sutcliffe
parent bb0ef86044
commit 77138f7788

View File

@@ -119,4 +119,5 @@ defineTest(CheckOptionalDependency) {
swiftConfig(static) { DEFINES *= WITH_STATIC }
swiftConfig(assertsInRelease) { DEFINES *= QT_FORCE_ASSERTS }
!mingw { DEFINES *= BLACK_USE_CRASHPAD }
msvc { DEFINES *= BLACK_USE_CRASHPAD }
macos { DEFINES *= BLACK_USE_CRASHPAD }