summaryrefslogtreecommitdiffstats
path: root/tests/auto/qtextcodec/test/test.pro
blob: ed2ade33fcffd9fc564d8fdafee9686bbcb05dff (plain)
1
2
3
4
5
6
7
8
9
10
11
load(qttest_p4)
TARGET = ../tst_qtextcodec
SOURCES  += ../tst_qtextcodec.cpp
wince*: {
   addFiles.sources = ../*.txt
   addFiles.path = .
   DEPLOYMENT += addFiles
}