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

TARGETPATH = QtWebSockets

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

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

OTHER_FILES += qmldir

IMPORT_VERSION = 1.0

load(qml_plugin)