summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qtranslator/qtranslator.pro
blob: 4e3f305216afcb9d9946a2230e44d552a4df6ad9 (plain)
1
2
3
4
5
6
7
8
9
10
load(qttest_p4)
QT += widgets
SOURCES  += tst_qtranslator.cpp
RESOURCES += qtranslator.qrc

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