forked from qt-creator/qt-creator
Remove unused qt-breakpad
Change-Id: I33937cc3e50d5dd03d38c64675dc3883c816290a Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -4,10 +4,6 @@
|
||||
|
||||
#include <QtGlobal>
|
||||
|
||||
#ifdef ENABLE_QT_BREAKPAD
|
||||
#include <qtsystemexceptionhandler.h>
|
||||
#endif
|
||||
|
||||
#if defined(ENABLE_CRASHPAD) && defined(Q_OS_WIN)
|
||||
#define NOMINMAX
|
||||
#include "client/crash_report_database.h"
|
||||
@@ -60,11 +56,6 @@ namespace {
|
||||
return success;
|
||||
}
|
||||
|
||||
#ifdef ENABLE_QT_BREAKPAD
|
||||
const QString libexecPath = QCoreApplication::applicationDirPath() + '/'
|
||||
+ RELATIVE_LIBEXEC_PATH;
|
||||
QtSystemExceptionHandler systemExceptionHandler(libexecPath);
|
||||
#endif //#ifdef ENABLE_QT_BREAKPAD
|
||||
#else //#if defined(ENABLE_CRASHPAD) && defined(Q_OS_WIN)
|
||||
bool startCrashpad(const QString&, const QString&)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user