summaryrefslogtreecommitdiffstats
path: root/examples/widgets/statemachine/statemachine.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/statemachine/statemachine.pro')
-rw-r--r--examples/widgets/statemachine/statemachine.pro18
1 files changed, 18 insertions, 0 deletions
diff --git a/examples/widgets/statemachine/statemachine.pro b/examples/widgets/statemachine/statemachine.pro
new file mode 100644
index 0000000000..7d510b29be
--- /dev/null
+++ b/examples/widgets/statemachine/statemachine.pro
@@ -0,0 +1,18 @@
+TEMPLATE = subdirs
+SUBDIRS = \
+ factorial \
+ pingpong
+
+!contains(QT_CONFIG, no-widgets) {
+ SUBDIRS += \
+ eventtransitions \
+ rogue \
+ trafficlight \
+ twowaybutton
+}
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/statemachine
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS statemachine.pro README
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/statemachine
+INSTALLS += target sources