summaryrefslogtreecommitdiffstats
path: root/examples/widgets/statemachine/factorial/factorial.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/statemachine/factorial/factorial.pro')
-rw-r--r--examples/widgets/statemachine/factorial/factorial.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/widgets/statemachine/factorial/factorial.pro b/examples/widgets/statemachine/factorial/factorial.pro
new file mode 100644
index 0000000000..fe3dd23e87
--- /dev/null
+++ b/examples/widgets/statemachine/factorial/factorial.pro
@@ -0,0 +1,13 @@
+QT = core
+win32: CONFIG += console
+mac:CONFIG -= app_bundle
+
+SOURCES += main.cpp
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/statemachine/factorial
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS factorial.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/statemachine/factorial
+INSTALLS += target sources
+
+