diff options
author | Leonardo Sobral Cunha <leo.cunha@nokia.com> | 2010-05-12 03:21:16 (GMT) |
---|---|---|
committer | Leonardo Sobral Cunha <leo.cunha@nokia.com> | 2010-05-12 03:22:19 (GMT) |
commit | 9e84653e20b20ea32a789deaef9d5d4acd5d68ea (patch) | |
tree | 2a889f4006ec7fffc99eee5d37ce07972a80fae1 /tests | |
parent | 84ae0d5c700b9b7396585301e7ef129ee0a2696d (diff) | |
download | Qt-9e84653e20b20ea32a789deaef9d5d4acd5d68ea.zip Qt-9e84653e20b20ea32a789deaef9d5d4acd5d68ea.tar.gz Qt-9e84653e20b20ea32a789deaef9d5d4acd5d68ea.tar.bz2 |
Add missing test, qdeclarativelayoutitem, to declarative.pro
Diffstat (limited to 'tests')
-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 2520bcd..3496906 100644 --- a/tests/auto/declarative/declarative.pro +++ b/tests/auto/declarative/declarative.pro @@ -29,6 +29,7 @@ SUBDIRS += \ qdeclarativeinstruction \ qdeclarativeitem \ qdeclarativelanguage \ + qdeclarativelayoutitem \ qdeclarativelistmodel \ qdeclarativelistreference \ qdeclarativelistview \ |