summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRusty Wagner <rusty.wagner@gmail.com>2022-07-11 12:42:26 -0600
committerRusty Wagner <rusty.wagner@gmail.com>2022-07-19 17:43:36 -0600
commit673e1c47d68c82c74e54b1763c1aaa1f55de096c (patch)
tree639d8713cfe8df93db1b9e39c88570043d5be0ea /README.md
parent6b86231d0bedd0eb5191fdd0888982353cf73fbd (diff)
Update to Qt 6.3.1
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index fbb442e9..bd3dbce4 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ cmake --build build -j8
In addition to the default build setup, you may want to:
- **Build examples.** To build the [API examples](#examples), pass `-DBN_API_BUILD_EXAMPLES=ON` to CMake when configuring the build. After the build succeeds, you can install the built plugins by running the `install` target. When using the "Unix Makefiles" build generator, this looks like: `make install`.
-- **Build UI plugins.** You will need Qt 6.3.0 (as of writing) installed to build UI plugins.
+- **Build UI plugins.** You will need Qt 6.3.1 (as of writing) installed to build UI plugins.
- **Build headlessly.** If you are using a headless Binary Ninja distribution or you do not wish to build UI plugins, pass `-DHEADLESS=ON` to CMake when configuring the build.
### Troubleshooting