mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
homescreen: Move into folder
Prepares for the addition of new types of homescreens.
This commit is contained in:
parent
0368834d2c
commit
1c6db427ab
33 changed files with 5 additions and 1 deletions
|
|
@ -2,5 +2,5 @@
|
||||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
|
||||||
add_subdirectory(panel)
|
add_subdirectory(panel)
|
||||||
add_subdirectory(homescreen)
|
add_subdirectory(homescreens)
|
||||||
add_subdirectory(taskpanel)
|
add_subdirectory(taskpanel)
|
||||||
|
|
|
||||||
4
containments/homescreens/CMakeLists.txt
Normal file
4
containments/homescreens/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
# SPDX-FileCopyrightText: 2022 Devin Lin <devin@kde.org>
|
||||||
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
|
|
||||||
|
add_subdirectory(default)
|
||||||
Loading…
Reference in a new issue