summaryrefslogtreecommitdiff
path: root/data/themes/blackwood/CMakeLists.txt
blob: 210e5fd4e3348fbda09d420e4ec52c4fd22b855f (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
SET (FILES
    button.png
    button_disabled.png
    buttonhi.png
    buttonpress.png
    checkbox.png
    circle-gray.png
    circle-green.png
    close_button.png
    colors.xml
    deepbox.png
    hscroll_left_default.png
    hscroll_left_highlight.png
    hscroll_left_pressed.png
    hscroll_right_default.png
    hscroll_right_highlight.png
    hscroll_right_pressed.png
    item_shortcut_bgr.png
    mouse.png
    progress-indicator.png
    radioin.png
    radioin_highlight.png
    radioout.png
    radioout_highlight.png
    selection.png
    slider.png
    slider_hilight.png
    speechbubble.xml
    sticky_button.png
    tab.png
    tab_hilight.png
    tabselected.png
    vscroll_down_default.png
    vscroll_down_highlight.png
    vscroll_down_pressed.png
    vscroll_grey.png
    vscroll_highlight.png
    vscroll_up_default.png
    vscroll_up_highlight.png
    vscroll_up_pressed.png
    window.png
    )

INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/themes/blackwood)