Hardcode QtQml version import in .pro file
[contrib/qtwebsockets.git] / src / imports / qmlwebsockets / qmlwebsockets.pro
1 QT = core websockets qml
2
3 TARGETPATH = Qt/WebSockets
4
5 HEADERS +=  qmlwebsockets_plugin.h \
6             qqmlwebsocket.h \
7             qqmlwebsocketserver.h
8
9 SOURCES +=  qmlwebsockets_plugin.cpp \
10             qqmlwebsocket.cpp \
11             qqmlwebsocketserver.cpp
12
13 OTHER_FILES += qmldir
14
15 DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
16
17 IMPORT_VERSION = 1.0
18
19 load(qml_plugin)