C

Project.importPaths

A list of paths containing the extra header files required by the project.

Description

Interfaces defined using the InterfaceFiles node may depend on other header files. These header file paths can be specified using the importPaths node.

Note: When running qmlprojectexporter manually, these dependencies can also be provided using the --include-dirs option, in addition to this property.

Usage

Project {
    importPaths: ["extra/headers"]

}

Since

This property was introduced in QmlProject API 1.3 .

See also InterfaceFiles and --include-dirs.

Available under certain Qt licenses.
Find out more.