diff --git a/example/CMakeLists.txt b/example/CMakeLists.txt index b684a632..6906fc08 100644 --- a/example/CMakeLists.txt +++ b/example/CMakeLists.txt @@ -27,7 +27,7 @@ endif() file(TO_CMAKE_PATH "/" PATH_SEPARATOR) #设置版本号 -add_definitions(-DVERSION=1,3,7,4) +add_definitions(-DVERSION=1,3,7,5) find_package(Qt6 REQUIRED COMPONENTS Quick Svg Network) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 7a957cf4..44b4e4dd 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -12,7 +12,7 @@ if(APPLE) endif() #设置版本号 -add_definitions(-DVERSION=1,3,7,4) +add_definitions(-DVERSION=1,3,7,5) find_package(Qt6 REQUIRED COMPONENTS Core Quick Qml)