summaryrefslogtreecommitdiffstats
path: root/examples/webenginewidgets/markdowneditor/resources/markdowneditor.qrc
blob: 9a6bd3801298968e1ab4d3e9032fa6b958fb912f (plain)
1
2
3
4
5
6
7
8
9
<RCC>
    <qresource prefix="/">
        <file>index.html</file>
        <file>qwebchannel.js</file>
        <file>3rdparty/marked.min.js</file>
        <file>default.md</file>
        <file>3rdparty/markdown.css</file>
    </qresource>
</RCC>