Added core to Qt
[contrib/qtwebsockets.git] / src / imports / qmlwebsockets / qmlwebsockets.pro
1 QT = core websockets qml
2
3 TARGETPATH = Qt/Playground/WebSockets
4
5 HEADERS += qmlwebsockets_plugin.h \
6     qqmlwebsocket.h
7
8 SOURCES += qmlwebsockets_plugin.cpp \
9     qqmlwebsocket.cpp
10
11 load(qml_plugin)