aboutsummaryrefslogtreecommitdiffstats
path: root/optional/README.md
blob: 96ab6147efc4438f0b1d67de800b96ebb02bd417 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Optional Bindings

This directory contains all optional bindings for QtCreator
Modules that are bundled with this plugin.

Optional bindings come in the form of dynamically loaded libraries,
each binding has its own folder. The template directory contains files
that are shared for each binding.

## Documentation

### Writing optional binding libraries
**NOTICE:** Please refer to the `pyutil.h` header file for anything that is not explained
here.

Each library project here must include a `binding.cpp` file which must implement
a function with the signature `void bind();`.