chore: update the file

This commit is contained in:
x-tools-author 2025-06-07 10:01:23 +08:00
parent 426e722002
commit 9ceec6cbd0
2 changed files with 7 additions and 1 deletions

View File

@ -344,3 +344,9 @@ if(APPLE)
include(${CMAKE_SOURCE_DIR}/cmake/dmg/dmg.cmake)
x_generate_dmg(xTools ${X_LATEST_GIT_TAG})
endif()
# --------------------------------------------------------------------------------------------------
# ???
if(QT_VERSION_MAJOR EQUAL 6)
qt_finalize_target(xTools)
endif()