qml.qrc Example File

chattutorial/chapter3-navigation/qml.qrc
<RCC>
    <qresource prefix="/">
        <file>main.qml</file>
        <file>ContactPage.qml</file>
        <file>ConversationPage.qml</file>
    </qresource>
</RCC>