From 7276eb5f2f9a1c6b317a5df519c62f63205d4db3 Mon Sep 17 00:00:00 2001 From: zhuzichu Date: Tue, 4 Jul 2023 15:15:58 +0800 Subject: [PATCH] update --- example/CMakeLists.txt | 2 +- src/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/CMakeLists.txt b/example/CMakeLists.txt index 4315785d..1eac8d36 100644 --- a/example/CMakeLists.txt +++ b/example/CMakeLists.txt @@ -19,7 +19,7 @@ endif() file(TO_CMAKE_PATH "/" PATH_SEPARATOR) #设置版本号 -add_definitions(-DVERSION=1,3,7,2) +add_definitions(-DVERSION=1,3,7,3) find_package(Qt6 REQUIRED COMPONENTS Quick) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 7aea0814..85e38f70 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -12,7 +12,7 @@ endif() set(QML_PLUGIN_DIRECTORY ${CMAKE_PREFIX_PATH}/qml/FluentUI) #设置版本号 -add_definitions(-DVERSION=1,3,7,2) +add_definitions(-DVERSION=1,3,7,3) find_package(Qt6 REQUIRED COMPONENTS Core Quick Qml)