summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/doc/src/resource-system.qdoc8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/corelib/doc/src/resource-system.qdoc b/src/corelib/doc/src/resource-system.qdoc
index 2ce38addc0..9b80c31b00 100644
--- a/src/corelib/doc/src/resource-system.qdoc
+++ b/src/corelib/doc/src/resource-system.qdoc
@@ -293,6 +293,10 @@
any longer), you can force removal of your resources by calling
\l Q_CLEANUP_RESOURCE() with the same base name as above.
- Note: The use of \l Q_INIT_RESOURCE() and \l Q_CLEANUP_RESOURCE() is
- not necessary when the resource is built as part of the application.
+ \note The use of \l Q_INIT_RESOURCE() and \l Q_CLEANUP_RESOURCE() is
+ not necessary in the following cases:
+ \list
+ \li When the resource is built as part of the application.
+ \li When the resource is built with CMake as part of a static library.
+ \endlist
*/