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