summaryrefslogtreecommitdiffstats
path: root/examples/scxml/ftpclient/ftpclient.pro
blob: a1b2bc47c6fde6fa5a468134d8d559f312cab9be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
QT = core scxml network

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