File: qmlwebsocketclient.pro

package info (click to toggle)
qtwebsockets-opensource-src 5.15.17-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 3,536 kB
  • sloc: cpp: 9,455; makefile: 23; ansic: 21
file content (16 lines) | stat: -rw-r--r-- 272 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
QT += quick websockets

TARGET = qmlwebsocketclient

TEMPLATE = app

CONFIG   -= app_bundle

SOURCES += main.cpp

RESOURCES += data.qrc

OTHER_FILES += qml/qmlwebsocketclient/main.qml

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