mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
This avoids mixing plasmashell state with our MobileShell component library (which really shouldn't have state at all).
14 lines
380 B
Text
14 lines
380 B
Text
<!--
|
|
- Copyright 2022 Devin Lin <devin@kde.org>
|
|
- SPDX-License-Identifier: GPL-2.0-or-later
|
|
-->
|
|
<RCC>
|
|
<qresource prefix="/org/kde/plasma/private/mobileshell/state/">
|
|
<file>qml/HomeScreenControls.qml</file>
|
|
<file>qml/Shell.qml</file>
|
|
<file>qml/TaskPanelControls.qml</file>
|
|
<file>qml/TopPanelControls.qml</file>
|
|
|
|
</qresource>
|
|
</RCC>
|
|
|