Table Of Contents

Previous topic

1. Generator Overview

Next topic

3. Binding Project File

2. Command line options

2.1. Usage

generator [options] header-file typesystem-file

2.2. Options

--api-version=<version>
Specify the supported api version used to generate the bindings.
--debug-level=[sparse|medium|full]
Set the debug level.
--documentation-only
Do not generate any code, just the documentation.
--drop-type-entries="<TypeEntry0>[;TypeEntry1;...]"
Semicolon separated list of type system entries (classes, namespaces, global functions and enums) to be dropped from generation.
--generation-set
Generator set to be used (e.g. qtdoc).
--help
Display this help and exit.
--include-paths=<path>[:<path>:...]
Include paths used by the C++ parser.
--license-file=[license-file]
File used for copyright headers of generated files.
--no-suppress-warnings
Show all warnings.
--output-directory=[dir]
The directory where the generated files will be written.
--silent
Avoid printing any message.
--typesystem-paths=<path>[:<path>:...]
Paths used when searching for type system files.
--version
Output version information and exit.