From 07f8b89bb9148453153305e8902836e48afa4f75 Mon Sep 17 00:00:00 2001 From: x-tools-author Date: Sun, 20 Apr 2025 11:40:18 +0800 Subject: [PATCH] chore: closed #25, please see https://x-tools-author.github.io/x-tools/docs/build/ --- docs/docs/build/index.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/docs/build/index.md diff --git a/docs/docs/build/index.md b/docs/docs/build/index.md new file mode 100644 index 00000000..cf7df0cf --- /dev/null +++ b/docs/docs/build/index.md @@ -0,0 +1,10 @@ +--- +title: 编译项目 +nav_order: 14 +--- + +## 编译项目 + +软件v7使用Qt6.8.x构建,使用CMake构建项目。 + +> 安装Qt6.8.x,使用Qt CreatorCMakeLists.txt文件,点击“构建”按钮即可编译项目。