aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2014-05-15 17:02:15 +0200
committerChristian Kandeler <christian.kandeler@digia.com>2014-05-16 18:01:56 +0200
commit97c589b44677733fb2b2aa7ba521faebf3241f3b (patch)
treeb1d4b929308b739541c35fd63358199e8862fe17 /doc
parente10a5264d7ea7c9d303b50ef32b2847e2dd39452 (diff)
introduce Qt.quick.qmlPath property
Task-number: QBS-578 Change-Id: I116987d3232a832137781d4d5ac90adf4bd7ed88 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/modules/qt-modules.qdoc20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/reference/modules/qt-modules.qdoc b/doc/reference/modules/qt-modules.qdoc
index 1e350b4c1..01e2226b9 100644
--- a/doc/reference/modules/qt-modules.qdoc
+++ b/doc/reference/modules/qt-modules.qdoc
@@ -417,6 +417,16 @@
The absolute path to the directory where Qt's QML imports are installed.
+ \section3 qmlPath
+
+ \table
+ \row \li \b{Type:} \li \c{string}
+ \row \li \b{Default:} \li set by \c{qbs-setup-qt}
+ \endtable
+
+ The absolute path to the directory where Qt's QML files are installed.
+ This property is undefined for Qt4.
+
\section2 gui Properties
\section3 uicName
@@ -448,4 +458,14 @@
The absolute path to the directory where Qt's QML imports are installed.
+ \section3 qmlPath
+
+ \table
+ \row \li \b{Type:} \li \c{string}
+ \row \li \b{Default:} \li set by \c{qbs-setup-qt}
+ \endtable
+
+ The absolute path to the directory where Qt's QML files are installed.
+ This property is undefined for Qt4.
+
*/