aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2018-09-13 15:09:00 +0200
committerEike Ziller <eike.ziller@qt.io>2018-09-14 09:46:34 +0000
commitebbaa352fcfac361479c56192ac6cba4dcc87efb (patch)
tree7390aa5f34d376c7444960b4eff170a28e2690ad /docs
parentd3714d329c292f4930fea8c0d9aa33ed59b12f38 (diff)
Add optional bindings to regular build
Change-Id: I47e02299707e59dc5417e965a2bbcf2a6b5d0428 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'docs')
-rw-r--r--docs/tools.md16
1 files changed, 0 insertions, 16 deletions
diff --git a/docs/tools.md b/docs/tools.md
index e7e6612..10e18a0 100644
--- a/docs/tools.md
+++ b/docs/tools.md
@@ -4,14 +4,6 @@ This project includes a few Python scripts, included as utilities for convenienc
relatively small and self-contained. They should also all include usage instructions in comments at
the beginning of the scripts. Some of them are scattered around the project. These include:
- * [The optional bindings build script](../optional/setup.py)
- - This script is intended to help building the optional bindings, by bundling files needed by
- all optional binding libraries in a `template` directory.
- - **Available options are:**
- - --qmake=/path/to/your/qmake *required*
- - --only=binding_dir *optional, only build binding_dir*
- - clean *optional, ignores all options and removes the build directories*
-
* [The example packaging script](../examples/package.py)
- This script creates .zip files for use with the included extension manager form the example
extension sources.
@@ -33,11 +25,3 @@ The other scripts are in the [tools folder](../tools/), they are:
* [Sanity helper script](../tools/sanity.py)
- This script automatically corrects some annoying nags for the Qt Gerrit sanity check.
- Takes no options and should be run in root directory with `$ python ./tools/sanity.py`.
-
- * [Build helper script](../tools/build.py)
- - This script executes all the build scripts in this project in the correct order
- - Mainly for lazy people and only usable if everything is setup correctly
- - **Available options are:**
- - --qmake=/path/to/your/qmake *required*
- - --skip *optional, only build main c++ plugin*
- - --user *optional, build to user directory*