diff options
author | Grissiom <chaos.proton@gmail.com> | 2010-10-24 22:12:48 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-10-25 07:55:10 -0500 |
commit | 78a30bcf3780b1da4a1fa34fbc4207a2a7bc561e (patch) | |
tree | 839775d8c74b53c07c6a27c67cd9e1b7af894352 /libraries/apiextractor/README | |
parent | c593f1aa513b9c1485bcb38f976f8fd32a5001e3 (diff) |
libraries/apiextractor: Added (Api Extractor)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/apiextractor/README')
-rw-r--r-- | libraries/apiextractor/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/apiextractor/README b/libraries/apiextractor/README new file mode 100644 index 0000000000000..12e3f8c350d87 --- /dev/null +++ b/libraries/apiextractor/README @@ -0,0 +1,5 @@ +The API Extractor library is used by the bindings generator to parse the header +and typesystem files to create an internal representation of the API. It is +based on the QtScriptGenerator codebase. It is mainly used to build PySide, a +LGPL licenced python binding for Qt. + |