aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDenis Klychkov <kd.snake@gmail.com>2016-11-25 23:25:53 +0300
committerJake Petroules <jake.petroules@qt.io>2016-11-28 20:03:27 +0000
commitc6e31fc743eb7dd4bda5eae502c5ebfda59d8b3d (patch)
tree3ad4f60181b78cc087a5352aca48c3ca62506f0d /doc
parent5c1183aa377ae8de487d5541360369ebd2ee0f6b (diff)
Accurate handling of Qt.core.resourcePrefix
Previously the value of this property was taken only from the first input. That value became the only prefix for the whole qrc file. Now every unique value of resourcePrefix generates new <qresource> tag with the corresponding prefix. Change-Id: I2177b3bc38085014c41107225bcb4bd4c51ba58b Reviewed-by: Christian Kandeler <christian.kandeler@qt.io> Reviewed-by: Jake Petroules <jake.petroules@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/modules/qt-modules.qdoc3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/reference/modules/qt-modules.qdoc b/doc/reference/modules/qt-modules.qdoc
index 7d9a7e47b..5e40e7107 100644
--- a/doc/reference/modules/qt-modules.qdoc
+++ b/doc/reference/modules/qt-modules.qdoc
@@ -345,8 +345,7 @@
\li \c{string}
\li \c{"/"}
\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. The value of this
- property needs to be the same for all such files in a product.
+ under which they will be available in the generated \c qrc file.
\row
\li staticBuild
\li \c{bool}