Skip to content
This repository has been archived by the owner on Apr 18, 2020. It is now read-only.

Commit

Permalink
Used MSYS2 package mingw-w64-x86_64-breakpad-git instead of bundled one.
Browse files Browse the repository at this point in the history
Signed-off-by: FrankHB <[email protected]>
  • Loading branch information
FrankHB committed Nov 22, 2019
1 parent 53345d7 commit 6a9f63f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/MdCharm/MdCharm.pro
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ win32 {

win32-g++ {
CONFIG += link_pkgconfig
PKGCONFIG += zlib hunspell
PKGCONFIG += zlib hunspell breakpad-client
}

win32-msvc*:QMAKE_CXXFLAGS_RELEASE += -Zi
Expand Down
2 changes: 1 addition & 1 deletion src/lib/crashdump/gbreakpad/gbreakpad.pri
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ unix:!mac {
$$BREAKPAD_PATH/common/linux/memory_mapped_file.cc \
}

win32 {
!win32-g++ {
SOURCES += $$BREAKPAD_PATH/client/windows/handler/exception_handler.cc \
$$BREAKPAD_PATH/client/windows/crash_generation/crash_generation_client.cc \
$$BREAKPAD_PATH/common/windows/guid_string.cc
Expand Down

0 comments on commit 6a9f63f

Please sign in to comment.