summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRusty Wagner <rusty.wagner@gmail.com>2021-09-30 18:22:49 -0600
committerRusty Wagner <rusty.wagner@gmail.com>2021-10-01 22:01:04 -0600
commit442526523953da5a07d3b2442c19abc7360cb433 (patch)
tree973972a18b8fde934132633fcf45faf1e43730e2 /README.md
parent8c00d6124607932ce8c02aeac5a20b0523f0a609 (diff)
Update to Qt 6.1.3
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 ee55989a..45a9e4e0 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,7 @@ There are several options that you can pass to cmake:
- If BinaryNinja is installed at a different location than the defautls in CMakeLists.txt, it will complain "Binary Ninja Core Not Found". Specify the path by `-DBN_INSTALL_DIR=/path/to/binaryninja/installation`
- If you also wish to build the API examples, pass `-DBN_API_BUILD_EXAMPLES=ON`. After the make succeeds, you can install the built plugins by `make install`
- If you are using a headless BinaryNinja distribution or you do not wish to build UI plugins, pass `-DHEADLESS=ON`.
-- You will need Qt 6.1.1 (as of writing) installed to build UI plugins.
+- You will need Qt 6.1.3 (as of writing) installed to build UI plugins.
## Examples