C

InterfaceFiles.files

Description

This node can be used to list the C++ interface files, which will be available to the QML sources.

Usage

This property is accepted in any context where its parent node is accepted. It takes a list of non-empty strings.

Code example:

InterfaceFiles {
    files: ["common/interface1.h"]
}

Since

This property was introduced in QmlProject API 1.3 .

Available under certain Qt licenses.
Find out more.