C
ModuleFiles.files
Description
Use this node 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.