aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/scenegraph/threadedanimation/threadedanimation.pro
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.pro
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.pro')
-rw-r--r--examples/quick/scenegraph/threadedanimation/threadedanimation.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/quick/scenegraph/threadedanimation/threadedanimation.pro b/examples/quick/scenegraph/threadedanimation/threadedanimation.pro
new file mode 100644
index 0000000000..419ee97e2e
--- /dev/null
+++ b/examples/quick/scenegraph/threadedanimation/threadedanimation.pro
@@ -0,0 +1,8 @@
+QT += qml quick
+
+HEADERS += spinner.h
+SOURCES += spinner.cpp main.cpp
+RESOURCES += threadedanimation.qrc
+
+target.path = $$[QT_INSTALL_EXAMPLES]/quick/scenegraph/threadedanimation
+INSTALLS += target