summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qtranslator/qtranslator.pro
blob: 0582499b2d7c86ed35810cf8eaa717eb8b6ac5f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
CONFIG += testcase
TARGET = tst_qtranslator
QT += widgets testlib
SOURCES  += tst_qtranslator.cpp
RESOURCES += qtranslator.qrc

wince* {
   addFiles.files = hellotr_la.qm msgfmt_from_po.qm
   addFiles.path = .
   DEPLOYMENT += addFiles
}