This commit is contained in:
zhuzichu 2023-07-28 16:18:49 +08:00
parent 29c57bcdc3
commit ceaae1276e
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ endif()
file(TO_CMAKE_PATH "/" PATH_SEPARATOR) 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) find_package(Qt6 REQUIRED COMPONENTS Quick Svg Network)

View File

@ -12,7 +12,7 @@ if(APPLE)
endif() endif()
# #
add_definitions(-DVERSION=1,3,7,4) add_definitions(-DVERSION=1,3,7,5)
find_package(Qt6 REQUIRED COMPONENTS Core Quick Qml) find_package(Qt6 REQUIRED COMPONENTS Core Quick Qml)