aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2018-05-18 15:10:10 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2018-11-30 08:45:22 +0000
commit2e830e5e4fdafed981bb5d95cd0327d572b7a402 (patch)
treeb2f8b6ca00b1661e309e52d8e47e8a155fa1fcd8 /doc
parent6566e0c7a56b0c854514f38f020a04b90042deb8 (diff)
Support big Qt resources
[ChangeLog] Introduced the property Qt.core.enableBigResources for the creation of "big" Qt resources. Change-Id: Ic87aa70132240e67243c1cbe137583a371558261 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/modules/qt-core-module.qdoc9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/reference/modules/qt-core-module.qdoc b/doc/reference/modules/qt-core-module.qdoc
index 6bfa67f19..922b1889b 100644
--- a/doc/reference/modules/qt-core-module.qdoc
+++ b/doc/reference/modules/qt-core-module.qdoc
@@ -140,6 +140,15 @@
*/
/*!
+ \qmlproperty bool Qt.core::enableBigResources
+
+ Whether the Qt resource compiler is run in a two-pass fashion that supports
+ the creation of big resources.
+
+ \defaultvalue \c{false}
+*/
+
+/*!
\qmlproperty stringList Qt.core::config
Corresponds to the default value of qmake's \c CONFIG variable.