From 321cb5978fe4d8ae298c4c03adc3a40b1979a078 Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 7 Jan 2021 10:19:44 -0500 Subject: cmake-gui: Remove outdated FIXME comment about plugin installation Qt plugin installation conventions are now well-established. --- Source/QtDialog/CMakeLists.txt | 2 -- 1 file changed, 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" -- cgit v0.12