summaryrefslogtreecommitdiffstats
path: root/cmake/QtQmakeHelpers.cmake
diff options
context:
space:
mode:
authorAmir Masoud Abdol <amirmasoudabdol@icloud.com>2023-01-10 10:59:51 +0100
committerAmir Masoud Abdol <amir.abdol@qt.io>2023-01-11 22:58:59 +0000
commit59d5a52c2278f2e8c1d715509dfbacc4a29a492d (patch)
tree0964f2691db648bd7573b0b83d87ff850b598eaf /cmake/QtQmakeHelpers.cmake
parentdc00369c56f5768bcbed06d6179ddb3f68fdfaf8 (diff)
Clean up an outdated TODO
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 <joerg.bornemann@qt.io>
Diffstat (limited to 'cmake/QtQmakeHelpers.cmake')
-rw-r--r--cmake/QtQmakeHelpers.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/QtQmakeHelpers.cmake b/cmake/QtQmakeHelpers.cmake
index 2edce3c072..6e87afff3e 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}")