summaryrefslogtreecommitdiffstats
path: root/kdeprint/pics/CMakeLists.txt
blob: ed64783253a6752584c2894a71af0e9cc086b27c (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
38
39
40
41
#################################################
#
#  (C) 2010 Serghei Amelian
#  serghei (DOT) amelian (AT) gmail.com
#
#  Improvements and feedback are welcome
#
#  This file is released under GPL >= 2
#
#################################################

##### other data ################################

install( FILES
    kdeprint_collate.png kdeprint_collate_reverse.png
    kdeprint_color.png kdeprint_duplex_none.png
    kdeprint_duplex_long.png kdeprint_duplex_short.png
    kdeprint_grayscale.png kdeprint_landscape.png
    kdeprint_nup1.png kdeprint_nup2.png kdeprint_nup4.png
    kdeprint_portrait.png kdeprint_revlandscape.png
    kdeprint_revportrait.png kdeprint_uncollate.png
    kdeprint_uncollate_reverse.png kdeprint_nupother.png
    kdeprint_prettyprint.png
  DESTINATION ${DATA_INSTALL_DIR}/kdeprint/pics )

tde_install_icons(
    kdeprint_job kdeprint_job_error kdeprint_job_process
    kdeprint_job_stopped kdeprint_printer kdeprint_printer_class
    kdeprint_printer_class_stopped kdeprint_printer_defect
    kdeprint_printer_remote kdeprint_printer_remote_stopped
    kdeprint_printer_stopped kdeprint_printer_remote_process
    kdeprint_printer_process kdeprint_printer_class_process
    kdeprint_computer kdeprint_printer_infos history
    kdeprint_printer_users filterstop kdeprint_job_completed
    kdeprint_job_cancelled package_utilities kdeprint_enableprinter
    kdeprint_stopprinter kdeprint_addprinter kdeprint_addpseudo
    kdeprint_configmgr kdeprint_configsrv kdeprint_defaulthard
    kdeprint_defaultsoft kdeprint_report kdeprint_testprinter
    kdeprint_uploadsmb kdeprint_restartsrv kdeprint_inklevel
    kdeprint_printstate kdeprint_queuestate
  DESTINATION ${DATA_INSTALL_DIR}/kdeprint/icons )