diff options
author | Olivier Goffart <olivier.goffart@nokia.com> | 2010-06-07 10:14:10 (GMT) |
---|---|---|
committer | Olivier Goffart <olivier.goffart@nokia.com> | 2010-06-07 10:25:37 (GMT) |
commit | 9e712c65899681ca08534476145dda05e5edb0bc (patch) | |
tree | bcf072734f5da7c083a04d4ef5ca3e11105ce23e /tests/auto/gui.pro | |
parent | 3ef17db7085f0b77661ced78522c8cfcb0e52144 (diff) | |
download | Qt-9e712c65899681ca08534476145dda05e5edb0bc.zip Qt-9e712c65899681ca08534476145dda05e5edb0bc.tar.gz Qt-9e712c65899681ca08534476145dda05e5edb0bc.tar.bz2 |
Fix maketestselftest by adding the qglyphs test
Also make the test find the font in shadow build
Reviewed-by: eskil
Diffstat (limited to 'tests/auto/gui.pro')
-rw-r--r-- | tests/auto/gui.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/gui.pro b/tests/auto/gui.pro index a8fd2b4..d2669c6 100644 --- a/tests/auto/gui.pro +++ b/tests/auto/gui.pro @@ -57,6 +57,7 @@ SUBDIRS=\ qfontdialog \ qfontmetrics \ qformlayout \ + qglyphs \ qgraphicsanchorlayout \ qgraphicsanchorlayout1 \ qgraphicseffect \ |