summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-01-07 18:00:53 (GMT)
committerBrad King <brad.king@kitware.com>2021-01-07 18:19:48 (GMT)
commita65db7ef6ac0f8e4cacaa851a26cc3a0f4d5860b (patch)
treebd9d8985ae566710dc66b0e8e1fac30eed57720b /Source/QtDialog
parent321cb5978fe4d8ae298c4c03adc3a40b1979a078 (diff)
downloadCMake-a65db7ef6ac0f8e4cacaa851a26cc3a0f4d5860b.zip
CMake-a65db7ef6ac0f8e4cacaa851a26cc3a0f4d5860b.tar.gz
CMake-a65db7ef6ac0f8e4cacaa851a26cc3a0f4d5860b.tar.bz2
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.
Diffstat (limited to 'Source/QtDialog')
-rw-r--r--Source/QtDialog/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/QtDialog/CMakeLists.txt b/Source/QtDialog/CMakeLists.txt
index 6d0166e..a82884c 100644
--- a/Source/QtDialog/CMakeLists.txt
+++ b/Source/QtDialog/CMakeLists.txt
@@ -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()