From 60b9c60a69a43c6e5e757c68261e0842712b4e0e Mon Sep 17 00:00:00 2001 From: wuyize Date: Tue, 13 Jun 2023 15:01:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0Readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 991acc2..622b9d7 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,19 @@ ## Requirements -Qt Core, Qt Quick, Qt QML, Qt ShaderTool, Qt 5 Compatibility Module. +Qt 6.4.3:Qt Core, Qt Quick, Qt QML, Qt ShaderTool, Qt 5 Compatibility Module. ## Get started ```sh -git clone --recursive http://101.34.228.45:3000/auto/AicsKnowledgeBase.git -``` \ No newline at end of file +git clone --recursive http://101.34.228.45:3000/auto/AicsKnowledgeBase_client.git +``` + +在调试配置launch.vs.json中添加 + +```json + "env": { + "PATH": "QT所在目录\\Qt\\6.4.3\\msvc2019_64\\bin" + } +``` +