diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2024-07-19 12:48:29 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty.wagner@gmail.com> | 2024-07-19 17:13:32 -0400 |
| commit | 7d9d9d44e0662008786caafa5401b6de93091d2e (patch) | |
| tree | cf13695ac29c40956fb805ebb7aa187f01641a54 /README.md | |
| parent | c8a05c78c9d1a32480a50f119ed7b4f9104a0d86 (diff) | |
Update to Qt 6.7.2
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
