summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlvisual/shared/qmldir
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2010-11-04 08:01:36 (GMT)
committerAlan Alpert <alan.alpert@nokia.com>2010-11-04 08:01:36 (GMT)
commitd5ed9ed21b67b6e5e884e7c87fabc096b8c677a2 (patch)
treed1618ef434f005a9f9e30c941257b96b7ea6a4a7 /tests/auto/declarative/qmlvisual/shared/qmldir
parent032bea71a17e6c79346b2df926a5755a22a3d95b (diff)
downloadQt-d5ed9ed21b67b6e5e884e7c87fabc096b8c677a2.zip
Qt-d5ed9ed21b67b6e5e884e7c87fabc096b8c677a2.tar.gz
Qt-d5ed9ed21b67b6e5e884e7c87fabc096b8c677a2.tar.bz2
Make qmlvisual tests more stable
Text elements now use shared components that have the same default values, instead of using the system defaults (that can vary between computers). This also removes text edit/input cursor blinking. Task-number: QTBUG-14792
Diffstat (limited to 'tests/auto/declarative/qmlvisual/shared/qmldir')
-rw-r--r--tests/auto/declarative/qmlvisual/shared/qmldir3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmlvisual/shared/qmldir b/tests/auto/declarative/qmlvisual/shared/qmldir
new file mode 100644
index 0000000..4aebb39
--- /dev/null
+++ b/tests/auto/declarative/qmlvisual/shared/qmldir
@@ -0,0 +1,3 @@
+TestText 1.0 TestText.qml
+TestTextEdit 1.0 TestTextEdit.qml
+TestTextInput 1.0 TestTextInput.qml