C
MCU.Config.debugLineDirectives
Description
The property is a QmlProject flag that enables or disables adding #line directives into the generated sources.
It is set to false by default.
Usage
MCU.Config {
debugLineDirectives: "ON"
}Since
This property was introduced in QmlProject API 1.3 .
See also QUL_DEBUG_LINE_DIRECTIVES.
Available under certain Qt licenses.
Find out more.