Qt.quick
Provides Qt Quick 2 support. More...
Properties
- compilerAvailable : bool
- qmlDebugging : bool
- qmlImportsPath : string
- qmlPath : string
- useCompiler : bool
Detailed Description
The Qt.quick module provides support for Qt Quick 2.
Relevant File Tags
Tag | Auto-tagged File Names | Since | Description |
---|---|---|---|
"qt.quick.qrc" | *.qrc | 1.10 | Qt resource files with this file tag will be picked up by the Qt Quick compiler rule, and all QML files in the resource will be compiled. This file tag will only be added automatically if the Qt Quick compiler is available. |
See also Qt.qml and Qt.declarative.
Property Documentation
[since 1.10] compilerAvailable : bool |
Whether the Qt installation contains the Qt Quick compiler.
Default: auto-detected
This property was introduced in Qt 1.10.
qmlDebugging : bool |
Whether QML debugging support should be compiled into your binaries.
Default: false
qmlImportsPath : string |
The absolute path to the directory where Qt's QML imports are installed.
Default: Determined by setup-qt.
qmlPath : string |
The absolute path to the directory where Qt's QML files are installed.
This property is left undefined for Qt 4.
Default: Determined by setup-qt.
[since 1.11] useCompiler : bool |
Whether to make use of the Qt Quick compiler.
Default: compilerAvailable
This property was introduced in Qt 1.11.
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.