summaryrefslogtreecommitdiffstats
path: root/examples/statemachine/twowaybutton/twowaybutton.pro
diff options
context:
space:
mode:
authorKent Hansen <khansen@trolltech.com>2009-05-22 12:09:39 (GMT)
committerKent Hansen <khansen@trolltech.com>2009-05-22 12:12:31 (GMT)
commit6f67fcf54de82c65c5f36ac10dfb6e41b550c296 (patch)
tree053795142d89461fa47af48bc41691896e4c81b4 /examples/statemachine/twowaybutton/twowaybutton.pro
parent64cc2368d230c6f0996a6311767bd1704b4cf322 (diff)
parent5e72b9fb3aae520a690c73bba2eb61d6614a1510 (diff)
downloadQt-6f67fcf54de82c65c5f36ac10dfb6e41b550c296.zip
Qt-6f67fcf54de82c65c5f36ac10dfb6e41b550c296.tar.gz
Qt-6f67fcf54de82c65c5f36ac10dfb6e41b550c296.tar.bz2
Say hello to animation API and state machine API (now with history)
Diffstat (limited to 'examples/statemachine/twowaybutton/twowaybutton.pro')
-rw-r--r--examples/statemachine/twowaybutton/twowaybutton.pro7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/statemachine/twowaybutton/twowaybutton.pro b/examples/statemachine/twowaybutton/twowaybutton.pro
new file mode 100644
index 0000000..f6cbc57
--- /dev/null
+++ b/examples/statemachine/twowaybutton/twowaybutton.pro
@@ -0,0 +1,7 @@
+SOURCES = main.cpp
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/statemachine/twowaybutton
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS twowaybutton.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/statemachine/twowaybutton
+INSTALLS += target sources