-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathts.pro
19 lines (19 loc) · 762 Bytes
/
ts.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SOURCES = main.py \
src/configuration/config.py \
src/core/fetcher.py \
src/core/installer.py \
src/core/model.py \
src/domain/key.py \
src/domain/mod.py \
src/domain/usersetting.py \
src/globals/constants.py \
src/globals/data.py \
src/gui/alerts.py \
src/gui/details_dialog.py \
src/gui/file_dialog.py \
src/gui/main_widget.py \
src/gui/main_window.py \
src/gui/tree_widget.py \
src/util/syntax.py \
src/util/util.py
TRANSLATIONS = English.ts