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