diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2023-04-03 15:30:39 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty.wagner@gmail.com> | 2023-04-03 15:30:39 -0400 |
| commit | b6781dc806c1311b11467373ed8cfb8f31781750 (patch) | |
| tree | 4912448140af727e247abbbdadda280a82a16de8 /README.md | |
| parent | ce379e15d4db57567a934235390a3b98bf554762 (diff) | |
Upgrade to Qt 6.4.3
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.4.1 (as of writing) installed to build UI plugins. +- **Build UI plugins.** You will need Qt 6.4.3 (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 |
