summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-01-07 15:19:44 (GMT)
committerBrad King <brad.king@kitware.com>2021-01-07 18:19:48 (GMT)
commit321cb5978fe4d8ae298c4c03adc3a40b1979a078 (patch)
tree258765fc5ba472a9cdc51b85b25ae7a4cb8088a1
parentd391d05e3a60baa1187071b1ce0246cab60d4e2e (diff)
downloadCMake-321cb5978fe4d8ae298c4c03adc3a40b1979a078.zip
CMake-321cb5978fe4d8ae298c4c03adc3a40b1979a078.tar.gz
CMake-321cb5978fe4d8ae298c4c03adc3a40b1979a078.tar.bz2
cmake-gui: Remove outdated FIXME comment about plugin installation
Qt plugin installation conventions are now well-established.
-rw-r--r--Source/QtDialog/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/QtDialog/CMakeLists.txt b/Source/QtDialog/CMakeLists.txt
index af4a798..6d0166e 100644
--- a/Source/QtDialog/CMakeLists.txt
+++ b/Source/QtDialog/CMakeLists.txt
@@ -63,8 +63,6 @@ if(CMake_QT_STATIC_QWindowsIntegrationPlugin_LIBRARIES)
endif()
# We need to install platform plugin and add qt.conf for Qt5 on Mac and Windows.
-# FIXME: This should be part of Qt5 CMake scripts, but unfortunately
-# Qt5 support is missing there.
if(CMake_INSTALL_DEPENDENCIES AND (APPLE OR WIN32))
function(_qt_get_plugin_name_with_version target out_var)
string(REGEX REPLACE "^Qt::(.+)" "Qt${INSTALLED_QT_VERSION}::\\1"