This commit is contained in:
zhuzichu
2023-07-28 16:22:15 +08:00
parent ceaae1276e
commit dde817923c
2 changed files with 2 additions and 2 deletions

View File

@ -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)