Update crashpad

crashpad is now also supported on Linux. Therefore build it everywhere except under Windows MinGW.
This commit is contained in:
Roland Rossgotterer
2018-12-12 11:51:48 +01:00
committed by Klaus Basan
parent 59343c6c24
commit 686f8a478e
4 changed files with 16 additions and 9 deletions

View File

@@ -43,7 +43,7 @@
#include <atomic>
#include <functional>
#if defined(Q_CC_MSVC) || defined(Q_OS_MACOS) // Crashpad only supported on MSVC and MacOS/X
#if !defined(Q_CC_MINGW)
#define BLACK_USE_CRASHPAD
#endif