summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRusty Wagner <rusty.wagner@gmail.com>2022-10-19 12:36:27 -0600
committerPeter LaFosse <peter@vector35.com>2022-11-10 16:19:13 -0500
commit4fd944de0e28e2d66cb5792c4f7a80cfad387b56 (patch)
tree453b941589968e9eff5cb2b73938c6b552c7dd97 /README.md
parent34641b15e461638f22d1b51eb49791dfd3f67cd6 (diff)
Update to Qt 6.4.0
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 7b95a0db..34663e67 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,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.1 (as of writing) installed to build UI plugins.
+- **Build UI plugins.** You will need Qt 6.4.0 (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