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

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