aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph/threadedanimation/threadedanimation.qrc
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@digia.com>2013-06-24 11:17:09 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-01 07:27:49 +0200
commitf2889973e36f3c24645d84560eec89aa17caca42 (patch)
tree5ed91fa85c60f4f4432b685bfe7df2dd11790e56 /examples/quick/scenegraph/threadedanimation/threadedanimation.qrc
parent65a0d19180b061fc24b2032289d157ad2602e6d9 (diff)
Example for running animations on the render thread
Change-Id: I7a829f201c9d1514b2462e7f3bd11761d02cb66c Reviewed-by: Alan Alpert (Personal) <416365416c@gmail.com>
Diffstat (limited to 'examples/quick/scenegraph/threadedanimation/threadedanimation.qrc')
-rw-r--r--examples/quick/scenegraph/threadedanimation/threadedanimation.qrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/quick/scenegraph/threadedanimation/threadedanimation.qrc b/examples/quick/scenegraph/threadedanimation/threadedanimation.qrc
new file mode 100644
index 0000000000..ecaf4f7a31
--- /dev/null
+++ b/examples/quick/scenegraph/threadedanimation/threadedanimation.qrc
@@ -0,0 +1,6 @@
+<RCC>
+ <qresource prefix="/scenegraph/threadedanimation">
+ <file>main.qml</file>
+ <file>spinner.png</file>
+ </qresource>
+</RCC>