Move QML files to src/qml and don't use internal qml modules

This commit is contained in:
Tobias Fella
2022-10-19 14:47:17 +02:00
parent 813a8003c6
commit 2817ce9d16
105 changed files with 144 additions and 315 deletions

6
src/res_desktop.qrc Normal file
View File

@@ -0,0 +1,6 @@
<RCC>
<qresource prefix="/">
<file alias="ShareAction.qml">qml/Menu/ShareAction.qml</file>
<file alias="ShareDialog.qml">qml/Menu/ShareDialog.qml</file>
</qresource>
</RCC>