summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/kernel/kernel.pro
diff options
context:
space:
mode:
authorKent Hansen <kent.hansen@nokia.com>2011-10-07 11:56:28 +0200
committerQt by Nokia <qt-info@nokia.com>2011-10-14 14:46:35 +0200
commitd5aa4355f143e6f7fda6ace3fa6a564fcdc4493c (patch)
tree24d80eb59b65382684ada0009d6008683e8ff147 /tests/auto/gui/kernel/kernel.pro
parent45358303d13569891ec7f058b4f3ffb3b23dc31b (diff)
Add autotest for QMetaType creation of gui types
This test verifies that all gui types with built-in QMetaType support can be created, either using the default constructor or the copy constructor. Change-Id: Ibb1c5aab8571b598638c74112471d6869516a202 Reviewed-on: http://codereview.qt-project.org/6344 Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>
Diffstat (limited to 'tests/auto/gui/kernel/kernel.pro')
-rw-r--r--tests/auto/gui/kernel/kernel.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/gui/kernel/kernel.pro b/tests/auto/gui/kernel/kernel.pro
index c77ea2be2e..16bda68629 100644
--- a/tests/auto/gui/kernel/kernel.pro
+++ b/tests/auto/gui/kernel/kernel.pro
@@ -5,6 +5,7 @@ SUBDIRS=\
qevent \
qfileopenevent \
qinputpanel \
+ qguimetatype \
qguivariant \
qkeysequence \
qmouseevent \