From 17f98cb2787b12f9667c067f8f3678535047b345 Mon Sep 17 00:00:00 2001 From: James Upjohn Date: Mon, 18 Oct 2021 02:31:16 +1300 Subject: [PATCH] chore: update name of debugger component in Windows build guide (#3281) Co-authored-by: pajlada --- BUILDING_ON_WINDOWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING_ON_WINDOWS.md b/BUILDING_ON_WINDOWS.md index da19515ed..b02a7d90f 100644 --- a/BUILDING_ON_WINDOWS.md +++ b/BUILDING_ON_WINDOWS.md @@ -67,7 +67,7 @@ Notes: 3. Under this version, select the following entries: - `MSVC 2019 64-bit` (or alternative version if you are using that) - `Qt WebEngine` (optional) -4. Under the "Tools" tree element (at the bottom), ensure that `Qt Creator X.X.X` and `Qt Creator X.X.X CDB Debugger Support` are selected. (they should be checked by default) +4. Under the "Tools" tree element (at the bottom), ensure that `Qt Creator X.X.X` and `Debugging Tools for Windows` are selected. (they should be checked by default) 5. Continue through the installer and let the installer finish installing Qt. Note: This installation will take about 2 GB of disk space.