summaryrefslogtreecommitdiffstats
path: root/examples/webenginewidgets/markdowneditor/resources/markdowneditor.qrc
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2017-07-03 17:14:57 +0200
committerKai Koehne <kai.koehne@qt.io>2017-07-13 12:44:18 +0000
commita0f7ba909905ea917f47154cb5b18b8f108e0613 (patch)
treeb72888ae7f0a32bfa20c4678bd919130eca827ae /examples/webenginewidgets/markdowneditor/resources/markdowneditor.qrc
parent82adf72d1eb3f2ec8e212a55fdcc3151863664c8 (diff)
Properly document third party code in examples
Move files from marked, markdown.css to a 3rdparty directory, and properly document them with a qt_attribution.json file. Finally, reference the (automatically generated) documentation in the respective examples documentation. Task-number: QTBUG-61706 Change-Id: I8fd3f894e6e81647bc4804df784b1e00b83d12d6 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'examples/webenginewidgets/markdowneditor/resources/markdowneditor.qrc')
-rw-r--r--examples/webenginewidgets/markdowneditor/resources/markdowneditor.qrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/webenginewidgets/markdowneditor/resources/markdowneditor.qrc b/examples/webenginewidgets/markdowneditor/resources/markdowneditor.qrc
index 8b7471a9c..9a6bd3801 100644
--- a/examples/webenginewidgets/markdowneditor/resources/markdowneditor.qrc
+++ b/examples/webenginewidgets/markdowneditor/resources/markdowneditor.qrc
@@ -2,8 +2,8 @@
<qresource prefix="/">
<file>index.html</file>
<file>qwebchannel.js</file>
- <file>marked.min.js</file>
+ <file>3rdparty/marked.min.js</file>
<file>default.md</file>
- <file>markdown.css</file>
+ <file>3rdparty/markdown.css</file>
</qresource>
</RCC>