We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7dcf43 commit 8c7037bCopy full SHA for 8c7037b
patches/patchQtPlugins
@@ -1,6 +1,7 @@
1
+Submodule opencv contains untracked content
2
Submodule opencv contains modified content
3
diff --git a/opencv/CMakeLists.txt b/opencv/CMakeLists.txt
-index 4c0b3880fc..dbe1a74622 100644
4
+index 4c0b3880fc..54da25f151 100644
5
--- a/opencv/CMakeLists.txt
6
+++ b/opencv/CMakeLists.txt
7
@@ -1187,6 +1187,12 @@ if(WITH_QT OR HAVE_QT)
@@ -10,7 +11,7 @@ index 4c0b3880fc..dbe1a74622 100644
10
11
+ if(APPLE)
12
+ install(DIRECTORY ${Qt5_DIR}/../../../plugins DESTINATION lib/qt)
13
+ endif()
-+ if(UNIX)
14
++ if(UNIX AND NOT APPLE)
15
+ install(DIRECTORY ${Qt5_DIR}/../../qt5/plugins DESTINATION lib/qt)
16
17
elseif(HAVE_QT)
0 commit comments