Adds #line directives into the generated sources.
When enabled by setting it to
ON
, the source files generated by
qmltocpp
contain
#line
directives pointing back to the QML source code.
The directive records the original filename and line number that produced the code. This information enables the debuggers to point to the original file instead of to the intermediate C++ source file.
Without this option, these are generated as comments only.
注意: This is an experimental option.
This variable was introduced in Qt Quick Ultralite 1.1.