aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qml.pro
diff options
context:
space:
mode:
authorAlan Alpert <aalpert@rim.com>2012-12-21 13:37:30 -0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-20 06:48:30 +0100
commit471645f6dba6a21b85cb6788f0a0a07b6d5a804a (patch)
treef5244e1c76e5ef8ca9563837737ef7e71ce64298 /tests/auto/qml/qml.pro
parent9582ca0ce1758572d1ad59548fe221ca2e51598b (diff)
Add QQmlApplicationEngine
This helper class exposes QML application functionality that QML-only applications want to have, but QML-using applications may not. Change-Id: If91c3f55ffa2a4aecdd9d6cc62f6ad09fd35b0dd Reviewed-by: Alan Alpert (Personal) <416365416c@gmail.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 ede7689a0c..584533c65b 100644
--- a/tests/auto/qml/qml.pro
+++ b/tests/auto/qml/qml.pro
@@ -24,7 +24,8 @@ PUBLICTESTS += \
qqmltranslation \
qqmlxmlhttprequest \
qtqmlmodules \
- qquickfolderlistmodel
+ qquickfolderlistmodel \
+ qqmlapplicationengine
PRIVATETESTS += \
animation \