summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2015-11-04 13:04:30 +0100
committerNico Vertriest <nico.vertriest@digia.com>2015-11-09 12:31:28 +0000
commit2058d8b2dde758fc8db8d9676a8f5e546629034f (patch)
treeb721a0d93b98499e69085516cba390317317cb3e
parent882cab507e6c2ab7eac140881db0411b62976aaa (diff)
downloadqtdoc-2058d8b2dde758fc8db8d9676a8f5e546629034f.tar.gz
Doc: Add missing rcc options in documentation
Change-Id: Iafb09841d7243f8be87d5e718a534f55765a5130 Task-number: QTBUG-43667 Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
-rw-r--r--doc/src/development/rcc.qdoc15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/src/development/rcc.qdoc b/doc/src/development/rcc.qdoc
index ea277767..2285dc75 100644
--- a/doc/src/development/rcc.qdoc
+++ b/doc/src/development/rcc.qdoc
@@ -79,6 +79,21 @@
\row \li \c{-help} \li \li Display usage information.
+ \row \li \c{-t, --temp <file>} \li \li Use temporary <file> for big resources.
+
+ \row \li \c{--namespace} \li \li Turn off namespace macros.
+
+ \row \li \c{--verbose} \li \li Enable verbose mode.
+
+ \row \li \c{--list} \li \li Only list .qrc file entries, do not generate code.
+
+ \row \li \c{-project} \li \li Output a resource file containing all files from the
+ current directory.
+
+
+
+
+
\endtable
See also \l{The Qt Resource System} for more information about embedding