diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-11-03 09:16:37 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-11-03 09:16:37 (GMT) |
commit | a36694346164f0865e16003745839279dad7f61e (patch) | |
tree | 0e842c868e59d914c929431843b30ce845d312ab | |
parent | 337263994aafa64fd96d503d49a8a3316bdb1827 (diff) | |
download | Qt-a36694346164f0865e16003745839279dad7f61e.zip Qt-a36694346164f0865e16003745839279dad7f61e.tar.gz Qt-a36694346164f0865e16003745839279dad7f61e.tar.bz2 |
qfxtext -> qmlgraphicstext
-rw-r--r-- | tests/auto/declarative/declarative.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/declarative.pro b/tests/auto/declarative/declarative.pro index 26e8346..73269e1 100644 --- a/tests/auto/declarative/declarative.pro +++ b/tests/auto/declarative/declarative.pro @@ -11,7 +11,6 @@ SUBDIRS += anchors \ pathview \ qfxloader \ qfxpixmapcache \ - qfxtext \ qfxtextedit \ qfxtextinput \ qfxwebview \ @@ -19,6 +18,7 @@ SUBDIRS += anchors \ qmlcontext \ qmldom \ qmlecmascript \ + qmlgraphicstext \ qmllanguage \ qmllist \ qmllistaccessor \ |