summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAndy Shaw <qt-info@nokia.com>2009-05-06 13:39:33 (GMT)
committerAndy Shaw <qt-info@nokia.com>2009-05-06 13:39:33 (GMT)
commitb35bde7308016bbf32f28940a27bb37c74343375 (patch)
tree7f218fe53697eb8076f8c1709a322d086aaa1f6f /doc
parent2043637a4e17252062fcb483e2e63ce0cb0920dd (diff)
downloadQt-b35bde7308016bbf32f28940a27bb37c74343375.zip
Qt-b35bde7308016bbf32f28940a27bb37c74343375.tar.gz
Qt-b35bde7308016bbf32f28940a27bb37c74343375.tar.bz2
Adds in documentation for RESOURCES
Reviewed-by: Kavindra Palaraja <kavindra.palaraja@nokia.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/src/qmake-manual.qdoc7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/src/qmake-manual.qdoc b/doc/src/qmake-manual.qdoc
index 39581a2..172bc60 100644
--- a/doc/src/qmake-manual.qdoc
+++ b/doc/src/qmake-manual.qdoc
@@ -932,6 +932,7 @@
\o \l{qmake Variable Reference#QT}{QT}
\o \l{qmake Variable Reference#RCC_DIR}{RCC_DIR}
\o \l{qmake Variable Reference#REQUIRES}{REQUIRES}
+ \o \l{qmake Variable Reference#RESOURCES}{RESOURCES}
\o \l{qmake Variable Reference#SOURCES}{SOURCES}
\o \l{qmake Variable Reference#SUBDIRS}{SUBDIRS}
\o \l{qmake Variable Reference#TARGET}{TARGET}
@@ -2420,6 +2421,12 @@
This is mainly used in Qt's build system for building the examples.
+ \section1 RESOURCES
+
+ This variable contains the name of the resource collection file (qrc)
+ for the application. Further information about the resource collection
+ file can be found at \l{The Qt Resource System}.
+
\section1 RES_FILE
This variable contains the name of the resource file for the application.