aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qml.pro
diff options
context:
space:
mode:
authorChris Adams <christopher.adams@nokia.com>2012-07-12 12:00:22 +1000
committerQt by Nokia <qt-info@nokia.com>2012-07-12 06:33:06 +0200
commit3b23b298fbf9e2b80b96e662215154e55c319871 (patch)
tree7a42cc5f676159abed901441743a78d5874f109c /tests/auto/qml/qml.pro
parent0e2fbb89161ce6bd753ad9f84a5a9ed466c763f3 (diff)
Enable tst_qqmlpropertycache
Due to the lazy metaobject initialization change, the property cache's append method is now private. Instead, it offers a copyAndAppend method which the test should use. Change-Id: I1279eb997832244593aa11d5644d14b31ea68dd2 Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
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 2c5d367b88..e24e30d2f9 100644
--- a/tests/auto/qml/qml.pro
+++ b/tests/auto/qml/qml.pro
@@ -35,6 +35,7 @@ PRIVATETESTS += \
qqmlinstruction \
qqmllanguage \
qqmlproperty \
+ qqmlpropertycache \
qqmlpropertymap \
qqmlsqldatabase \
qqmlvaluetypes \