summaryrefslogtreecommitdiffstats
path: root/lib/kofficeui/pics/CMakeLists.txt
blob: 1d14be12e5d1cc0c9085a9a48f3f9ea008c0b736 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
###############################################################################
# Trinity KOffice                                                             #
# ---------------                                                             #
# This file is licensed under the terms of GNU GPL v3 or later.               #
# Improvements and feedback are welcome.                                      #
###############################################################################

install(
  FILES
    koRulerFirst.png koRulerLeft.png koffice-logo.png
    koKoolBarDown.png koKoolBarUp.png
    koPortrait.png koLandscape.png
  DESTINATION ${DATA_INSTALL_DIR}/koffice/pics
)

install(
  FILES
    kounitdoublecombobox.png kounitdoublelineedit.png
    kounitdoublespinbox2.png kounitdoublespincombobox.png
  DESTINATION ${DATA_INSTALL_DIR}/kofficewidgets/pics
)

# kate: indent-width 2; replace-tabs true;