summaryrefslogtreecommitdiffstats
path: root/examples/webview/minibrowser/qml.qrc
diff options
context:
space:
mode:
authorVenugopal Shivashankar <venugopal.shivashankar@digia.com>2014-11-20 12:56:59 +0100
committerVenugopal Shivashankar <venugopal.shivashankar@digia.com>2014-11-21 15:05:53 +0100
commit85d5f57ebe5ee44a9171cae2c8141d6ed2a0f979 (patch)
treef9fd2b8dbca9658f4ba760f9829381e513bfd820 /examples/webview/minibrowser/qml.qrc
parent5e33c08b025f40cd032daa4c947140bfc41b8ad6 (diff)
Doc: Renamed the webview example
- Updated the subdirs project file referring the example - Updated the examples page with the new name - Moved the qtwebview-example group page to doc/src Change-Id: I53ba49103ad2bfff21a230dded456be1e88231f2 Reviewed-by: Christian Stromme <christian.stromme@digia.com>
Diffstat (limited to 'examples/webview/minibrowser/qml.qrc')
-rw-r--r--examples/webview/minibrowser/qml.qrc7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/webview/minibrowser/qml.qrc b/examples/webview/minibrowser/qml.qrc
new file mode 100644
index 0000000..16da66e
--- /dev/null
+++ b/examples/webview/minibrowser/qml.qrc
@@ -0,0 +1,7 @@
+<RCC>
+ <qresource prefix="/">
+ <file>main.qml</file>
+ <file>images/left-32.png</file>
+ <file>images/right-32.png</file>
+ </qresource>
+</RCC>