aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/textureprovider/textureprovider.qrc
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@live.com>2013-02-01 09:01:43 -0600
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-02-02 14:40:41 +0100
commitf626f32c91781ee3fe3aaa7209114efb9d6e3e7c (patch)
tree0d496c073a90dfa13e7a9d16e196ec03d3bcc2dd /examples/quick/textureprovider/textureprovider.qrc
parented761c779b2127b520033a89273085d98f1e9c31 (diff)
Add ETC1 texture provider example.
This code was removed as a labs import in commit 732a86a11dbc20079e33c289af72762ce0125ced. Bring it back as an example. Change-Id: I057d721117dc75256c4a7229c4f8fad8dc9ac6b2 Reviewed-by: Gunnar Sletta <gunnar.sletta@digia.com>
Diffstat (limited to 'examples/quick/textureprovider/textureprovider.qrc')
-rw-r--r--examples/quick/textureprovider/textureprovider.qrc8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/quick/textureprovider/textureprovider.qrc b/examples/quick/textureprovider/textureprovider.qrc
new file mode 100644
index 0000000000..77a568ba1d
--- /dev/null
+++ b/examples/quick/textureprovider/textureprovider.qrc
@@ -0,0 +1,8 @@
+<RCC>
+ <qresource prefix="/textureprovider">
+ <file>images/qt-logo.jpg</file>
+ <file>images/qt-logo.pkm</file>
+ <file>textureprovider.qml</file>
+ <file>Label.qml</file>
+ </qresource>
+</RCC>