From b81811c927af69da5c20fcad1de7dd008b16f410 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=A8=E5=8D=93?= Date: Fri, 2 Aug 2024 11:44:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Qt=20=E5=BC=80=E5=8F=91?= =?UTF-8?q?=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- user-guide/files/Qt开发.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/user-guide/files/Qt开发.md b/user-guide/files/Qt开发.md index f5f5994..b148d6d 100644 --- a/user-guide/files/Qt开发.md +++ b/user-guide/files/Qt开发.md @@ -41,16 +41,15 @@ - 在插件搜索框中检索Qt Support插件,点击安装。将从插件市场中下载安装Qt Support插件和依赖的插件 ![图1](resources/qt/find-qt-support.png "安装qt-support插件") * 使用Kylin-IDE时,安装的插件组 - - kylinideteam.qt-support + - kylinideteam.qt-support (版本需大于等于 0.3.4) - kylinideteam.qmake-tools - ms-vscode.cmake-tools - - kylinideteam.vscode-clangd - - kylinideteam.debug + - kylinideteam.vscode-clangd (版本需大于等于 0.2.13) + - kylinideteam.debug (版本需大于等于 0.2.6) * 使用VSCode时,安装的插件组(不支持QMake类型项目) - KylinIdeTeam.qt-support - ms-vscode.cmake-tools - ms-vscode.cpptools -- 使用Kylin-IDE时,请注意,若之前已安装Clangd插件(插件ID:kylinideteam.vscode-clangd),请将该插件版本升至大于等于0.2.12 - 安装方式2:在[openKylin extensions-repo仓库](https://gitee.com/openkylin/extensions-repo/tree/master/KylinIDETeam)中,根据插件名称找到下载链接,下载安装 #### 依赖软件安装