diff options
author | kali <kali@leap.se> | 2012-12-21 07:44:59 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2012-12-21 07:45:14 +0900 |
commit | 654b83db5f050a94f9637fb1ce80df5cb7ed5a38 (patch) | |
tree | 4621653d602c1951e4584c8c66f6607e5eceae4b /data/leap_client.pro | |
parent | b0c3c9194447f20306111a31ee5a6d4828fed158 (diff) |
updated "translate" to work in objects other than QObjects
Diffstat (limited to 'data/leap_client.pro')
-rw-r--r-- | data/leap_client.pro | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/data/leap_client.pro b/data/leap_client.pro index 4c559029..3f76d6af 100644 --- a/data/leap_client.pro +++ b/data/leap_client.pro @@ -2,15 +2,16 @@ # 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 +SOURCES += ../src/leap/base/exceptions.py +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 |