SimpleQmlNotify/QML.qrc
2021-01-19 21:35:18 +03:00

17 lines
621 B
Plaintext

<RCC>
<qresource prefix="/">
<file>NotifyModule/qmldir</file>
<file>NotifyModule/NotificationServiceView.qml</file>
<file>NotifyModule/NotificationForm.qml</file>
<file>NotifyModule/BasePopUp.qml</file>
<file>NotifyModule/Metrix.qml</file>
<file>NotifyModule/YesNoQuestion.qml</file>
</qresource>
<qresource prefix="/icons">
<file alias="warning">icons/Warning.png</file>
<file alias="question">icons/Question.png</file>
<file alias="info">icons/Info.png</file>
<file alias="error">icons/Error.png</file>
</qresource>
</RCC>