File: shared.qrc

package info (click to toggle)
qtwebkit-examples-opensource-src 5.3.2%2Bdfsg-2~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 4,780 kB
  • sloc: cpp: 11,691; makefile: 31
file content (10 lines) | stat: -rw-r--r-- 283 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
<RCC>
    <qresource prefix="/shared">
        <file>images/arrow.png</file>
        <file>images/busy.png</file>
        <file>images/less.png</file>
        <file>images/more.png</file>
        <file>Button.qml</file>
        <file>LoadIndicator.qml</file>
    </qresource>
</RCC>