aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/statemachine/dependencies.json
Commit message (Collapse)AuthorAgeFilesLines
* Update plugins.qmltypesKai Koehne2018-09-061-0/+2
by running cd qtdeclarative/imports; for path in `find . -name Makefile -print`; do pushd `dirname $path`; make qmltypes; popd; done in the build directory. Local file paths in the command line were then edited out by hand. Task-number: QTBUG-70264 Change-Id: I931604aff6a779915708395e8b8dbdf659cbd637 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>