summaryrefslogtreecommitdiffstats
path: root/tests/quicktestbrowser/resources.qrc
blob: 1226be00becec77a708b409304ef00d6b6367dcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE RCC><RCC version="1.0">
    <qresource prefix="/">
        <file>quickwindow.qml</file>
        <file>ContextMenuExtras.qml</file>
        <file>FeaturePermissionBar.qml</file>
    </qresource>
    <qresource prefix="icons">
        <!-- To the risk of this breaking more often, do not duplicate the resources since this application won't be deployed -->
        <file alias="go-next.png">../../examples/webengine/quicknanobrowser/icons/go-next.png</file>
        <file alias="go-previous.png">../../examples/webengine/quicknanobrowser/icons/go-previous.png</file>
        <file alias="process-stop.png">../../examples/webengine/quicknanobrowser/icons/process-stop.png</file>
        <file alias="view-refresh.png">../../examples/webengine/quicknanobrowser/icons/view-refresh.png</file>
    </qresource>
</RCC>