blob: 9ec1a43bd7fae67f28279832465f6a15f78ddfb1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# qmake file
# is not there a f*** way of expanding this? other to template with python I mean...
# SOURCES += ...
# where to generate ts files -- tx will pick from here
# original file, english
TRANSLATIONS += ts/en_US.ts
|