Skip to content

Commit 746d5f5

Browse files
committed
Merge pull request opencv#9790 from mevatron:patch-1
2 parents 8ac2c5d + fdc4344 commit 746d5f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/highgui/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,11 @@ if(HAVE_QT5)
4242
set(CMAKE_INCLUDE_CURRENT_DIR ON)
4343

4444
QT5_ADD_RESOURCES(_RCC_OUTFILES ${CMAKE_CURRENT_LIST_DIR}/src/window_QT.qrc)
45+
QT5_WRAP_CPP(_MOC_OUTFILES ${CMAKE_CURRENT_LIST_DIR}/src/window_QT.h)
4546
list(APPEND highgui_srcs
4647
${CMAKE_CURRENT_LIST_DIR}/src/window_QT.cpp
4748
${CMAKE_CURRENT_LIST_DIR}/src/window_QT.h
49+
${_MOC_OUTFILES}
4850
${_RCC_OUTFILES})
4951

5052
foreach(dt5_dep Core Gui Widgets Test Concurrent)

0 commit comments

Comments
 (0)