diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2022-11-17 17:13:32 -0500 |
|---|---|---|
| committer | Rusty Wagner <rusty.wagner@gmail.com> | 2022-11-17 21:02:37 -0500 |
| commit | 8a033af394c195504f97b62b54b515c3c797d742 (patch) | |
| tree | 5540ef0c5c4a9235ad0199abf1db8241b73859da /README.md | |
| parent | c6e07b63821ed6cec2b193bf9018cc019f6dda7e (diff) | |
Update to Qt 6.4.1
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.4.0 (as of writing) installed to build UI plugins. +- **Build UI plugins.** You will need Qt 6.4.1 (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 |
