aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDenis Klychkov <kd.snake@gmail.com>2016-11-25 23:52:22 +0300
committerChristian Kandeler <christian.kandeler@qt.io>2016-12-02 09:37:21 +0000
commit94e0ccc24874d2571e074da9e2198bb24b2fad77 (patch)
tree362e646a74a8cf6a865a7abbd7965982321037cb /doc
parent3329d245f6da3ee762574a9df6acc5c56a2ac9ed (diff)
Add possibility to specify the base name of the generated qrc file
Task-number: QBS-1043 Change-Id: I5f537f148792b0e2647d08d6e8004d79ae402f07 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/modules/qt-modules.qdoc7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/reference/modules/qt-modules.qdoc b/doc/reference/modules/qt-modules.qdoc
index 5e40e7107..8effee5b6 100644
--- a/doc/reference/modules/qt-modules.qdoc
+++ b/doc/reference/modules/qt-modules.qdoc
@@ -347,6 +347,13 @@
\li For files tagged as \c{qt.core.resource_data}, this property determines the prefix
under which they will be available in the generated \c qrc file.
\row
+ \li resourceFileBaseName
+ \li \c{string}
+ \li \c{product.targetName}
+ \li For files tagged as \c{qt.core.resource_data}, this property determines the base name
+ of the generated \c qrc file. If this property needs to be changed, it must be set
+ in the corresponding product rather than in a Group.
+ \row
\li staticBuild
\li \c{bool}
\li \c{undefined}