diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2025-05-10 06:43:57 +0800 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2025-05-10 06:44:11 +0800 |
| commit | 20945fadfe373d44f916e5e15619e0226459dd98 (patch) | |
| tree | 453c452fcf3a6f977bc5ff263ca2aa6f2cf1d0b7 /docs/dev/plugins.md | |
| parent | 5147249a644f611a801aada7645b7a993fc8e314 (diff) | |
categorize recipes and add new tab recipe
Diffstat (limited to 'docs/dev/plugins.md')
| -rw-r--r-- | docs/dev/plugins.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/plugins.md b/docs/dev/plugins.md index 4d87c911..1b7791e3 100644 --- a/docs/dev/plugins.md +++ b/docs/dev/plugins.md @@ -213,7 +213,7 @@ both publishing and using native plugins. ### UI Plugins -If you want to include UI in your plugin, you can integrate with Binary Ninja's Qt-based UI by linking with Qt and `binaryninjaui`. +If you want to include a UI in your plugin, you can integrate with Binary Ninja's Qt-based UI by linking with Qt and `binaryninjaui`. You will need to use the same version of Qt as Binary Ninja. We provide steps for building it [here](../about/open-source.md#building-qt), or you can attempt to use a system-provided copy if you use Linux and like to live dangerously. Building it is a bit of a process, but should provide you with a working installation. Once you have a Qt build, |
