aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/declarative.pro
diff options
context:
space:
mode:
authorChristian Kamm <christian.d.kamm@nokia.com>2011-10-04 12:22:07 +0200
committerQt by Nokia <qt-info@nokia.com>2011-10-04 15:10:57 +0200
commita617073f6b93f01f112f92a80b52247daa951713 (patch)
treebe409aca26c88567e84e764faa376e556c62d95d /tests/auto/declarative/declarative.pro
parent2903533aa08f4ee7ceff7615e52c9e6ed69553af (diff)
qmlplugindump: Add test for running with -builtins.
The main idea is to check for crashes: When instantiable C++ based QML components have uninitialized QObject * members, qmlplugindump can crash while collecting types to dump. That will make it impossible for users to use qmlplugindump and should be fixed in the responsible classes constructor. On unix it has a crash handler that tries to pinpoint which class and property caused the problem. Change-Id: Ie049cae27d94920f3d8346ca7075eba5a11c2a37 Reviewed-on: http://codereview.qt-project.org/5976 Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
Diffstat (limited to 'tests/auto/declarative/declarative.pro')
-rw-r--r--tests/auto/declarative/declarative.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/declarative/declarative.pro b/tests/auto/declarative/declarative.pro
index 60eb2a9fa0..f02bc511cb 100644
--- a/tests/auto/declarative/declarative.pro
+++ b/tests/auto/declarative/declarative.pro
@@ -24,7 +24,8 @@ PUBLICTESTS += \
qjsvalue \
qjsvalueiterator \
qjsengine \
- qmlmin
+ qmlmin \
+ qmlplugindump
PRIVATETESTS += \
qdeclarativeanimations \