summaryrefslogtreecommitdiffstats
path: root/examples/scxml/trafficlight-widgets-dynamic/trafficlight-widgets-dynamic.qrc
blob: 5de9c00dc3b80727afaa563bf34c617fc528a71f (plain)
1
2
3
4
5
6
7
8
9
10
11
<RCC>
    <qresource prefix="/">
        <file alias="statemachine.scxml">../trafficlight-common/statemachine.scxml</file>
        <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>