summaryrefslogtreecommitdiffstats
path: root/examples/scxml/ftpclient/ftpclient.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/scxml/ftpclient/ftpclient.pro')
-rw-r--r--examples/scxml/ftpclient/ftpclient.pro19
1 files changed, 19 insertions, 0 deletions
diff --git a/examples/scxml/ftpclient/ftpclient.pro b/examples/scxml/ftpclient/ftpclient.pro
new file mode 100644
index 0000000..7aa266e
--- /dev/null
+++ b/examples/scxml/ftpclient/ftpclient.pro
@@ -0,0 +1,19 @@
+QT = core scxml
+
+CONFIG += c++14
+TARGET = ftpclient
+
+TEMPLATE = app
+STATECHARTS += simpleftp.scxml
+
+SOURCES += \
+ main.cpp \
+ ftpcontrolchannel.cpp \
+ ftpdatachannel.cpp
+
+HEADERS += \
+ ftpcontrolchannel.h \
+ ftpdatachannel.h
+
+target.path = $$[QT_INSTALL_EXAMPLES]/scxml/ftpclient
+INSTALLS += target