Skip to content

Commit 0aec940

Browse files
author
toddming
committed
Signed-off-by: toddming <toddming@qq.com>
1 parent eba79aa commit 0aec940

File tree

11 files changed

+9
-3
lines changed

11 files changed

+9
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ set(CMAKE_AUTOMOC ON)
99
set(CMAKE_AUTORCC ON)
1010
set(CMAKE_AUTOUIC ON)
1111

12+
add_compile_options("$<$<CXX_COMPILER_ID:MSVC>:/utf-8>")
13+
1214
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/libs/include)
1315

1416
file(GLOB_RECURSE SOURCES

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
- **操作系统**:Windows 10 或更高版本
2222
- **Qt 版本**:≥ 5.15
2323
- **主分支构建配置**
24-
- Qt 6.8.3
24+
- Qt 6.8.3 / Qt 5.15.2
2525
- MSVC 2022 64-bit
2626

27-
> 💡 提示:虽然主分支基于 Qt 6.8.3 + MSVC 构建,但 QFluentKit 动态库本身兼容 Qt 5.15 及 Qt 6 的多种编译环境(MinGW / MSVC
27+
> 💡 主分支可在 Qt 6.8.3 + MSVC 或 Qt 5.15.2 + MSVC 环境下直接构建并运行。QFluentKit 动态库本身兼容 Qt 5.15 及 Qt 6 的多个版本,并支持 MinGW MSVC 编译器;但本仓库的示例程序仅预置了上述两种 MSVC 环境(Qt 6.8.3 / Qt 5.15.2)构建的动态库
2828
2929
## 📦 依赖与参考
3030

@@ -33,7 +33,7 @@
3333

3434
## 📺 在线演示
3535

36-
想先看看效果?欢迎观看 [Bilibili 演示视频](bilibili.com/video/BV1QKCuBHEyX/)
36+
想先看看效果?欢迎观看 [Bilibili 演示视频](https://www.bilibili.com/video/BV1p211BmEpa/)
3737

3838
## 📄 许可证
3939

4.65 MB
Binary file not shown.
339 KB
Binary file not shown.
129 KB
Binary file not shown.
2.09 MB
Binary file not shown.
91 KB
Binary file not shown.
35.5 KB
Binary file not shown.
995 KB
Binary file not shown.
995 KB
Binary file not shown.

0 commit comments

Comments
 (0)