aboutsummaryrefslogtreecommitdiffstats
path: root/build_scripts/qp5_tool.py
Commit message (Collapse)AuthorAgeFilesLines
* Say hello to qp5_tool.pyFriedemann Kleint2019-03-051-0/+261
qp5_tool.py is a developer helper tool modeled after the qt5_tool Perl script of Qt 5. It maintains a configuration file where per-directory values (build options, module subsets) can be given. Creating an up-to-date Build is then done by calling: python build_scripts/qp5_tool.py -c -p -b in each directory, Change-Id: Ifdcf414f7ff89512bb81a132c0bfd2e49275ed24 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>