C

MCU.Config.debugBytecode

Indicates whether to include JavaScript bytecode.

Description

The property either enables or disables adding the JavaScript bytecode as comments into the generated sources.

It is set to false by default.

Usage

This property is accepted in the main application .qmlproject file. It takes a boolean value, and the default value is false.

Code example:

MCU.Config {
    debugBytecode: false
}

Since

This property was introduced in QmlProject API 1.3 .

See also QUL_DEBUG_BYTECODE.

Available under certain Qt licenses.
Find out more.