blob: a1b2bc47c6fde6fa5a468134d8d559f312cab9be [file] [log] [blame]
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