aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmldiskcache/qmldiskcache.pro
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@qt.io>2016-08-07 14:53:57 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2016-08-12 16:54:38 +0000
commitb40d005544cf4b991b797b0058a23dc61e8de5c2 (patch)
tree9ab3cbda9f719ffa2e8f68ecc140738b8879cae6 /tests/auto/qml/qmldiskcache/qmldiskcache.pro
parentf5a05313757e234c35455b2e1d6fbba43bc9ace2 (diff)
Enable disk cache for files coming from resources
By storing the cached data in QStandardPaths::CacheDir + "/qmlcache/" + sha1(filename) Change-Id: I6a8b4ca701019204fff362504697c3dac9f54bf1 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'tests/auto/qml/qmldiskcache/qmldiskcache.pro')
-rw-r--r--tests/auto/qml/qmldiskcache/qmldiskcache.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qml/qmldiskcache/qmldiskcache.pro b/tests/auto/qml/qmldiskcache/qmldiskcache.pro
index f2d1a04780..f98a157b6a 100644
--- a/tests/auto/qml/qmldiskcache/qmldiskcache.pro
+++ b/tests/auto/qml/qmldiskcache/qmldiskcache.pro
@@ -4,4 +4,6 @@ osx:CONFIG -= app_bundle
SOURCES += tst_qmldiskcache.cpp
+RESOURCES += test.qml
+
QT += core-private qml-private testlib