diff options
author | Ariya Hidayat <ariya.hidayat@trolltech.com> | 2009-03-12 14:51:19 (GMT) |
---|---|---|
committer | Alexis Menard <alexis.menard@trolltech.com> | 2009-04-07 18:12:47 (GMT) |
commit | d5ab1562ea7b8ce8e94e8db9ea2a7fcab17f657f (patch) | |
tree | 7373d4f4574511f6fcb72a6d61f85eaa30983043 /tests/auto/qgraphicssceneindex/qgraphicssceneindex.pro | |
parent | 600beb2a2ed1c3df581230c526f1e64b78112477 (diff) | |
download | Qt-d5ab1562ea7b8ce8e94e8db9ea2a7fcab17f657f.zip Qt-d5ab1562ea7b8ce8e94e8db9ea2a7fcab17f657f.tar.gz Qt-d5ab1562ea7b8ce8e94e8db9ea2a7fcab17f657f.tar.bz2 |
Fixes: Add a simple test for the scene index.
Details: This is just the beginning. More complex tests follow.
Diffstat (limited to 'tests/auto/qgraphicssceneindex/qgraphicssceneindex.pro')
-rw-r--r-- | tests/auto/qgraphicssceneindex/qgraphicssceneindex.pro | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/qgraphicssceneindex/qgraphicssceneindex.pro b/tests/auto/qgraphicssceneindex/qgraphicssceneindex.pro new file mode 100644 index 0000000..740a23e --- /dev/null +++ b/tests/auto/qgraphicssceneindex/qgraphicssceneindex.pro @@ -0,0 +1,3 @@ +load(qttest_p4) +SOURCES += tst_qgraphicssceneindex.cpp + |