Skip to content
This repository has been archived by the owner on Mar 22, 2020. It is now read-only.

Commit

Permalink
Added target Qt5::Widgets to opencv_highgui target
Browse files Browse the repository at this point in the history
  • Loading branch information
pretyman authored and Sacha committed Aug 30, 2018
1 parent c502ab4 commit 4b547df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/templates/OpenCVConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ endif()

if("@Qt5Widgets_FOUND@")
find_dependency(Qt5Widgets)
_qt_cmake_extra_helpers_add_interface(opencv_highgui Qt5::Widgets)
if(NOT "@BUILD_SHARED_LIBS@")
# function from Hunter's QtCMakeExtra project
_qt_cmake_extra_helpers_add_source(
Expand Down

0 comments on commit 4b547df

Please sign in to comment.