aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/qmlwebsockets/qmlwebsockets.pro
blob: fef47f479457961eaca7f0d48e0904365d289b2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
QT = core websockets qml 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

DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0

IMPORT_VERSION = 1.0

load(qml_plugin)