From 048648c9f71a37bf4e5f1c58d05bfc285eede465 Mon Sep 17 00:00:00 2001 From: Ivan Alejandro Date: Wed, 16 Oct 2013 12:49:44 -0300 Subject: Add tool to generate project file automatically. --- data/bitmask.pro.template | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 data/bitmask.pro.template (limited to 'data/bitmask.pro.template') 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 -- cgit v1.2.3