summaryrefslogtreecommitdiff
path: root/examples/webchannel/qwclient/qwclient.pro
diff options
context:
space:
mode:
authorSumedha Widyadharma <sumedha.widyadharma@basyskom.com>2014-08-08 11:07:46 +0200
committerMilian Wolff <milian.wolff@kdab.com>2014-09-19 16:38:45 +0200
commit46fc950424f9dedf014176153249d2f29bee8659 (patch)
tree0b2ff0076d640e68fdfb82b13a19ea57918d0b93 /examples/webchannel/qwclient/qwclient.pro
parentbcbaa596815caf53c80f4a5220fb008000b3d897 (diff)
downloadqtwebchannel-46fc950424f9dedf014176153249d2f29bee8659.tar.gz
Added a generic node.js debug client as an example
qwclient can connect to any qwebchannel server using a websocket transport. The service can then be used through a REPL. It can, for instance, be used with the standalone example server. Change-Id: Ie73d19b0376caf2fcf6ae02ec19a56e27bddfd33 Reviewed-by: Milian Wolff <milian.wolff@kdab.com>
Diffstat (limited to 'examples/webchannel/qwclient/qwclient.pro')
-rw-r--r--examples/webchannel/qwclient/qwclient.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/webchannel/qwclient/qwclient.pro b/examples/webchannel/qwclient/qwclient.pro
new file mode 100644
index 0000000..587571a
--- /dev/null
+++ b/examples/webchannel/qwclient/qwclient.pro
@@ -0,0 +1,9 @@
+TEMPLATE = aux
+
+exampleassets.files += \
+ qwclient.js \
+ package.json \
+ README
+
+exampleassets.path = $$[QT_INSTALL_EXAMPLES]/qwebchannel/qwclient
+include(../exampleassets.pri)