summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qtranslator/qtranslator.pro
blob: 603b128601a54299477803e8a4d8281a8e57706a (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
}