summaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2009-06-04 12:38:05 (GMT)
committerAndreas Aardal Hanssen <andreas.aardal.hanssen@nokia.com>2009-06-11 09:49:24 (GMT)
commitb3ff3392128c9c701b687887ef2c21b000209908 (patch)
tree3a89eb4bab5234c4458040d80cbb87c5d4e2f6c0 /tests/auto/auto.pro
parente9876fdfaece0dcb09188cb4ddd5801ebb588647 (diff)
downloadQt-b3ff3392128c9c701b687887ef2c21b000209908.zip
Qt-b3ff3392128c9c701b687887ef2c21b000209908.tar.gz
Qt-b3ff3392128c9c701b687887ef2c21b000209908.tar.bz2
added properties for x,y and z. Removed the notify for the pos property,
add auto tests for QGraphicsObject FX items are better off with property notifications on each component rather than on the position. Added some basic testing for QGraphicsObject and fixed the failures exposed. Reviewed-by: Andreas
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro10
1 files changed, 9 insertions, 1 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index a65c172..d5803bc 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -141,9 +141,17 @@ SUBDIRS += _networkselftest \
qglobal \
qgraphicsitem \
qgraphicsitemanimation \
+ qgraphicslayout \
+ qgraphicslayoutitem \
+ qgraphicslinearlayout \
+ qgraphicsobject \
+ qgraphicspixmapitem \
+ qgraphicspolygonitem \
+ qgraphicsproxywidget \
qgraphicsscene \
qgraphicsview \
- qgridlayout \
+ qgraphicswidget \
+ qgridlayout \
qgroupbox \
qguivariant \
qhash \