diff options
author | Ivan Alejandro <ivanalejandro0@gmail.com> | 2013-10-16 12:49:44 -0300 |
---|---|---|
committer | Ivan Alejandro <ivanalejandro0@gmail.com> | 2013-10-17 11:25:58 -0300 |
commit | 048648c9f71a37bf4e5f1c58d05bfc285eede465 (patch) | |
tree | 32cfb7b1a626b417fd5871fbb2e425b498c54e36 /data/bitmask.pro.template | |
parent | 36c36bc9dc9fed643245c9c96a9840f06c515ec1 (diff) |
Add tool to generate project file automatically.
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 |