summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRusty Wagner <rusty.wagner@gmail.com>2022-04-04 22:45:42 -0400
committerRusty Wagner <rusty.wagner@gmail.com>2022-04-07 14:55:25 -0400
commit89b779d480225665b71d2675b52a8e04d1478cb7 (patch)
tree750269185107eea5a182bbb6e122c588b8eee95e /README.md
parent5f32696a955fc2c80a799de4c3f74fc72e75d817 (diff)
Update to Qt 6.2.4
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 4daaf497..7790f9f6 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.1.3 (as of writing) installed to build UI plugins.
+- **Build UI plugins.** You will need Qt 6.2.4 (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