-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathiplan.gresource.xml
executable file
·39 lines (39 loc) · 2.46 KB
/
iplan.gresource.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<gresources>
<gresource prefix="/ir/imansalmani/iplan">
<file preprocess="xml-stripblanks">ui/window.ui</file>
<file preprocess="xml-stripblanks">ui/preferences_window.ui</file>
<file preprocess="xml-stripblanks">ui/shortcuts_window.ui</file>
<file preprocess="xml-stripblanks">ui/backup_window.ui</file>
<file>ui/style.css</file>
<file preprocess="xml-stripblanks">ui/snippets/delete_dialog.ui</file>
<file preprocess="xml-stripblanks">ui/snippets/date_row.ui</file>
<file preprocess="xml-stripblanks">ui/snippets/time_row.ui</file>
<file preprocess="xml-stripblanks">ui/snippets/chart.ui</file>
<file preprocess="xml-stripblanks">ui/snippets/chart_bar.ui</file>
<file preprocess="xml-stripblanks">ui/snippets/menu_item.ui</file>
<file preprocess="xml-stripblanks">ui/calendar/calendar_page.ui</file>
<file preprocess="xml-stripblanks">ui/calendar/day_view.ui</file>
<file preprocess="xml-stripblanks">ui/calendar/day_indicator.ui</file>
<file preprocess="xml-stripblanks">ui/sidebar/sidebar_projects.ui</file>
<file preprocess="xml-stripblanks">ui/sidebar/project_row.ui</file>
<file preprocess="xml-stripblanks">ui/project/project_header.ui</file>
<file preprocess="xml-stripblanks">ui/project/project_page.ui</file>
<file preprocess="xml-stripblanks">ui/project/section_box.ui</file>
<file preprocess="xml-stripblanks">ui/project/project_create_window.ui</file>
<file preprocess="xml-stripblanks">ui/project/project_edit_window.ui</file>
<file preprocess="xml-stripblanks">ui/task/task_row.ui</file>
<file preprocess="xml-stripblanks">ui/task/task_window.ui</file>
<file preprocess="xml-stripblanks">ui/task/task_page.ui</file>
<file preprocess="xml-stripblanks">ui/task/tasks_box.ui</file>
<file preprocess="xml-stripblanks">ui/task/subtask_row.ui</file>
<file preprocess="xml-stripblanks">ui/task/task_drag_icon.ui</file>
<file preprocess="xml-stripblanks">ui/task/tasks_done_window.ui</file>
<file preprocess="xml-stripblanks">ui/record/record_row.ui</file>
<file preprocess="xml-stripblanks">ui/record/record_window.ui</file>
<file preprocess="xml-stripblanks">ui/reminder/reminder_window.ui</file>
<file preprocess="xml-stripblanks">ui/reminder/reminder_row.ui</file>
<file preprocess="xml-stripblanks">ui/search/search_window.ui</file>
<file preprocess="xml-stripblanks">ui/search/search_result.ui</file>
</gresource>
</gresources>