blob: 0e99c8a98c77384a49ff41d40a22f9c74b4444f1 (
plain) (
blame)
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
|
guidir = $(pkgdatadir)/data/graphics/gui
gui_DATA = \
bubble.png \
button.xml \
button_disabled.xml \
button_highlighted.xml \
button_pressed.xml \
buttonplay.png \
checkbox.png \
circle-gray.png \
circle-green.png \
colors.xml \
dropdown.xml \
dropdown_background.xml \
dropdown_pressed.xml \
equipmentbox.png \
item_shortcut_bgr.png \
mouse.png \
playerbox_background.xml \
progress-indicator.png \
progressbar.xml \
radioin.png \
radioin_highlight.png \
radioout.png \
radioout_highlight.png \
resize.png \
scroll.xml \
scroll_background.xml \
scroll_highlighted.xml \
scrollbuttons.xml \
scrollbuttons_pressed.xml\
selection.png \
slider.xml \
slider_highlighted.xml \
speechbubble.xml \
tab.xml \
tab_highlighted.xml \
tab_selected.xml \
tab_unused.xml \
target-cursor-in-range-l.png \
target-cursor-in-range-m.png \
target-cursor-in-range-s.png \
target-cursor-normal-l.png \
target-cursor-normal-m.png \
target-cursor-normal-s.png \
textfield_background.xml \
unknown-item.png \
window.png \
window.xml
EXTRA_DIST = \
$(gui_DATA) \
CMakeLists.txt
|