aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop-unified/src-desktop/src-qml/src-qml.qrc
diff options
context:
space:
mode:
authorZackaryWelch <welch.zackary@gmail.com>2018-01-30 13:25:00 -0500
committerZackaryWelch <welch.zackary@gmail.com>2018-01-30 13:25:00 -0500
commit79cc1484c38e0dbd27aa03a97eaab2bb6b6d5c78 (patch)
treea3df677962ce5eeeef5ac3b9056119987b701c8b /src-qt5/core/lumina-desktop-unified/src-desktop/src-qml/src-qml.qrc
parentFixed the find/bookmark widgets and rotation for lumina-pdf (diff)
parentMerge branch 'master' of github.com:trueos/lumina (diff)
downloadlumina-79cc1484c38e0dbd27aa03a97eaab2bb6b6d5c78.tar.gz
lumina-79cc1484c38e0dbd27aa03a97eaab2bb6b6d5c78.tar.bz2
lumina-79cc1484c38e0dbd27aa03a97eaab2bb6b6d5c78.zip
Merge branch 'master' of https://github.com/trueos/lumina
Diffstat (limited to 'src-qt5/core/lumina-desktop-unified/src-desktop/src-qml/src-qml.qrc')
-rw-r--r--src-qt5/core/lumina-desktop-unified/src-desktop/src-qml/src-qml.qrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src-qt5/core/lumina-desktop-unified/src-desktop/src-qml/src-qml.qrc b/src-qt5/core/lumina-desktop-unified/src-desktop/src-qml/src-qml.qrc
index a4dc414f..ba143027 100644
--- a/src-qt5/core/lumina-desktop-unified/src-desktop/src-qml/src-qml.qrc
+++ b/src-qt5/core/lumina-desktop-unified/src-desktop/src-qml/src-qml.qrc
@@ -5,5 +5,10 @@
<file>Screen.qml</file>
<file>Panel.qml</file>
<file>NativeWindow.qml</file>
+ <file>plugins/StatusTray.qml</file>
+ <file>plugins/status_tray/TrayIcon.qml</file>
+ <file>plugins/status_tray/VolumeButton.qml</file>
+ <file>plugins/status_tray/NetworkButton.qml</file>
+ <file>plugins/status_tray/BatteryButton.qml</file>
</qresource>
</RCC>
bgstack15