summaryrefslogtreecommitdiffstats
path: root/examples/widgets/statemachine/eventtransitions/eventtransitions.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/statemachine/eventtransitions/eventtransitions.pro')
-rw-r--r--examples/widgets/statemachine/eventtransitions/eventtransitions.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/widgets/statemachine/eventtransitions/eventtransitions.pro b/examples/widgets/statemachine/eventtransitions/eventtransitions.pro
new file mode 100644
index 0000000000..8a9d84e646
--- /dev/null
+++ b/examples/widgets/statemachine/eventtransitions/eventtransitions.pro
@@ -0,0 +1,11 @@
+SOURCES = main.cpp
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/statemachine/eventtransitions
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS eventtransitions.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/statemachine/eventtransitions
+INSTALLS += target sources
+QT += widgets
+
+
+simulator: warning(This example might not fully work on Simulator platform)