summaryrefslogtreecommitdiffstats
path: root/examples/statemachine/helloworld/helloworld.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/statemachine/helloworld/helloworld.pro')
-rw-r--r--examples/statemachine/helloworld/helloworld.pro10
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/statemachine/helloworld/helloworld.pro b/examples/statemachine/helloworld/helloworld.pro
deleted file mode 100644
index ac79117..0000000
--- a/examples/statemachine/helloworld/helloworld.pro
+++ /dev/null
@@ -1,10 +0,0 @@
-TEMPLATE = app
-TARGET =
-QT = core
-win32: CONFIG += console
-mac:CONFIG -= app_bundle
-DEPENDPATH += .
-INCLUDEPATH += .
-
-# Input
-SOURCES += main.cpp