diff options
Diffstat (limited to 'data/bitmask.pro.template')
-rw-r--r-- | data/bitmask.pro.template | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/data/bitmask.pro.template b/data/bitmask.pro.template new file mode 100644 index 00000000..564103a3 --- /dev/null +++ b/data/bitmask.pro.template @@ -0,0 +1,9 @@ +{header} + +SOURCES += {sources} + +FORMS += {forms} + +# where to generate ts files -- tx will pick from here +# original file, english +TRANSLATIONS += ts/en_US.ts |