summaryrefslogtreecommitdiffstats
path: root/examples/scxml/calculator-widgets/calculator-widgets.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/scxml/calculator-widgets/calculator-widgets.pro')
-rw-r--r--examples/scxml/calculator-widgets/calculator-widgets.pro21
1 files changed, 21 insertions, 0 deletions
diff --git a/examples/scxml/calculator-widgets/calculator-widgets.pro b/examples/scxml/calculator-widgets/calculator-widgets.pro
new file mode 100644
index 0000000..55880f1
--- /dev/null
+++ b/examples/scxml/calculator-widgets/calculator-widgets.pro
@@ -0,0 +1,21 @@
+QT += widgets scxml
+
+CONFIG += c++11
+
+STATECHARTS = ../calculator-common/statemachine.scxml
+
+SOURCES += \
+ calculator-widgets.cpp \
+ mainwindow.cpp
+
+HEADERS += \
+ mainwindow.h
+
+FORMS += \
+ mainwindow.ui
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/scxml/calculator-widgets
+INSTALLS += target
+
+load(qscxmlc)