summaryrefslogtreecommitdiff
path: root/src/imports/qmlwebsockets/qmlwebsockets.pro
blob: 58c6df0324d7066c18e2ef47268757efb5409ed3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
QT = core websockets qml

TARGETPATH = Qt/WebSockets

HEADERS +=  qmlwebsockets_plugin.h \
            qqmlwebsocket.h \
            qqmlwebsocketserver.h

SOURCES +=  qmlwebsockets_plugin.cpp \
            qqmlwebsocket.cpp \
            qqmlwebsocketserver.cpp

OTHER_FILES += qmldir

DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0

IMPORT_VERSION = 1.0

load(qml_plugin)