blob: 3fa9d9bb15d76d9a65cbc9d9d5c50289970eb003 [file] [log] [blame]
QT = websockets
TARGET = sslechoclient
CONFIG += console
CONFIG -= app_bundle
TEMPLATE = app
SOURCES += \
main.cpp \
sslechoclient.cpp
HEADERS += \
sslechoclient.h
target.path = $$[QT_INSTALL_EXAMPLES]/websockets/sslechoclient
INSTALLS += target