QtWraps.cmake: fint_qt macro now can't find Qt5Hui
This commit is contained in:
@@ -238,6 +238,10 @@ macro(find_qt)
|
|||||||
list(APPEND _Qt5Modules ${m})
|
list(APPEND _Qt5Modules ${m})
|
||||||
list(APPEND Qt5_INCLUDES ${Qt5${m}_INCLUDE_DIRS})
|
list(APPEND Qt5_INCLUDES ${Qt5${m}_INCLUDE_DIRS})
|
||||||
list(APPEND Qt5_LIBRARIES ${__lib})
|
list(APPEND Qt5_LIBRARIES ${__lib})
|
||||||
|
else()
|
||||||
|
if (NOT _QUIET)
|
||||||
|
message(FATAL_ERROR "Qt5${m} NOT FOUND")
|
||||||
|
endif()
|
||||||
endif()
|
endif()
|
||||||
endforeach()
|
endforeach()
|
||||||
#get_property(_up_dir TARGET Qt5::UiPlugin PROPERTY INTERFACE_INCLUDE_DIRECTORIES)
|
#get_property(_up_dir TARGET Qt5::UiPlugin PROPERTY INTERFACE_INCLUDE_DIRECTORIES)
|
||||||
|
|||||||
Reference in New Issue
Block a user