aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/pythonextensions/pythonextensions_dependencies.pri
Commit message (Collapse)AuthorAgeFilesLines
* Initial commitTilman Roeder2018-08-151-0/+12
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>