summaryrefslogtreecommitdiffstats
path: root/examples/statemachine/statemachine/rogue/rogue.pro
diff options
context:
space:
mode:
authorJuha Vuolle <juha.vuolle@insta.fi>2021-02-12 14:31:23 +0200
committerJuha Vuolle <juha.vuolle@insta.fi>2021-02-17 16:05:19 +0200
commitbf411290440543e66c5468018681d041d0b9d047 (patch)
tree138e5bd55a01418461849b3678794b544ffe4da9 /examples/statemachine/statemachine/rogue/rogue.pro
parent9251d5c76fb57674e8b7d3491f064814c5e08b20 (diff)
Rename example directory (all examples in it are statemachine examples)
Pick-to: 6.1 Task-number: QTBUG-89833 Change-Id: I5703667054d5f32633c741f97c2890b64801960c Reviewed-by: Paul Wicking <paul.wicking@qt.io>
Diffstat (limited to 'examples/statemachine/statemachine/rogue/rogue.pro')
-rw-r--r--examples/statemachine/statemachine/rogue/rogue.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/statemachine/statemachine/rogue/rogue.pro b/examples/statemachine/statemachine/rogue/rogue.pro
new file mode 100644
index 0000000..7260d76
--- /dev/null
+++ b/examples/statemachine/statemachine/rogue/rogue.pro
@@ -0,0 +1,10 @@
+QT += statemachine widgets
+
+HEADERS = window.h \
+ movementtransition.h
+SOURCES = main.cpp \
+ window.cpp
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/statemachine/statemachine/rogue
+INSTALLS += target