summaryrefslogtreecommitdiffstats
path: root/examples/widgets/animation/states/states.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/animation/states/states.pro')
-rw-r--r--examples/widgets/animation/states/states.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/widgets/animation/states/states.pro b/examples/widgets/animation/states/states.pro
new file mode 100644
index 0000000000..adf0e8d58c
--- /dev/null
+++ b/examples/widgets/animation/states/states.pro
@@ -0,0 +1,10 @@
+SOURCES += main.cpp
+RESOURCES += states.qrc
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/animation/states
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS states.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/animation/states
+INSTALLS += target sources
+
+QT += widgets