homescreen: Move into folder

Prepares for the addition of new types of homescreens.
This commit is contained in:
Devin Lin 2022-05-17 23:19:04 -04:00
parent 0368834d2c
commit 1c6db427ab
33 changed files with 5 additions and 1 deletions

View file

@ -2,5 +2,5 @@
# SPDX-License-Identifier: GPL-2.0-or-later
add_subdirectory(panel)
add_subdirectory(homescreen)
add_subdirectory(homescreens)
add_subdirectory(taskpanel)

View file

@ -0,0 +1,4 @@
# SPDX-FileCopyrightText: 2022 Devin Lin <devin@kde.org>
# SPDX-License-Identifier: GPL-2.0-or-later
add_subdirectory(default)