summaryrefslogtreecommitdiffstats
path: root/examples/quick/quicknanobrowser/resources.qrc
diff options
context:
space:
mode:
authorJocelyn Turcotte <jocelyn.turcotte@digia.com>2014-03-10 16:11:07 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-19 11:14:02 +0100
commitf8d1105adde03a52806e0f19cc652f2dca6bb78f (patch)
tree1279d82ae58cd2f570ff2f861bb32f90cefbb83c /examples/quick/quicknanobrowser/resources.qrc
parent177be5dc8c34f840e07e4ac33e182b012420893b (diff)
Remove the widgetsnanobrowser example
This example hasn't been touched since we imported QtWebKit examples. If we need to have a more test-purpose widgets browser in the future, we can dig it back from the history. Change-Id: Icee9bd7f09827a97b33c6783b87311e331d963b1 Reviewed-by: Pierre Rossi <pierre.rossi@gmail.com>
Diffstat (limited to 'examples/quick/quicknanobrowser/resources.qrc')
-rw-r--r--examples/quick/quicknanobrowser/resources.qrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/quick/quicknanobrowser/resources.qrc b/examples/quick/quicknanobrowser/resources.qrc
index 5294b7ff6..1befb4fd1 100644
--- a/examples/quick/quicknanobrowser/resources.qrc
+++ b/examples/quick/quicknanobrowser/resources.qrc
@@ -3,4 +3,10 @@
<file>quickwindow.qml</file>
<file>ContextMenuExtras.qml</file>
</qresource>
+ <qresource prefix="icons">
+ <file alias="go-next.png">icons/go-next.png</file>
+ <file alias="go-previous.png">icons/go-previous.png</file>
+ <file alias="process-stop.png">icons/process-stop.png</file>
+ <file alias="view-refresh.png">icons/view-refresh.png</file>
+ </qresource>
</RCC>