mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-06-11 08:57:21 +00:00
Detect the device class, stage the selected experience, and write the resulting setup choices through SetupState. Load the new device and experience modules before the existing setup pages, and use the Shift icon on the finished page.
11 lines
625 B
CMake
11 lines
625 B
CMake
# SPDX-FileCopyrightText: 2023 Devin Lin <devin@kde.org>
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
plasma_install_package(deviceprofile org.kde.plasma.mobileinitialstart.deviceprofile mobileinitialstart)
|
|
plasma_install_package(experienceprofile org.kde.plasma.mobileinitialstart.experienceprofile mobileinitialstart)
|
|
plasma_install_package(finished org.kde.plasma.mobileinitialstart.finished mobileinitialstart)
|
|
plasma_install_package(systemnavigation org.kde.plasma.mobileinitialstart.systemnavigation mobileinitialstart)
|
|
add_subdirectory(cellular)
|
|
add_subdirectory(prepare)
|
|
add_subdirectory(time)
|
|
add_subdirectory(wifi)
|