summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text/qtextboundaryfinder/qtextboundaryfinder.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/text/qtextboundaryfinder/qtextboundaryfinder.pro')
-rw-r--r--tests/auto/corelib/text/qtextboundaryfinder/qtextboundaryfinder.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/auto/corelib/text/qtextboundaryfinder/qtextboundaryfinder.pro b/tests/auto/corelib/text/qtextboundaryfinder/qtextboundaryfinder.pro
new file mode 100644
index 0000000000..3c9f03842d
--- /dev/null
+++ b/tests/auto/corelib/text/qtextboundaryfinder/qtextboundaryfinder.pro
@@ -0,0 +1,11 @@
+CONFIG += testcase
+TARGET = tst_qtextboundaryfinder
+QT = core testlib
+SOURCES = tst_qtextboundaryfinder.cpp
+
+TESTDATA += data
+
+android:!android-embedded {
+ RESOURCES += \
+ testdata.qrc
+}