summaryrefslogtreecommitdiffstats
path: root/icons/CMakeLists.txt
blob: 08b954e5770b54ec31ab3790845e957b5aa972fb (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
install(
  FILES
    accessories-text-editor.png
    applications-system.png
    banner.png
    document-open.png
    document-properties.png
    document-save.png
    document-save-as.png
    edit-clear.png
    exporthtml.png
    exportpdf.png
    help.png
    info.png
    language-de.png
    language-en.png
    language-fr.png
    language-ja.png
    language-ru.png
    language-uk.png
    language-zh_TW.png
    live-preview.png
    load_indent_cfg.png
    preferences-system.png
    save_indent_cfg.png
    shell.png
    syntax-highlight.png
    system-log-out.png
    tooltip.png
    universalIndentGUI.ico
    universalIndentGUI.svg
    universalIndentGUI_32x32.xpm
    universalIndentGUI_64x64.png
    universalIndentGUI_512x512.png
    view-refresh.png
  DESTINATION ${SHARE_INSTALL_PREFIX}/universal-indent-gui-tqt/icons
)