summaryrefslogtreecommitdiffstats
path: root/examples/scxml/trafficlight-widgets-static/trafficlight-widgets-static.qrc
blob: af193804a2932ff7fc3a84940031cd8d4d89ca03 (plain)
1
2
3
4
5
6
7
8
9
10
11
<RCC>
    <qresource prefix="/">
        <file alias="green.png">../trafficlight-common/green.png</file>
        <file alias="yellow.png">../trafficlight-common/yellow.png</file>
        <file alias="red.png">../trafficlight-common/red.png</file>
        <file alias="pause.png">../trafficlight-common/pause.png</file>
        <file alias="play.png">../trafficlight-common/play.png</file>
        <file alias="background.png">../trafficlight-common/background.png</file>
    </qresource>
</RCC>