diff options
author | Joerg Bornemann <joerg.bornemann@nokia.com> | 2009-11-10 17:58:05 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2009-11-11 17:34:38 (GMT) |
commit | 607f85be64685af64ced9615adaf85e98e964274 (patch) | |
tree | fd5e2a77a46b83f31016bd93683dcbe19ed67604 | |
parent | 9e716e632db24f040fa26c9250d5471307e1f4c1 (diff) | |
download | Qt-607f85be64685af64ced9615adaf85e98e964274.zip Qt-607f85be64685af64ced9615adaf85e98e964274.tar.gz Qt-607f85be64685af64ced9615adaf85e98e964274.tar.bz2 |
qfontcombobox auto test added to tests/auto/auto.pro
Reviewed-by: TrustMe
-rw-r--r-- | tests/auto/auto.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 1ec4c16..46f26f8 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -135,6 +135,7 @@ SUBDIRS += \ qfocusevent \ qfocusframe \ qfont \ + qfontcombobox \ qfontdatabase \ qfontdialog \ qfontmetrics \ |