From f951db4fb2eafcc5649151383c8f0f6648b4e853 Mon Sep 17 00:00:00 2001 From: Vadim Peretokin Date: Wed, 24 Jul 2024 19:17:22 +0200 Subject: [PATCH] Add Qt Creator link to README (#40063) Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com> --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ca19549f9..87ca864c4d 100644 --- a/README.md +++ b/README.md @@ -39,9 +39,10 @@ Whether you're using CMake, MSBuild, or any other build system, vcpkg has you co You can also use any editor: * [vcpkg with Visual Studio](https://learn.microsoft.com/vcpkg/get_started/get-started-vs) -* [vcpkg with Visual Sudio Code](https://learn.microsoft.com/vcpkg/get_started/get-started-vscode) +* [vcpkg with Visual Studio Code](https://learn.microsoft.com/vcpkg/get_started/get-started-vscode) * [vcpkg with CLion]() +* [vcpkg with Qt Creator]() If a library you need is not present in the vcpkg registry, [open an issue on the GitHub repository][contributing:submit-issue] or [contribute the package