summaryrefslogtreecommitdiffstats
path: root/icons/CMakeLists.txt
blob: 9e83cf47b375283974e598c00c56350a6ddf6959 (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
install(
  FILES
    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
    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
)