2021-01-02 21:40:19 +01:00
|
|
|
#TEMPLATE = app
|
|
|
|
#TARGET = ts
|
|
|
|
#INCLUDEPATH += opensnitch
|
|
|
|
|
|
|
|
|
|
|
|
# Input
|
|
|
|
SOURCES += ../opensnitch/service.py \
|
2022-01-16 13:25:12 +01:00
|
|
|
../opensnitch/notifications.py \
|
|
|
|
../opensnitch/customwidgets/addresstablemodel.py \
|
|
|
|
../opensnitch/customwidgets/main.py \
|
2023-12-03 11:53:35 +01:00
|
|
|
../opensnitch/dialogs/prompt/__init__.py \
|
2023-12-03 12:38:55 +01:00
|
|
|
../opensnitch/dialogs/prompt/_utils.py \
|
|
|
|
../opensnitch/dialogs/prompt/_details.py \
|
|
|
|
../opensnitch/dialogs/prompt/_checksums.py \
|
|
|
|
../opensnitch/dialogs/prompt/_constants.py \
|
2021-01-02 21:40:19 +01:00
|
|
|
../opensnitch/dialogs/preferences.py \
|
|
|
|
../opensnitch/dialogs/ruleseditor.py \
|
|
|
|
../opensnitch/dialogs/processdetails.py \
|
2023-02-06 13:02:58 +01:00
|
|
|
../opensnitch/dialogs/stats.py \
|
|
|
|
../opensnitch/dialogs/firewall.py \
|
|
|
|
../opensnitch/dialogs/firewall_rule.py
|
2021-01-02 21:40:19 +01:00
|
|
|
|
|
|
|
FORMS += ../opensnitch/res/prompt.ui \
|
|
|
|
../opensnitch/res/ruleseditor.ui \
|
|
|
|
../opensnitch/res/preferences.ui \
|
|
|
|
../opensnitch/res/process_details.ui \
|
2023-02-06 13:02:58 +01:00
|
|
|
../opensnitch/res/stats.ui \
|
|
|
|
../opensnitch/res/firewall.ui \
|
|
|
|
../opensnitch/res/firewall_rule.ui
|
2024-11-06 23:06:04 +01:00
|
|
|
TRANSLATIONS += locales/cs_CZ/opensnitch-cs_CZ.ts \
|
|
|
|
locales/de_DE/opensnitch-de_DE.ts \
|
2021-05-14 07:34:56 +10:00
|
|
|
locales/es_ES/opensnitch-es_ES.ts \
|
2021-01-04 15:58:33 +01:00
|
|
|
locales/eu_ES/opensnitch-eu_ES.ts \
|
2024-09-23 12:01:13 +00:00
|
|
|
locales/fi_FI/opensnitch-fi_FI.ts \
|
|
|
|
locales/fr_FR/opensnitch-fr_FR.ts \
|
2021-05-14 07:34:56 +10:00
|
|
|
locales/hu_HU/opensnitch-hu_HU.ts \
|
2024-11-06 23:06:04 +01:00
|
|
|
locales/hi_IN/opensnitch-hi_IN.ts \
|
2024-09-23 12:01:13 +00:00
|
|
|
locales/id_ID/opensnitch-id_ID.ts \
|
2024-11-06 23:06:04 +01:00
|
|
|
locales/it_IT/opensnitch-it_IT.ts \
|
2021-05-12 21:06:20 +02:00
|
|
|
locales/ja_JP/opensnitch-ja_JP.ts \
|
2023-01-23 01:31:10 +01:00
|
|
|
locales/lt_LT/opensnitch-lt_LT.ts \
|
2023-03-02 11:23:23 +01:00
|
|
|
locales/nb_NO/opensnitch-nb_NO.ts \
|
2023-05-23 18:58:18 +03:00
|
|
|
locales/nl_NL/opensnitch-nl_NL.ts \
|
2024-09-23 12:01:13 +00:00
|
|
|
locales/pt_BR/opensnitch-pt_BR.ts \
|
|
|
|
locales/ro_RO/opensnitch-ro_RO.ts \
|
|
|
|
locales/ru_RU/opensnitch-ru_RU.ts \
|
2024-11-06 23:06:04 +01:00
|
|
|
locales/sv_SE/opensnitch-sv_SE.ts \
|
2024-09-23 12:01:13 +00:00
|
|
|
locales/tr_TR/opensnitch-tr_TR.ts \
|
2023-07-26 02:09:04 +08:00
|
|
|
locales/zh_TW/opensnitch-zh_TW.ts
|