lookandfeel: Rename folder to be have a consistent name with other shells

This commit is contained in:
Devin Lin 2023-04-02 19:58:09 -07:00
parent 7c292cadeb
commit fe7a453ddd
23 changed files with 2 additions and 2 deletions

View file

@ -94,7 +94,7 @@ include(CheckIncludeFiles)
ecm_find_qmlmodule(org.kde.pipewire 0.1) ecm_find_qmlmodule(org.kde.pipewire 0.1)
plasma_install_package(look-and-feel org.kde.breeze.mobile look-and-feel lookandfeel) plasma_install_package(lookandfeel org.kde.breeze.mobile look-and-feel lookandfeel)
plasma_install_package(shell org.kde.plasma.phoneshell shells) plasma_install_package(shell org.kde.plasma.phoneshell shells)
add_subdirectory(bin) add_subdirectory(bin)

View file

@ -11,7 +11,7 @@ import org.kde.notificationmanager 1.1 as Notifications
import org.kde.notificationmanager 1.0 as NotificationManager import org.kde.notificationmanager 1.0 as NotificationManager
import "../look-and-feel/contents/lockscreen" as LockScreen import "../lookandfeel/contents/lockscreen" as LockScreen
// This is a test app for the lockscreen, simulating kscreenlocker. // This is a test app for the lockscreen, simulating kscreenlocker.
// //