Add missing endif() in a CMake file

Change-Id: I545a91dafd26d0fc88c3b205aec9805629b9371e
Reviewed-by: Kai Koehne <kai.koehne@qt.io>
bb10
Jean-Michaël Celerier 2020-04-05 12:06:58 +02:00
parent f9137c8c6e
commit 3f9862db95
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ endif()
if (QT5_STRICT_PLUGIN_GLOB OR Qt5$${CMAKE_MODULE_NAME}_STRICT_PLUGIN_GLOB)
include(\"${CMAKE_CURRENT_LIST_DIR}/Qt5Widgets_AccessibleFactory.cmake\" OPTIONAL)
endif()
set(Qt5Widgets_UIC_EXECUTABLE Qt5::uic)
# Create versionless tool targets.