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.pro13
1 files changed, 0 insertions, 13 deletions
diff --git a/examples/statemachine/pingpong/pingpong.pro b/examples/statemachine/pingpong/pingpong.pro
deleted file mode 100644
index 1cfddaf282..0000000000
--- a/examples/statemachine/pingpong/pingpong.pro
+++ /dev/null
@@ -1,13 +0,0 @@
-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
-
-