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
This property is accepted in any context where its parent node is accepted. It takes a list of non-empty strings.
Code example:
ModuleFiles { files: ["mymodule.qmlproject"] }
Since
This property was introduced in QmlProject API 1.3 .
Available under certain Qt licenses.
Find out more.