summaryrefslogtreecommitdiffstats
path: root/icons/CMakeLists.txt
blob: 90f4bf4633c0e60db9c33edb5ae0e0b98f0f2faf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
install(
  FILES
    banner.png
    document-open.png
    document-properties.png
    document-save.png
    document-save-as.png
    edit-clear.png
    exporthtml.png
    exportpdf.png
    info.png
    live-preview.png
    preferences-system.png
    syntax-highlight.png
    system-log-out.png
    tooltip.png
    universalIndentGUI.ico
    universalIndentGUI.svg
    universalIndentGUI_32x32.xpm
    universalIndentGUI_64x64.png
    universalIndentGUI_512x512.png
  DESTINATION ${SHARE_INSTALL_PREFIX}/universal-indent-gui-tqt/icons
)