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

Merge pull request #28958 from asmorkalov:as/qt5_world

Fixed OpenCV World module build with QT 5.
This commit is contained in:
Alexander Smorkalov
2026-05-07 16:12:56 +03:00
committed by GitHub
+1 -1
View File
@@ -84,7 +84,7 @@ 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)
if (WITH_QT AND QT_VERSION_MAJOR GREATER 5)
qt_disable_unicode_defines(${the_module})
endif()