File: CMakeLists.txt

package info (click to toggle)
kleopatra 4%3A18.08.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 21,544 kB
  • sloc: cpp: 51,822; ansic: 382; xml: 119; sh: 51; makefile: 8
file content (12 lines) | stat: -rw-r--r-- 266 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
if (WIN32)
  set(EXTRAWINFILES gpg4win-compact.png gpg4win.png)
endif()

install(FILES
  kleopatra_wizard.png
  kleopatra_wizard.svgz
  kleopatra_splashscreen.png
  kleopatra_splashscreen.svgz
  ${EXTRAWINFILES}
  DESTINATION ${KDE_INSTALL_DATADIR}/kleopatra/pics
)