summaryrefslogtreecommitdiffstats
path: root/examples/widgets/animation/animation.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/animation/animation.pro')
-rw-r--r--examples/widgets/animation/animation.pro17
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/widgets/animation/animation.pro b/examples/widgets/animation/animation.pro
new file mode 100644
index 0000000000..b17aa0e0fe
--- /dev/null
+++ b/examples/widgets/animation/animation.pro
@@ -0,0 +1,17 @@
+TEMPLATE = \
+ subdirs
+SUBDIRS += \
+ animatedtiles \
+ appchooser \
+ easing \
+ moveblocks \
+ states \
+ stickman \
+ sub-attaq \
+
+# 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
+QT += widgets