We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 29b0ef4 + 3ae7515 commit 92a0808Copy full SHA for 92a0808
modules/highgui/CMakeLists.txt
@@ -38,7 +38,9 @@ file(GLOB highgui_ext_hdrs
38
list(REMOVE_ITEM highgui_ext_hdrs "${CMAKE_CURRENT_LIST_DIR}/include/opencv2/${name}/highgui_winrt.hpp")
39
40
if(HAVE_QT5)
41
- set(CMAKE_AUTOMOC ON)
+ # "Automoc" doesn't work properly with opencv_world build, use QT5_WRAP_CPP() directly
42
+ #set(CMAKE_AUTOMOC ON)
43
+
44
set(CMAKE_INCLUDE_CURRENT_DIR ON)
45
46
QT5_ADD_RESOURCES(_RCC_OUTFILES ${CMAKE_CURRENT_LIST_DIR}/src/window_QT.qrc)
0 commit comments