summaryrefslogtreecommitdiffstats
path: root/src/quick3d/imports/logic/dependencies.json
Commit message (Collapse)AuthorAgeFilesLines
* Update plugins.qmltypesv5.12.0-beta2Kai Koehne2018-10-091-0/+7
by running for path in `find . -name "Makefile*" -print`; do pushd `dirname $path`; make -f `basename $path` qmltypes; popd; done in the build directory. Fixes: QTBUG-64035 Fixes: QTBUG-69259 Task-number: QTBUG-70264 Change-Id: Ib36a8e66121c310dee28b84953ca381e231139cf Reviewed-by: Christian Stromme <christian.stromme@qt.io> Reviewed-by: Laszlo Agocs <laszlo.agocs@qt.io>