|
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 @@ |
6 | 5 | if(HAVE_QT5) |
7 | 6 | status(" QT:" "YES (ver ${Qt5Core_VERSION_STRING})") |
8 | 7 | status(" QT OpenGL support:" HAVE_QT_OPENGL THEN "YES (${Qt5OpenGL_LIBRARIES} ${Qt5OpenGL_VERSION_STRING})" ELSE NO) |
|