aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qml.pro
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@qt.io>2017-04-05 11:41:30 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2017-04-06 06:58:44 +0000
commit80060b7beca8e4d29683298fe77a5d770c606c06 (patch)
treebd3f68d69dae7fbc50d5df6f0a2102d94d4a43ae /tests/auto/qml/qml.pro
parent8b255c67b965cda334425d64a0f1fd13ace93584 (diff)
Add auto-test for qmlcachegen
This test writes a simple QML file with embedded JS code into a temporary directory, calls qmlcachegen to generate the cache file, removes the original source code and tries to load the component. Change-Id: I63e1b0c76a987f4a21b3dc6cb7c4dc828dd5d11f Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'tests/auto/qml/qml.pro')
-rw-r--r--tests/auto/qml/qml.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qml/qml.pro b/tests/auto/qml/qml.pro
index 007eb0dc83..ac288674c7 100644
--- a/tests/auto/qml/qml.pro
+++ b/tests/auto/qml/qml.pro
@@ -39,6 +39,7 @@ PRIVATETESTS += \
!boot2qt {
PRIVATETESTS += \
+ qmlcachegen \
animation \
qqmlecmascript \
qqmlcontext \