vnote/vnote.qrc
Le Tan 7bce2cb298 use QWebEngineView to display markdown files
Thanks to [marked JavaScript library](https://github.com/chjj/marked) by
Christopher Jeffrey. The
[style sheet](http://kevinburke.bitbucket.org/markdowncss/markdown.css)
was created by Kevin Burke.

Signed-off-by: Le Tan <tamlokveer@gmail.com>
2016-10-09 20:47:20 +08:00

12 lines
383 B
Plaintext

<RCC>
<qresource prefix="/">
<file>resources/welcome.html</file>
<file>resources/qwebchannel.js</file>
<file>resources/template.html</file>
<file>resources/markdown.css</file>
<file>utils/marked/marked.min.js</file>
<file>resources/post_template.html</file>
<file>resources/pre_template.html</file>
</qresource>
</RCC>