summaryrefslogtreecommitdiffstats
path: root/tests/quicktestbrowser/resources.qrc
diff options
context:
space:
mode:
authorJocelyn Turcotte <jocelyn.turcotte@digia.com>2014-03-12 18:05:04 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-19 11:14:22 +0100
commitc117207e9c0b554c4f505ba01ec92e60eb15017b (patch)
tree9b730fc3c654114d637e14e3f2b941205999392d /tests/quicktestbrowser/resources.qrc
parent03c4a20f4c938bd901f1b89fd16d35c7367c3ecc (diff)
Fork the quicknanobrowser as tests/quicktestbrowser
This also removed experimental API uses from the quicknanobrowser example, which should be used mainly for documentation purposes. The quicktestbrowser should be the one that we use from now on as a raw testbed of new APIs. As with other targets in the tests directory, it will only be built by default if Qt is configured with -developer-build (and without -nomake tests). Change-Id: Ib4461c898cd3227bbb810493daac4d841d0d8f3e Reviewed-by: Pierre Rossi <pierre.rossi@gmail.com>
Diffstat (limited to 'tests/quicktestbrowser/resources.qrc')
-rw-r--r--tests/quicktestbrowser/resources.qrc13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/quicktestbrowser/resources.qrc b/tests/quicktestbrowser/resources.qrc
new file mode 100644
index 000000000..166d2bc1e
--- /dev/null
+++ b/tests/quicktestbrowser/resources.qrc
@@ -0,0 +1,13 @@
+<!DOCTYPE RCC><RCC version="1.0">
+ <qresource prefix="/">
+ <file>quickwindow.qml</file>
+ <file>ContextMenuExtras.qml</file>
+ </qresource>
+ <qresource prefix="icons">
+ <!-- To the risk of this breaking more often, do not duplicate the resources since this application won't be deployed -->
+ <file alias="go-next.png">../../examples/webengine/quicknanobrowser/icons/go-next.png</file>
+ <file alias="go-previous.png">../../examples/webengine/quicknanobrowser/icons/go-previous.png</file>
+ <file alias="process-stop.png">../../examples/webengine/quicknanobrowser/icons/process-stop.png</file>
+ <file alias="view-refresh.png">../../examples/webengine/quicknanobrowser/icons/view-refresh.png</file>
+ </qresource>
+</RCC>