From 8aa589919647c091690c90ad5d9505436c6a6ef6 Mon Sep 17 00:00:00 2001 From: Trevor Mack <31192815+Tnwmack@users.noreply.github.com> Date: Wed, 17 Aug 2022 23:20:54 -0400 Subject: [PATCH] Update BUILDING.md Updating the 'Configuring the Qt plugin' section with more details and for the new versions of the plugin. --- BUILDING.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index f6ecc84b25..abb20007d1 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -102,9 +102,10 @@ git submodule update --init #### Configuring the Qt plugin (if used) -1) Go to the Qt5 menu and edit Qt5 options. -2) Add the path to your Qt installation with compiler e.g. `\5.15.2\msvc2019_64`. -3) While selecting the rpcs3qt project, go to Qt5->Project Setting and select the version you added. +1) Go to `Extensions->Qt VS Tools->Qt Versions`. +2) Add the path to your Qt installation with compiler e.g. `\5.15.2\msvc2019_64`, version will fill in automatically. +3) Go to `Extensions->Qt VS Tools->Options->Legacy Project Format`. +4) Set `Build: Run pre-build setup` to `true`. #### Building the projects