Compare commits

...

2 Commits

Author SHA1 Message Date
zhuzichu 4e4016ae3f update version 2024-07-10 12:42:40 +08:00
zhuzichu 78312d7bb5 update 2024-07-10 12:40:12 +08:00
1 changed files with 3 additions and 1 deletions

View File

@ -20,7 +20,7 @@ else ()
endif () endif ()
# #
add_definitions(-DFLUENTUI_VERSION=1,7,5,0) add_definitions(-DFLUENTUI_VERSION=1,7,7,0)
if (FLUENTUI_BUILD_STATIC_LIB) if (FLUENTUI_BUILD_STATIC_LIB)
add_definitions(-DFLUENTUI_BUILD_STATIC_LIB) add_definitions(-DFLUENTUI_BUILD_STATIC_LIB)
@ -184,6 +184,8 @@ target_compile_definitions(${PROJECT_NAME}
#mingwlibxxxlib module "FluentUI" plugin "fluentuiplugin" not found #mingwlibxxxlib module "FluentUI" plugin "fluentuiplugin" not found
if (MINGW) if (MINGW)
set_target_properties(${PROJECT_NAME} PROPERTIES PREFIX "") set_target_properties(${PROJECT_NAME} PROPERTIES PREFIX "")
# too many sections
target_compile_options(${PROJECT_NAME} PRIVATE -Wa,-mbig-obj)
endif () endif ()
#MSVC Debug dQt #MSVC Debug dQt