From 59d5a52c2278f2e8c1d715509dfbacc4a29a492d Mon Sep 17 00:00:00 2001 From: Amir Masoud Abdol Date: Tue, 10 Jan 2023 10:59:51 +0100 Subject: [PATCH] Clean up an outdated TODO MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This doesn't seem to be relevant anymore, and the `from_lib_location_to_prefix` seems to be set correctly. Change-Id: I368da226ed33a303662856b0bc3ccbf6c328250a Reviewed-by: Jörg Bornemann --- cmake/QtQmakeHelpers.cmake | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmake/QtQmakeHelpers.cmake b/cmake/QtQmakeHelpers.cmake index 2edce3c0728..6e87afff3e0 100644 --- a/cmake/QtQmakeHelpers.cmake +++ b/cmake/QtQmakeHelpers.cmake @@ -37,8 +37,6 @@ function(qt_generate_qconfig_cpp in_file out_file) set(QT_SYS_CONF_DIR "${INSTALL_SYSCONFDIR}") # Compute and set relocation prefixes. - # TODO: Clean this up, there's a bunch of unrealistic assumptions here. - # See qtConfOutput_preparePaths in qtbase/configure.pri. if(WIN32) set(lib_location_absolute_path "${QT_BUILD_INTERNALS_RELOCATABLE_INSTALL_PREFIX}/${INSTALL_BINDIR}")