QT_QML_SKIP_TYPE_COMPILER
Excludes a file from being compiled to C++ using qmltc.
This property was introduced in Qt 6.4.
Note: This property is in technology preview and may change in future releases.
Set this property to TRUE
to prevent the .qml
file from being compiled to C++ during qmltc compilation.
See also qmltc-cmake.