blob: 7b6fc860da69155fdb9d0facdad94571649e5cfe (
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.1
load(qml_plugin)
|