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.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/auto/qtextboundaryfinder/qtextboundaryfinder.pro b/tests/auto/qtextboundaryfinder/qtextboundaryfinder.pro
new file mode 100644
index 0000000..cba5a74
--- /dev/null
+++ b/tests/auto/qtextboundaryfinder/qtextboundaryfinder.pro
@@ -0,0 +1,11 @@
+load(qttest_p4)
+QT = core
+HEADERS +=
+SOURCES += tst_qtextboundaryfinder.cpp
+!symbian:*:DEFINES += SRCDIR=\\\"$$PWD\\\"
+
+wince*|symbian*:{
+ addFiles.sources = data
+ addFiles.path = .
+ DEPLOYMENT += addFiles
+}