summaryrefslogtreecommitdiffstats
path: root/src/assets/icons/CMakeLists.txt
blob: f5adb229d8531fae0058445142ebc8f7332eff74 (plain)
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
# Copyright (C) 2023 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

qt_internal_add_module(ExampleIconsPrivate
    CONFIG_MODULE_NAME example_icons
    STATIC
    INTERNAL_MODULE
    NO_GENERATE_CPP_EXPORTS
)

set(icons_resource_files
    index.theme
    16x16/document-new.png
    16x16/document-open.png
    16x16/document-print.png
    16x16/document-save.png
    16x16/edit-copy.png
    16x16/edit-cut.png
    16x16/edit-delete.png
    16x16/edit-paste.png
    16x16/edit-redo.png
    16x16/edit-undo.png
    16x16/format-justify-center.png
    16x16/format-justify-fill.png
    16x16/format-justify-left.png
    16x16/format-justify-right.png
    16x16/format-text-bold.png
    16x16/format-text-italic.png
    16x16/format-text-underline.png
    16x16@2/document-new@2x.png
    16x16@2/document-open@2x.png
    16x16@2/document-print@2x.png
    16x16@2/document-save@2x.png
    16x16@2/edit-copy@2x.png
    16x16@2/edit-cut@2x.png
    16x16@2/edit-delete@2x.png
    16x16@2/edit-paste@2x.png
    16x16@2/edit-redo@2x.png
    16x16@2/edit-undo@2x.png
    16x16@2/format-justify-center@2x.png
    16x16@2/format-justify-fill@2x.png
    16x16@2/format-justify-left@2x.png
    16x16@2/format-justify-right@2x.png
    16x16@2/format-text-bold@2x.png
    16x16@2/format-text-italic@2x.png
    16x16@2/format-text-underline@2x.png
    32x32/document-new.png
    32x32/document-open.png
    32x32/document-print.png
    32x32/document-save.png
    32x32/edit-copy.png
    32x32/edit-cut.png
    32x32/edit-delete.png
    32x32/edit-paste.png
    32x32/edit-redo.png
    32x32/edit-undo.png
    32x32/format-justify-center.png
    32x32/format-justify-fill.png
    32x32/format-justify-left.png
    32x32/format-justify-right.png
    32x32/format-text-bold.png
    32x32/format-text-italic.png
    32x32/format-text-underline.png
    32x32@2/document-new@2x.png
    32x32@2/document-open@2x.png
    32x32@2/document-print@2x.png
    32x32@2/document-save@2x.png
    32x32@2/edit-copy@2x.png
    32x32@2/edit-cut@2x.png
    32x32@2/edit-delete@2x.png
    32x32@2/edit-paste@2x.png
    32x32@2/edit-redo@2x.png
    32x32@2/edit-undo@2x.png
    32x32@2/format-justify-center@2x.png
    32x32@2/format-justify-fill@2x.png
    32x32@2/format-justify-left@2x.png
    32x32@2/format-justify-right@2x.png
    32x32@2/format-text-bold@2x.png
    32x32@2/format-text-italic@2x.png
    32x32@2/format-text-underline@2x.png
    128x128/document-new.png
    128x128/document-open.png
    128x128/document-print.png
    128x128/document-save.png
    128x128/edit-copy.png
    128x128/edit-cut.png
    128x128/edit-delete.png
    128x128/edit-paste.png
    128x128/edit-redo.png
    128x128/edit-undo.png
    128x128/format-justify-center.png
    128x128/format-justify-fill.png
    128x128/format-justify-left.png
    128x128/format-justify-right.png
    128x128/format-text-bold.png
    128x128/format-text-italic.png
    128x128/format-text-underline.png
    128x128@2/document-new@2x.png
    128x128@2/document-open@2x.png
    128x128@2/document-print@2x.png
    128x128@2/document-save@2x.png
    128x128@2/edit-copy@2x.png
    128x128@2/edit-cut@2x.png
    128x128@2/edit-delete@2x.png
    128x128@2/edit-paste@2x.png
    128x128@2/edit-redo@2x.png
    128x128@2/edit-undo@2x.png
    128x128@2/format-justify-center@2x.png
    128x128@2/format-justify-fill@2x.png
    128x128@2/format-justify-left@2x.png
    128x128@2/format-justify-right@2x.png
    128x128@2/format-text-bold@2x.png
    128x128@2/format-text-italic@2x.png
    128x128@2/format-text-underline@2x.png
    256x256/document-new.png
    256x256/document-open.png
    256x256/document-print.png
    256x256/document-save.png
    256x256/edit-copy.png
    256x256/edit-cut.png
    256x256/edit-delete.png
    256x256/edit-paste.png
    256x256/edit-redo.png
    256x256/edit-undo.png
    256x256/format-justify-center.png
    256x256/format-justify-fill.png
    256x256/format-justify-left.png
    256x256/format-justify-right.png
    256x256/format-text-bold.png
    256x256/format-text-italic.png
    256x256/format-text-underline.png
    256x256@2/document-new@2x.png
    256x256@2/document-open@2x.png
    256x256@2/document-print@2x.png
    256x256@2/document-save@2x.png
    256x256@2/edit-copy@2x.png
    256x256@2/edit-cut@2x.png
    256x256@2/edit-delete@2x.png
    256x256@2/edit-paste@2x.png
    256x256@2/edit-redo@2x.png
    256x256@2/edit-undo@2x.png
    256x256@2/format-justify-center@2x.png
    256x256@2/format-justify-fill@2x.png
    256x256@2/format-justify-left@2x.png
    256x256@2/format-justify-right@2x.png
    256x256@2/format-text-bold@2x.png
    256x256@2/format-text-italic@2x.png
    256x256@2/format-text-underline@2x.png
    scalable/document-new.svg
    scalable/document-open.svg
    scalable/document-print.svg
    scalable/document-save.svg
    scalable/edit-copy.svg
    scalable/edit-cut.svg
    scalable/edit-delete.svg
    scalable/edit-paste.svg
    scalable/edit-redo.svg
    scalable/edit-undo.svg
    scalable/format-justify-center.svg
    scalable/format-justify-fill.svg
    scalable/format-justify-left.svg
    scalable/format-justify-right.svg
    scalable/format-text-bold.svg
    scalable/format-text-italic.svg
    scalable/format-text-underline.svg
)

qt_internal_add_resource(ExampleIconsPrivate "example_icons"
    PREFIX
        "/qt-project.org/icons/example_icons"
    FILES
        ${icons_resource_files}
)