blob: 5b742f76e9944418241b696879d4212fa89fcc3a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
load(qttest_p4)
SOURCES += tst_qtranslator.cpp
RESOURCES += qtranslator.qrc
wince*|symbian: {
addFiles.sources = hellotr_la.qm msgfmt_from_po.qm
addFiles.path = .
DEPLOYMENT += addFiles
}
|