diff options
author | Geir Vattekar <geir.vattekar@trolltech.com> | 2009-08-07 09:37:33 (GMT) |
---|---|---|
committer | Geir Vattekar <geir.vattekar@trolltech.com> | 2009-08-07 09:42:47 (GMT) |
commit | 490f135caa35831646dac7e00f1c9422cb09aca9 (patch) | |
tree | 4f1ea1390cf20ccf18077ce5521bc854e851e135 /examples/statemachine/rogue/rogue.pro | |
parent | 8c621378e79a417fc7512691bf07023c1496aac0 (diff) | |
download | Qt-490f135caa35831646dac7e00f1c9422cb09aca9.zip Qt-490f135caa35831646dac7e00f1c9422cb09aca9.tar.gz Qt-490f135caa35831646dac7e00f1c9422cb09aca9.tar.bz2 |
Doc: Integrated the Rogue (state machine) example.
Reviewed-by: Kent Hansen
Diffstat (limited to 'examples/statemachine/rogue/rogue.pro')
-rw-r--r-- | examples/statemachine/rogue/rogue.pro | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/statemachine/rogue/rogue.pro b/examples/statemachine/rogue/rogue.pro new file mode 100644 index 0000000..1571854 --- /dev/null +++ b/examples/statemachine/rogue/rogue.pro @@ -0,0 +1,11 @@ +HEADERS = window.h \ + movementtransition.h +SOURCES = main.cpp \ + window.cpp + +# install +target.path = $$[QT_INSTALL_EXAMPLES]/statemachine/rogue +sources.files = $$SOURCES $$HEADERS *.pro +sources.path = $$[QT_INSTALL_EXAMPLES]/statemachine/rogue +INSTALLS += target sources + |