diff --git a/README.md b/README.md index 6a183b9..1b589c4 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ cd Reclass The build script auto-detects your Qt install location. -### Manual Build +### Manual Build (MinGW) 1. Clone with `--recurse-submodules` (or run `git submodule update --init --recursive` after cloning) 2. Build QScintilla: `qmake` + `mingw32-make` in `third_party/qscintilla/src` @@ -112,6 +112,10 @@ The build script auto-detects your Qt install location. ``` 4. Optionally run `windeployqt` on the output executable +### Visual Studio 2022+ + +The `msvc/` folder contains a ready-made solution (`Reclass.slnx`) with projects for the main application, all plugins, and third-party libraries. Requires the [Qt Visual Studio Tools](https://marketplace.visualstudio.com/items?itemName=TheQtCompany.QtVisualStudioTools2022) extension with a Qt 6 MSVC kit configured. + ### Running Tests ```bash