summaryrefslogtreecommitdiffstats
path: root/cmake/QtBuildInternals/QtBuildInternalsConfig.cmake
diff options
context:
space:
mode:
authorAmir Masoud Abdol <amirmasoudabdol@icloud.com>2022-11-22 11:06:20 +0100
committerAmir Masoud Abdol <amirmasoudabdol@icloud.com>2022-11-26 11:23:13 +0100
commitc675c1c56d3c00b3c1de5aee8c7c6f7eeeb70bc1 (patch)
tree6e2514d733a25ddcadbb910e599632f3d346ac1e /cmake/QtBuildInternals/QtBuildInternalsConfig.cmake
parent1576f827214cca8a2233f3c81e7d0e3d89eb8007 (diff)
Fix a mistake in the documentation of qt_internal_read_repo_dependencies
If I understood the function correctly, then the example was not quite right. Change-Id: I6b6a4845c5ded2a058050dfbecf5db158d32d12a Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
Diffstat (limited to 'cmake/QtBuildInternals/QtBuildInternalsConfig.cmake')
-rw-r--r--cmake/QtBuildInternals/QtBuildInternalsConfig.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/QtBuildInternals/QtBuildInternalsConfig.cmake b/cmake/QtBuildInternals/QtBuildInternalsConfig.cmake
index 8d22307587..8b3e583144 100644
--- a/cmake/QtBuildInternals/QtBuildInternalsConfig.cmake
+++ b/cmake/QtBuildInternals/QtBuildInternalsConfig.cmake
@@ -15,8 +15,8 @@ cmake_minimum_required(VERSION 3.16...3.21)
#
# The returned dependencies are topologically sorted.
#
-# Example output for qtimageformats:
-# qtbase;qtshadertools;qtsvg;qtdeclarative;qttools
+# Example output for qtdeclarative:
+# qtbase;qtimageformats;qtlanguageserver;qtshadertools;qtsvg
#
function(qt_internal_read_repo_dependencies out_var repo_dir)
set(seen ${ARGN})