From 20945fadfe373d44f916e5e15619e0226459dd98 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Sat, 10 May 2025 06:43:57 +0800 Subject: categorize recipes and add new tab recipe --- docs/dev/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/dev/plugins.md') 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, -- cgit v1.3.1