aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/text/text.pro
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2016-12-02 12:08:29 +0100
committerShawn Rutledge <shawn.rutledge@qt.io>2016-12-31 14:55:59 +0000
commitbb123fa3a4b06dabb2a63304ee3d24f94d74c1f2 (patch)
tree3828d8e62b2876283f689e3b188190f8f6ce5754 /tests/manual/text/text.pro
parent3f6d82715dda8dd06f6bddf2ed89e89640f63a2e (diff)
add text manual test
The initial goal is to verify the behavior of text, preeditText and displayText properties and their associated signals on various platforms. Change-Id: Ie50c78a83930e05158a197f38087db9ae3cba534 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
Diffstat (limited to 'tests/manual/text/text.pro')
-rw-r--r--tests/manual/text/text.pro7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/manual/text/text.pro b/tests/manual/text/text.pro
new file mode 100644
index 0000000000..3705d41df0
--- /dev/null
+++ b/tests/manual/text/text.pro
@@ -0,0 +1,7 @@
+TEMPLATE = app
+
+QT += qml quick
+
+SOURCES += main.cpp
+
+RESOURCES += qml.qrc ../../../examples/quick/shared/quick_shared.qrc