diff --git a/BUILDING.md b/BUILDING.md index 874e0a7431ac..0098cdac1dc7 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -14,6 +14,7 @@ Other instructions may be found [here](https://wiki.rpcs3.net/index.php?title=Bu * [Vulkan SDK 1.3.268.0](https://vulkan.lunarg.com/sdk/home) (See "Install the SDK" [here](https://vulkan.lunarg.com/doc/sdk/latest/windows/getting_started.html)) for now future SDKs don't work. You need precisely 1.3.268.0. **Either add the** `QTDIR` **environment variable, e.g.** `\6.6.3\msvc2019_64\` **, or use the [Visual Studio Qt Plugin](https://marketplace.visualstudio.com/items?itemName=TheQtCompany.QtVisualStudioTools2019)** +**NOTE: If you have issues with the Qt plugin, you may want to uninstall the Qt Plugin and install the [Legacy Qt Plugin](https://marketplace.visualstudio.com/items?itemName=TheQtCompany.LEGACYQtVisualStudioTools2019) instead** ### Linux @@ -97,8 +98,8 @@ git submodule update --init 1) Go to `Extensions->Qt VS Tools->Qt Versions`. 2) Add the path to your Qt installation with compiler e.g. `\6.6.3\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`. +3) Go to `Extensions->Qt VS Tools->Options->Legacy Project Format`. (Only available in the legacy Qt plugin) +4) Set `Build: Run pre-build setup` to `true`. (Only available in the legacy Qt plugin) #### Building the projects