summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRusty Wagner <rusty.wagner@gmail.com>2024-07-19 12:48:29 -0400
committerRusty Wagner <rusty.wagner@gmail.com>2024-07-19 17:13:32 -0400
commit7d9d9d44e0662008786caafa5401b6de93091d2e (patch)
treecf13695ac29c40956fb805ebb7aa187f01641a54 /README.md
parentc8a05c78c9d1a32480a50f119ed7b4f9104a0d86 (diff)
Update to Qt 6.7.2
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 b0c0caa1..75b40f42 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.6.1 (as of writing) installed to build UI plugins.
+- **Build UI plugins.** You will need Qt 6.7.2 (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