diff options
author | Martin Jones <martin.jones@nokia.com> | 2010-02-23 22:57:09 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2010-02-23 22:57:09 (GMT) |
commit | 520cca521ed320ab6751041d9a7bf9c18ee98fa1 (patch) | |
tree | 5ed54c2339f6c025fa19ef2d7f817bc2b1c01f58 /tests/auto/declarative/declarative.pro | |
parent | cb3cd645082bda7b5142ceff31e5795f2d047c39 (diff) | |
download | Qt-520cca521ed320ab6751041d9a7bf9c18ee98fa1.zip Qt-520cca521ed320ab6751041d9a7bf9c18ee98fa1.tar.gz Qt-520cca521ed320ab6751041d9a7bf9c18ee98fa1.tar.bz2 |
Fix illegal access in QmlStyledText and add 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 870c92b..c9b1052 100644 --- a/tests/auto/declarative/declarative.pro +++ b/tests/auto/declarative/declarative.pro @@ -58,6 +58,7 @@ SUBDIRS += \ qmlvaluetypes \ # Cover qmlxmlhttprequest \ # Cover qmlimageprovider \ # Cover + qmlstyledtext \ # Cover sql # Cover contains(QT_CONFIG, webkit) { |