summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRusty Wagner <rusty.wagner@gmail.com>2023-09-26 13:02:38 -0600
committerRusty Wagner <rusty.wagner@gmail.com>2023-09-28 13:18:30 -0600
commit32501cd8b0879f53ed4a24a96aad4c1b71080193 (patch)
treef158365070efd4541661bf06e9f507fcf808c29d /README.md
parentbd78fe4b68031ceccca3365ab4fc7c3333cc961c (diff)
Update to Qt 6.5.3
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 dba25a9c..2c507e43 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,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.4.3 (as of writing) installed to build UI plugins.
+- **Build UI plugins.** You will need Qt 6.5.3 (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