blob: 47b37e11502eff211046052392c0e7a2f384e11f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
################################################################################
# Copyright © 2024 Mavridis Philippe <[email protected]> #
# #
# This file is released under the GNU GPL version 3 or later. #
# Improvements and feedback are welcome! #
################################################################################
set(theme "oldcrystal")
install(FILES audio-volume-error.png audio-volume-muted.png
audio-volume-low.png audio-volume-medium.png
audio-volume-high.png
DESTINATION ${DATA_INSTALL_DIR}/kmix/pics/${theme})
|