From 484f2d8c92e57cbe2c581a65a2ccf461eb68c883 Mon Sep 17 00:00:00 2001 From: Jocelyn Turcotte Date: Thu, 13 Mar 2014 12:37:46 +0100 Subject: Rough port of the documentation to QtWebEngine This is a gross mechanical modification of the documentation, along with build system bindings to allow it to generate. This should allow doing iterative improvements to the documentation from now on. This fixes project-related qdoc warnings but we still need to do some serious work to get the documentation better fitting QtWebEngine. All the documentation is ported to match the current state of our headers (without trying to adapt to modified APIs yet) and we should clear the part of the documentation that we don't need at the same time that we clean up our public headers. Change-Id: I6fb4e10e8b4c1c53be7bc7c581286248ac04d4da Reviewed-by: Andras Becsi --- src/webenginewidgets/webenginewidgets.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/webenginewidgets/webenginewidgets.pro') diff --git a/src/webenginewidgets/webenginewidgets.pro b/src/webenginewidgets/webenginewidgets.pro index c97e4b61e..5de78c270 100644 --- a/src/webenginewidgets/webenginewidgets.pro +++ b/src/webenginewidgets/webenginewidgets.pro @@ -6,6 +6,8 @@ DEFINES += QT_BUILD_WEBENGINEWIDGETS_LIB QT += widgets network QT_PRIVATE += webenginecore widgets-private gui-private network-private core-private +QMAKE_DOCS = $$PWD/doc/qtwebenginewidgets.qdocconf + INCLUDEPATH += $$PWD api ../core SOURCES = \ -- cgit v1.2.3