C

ModuleFiles.MCU.qulModules

A list of Qt Quick Ultralite modules that the project should link to.

Description

Qt for MCUs comes with builtin modules that can be used by projects. The property qulModules enables importing any of the listed modules.

The list is initially empty, so no module will be imported by default.

Usage

This property is accepted in any context where its parent node is accepted. It takes a list of non-empty strings.

The available options are:

  • "Controls"
  • "ControlsTemplates"
  • "Shapes"
  • "Timeline"
  • "Profiling"
  • "StudioComponents"

Code example:

ModuleFiles {
    MCU.qulModules: ["Controls", "Shapes"]
}

Since

This property was introduced in QmlProject API 1.3 .

Available under certain Qt licenses.
Find out more.