summaryrefslogtreecommitdiffstats
path: root/examples/icons/CMakeLists.txt
blob: f2a2c4e715fd434daa7b63d2e40b8b7294650e0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#################################################
#
#  (C) 2021 Michele Calgaro
#  Michele (DOT) Calgaro (AT) yahoo.it
#
#  Improvements and feedback are welcome
#
#  This file is released under GPL >= 2
#
#################################################

install(
	FILES action-locked-default.png action-locked.png action-unlocked.png custom-yes.png custom-no.png
	DESTINATION ${DATA_INSTALL_DIR}/polkit-tqt/icons
)