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