aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmldiskcache/qmldiskcache.pro
Commit message (Collapse)AuthorAgeFilesLines
* Enable disk cache for files coming from resourcesSimon Hausmann2016-08-121-0/+2
| | | | | | | | By storing the cached data in QStandardPaths::CacheDir + "/qmlcache/" + sha1(filename) Change-Id: I6a8b4ca701019204fff362504697c3dac9f54bf1 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
* Added basic support for saving compilation units to diskSimon Hausmann2016-06-171-0/+7
Hidden behind a QML_DISK_CACHE=1 environment variable we will now attempt to save a binary representation of the type compilation for Foo.qml next to it called Foo.qmlc. Change-Id: I27e800b50cdb186669256fd277578ea1f1e70513 Reviewed-by: Lars Knoll <lars.knoll@qt.io>