1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Merge pull request #28128 from asmorkalov:as/qt_unicode

Fixed unicode tracing symbols with QT
This commit is contained in:
Alexander Smorkalov
2025-12-08 10:58:15 +03:00
committed by GitHub
+5
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()