-
-
Notifications
You must be signed in to change notification settings - Fork 65
/
qubesmanager.pro
54 lines (51 loc) · 1.84 KB
/
qubesmanager.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
SOURCES = \
ui/about.ui \
ui/backupdlg.ui \
ui/bootfromdevice.ui \
ui/devicelist.ui \
ui/informationnotes.ui \
ui/logdlg.ui \
ui/multiselectwidget.ui \
ui/newappvmdlg.ui \
ui/newfwruledlg.ui \
ui/qubemanager.ui \
ui/restoredlg.ui \
ui/settingsdlg.ui \
ui/templatemanager.ui \
qubesmanager/about.py \
qubesmanager/appmenu_select.py \
qubesmanager/backup.py \
qubesmanager/backup_utils.py \
qubesmanager/bootfromdevice.py \
qubesmanager/clipboard.py \
qubesmanager/common_threads.py \
qubesmanager/create_new_vm.py \
qubesmanager/device_list.py \
qubesmanager/firewall.py \
qubesmanager/informationnotes.py \
qubesmanager/log_dialog.py \
qubesmanager/multiselectwidget.py \
qubesmanager/qube_manager.py \
qubesmanager/resources.py \
qubesmanager/restore.py \
qubesmanager/settings.py \
qubesmanager/template_manager.py \
qubesmanager/ui_about.py \
qubesmanager/ui_backupdlg.py \
qubesmanager/ui_bootfromdevice.py \
qubesmanager/ui_devicelist.py \
qubesmanager/ui_informationnotes.py \
qubesmanager/ui_logdlg.py \
qubesmanager/ui_multiselectwidget.py \
qubesmanager/ui_newappvmdlg.py \
qubesmanager/ui_newfwruledlg.py \
qubesmanager/ui_qubemanager.py \
qubesmanager/ui_restoredlg.py \
qubesmanager/ui_settingsdlg.py \
qubesmanager/ui_templatemanager.py \
qubesmanager/utils.py
TRANSLATIONS = \
qubesmanager/i18n/qubesmanager_en.ts \
qubesmanager/i18n/qubesmanager_es.ts
CODECFORTR = UTF-8
CODECFORSRC = UTF-8