summaryrefslogtreecommitdiffstats
path: root/tests/auto/qtextboundaryfinder/qtextboundaryfinder.pro
blob: c52ca52fa8be157721651fd5ed535dd7310e3272 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
load(qttest_p4)
QT = core
HEADERS += 
SOURCES += tst_qtextboundaryfinder.cpp 
integrity {
    DEFINES += SRCDIR=\"/\"
} else:!symbian {
    DEFINES += SRCDIR=\\\"$$PWD/\\\"
}

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