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

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