Cleanup corelib autotests
[profile/ivi/qtbase.git] / tests / auto / corelib / tools / qtextboundaryfinder / qtextboundaryfinder.pro
1 CONFIG += testcase parallel_test
2 TARGET = tst_qtextboundaryfinder
3 QT = core testlib
4 SOURCES = tst_qtextboundaryfinder.cpp
5 DEFINES += SRCDIR=\\\"$$PWD\\\"
6
7 wince* {
8    addFiles.files = data
9    addFiles.path = .
10    DEPLOYMENT += addFiles
11 }