summaryrefslogtreecommitdiff
path: root/examples/qmlwebsocketclient/qmlwebsocketclient.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qmlwebsocketclient/qmlwebsocketclient.pro')
-rw-r--r--examples/qmlwebsocketclient/qmlwebsocketclient.pro8
1 files changed, 5 insertions, 3 deletions
diff --git a/examples/qmlwebsocketclient/qmlwebsocketclient.pro b/examples/qmlwebsocketclient/qmlwebsocketclient.pro
index e4a7d13..e7dc82a 100644
--- a/examples/qmlwebsocketclient/qmlwebsocketclient.pro
+++ b/examples/qmlwebsocketclient/qmlwebsocketclient.pro
@@ -1,11 +1,13 @@
-QT += qml quick
+QT += core qml quick websockets
TARGET = qmlwebsocketclient
+TEMPLATE = app
+
CONFIG -= app_bundle
SOURCES += main.cpp
-RESOURCES += \
- data.qrc
+RESOURCES += data.qrc
+OTHER_FILES += qml/qmlwebsocketclient/main.qml