diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2010-03-30 07:34:10 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2010-03-30 07:36:48 (GMT) |
commit | 5107b4c5e670b7357b9eb0f8f81f9810eaa9647b (patch) | |
tree | 1b335dc2aee73d9e8d48b42a6a765d95434ece8d /tests/auto/declarative/declarative.pro | |
parent | b9b305f6c7bc960101bfd883ca6e3df889483481 (diff) | |
download | Qt-5107b4c5e670b7357b9eb0f8f81f9810eaa9647b.zip Qt-5107b4c5e670b7357b9eb0f8f81f9810eaa9647b.tar.gz Qt-5107b4c5e670b7357b9eb0f8f81f9810eaa9647b.tar.bz2 |
Move basic focusscope examples into auto tests.
Diffstat (limited to 'tests/auto/declarative/declarative.pro')
-rw-r--r-- | tests/auto/declarative/declarative.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/declarative/declarative.pro b/tests/auto/declarative/declarative.pro index bebc54e..2d88058 100644 --- a/tests/auto/declarative/declarative.pro +++ b/tests/auto/declarative/declarative.pro @@ -23,6 +23,7 @@ SUBDIRS += \ qdeclarativeborderimage \ # Cover qdeclarativeflickable \ # Cover qdeclarativeflipable \ # Cover + qdeclarativefocusscope \ # Cover qdeclarativegridview \ # Cover qdeclarativeitem \ # Cover qdeclarativelistview \ # Cover |