summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qtextboundaryfinder/qtextboundaryfinder.pro
blob: 68f189b13034d6bc4e0743d8826d1692a3b3e574 (plain)
1
2
3
4
5
6
7
8
9
10
11
CONFIG += testcase parallel_test
TARGET = tst_qtextboundaryfinder
QT = core testlib
SOURCES = tst_qtextboundaryfinder.cpp
DEFINES += SRCDIR=\\\"$$PWD\\\"

wince* {
   addFiles.files = data
   addFiles.path = .
   DEPLOYMENT += addFiles
}