Remove unused qt-breakpad

Change-Id: I33937cc3e50d5dd03d38c64675dc3883c816290a
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Marcus Tillmanns
2024-02-07 10:06:14 +01:00
parent ad2230b1e1
commit 7daee3d681
19 changed files with 3 additions and 1853 deletions

View File

@@ -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&)
{