Skip to content

Commit 355b220

Browse files
committed
update patch
1 parent ff0273e commit 355b220

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

patches/patchQtPlugins

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
diff --git a/opencv/CMakeLists.txt b/opencv/CMakeLists.txt
2-
index 4c0b3880fc..54da25f151 100644
3-
--- a/opencv/CMakeLists.txt
4-
+++ b/opencv/CMakeLists.txt
5-
@@ -1187,6 +1187,12 @@ if(WITH_QT OR HAVE_QT)
1+
diff -ruN opencv/CMakeLists.txt opencv_patched/CMakeLists.txt
2+
--- opencv/CMakeLists.txt 2020-08-07 14:09:05.665876400 +0300
3+
+++ opencv_patched/CMakeLists.txt 2020-08-07 14:05:31.738510600 +0300
4+
@@ -1187,6 +1187,13 @@
65
if(HAVE_QT5)
76
status(" QT:" "YES (ver ${Qt5Core_VERSION_STRING})")
87
status(" QT OpenGL support:" HAVE_QT_OPENGL THEN "YES (${Qt5OpenGL_LIBRARIES} ${Qt5OpenGL_VERSION_STRING})" ELSE NO)

0 commit comments

Comments
 (0)