C

ModuleFiles.files

Adds a list of the qmlproject files.

Description

This node can be used to add a list of the qmlproject files with their relative path to the project path. The listed qmlproject files must include the MCU.Module node, defining the QML module.

Note: The files node can be combined with the directory node in a ModuleFiles node.

Usage

ModuleFiles {
    files: ["mymodule.qmlproject"]
}

Since

This property was introduced in QmlProject API 1.3 .

Available under certain Qt licenses.
Find out more.