summaryrefslogtreecommitdiffstats
path: root/tests/auto/qtextboundaryfinder/qtextboundaryfinder.pro
blob: cba5a74c8445e73ea4fba0cad5af1f7a212a07d8 (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
}