summaryrefslogtreecommitdiff
path: root/examples/websockets/qmlwebsocketserver/qmlwebsocketserver.pro
blob: 4f1a64fce567a4df20fc8e30419298898a91fdf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
QT += core qml quick websockets

TARGET = qmlwebsocketserver

TEMPLATE = app

CONFIG   -= app_bundle

SOURCES += main.cpp

RESOURCES += data.qrc

OTHER_FILES += qml/qmlwebsocketserver/main.qml

target.path = $$[QT_INSTALL_EXAMPLES]/websockets/qmlwebsocketserver
INSTALLS += target