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