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

TARGET = sslechoserver
CONFIG   += console
CONFIG   -= app_bundle

TEMPLATE = app

SOURCES += \
    main.cpp \
    sslechoserver.cpp

HEADERS += \
    sslechoserver.h

EXAMPLE_FILES += sslechoclient.html

RESOURCES += securesocketclient.qrc

target.path = $$[QT_INSTALL_EXAMPLES]/websockets/sslechoserver
INSTALLS += target