summaryrefslogtreecommitdiffstats
path: root/examples/animation/animation.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/animation/animation.pro')
-rw-r--r--examples/animation/animation.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/animation/animation.pro b/examples/animation/animation.pro
new file mode 100644
index 0000000000..4a9064d97e
--- /dev/null
+++ b/examples/animation/animation.pro
@@ -0,0 +1,15 @@
+TEMPLATE = \
+ subdirs
+SUBDIRS += \
+ animatedtiles \
+ appchooser \
+ easing \
+ moveblocks \
+ states \
+ stickman \
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/animation
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS animation.pro README
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/animation
+INSTALLS += target sources