diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2022-04-13 22:11:46 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty.wagner@gmail.com> | 2022-04-14 13:22:51 -0400 |
| commit | d21db5d448c8d4c50f982a5b05bd663e7448f639 (patch) | |
| tree | 03208797fbf653057538d9644bc6c5ab94dc18ed /README.md | |
| parent | 716d87bff2e3986808df5fb2359e656a70ec1ff6 (diff) | |
Update to Qt 6.3.0
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.2.4 (as of writing) installed to build UI plugins. +- **Build UI plugins.** You will need Qt 6.3.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 |
