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

wince*|symbian:{
   addFiles.sources = data
   addFiles.path = .
   DEPLOYMENT += addFiles
}