diff options
| author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2021-12-07 15:21:37 +0100 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2021-12-08 12:12:16 +0100 |
| commit | f029a27152cf7c7a741ce03a6f91be71729093ca (patch) | |
| tree | 06fab915acc36e5598f3b6469706a03d16453d0a /examples/samplebinding/doc/samplebinding.pyproject | |
| parent | f3972822d254ad20b8e9582f89fe8e30ce931f5c (diff) | |
Document the scriptableapplication, samplebinding examples
Add a dummy .pyproject file into the doc directory for the example
gallery script to collect it.
Convert the .md files to .rst files for the documentation.
Pick-to: 6.2
Change-Id: I87ea5b980d3d2177a7851f71462ca0b0bd0eba7e
Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'examples/samplebinding/doc/samplebinding.pyproject')
| -rw-r--r-- | examples/samplebinding/doc/samplebinding.pyproject | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/samplebinding/doc/samplebinding.pyproject b/examples/samplebinding/doc/samplebinding.pyproject new file mode 100644 index 000000000..82c485a09 --- /dev/null +++ b/examples/samplebinding/doc/samplebinding.pyproject @@ -0,0 +1,10 @@ +{ + "files": ["../bindings.h", + "../icecream.cpp", + "../icecream.h", + "../macros.h", + "../main.py", + "../truck.cpp", + "../truck.h", + "../CMakeLists.txt"] +} |
