From 85760d86ca4f5af670dd43a02f24d1684d5d2ab5 Mon Sep 17 00:00:00 2001 From: zhuzichu Date: Fri, 14 Apr 2023 11:03:00 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20=E6=96=B0=E6=89=8B=E5=85=A5=E9=97=A8?= =?UTF-8?q?=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 新手入门.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/新手入门.md b/新手入门.md index 76c507a..45a4a08 100644 --- a/新手入门.md +++ b/新手入门.md @@ -1,2 +1,8 @@ ## 编译环境 -* Qt6.4.3、MSVC2019 \ No newline at end of file +* Qt6.4.3、MSVC2019 + +## 生成QML插件库 +* QtCreator打开项目,切换到Release,点击构建->重新构建 +* 完成之后会在D:\Qt\6.4.3\msvc2019_64\qml下面生成一个FuentUI的文件夹,看下plugins.qmltypes文件是否有数据,没有数据的话就再重新构建一遍 +![image](https://user-images.githubusercontent.com/56627161/231930837-82b65cc3-3505-4605-be76-151f8ccadb37.png) +