mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-06-12 09:17:42 +00:00
11 lines
238 B
Text
11 lines
238 B
Text
|
|
# SPDX-FileCopyrightText: 2026 Marco Allegretti
|
||
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
|
|
||
|
|
include(ECMInstallIcons)
|
||
|
|
|
||
|
|
ecm_install_icons(
|
||
|
|
ICONS sc-places-start-here-shift.svg
|
||
|
|
DESTINATION ${KDE_INSTALL_ICONDIR}
|
||
|
|
THEME hicolor
|
||
|
|
)
|