From adbfdacacc70abc3d0b1c71fd879407baedde838 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Fri, 5 May 2023 15:59:48 +0200 Subject: [PATCH] Doc: Don't advertise qt_add_big_resources on qt_add_resources page Don't refer to qt_add_big_resources as the preferred way of adding big resources. The qt_add_resources command has support for big resources these days. Move the link to add_big_resources to the "see also" part of the page. Pick-to: 6.5 Change-Id: I030ef079db8ac41417049e58e98eb7aa6fd809e9 Reviewed-by: Thiago Macieira Reviewed-by: Alexey Edelev --- src/corelib/doc/src/cmake/qt_add_resources.qdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/corelib/doc/src/cmake/qt_add_resources.qdoc b/src/corelib/doc/src/cmake/qt_add_resources.qdoc index 48933617226..2e713b1b8e2 100644 --- a/src/corelib/doc/src/cmake/qt_add_resources.qdoc +++ b/src/corelib/doc/src/cmake/qt_add_resources.qdoc @@ -48,8 +48,6 @@ When passing a target as first argument, the function creates a resource with the name \c{RESOURCE_NAME}, containing the specified \c{FILES}. The resource is automatically linked into \c{TARGET}. -For embedding bigger resources, see \l qt_add_big_resources. - See \l{The Qt Resource System} for a general description of Qt resources. \section1 Arguments of the target-based variant @@ -107,4 +105,6 @@ resources linked into the final target. This especially affects static builds. There, the same resource name in different static libraries conflict in the consuming target. + +\sa {qt6_add_big_resources}{qt_add_big_resources()} */