0
0
mirror of https://github.com/opencv/opencv.git synced 2026-01-18 17:21:42 +01:00

Fixed unicode tracing symbols with QT.

This commit is contained in:
Alexander Smorkalov
2025-12-05 08:45:32 +03:00
parent 8807d75566
commit 92ea2c324b

View File

@@ -83,6 +83,11 @@ endif()
ocv_target_compile_definitions(${the_module} PRIVATE OPENCV_MODULE_IS_PART_OF_WORLD=1)
# NOTE: https://github.com/opencv/opencv/issues/25543
if (WITH_QT)
qt_disable_unicode_defines(${the_module})
endif()
if(BUILD_opencv_imgcodecs AND OPENCV_MODULE_opencv_imgcodecs_IS_PART_OF_WORLD)
ocv_imgcodecs_configure_target()
endif()