mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-06-11 08:57:21 +00:00
Three white circles on dark background. Replaces start-here-kde in the dock home button and the phone navigation bar.
10 lines
238 B
CMake
10 lines
238 B
CMake
# 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
|
|
)
|