Qt.quick
Provides Qt Quick 2 support. More...
Properties
- compilerAvailable : bool
(since 1.10)
- qmlDebugging : bool
- qmlImportsPath : string
- qmlPath : string
- useCompiler : bool
(since 1.11)
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
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.
useCompiler : bool |
Whether to make use of the Qt Quick compiler.
Default: compilerAvailable
This property was introduced in Qt 1.11.