C

QmlFiles.copyQmlFiles

This option enables copying the QML files into the output directory.

Description

This is an optional flag, which is set to false by default. However, if the qmlproject is a module (having the MCU.Module node defined) , the flag will be overridden and set to true. In other words, Qml files are always copied when exporting modules.

Accepted values are explained in QmlProject flag

Usage

QmlFiles {
    copyQmlFiles: false
}

Since

This property was introduced in QmlProject API 1.3 .

Available under certain Qt licenses.
Find out more.