Fix notifications on Android

Bundle the notifyrc file in qrc so that KNotifications finds it
This commit is contained in:
Nicolas Fella
2021-12-22 15:13:48 +01:00
committed by Carl Schwan
parent d71ccc46d0
commit 5e1adf7ea7
5 changed files with 12 additions and 2 deletions

9
src/notifyrc.qrc Normal file
View File

@@ -0,0 +1,9 @@
<!--
SPDX-FileCopyrightText: None
SPDX-License-Identifier: CC0-1.0
-->
<RCC>
<qresource prefix="/knotifications5">
<file>neochat.notifyrc</file>
</qresource>
</RCC>