mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-04 13:48:35 -06:00
cmake-gui: Restore installation of Qt plugin dependencies
Fix logic from commit f1de6f6682 (cmake-gui: Support building against
Qt6, 2020-12-17) to restore population of the `QT_PLUGINS` variable used
in our `fixup_bundle` call.
This commit is contained in:
@@ -112,7 +112,7 @@ if(CMake_INSTALL_DEPENDENCIES AND (APPLE OR WIN32))
|
||||
find_package(Qt${INSTALLED_QT_VERSION}${_qt_plugin} QUIET
|
||||
PATHS ${Qt${INSTALLED_QT_VERSION}${_qt_comp}_DIR})
|
||||
endif()
|
||||
install_qt_plugin(${_qt_plugin} _plugins_var)
|
||||
install_qt_plugin("${_qt_plugin}" "${_plugins_var}")
|
||||
endforeach()
|
||||
endforeach()
|
||||
endmacro()
|
||||
|
||||
Reference in New Issue
Block a user