diff options
author | kali <kali@leap.se> | 2013-01-09 06:24:52 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2013-01-09 06:24:52 +0900 |
commit | 6fe187c4ea2a32105c712d34167058707f8f82f8 (patch) | |
tree | 134225514144924027d9eee3ee8ef19d2878c6af /data/leap_client.pro | |
parent | 289722fe0eda46c8f5fbbecb84c8a0fbbe36a15f (diff) | |
parent | a5b4b7020daebbcb25c016cf1821818b71a2e457 (diff) |
Merge branch 'feature/translation-fixes' into develop
Diffstat (limited to 'data/leap_client.pro')
-rw-r--r-- | data/leap_client.pro | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/leap_client.pro b/data/leap_client.pro index 3f76d6af..a9a9a932 100644 --- a/data/leap_client.pro +++ b/data/leap_client.pro @@ -3,6 +3,10 @@ # is not there a f*** way of expanding this? other to template with python I mean... SOURCES += ../src/leap/base/exceptions.py +SOURCES += ../src/leap/eip/exceptions.py +SOURCES += ../src/leap/baseapp/eip.py +SOURCES += ../src/leap/baseapp/log.py +SOURCES += ../src/leap/baseapp/systray.py SOURCES += ../src/leap/gui/firstrun/intro.py SOURCES += ../src/leap/gui/firstrun/last.py SOURCES += ../src/leap/gui/firstrun/login.py |