maze.qrc Example File

maze/maze.qrc

  <RCC>
      <qresource prefix="/">
          <file>Congratulation.qml</file>
          <file>LabyrinthSquare.qml</file>
          <file>lib.js</file>
          <file>maze.qml</file>
          <file>Mouse.qml</file>
          <file>components/ApplicationWindow.qml</file>
          <file>components/Button.qml</file>
          <file>components/images/button_background_disabled.png</file>
          <file>components/images/button_background_pressed.png</file>
          <file>components/images/button_background_normal.png</file>
          <file>content/00.png</file>
          <file>content/start.png</file>
          <file>content/mouse_down.gif</file>
          <file>content/congratulations.gif</file>
          <file>content/cheeseeating.gif</file>
          <file>content/cheese.png</file>
          <file>content/01.png</file>
      </qresource>
  </RCC>