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

Commit 4b547df

Browse files
pretymanSacha
authored andcommitted
Added target Qt5::Widgets to opencv_highgui target
1 parent c502ab4 commit 4b547df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/templates/OpenCVConfig.cmake.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@ endif()
343343

344344
if("@Qt5Widgets_FOUND@")
345345
find_dependency(Qt5Widgets)
346+
_qt_cmake_extra_helpers_add_interface(opencv_highgui Qt5::Widgets)
346347
if(NOT "@BUILD_SHARED_LIBS@")
347348
# function from Hunter's QtCMakeExtra project
348349
_qt_cmake_extra_helpers_add_source(

0 commit comments

Comments
 (0)