supported qt extra style.

This commit is contained in:
HuYingzhuo(hugo/hyzboy) 2022-11-08 21:35:05 +08:00
parent 6c2c2a161d
commit 98f891389a
2 changed files with 3 additions and 2 deletions

View File

@ -85,3 +85,6 @@ set(COMPANY "hyzgame.com")
set(COPYRIGHT "Copyright (c) 1997-2022 hyzgame.com. All rights reserved.")
add_definitions(-D_USE_MATH_DEFINES)
SET(CM_QT_EXTRA_STYLE_RC_FILES ${CMAKE_CURRENT_SOURCE_DIR}/CMQT/src/style/bb10style/qbb10brightstyle.qrc
${CMAKE_CURRENT_SOURCE_DIR}/CMQT/src/style/bb10style/qbb10darkstyle.qrc)

View File

@ -19,8 +19,6 @@ add_definitions(-DHGL_WINDOWS_SDK_VERSION="${CMAKE_VS_WINDOWS_TARGET_PLATFORM_VE
message("VS Platform Name: " ${CMAKE_VS_PLATFORM_NAME})
message("VS Platform toolset: " ${CMAKE_VS_PLATFORM_TOOLSET})
message("VS Platform toolset host arch: " ${CMAKE_VS_PLATFORM_TOOLSET_HOST_ARCHITECTURE})
message("VS Platform toolset version: " ${CMAKE_VS_PLATFORM_TOOLSET_VERSION})
endif()