diff options
author | kali <kali@leap.se> | 2012-12-20 08:20:56 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2012-12-20 08:20:56 +0900 |
commit | a7b091a0553e6120f3e0eb6d4e73a89732c589b2 (patch) | |
tree | 55036b34f7d8e92b46472218553984870c036730 /data/leap_client.pro | |
parent | e98c3cc5fad75bea038dc67238e5ce85d701b1e1 (diff) | |
parent | 06bccc52c84a93407ab4699a2749b24f55fe3061 (diff) |
Merge branch 'feature/translations-setup' into develop
Diffstat (limited to 'data/leap_client.pro')
-rw-r--r-- | data/leap_client.pro | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/data/leap_client.pro b/data/leap_client.pro new file mode 100644 index 00000000..4c559029 --- /dev/null +++ b/data/leap_client.pro @@ -0,0 +1,20 @@ +# qmake file + +# is not there a f*** way of expanding this? other to template with python I mean... + +SOURCES += ../src/leap/gui/firstrun/intro.py +SOURCES += ../src/leap/gui/firstrun/last.py +SOURCES += ../src/leap/gui/firstrun/login.py +SOURCES += ../src/leap/gui/firstrun/providerinfo.py +SOURCES += ../src/leap/gui/firstrun/providerselect.py +SOURCES += ../src/leap/gui/firstrun/providersetup.py +SOURCES += ../src/leap/gui/firstrun/register.py +SOURCES += ../src/leap/gui/firstrun/regvalidation.py +SOURCES += ../src/leap/gui/firstrun/wizard.py + +# where to generate ts files -- tx will pick from here + +# original file, english + +TRANSLATIONS += ts/en_US.ts + |