11 lines
543 B
Diff
11 lines
543 B
Diff
--- opencv-4.11.0/modules/highgui/CMakeLists.txt 2025-01-08 04:47:46.000000000 -0800
|
|
+++ opencv-4.11.0/modules/highgui/CMakeLists.txt.new 2025-07-08 15:54:10.138078285 -0700
|
|
@@ -125,7 +125,7 @@
|
|
endif()
|
|
|
|
foreach(dt_dep ${qt_deps})
|
|
- add_definitions(${Qt${QT_VERSION_MAJOR}${dt_dep}_DEFINITIONS})
|
|
+ link_libraries(${Qt${QT_VERSION_MAJOR}${dt_dep}})
|
|
include_directories(${Qt${QT_VERSION_MAJOR}${dt_dep}_INCLUDE_DIRS})
|
|
list(APPEND HIGHGUI_LIBRARIES ${Qt${QT_VERSION_MAJOR}${dt_dep}_LIBRARIES})
|
|
endforeach()
|