summaryrefslogtreecommitdiffstats
path: root/tests/auto/qtextboundaryfinder/qtextboundaryfinder.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qtextboundaryfinder/qtextboundaryfinder.pro')
-rw-r--r--tests/auto/qtextboundaryfinder/qtextboundaryfinder.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/auto/qtextboundaryfinder/qtextboundaryfinder.pro b/tests/auto/qtextboundaryfinder/qtextboundaryfinder.pro
new file mode 100644
index 0000000..4d2ff01
--- /dev/null
+++ b/tests/auto/qtextboundaryfinder/qtextboundaryfinder.pro
@@ -0,0 +1,10 @@
+load(qttest_p4)
+HEADERS +=
+SOURCES += tst_qtextboundaryfinder.cpp
+DEFINES += SRCDIR=\\\"$$PWD\\\"
+
+wince*:{
+ addFiles.sources = data
+ addFiles.path = .
+ DEPLOYMENT += addFiles
+}