Qbs

Blog Documentation Get Qbs
  • Qbs Manual
  • QbsModules
  • Qt.quick
  • Qbs 2.3.0
  • Qt.quick QML Type

    Provides Qt Quick 2 support. More...

    Import Statement: import QbsModules

    Properties

    Detailed Description

    The Qt.quick module provides support for Qt Quick 2.

    Relevant File Tags

    TagAuto-tagged File NamesSinceDescription
    "qt.quick.qrc"*.qrc1.10Qt 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.