File tree 3 files changed +48733
-48069
lines changed
3 files changed +48733
-48069
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ ALL: ../src/classes/openshot_rc.py
2
2
3
3
ICONS: =$(shell /usr/bin/find Humanity/ -type f -newer ../src/classes/openshot_rc.py)
4
4
ICONS+ =$(shell /usr/bin/find . -name \* -icon.png -newer ../src/classes/openshot_rc.py)
5
+ ICONS+ =$(shell /usr/bin/find . -name cursor\* .png -newer ../src/classes/openshot_rc.py)
6
+ ICONS+ =$(shell /usr/bin/find . -name keyframe\* .png -newer ../src/classes/openshot_rc.py)
5
7
ICONS+ =AboutLogo.png openshot.svg
6
8
ICONS+ =$(shell /usr/bin/find . -type f -name hw-accel\* .svg -newer ../src/classes/openshot_rc.py)
7
9
Original file line number Diff line number Diff line change 21
21
<file>hw-accel-vaapi.svg</file>
22
22
<file>hw-accel-vdpau.svg</file>
23
23
</qresource>
24
+ <qresource prefix="/cursors">
25
+ <file>cursor_hand.png</file>
26
+ <file>cursor_move.png</file>
27
+ <file>cursor_resize_bdiag.png</file>
28
+ <file>cursor_resize_fdiag.png</file>
29
+ <file>cursor_resize_x.png</file>
30
+ <file>cursor_resize_y.png</file>
31
+ <file>cursor_rotate.png</file>
32
+ <file>cursor_shear_x.png</file>
33
+ <file>cursor_shear_y.png</file>
34
+ </qresource>
35
+ <qresource prefix="/curves">
36
+ <file>keyframe-0.png</file>
37
+ <file>keyframe-1.png</file>
38
+ <file>keyframe-2.png</file>
39
+ </qresource>
24
40
<qresource prefix="/icons">
25
41
<file>Humanity/actions/custom/arrow.png</file>
26
- <file>Humanity/actions/custom/razor_line_with_razor.png</file>
27
42
<file>Humanity/actions/custom/snapshot.png</file>
28
43
<file>Humanity/actions/custom/snap.png</file>
29
44
<file>Humanity/actions/custom/add_marker.png</file>
You can’t perform that action at this time.
0 commit comments