blob: a9a9a9328d98e898f68f8525c6b96bba1e9f140b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# qmake file
# 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
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
|