Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
0023d8a1
Commit
0023d8a1
authored
5 years ago
by
Alexander Alekhin
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #14410 from adamrankin:master
parents
0431ecb9
a164a131
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
7 deletions
+3
-7
OpenCVFindLibsGUI.cmake
cmake/OpenCVFindLibsGUI.cmake
+3
-7
No files found.
cmake/OpenCVFindLibsGUI.cmake
View file @
0023d8a1
...
...
@@ -15,15 +15,11 @@ endif()
ocv_clear_vars
(
HAVE_QT HAVE_QT5
)
if
(
WITH_QT
)
if
(
NOT WITH_QT EQUAL 4
)
find_package
(
Qt5Core
)
find_package
(
Qt5Gui
)
find_package
(
Qt5Widgets
)
find_package
(
Qt5Test
)
find_package
(
Qt5Concurrent
)
if
(
Qt5Core_FOUND AND Qt5Gui_FOUND AND Qt5Widgets_FOUND AND Qt5Test_FOUND AND Qt5Concurrent_FOUND
)
find_package
(
Qt5 COMPONENTS Core Gui Widgets Test Concurrent REQUIRED NO_MODULE
)
if
(
Qt5_FOUND
)
set
(
HAVE_QT5 ON
)
set
(
HAVE_QT ON
)
find_package
(
Qt5
OpenGL
)
find_package
(
Qt5
COMPONENTS OpenGL QUIET
)
if
(
Qt5OpenGL_FOUND
)
set
(
QT_QTOPENGL_FOUND ON
)
endif
()
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment