summaryrefslogtreecommitdiff
path: root/examples/websockets/sslechoclient/sslechoclient.pro
blob: 925feceaff6eac74cc411c3cd1e13c7bfbee7aa7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
QT       += core websockets
QT       -= gui

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