diff options
author | Jan-Arve Sæther <jan-arve.saether@nokia.com> | 2009-08-20 14:45:18 (GMT) |
---|---|---|
committer | Jan-Arve Sæther <jan-arve.saether@nokia.com> | 2009-08-20 14:45:18 (GMT) |
commit | d98a73c75c91b535fb7a266b7d369861c2096b93 (patch) | |
tree | 5e0289ab726595abf7e6561bebb100c924adfbad | |
parent | 784bef39ca505e1e4a6f2ec6742183b7750b4f47 (diff) | |
download | Qt-d98a73c75c91b535fb7a266b7d369861c2096b93.zip Qt-d98a73c75c91b535fb7a266b7d369861c2096b93.tar.gz Qt-d98a73c75c91b535fb7a266b7d369861c2096b93.tar.bz2 |
Add the autotest to auto.pro
-rw-r--r-- | tests/auto/auto.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index b4a6600..17a1b35 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -142,6 +142,7 @@ SUBDIRS += _networkselftest \ qglobal \ qgraphicsitem \ qgraphicsitemanimation \ + qgraphicsanchorlayout \ qgraphicslayout \ qgraphicslayoutitem \ qgraphicslinearlayout \ @@ -190,7 +191,7 @@ SUBDIRS += _networkselftest \ qlibrary \ qline \ qlineedit \ - qlist \ + qlist \ q3listbox \ qlistview \ qlistwidget \ |