summaryrefslogtreecommitdiffstats
path: root/lib/widgets/widgets.pro
diff options
context:
space:
mode:
authorJocelyn Turcotte <jocelyn.turcotte@digia.com>2013-08-05 14:56:59 +0200
committerJocelyn Turcotte <jocelyn.turcotte@digia.com>2013-08-20 17:42:53 +0200
commitf4c5a81cc1050bc267359d1b2173e36392fe08a1 (patch)
treea3b42f13ed36302842c35d97d156e2ac5f6fa073 /lib/widgets/widgets.pro
parent9a3641f43572ce9e77dd6770f0029e82bd92d70c (diff)
Import QtWebKit public headers.
This is the first step toward re-implementing part of the QWebView API on top of QtWebEngine. The plan is to import the complete headers to facilitate diffs and progress tracking. Changes squashed in this commit: - Use the QWebEngine prefix for class names - Strip out non-public members and directives - Allow building using those headers by disabling the Q_PROPERTY macros and by adding a dummy implementation for virtual methods directly in the header - Update the widgetsnanobrowser example to comply with the slight changes from the previous API Change-Id: Ia7efa5430f775d09b493544430a04856cc7928f6 Reviewed-by: Pierre Rossi <pierre.rossi@gmail.com> Reviewed-by: Andras Becsi <andras.becsi@digia.com>
Diffstat (limited to 'lib/widgets/widgets.pro')
-rw-r--r--lib/widgets/widgets.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/widgets/widgets.pro b/lib/widgets/widgets.pro
index 45b71284e..272e3568e 100644
--- a/lib/widgets/widgets.pro
+++ b/lib/widgets/widgets.pro
@@ -23,11 +23,15 @@ DESTDIR = $$LIBPATH
INCLUDEPATH += Api ../
SOURCES = \
+ Api/qwebenginehistory.cpp \
+ Api/qwebenginepage.cpp \
Api/qwebengineview.cpp\
render_widget_host_view_qt_delegate_widget.cpp
HEADERS = \
Api/qtwebenginewidgetsglobal.h \
+ Api/qwebenginehistory.h \
+ Api/qwebenginepage.h \
Api/qwebengineview.h \
Api/qwebengineview_p.h \
render_widget_host_view_qt_delegate_widget.h