1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

qt: fix non-world builds

This commit is contained in:
Alexander Alekhin
2017-10-09 22:12:52 +03:00
parent 29b0ef44aa
commit 3ae7515955
+3 -1
View File
@@ -38,7 +38,9 @@ file(GLOB highgui_ext_hdrs
list(REMOVE_ITEM highgui_ext_hdrs "${CMAKE_CURRENT_LIST_DIR}/include/opencv2/${name}/highgui_winrt.hpp")
if(HAVE_QT5)
set(CMAKE_AUTOMOC ON)
# "Automoc" doesn't work properly with opencv_world build, use QT5_WRAP_CPP() directly
#set(CMAKE_AUTOMOC ON)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
QT5_ADD_RESOURCES(_RCC_OUTFILES ${CMAKE_CURRENT_LIST_DIR}/src/window_QT.qrc)