C
ModuleFiles.MCU.qulModules
A list of strings to specify which qul module will be linked to the project.
Description
Qt for MCUs comes with four modules that can be used by projects. The modules are:
Controls
ControlsTemplates
Shapes
Timeline
The property qulModules enables importing any of them into the project. The format is a list of strings, each string being the name of one of the modules. It is possible to use an optional Qul:
: prefix with these Qt Quick Ultralite modules. The list is empty by default.
Usage
ModuleFiles { MCU.qulModules: ["Controls", "Shapes"] }
Since
This property was introduced in QmlProject API 1.3 .
Available under certain Qt licenses.
Find out more.