aboutsummaryrefslogtreecommitdiffstats
path: root/pythonextensions.pro
Commit message (Collapse)AuthorAgeFilesLines
* Add "copyexamples" make target for copying all the examples to the buildEike Ziller2018-09-171-1/+6
| | | | | | | | And remove examples/package.py, which is basically just a zip call anyhow. Change-Id: I70ae585f9919dc3e9a6fb8bfe8feee26c4b72ab1 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* Add optional bindings to regular buildEike Ziller2018-09-141-6/+6
| | | | | Change-Id: I47e02299707e59dc5417e965a2bbcf2a6b5d0428 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
* Use qtcreatordata.pri for static extensionmanager dataEike Ziller2018-08-201-1/+2
| | | | | | | That updates them on modification etc Change-Id: I2ad1c1d80df64e9e83980a31ad29e1fb3a655596 Reviewed-by: hjk <hjk@qt.io>
* Initial commitTilman Roeder2018-08-151-0/+9
This is a quite large commit containing: * The main extension that runs and initializes Python * Some (example) bindings * An initial build script for the main extension * Optional binding and examples of how to create them * An initial build script for the optional bindings * A simple extension manager written in Python * A few example Python extensions * Some documentation (both in the code and as markdown files) * A collection of helpful python scripts * A small collection of unit tests * A TODO list For any additional details the code / docs should be consulted. Change-Id: I3937886cfefa2f64d5a78013889a8e097eec8261 Reviewed-by: Eike Ziller <eike.ziller@qt.io>