diff --git a/example/CMakeLists.txt b/example/CMakeLists.txt index 6906fc08..0d6f1bf8 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,5) +add_definitions(-DVERSION=1,4,0,0) find_package(Qt6 REQUIRED COMPONENTS Quick Svg Network) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 44b4e4dd..a7783ad0 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -12,7 +12,7 @@ if(APPLE) endif() #设置版本号 -add_definitions(-DVERSION=1,3,7,5) +add_definitions(-DVERSION=1,4,0,0) find_package(Qt6 REQUIRED COMPONENTS Core Quick Qml)