summaryrefslogtreecommitdiffstats
path: root/examples/scxml/sudoku/sudoku.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/scxml/sudoku/sudoku.pro')
-rw-r--r--examples/scxml/sudoku/sudoku.pro19
1 files changed, 19 insertions, 0 deletions
diff --git a/examples/scxml/sudoku/sudoku.pro b/examples/scxml/sudoku/sudoku.pro
new file mode 100644
index 0000000..0853a5e
--- /dev/null
+++ b/examples/scxml/sudoku/sudoku.pro
@@ -0,0 +1,19 @@
+QT += widgets scxml
+
+CONFIG += c++11
+
+STATECHARTS = sudoku.scxml
+
+SOURCES += \
+ main.cpp \
+ mainwindow.cpp
+
+HEADERS += \
+ mainwindow.h
+
+RESOURCES += \
+ sudoku.qrc
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/scxml/sudoku
+INSTALLS += target