flatbuf.c

Provides support for FlatBuffers for the C language. More...

Since: Qbs 2.4

Properties

Detailed Description

The flatbuf.c module provides support for generating C headers and sources from flatbuffers definition files using the flatcc tool.

Relevant File Tags

TagAuto-tagged File NamesSinceDescription
"flatbuffers.input"*.fbs2.4.0Source files with this tag are considered inputs to the flatcc compiler.

Dependencies

This module depends on the flatcc module which can be created via the Conan module provider.

Property Documentation

compilerName : string

The name of the flatcc binary.

Default: "flatcc"


compilerPath : string

The path to the flatcc binary.

Use this property to override the auto-detected location.

Default: auto-detected


importPaths : pathList

The list of import paths that are passed to the flatcc tool via the -I option.

Default: []


© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.