-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyzo.pro
36 lines (32 loc) · 1.42 KB
/
pyzo.pro
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
26
27
28
29
30
31
32
33
34
35
36
# FORMS =
SOURCES = pyzo/util/pyzowizard.py
SOURCES += pyzo/util/bootstrapconda.py
SOURCES += pyzo/core/about.py
SOURCES += pyzo/core/editorTabs.py
SOURCES += pyzo/core/main.py
SOURCES += pyzo/core/menu.py
SOURCES += pyzo/core/shellInfoDialog.py
SOURCES += pyzo/core/shellStack.py
SOURCES += pyzo/core/splash.py
SOURCES += pyzo/tools/pyzoFileBrowser/browser.py
SOURCES += pyzo/tools/pyzoFileBrowser/importwizard.py
SOURCES += pyzo/tools/pyzoFileBrowser/tree.py
SOURCES += pyzo/tools/pyzoFileBrowser/__init__.py
SOURCES += pyzo/tools/pyzoHistoryViewer.py
SOURCES += pyzo/tools/pyzoSourceStructure.py
SOURCES += pyzo/tools/pyzoWorkspace.py
SOURCES += pyzo/tools/pyzoWebBrowser.py
SOURCES += pyzo/tools/pyzoInteractiveHelp.py
# Languages to translate to
TRANSLATIONS = pyzo/resources/translations/pyzo_nl_NL.tr
TRANSLATIONS += pyzo/resources/translations/pyzo_de_DE.tr
TRANSLATIONS += pyzo/resources/translations/pyzo_zh_CN.tr
TRANSLATIONS += pyzo/resources/translations/pyzo_zh_TW.tr
TRANSLATIONS += pyzo/resources/translations/pyzo_es_ES.tr
TRANSLATIONS += pyzo/resources/translations/pyzo_ca_ES.tr
TRANSLATIONS += pyzo/resources/translations/pyzo_fr_FR.tr
TRANSLATIONS += pyzo/resources/translations/pyzo_sk_SK.tr
TRANSLATIONS += pyzo/resources/translations/pyzo_ru_RU.tr
TRANSLATIONS += pyzo/resources/translations/pyzo_pt_PT.tr
TRANSLATIONS += pyzo/resources/translations/pyzo_pt_BR.tr
TRANSLATIONS += pyzo/resources/translations/pyzo_pl_PL.tr