From b84e46090b5230d7ebcdbdabd8c03a9ae5d2f860 Mon Sep 17 00:00:00 2001 From: Milian Wolff Date: Wed, 16 Jul 2014 17:39:31 +0200 Subject: 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 --- examples/examples.pro | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'examples/examples.pro') diff --git a/examples/examples.pro b/examples/examples.pro index 63677f5..1cb6c9f 100644 --- a/examples/examples.pro +++ b/examples/examples.pro @@ -1,5 +1,3 @@ TEMPLATE = subdirs -qtHaveModule(widgets):qtHaveModule(websockets) { - SUBDIRS += standalone -} +SUBDIRS += qwebchannel -- cgit v1.2.1