aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qml.pro
diff options
context:
space:
mode:
authorAlan Alpert <aalpert@rim.com>2012-12-23 22:57:10 -0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-20 10:32:55 +0100
commit969dc839c3b0028e821d15015f99bd70d76fbc03 (patch)
tree31169cef3a2f39e46ea5982856c559c3be37b3f6 /tests/auto/qml/qml.pro
parentf513e88403b66c4a5efe4c62c160dfce151efb33 (diff)
Add Instantiator type to QtQml
Provides a dynamic instantiation type which is not tied to visual items. Change-Id: I42f7332b29b752dcc94979b6e0ec191fc76b96ef Reviewed-by: Alan Alpert <aalpert@blackberry.com> Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com> Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'tests/auto/qml/qml.pro')
-rw-r--r--tests/auto/qml/qml.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/qml/qml.pro b/tests/auto/qml/qml.pro
index 584533c65b..b973d44012 100644
--- a/tests/auto/qml/qml.pro
+++ b/tests/auto/qml/qml.pro
@@ -53,7 +53,8 @@ PRIVATETESTS += \
qqmlbundle \
qrcqml \
v4 \
- qqmltimer
+ qqmltimer \
+ qqmlinstantiator
qtHaveModule(widgets) {
PUBLICTESTS += \