C

QmlFiles.files

A list of the application's QML files.

Description

List all the QML files of the application using this node. You can either use the relative or absolute paths to the QML files.

Note: The relative path should be relative the the qmlproject file.

Usage

QmlFiles {
    files: ["src/other.qml"]
}

Since

This property was introduced in QmlProject API 1.3 .

Available under certain Qt licenses.
Find out more.