summaryrefslogtreecommitdiff
path: root/examples/qwebchannel/standalone/standalone.pro
diff options
context:
space:
mode:
authorMilian Wolff <milian.wolff@kdab.com>2014-07-16 17:39:31 +0200
committerSumedha Widyadharma <sumedha.widyadharma@basyskom.com>2014-08-01 09:16:16 +0200
commitb84e46090b5230d7ebcdbdabd8c03a9ae5d2f860 (patch)
tree9687c3b47f4e77e931916a8afe1d516d3b280101 /examples/qwebchannel/standalone/standalone.pro
parent5051411b92b4aca4ed5ec462e7b0e52af4d3951e (diff)
downloadqtwebchannel-b84e46090b5230d7ebcdbdabd8c03a9ae5d2f860.tar.gz
Add documentation for the QtWebChannel module.
Please proof-read it and tell me what needs to be improved. I assume most people will probably not use the QWebChannel directly. Rather, they will only consume its features indirectly through the integration in QtWebKit/QtWebEngine. Thus the documentation here is for QWebChannel as a library. User-end documentation should be added to QtWebKit, I think. Change-Id: I259c204e24331271b8dc74ea11695988234a79d3 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'examples/qwebchannel/standalone/standalone.pro')
-rw-r--r--examples/qwebchannel/standalone/standalone.pro17
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/qwebchannel/standalone/standalone.pro b/examples/qwebchannel/standalone/standalone.pro
new file mode 100644
index 0000000..37b6de3
--- /dev/null
+++ b/examples/qwebchannel/standalone/standalone.pro
@@ -0,0 +1,17 @@
+QT += gui webchannel widgets websockets
+
+CONFIG += warn_on
+
+SOURCES += \
+ main.cpp \
+ websockettransport.cpp \
+ websocketclientwrapper.cpp
+
+HEADERS += \
+ websockettransport.h \
+ websocketclientwrapper.h
+
+FORMS += \
+ dialog.ui
+
+DEFINES += "SOURCE_DIR=\"\\\""$$PWD"\\\"\""