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.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/qmlwebsocketclient/qmlwebsocketclient.pro b/examples/qmlwebsocketclient/qmlwebsocketclient.pro
new file mode 100644
index 0000000..e4a7d13
--- /dev/null
+++ b/examples/qmlwebsocketclient/qmlwebsocketclient.pro
@@ -0,0 +1,11 @@
+QT += qml quick
+
+TARGET = qmlwebsocketclient
+
+CONFIG -= app_bundle
+
+SOURCES += main.cpp
+
+RESOURCES += \
+ data.qrc
+