C

MCU.Module.generateQmlTypes

Description

Use this property to either enable or disable generating a type information file (plugin.qmltypes), describing the types and interfaces provided by the module. It is set to false by default. The type information is used by tools such as the Qt Creator IDE. See the QML modules page for more information.

Usage

MCU.Module {
    generateQmlTypes: true
}

Since

This property was introduced in QmlProject API 1.3 .

Available under certain Qt licenses.
Find out more.