C

--include-dirs

Comma separated list of include dirs.

Description

After defining the interfaces for C++ code that need to be available in Qml using InterfaceFiles, the header files used by those interfaces needs to be specified. This can be done through the root property importPaths, but also by using --include-dirs option.

Since

This option was introduced in QmlProject API 1.3 .

See also InterfaceFiles and Project.importPaths.

Available under certain Qt licenses.
Find out more.