repo: 在整体构建之前增加全局定义

This commit is contained in:
zinface 2023-02-13 14:16:33 +08:00
parent 44de15f3de
commit 51b678e5dc
1 changed files with 7 additions and 0 deletions

View File

@ -8,6 +8,13 @@ include(cmake/SparkFindQt5Config.cmake)
# include(cmake/SparkFindQt6Config.cmake)
include(cmake/SparkMacrosExtendConfig.cmake)
# ----------------- ----------------- #
# Windows UNICODE TCHAR
if(WIN32)
add_compile_definitions(-D_UNICODE -DUNICODE)
endif()
# ----------------- QSci ----------------- #
if(TRUE)
# add_subdirectory(${PROJECT_SOURCE_DIR}/src/qscint)