diff options
| author | liamwhite <liamwhite@users.noreply.github.com> | 2023-10-29 23:41:13 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-29 23:41:13 -0400 |
| commit | eec3d356b69711b34145d16e669e25403880774e (patch) | |
| tree | 55ea35e1fe80f8539ec7fd7ec2aaa3164a5679d1 /vcpkg.json | |
| parent | adb090090605d3b1f4368fb0c7bc836206aa4bdf (diff) | |
| parent | d3997bad9b84579938d8cdb44b1d17cfab7bbcce (diff) | |
Merge pull request #11689 from liamwhite/breakpad
qt: implement automatic crash dump support
Diffstat (limited to 'vcpkg.json')
| -rw-r--r-- | vcpkg.json | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/vcpkg.json b/vcpkg.json index 203fc9708..da4e9edb9 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -33,10 +33,6 @@ "description": "Compile tests", "dependencies": [ "catch2" ] }, - "dbghelp": { - "description": "Compile Windows crash dump (Minidump) support", - "dependencies": [ "dbghelp" ] - }, "web-service": { "description": "Enable web services (telemetry, etc.)", "dependencies": [ |
