summaryrefslogtreecommitdiffstats
path: root/lib/lib.pro
diff options
context:
space:
mode:
authorZeno Albisser <zeno.albisser@digia.com>2013-06-06 17:29:45 +0200
committerZeno Albisser <zeno.albisser@digia.com>2013-06-10 15:01:02 +0200
commit83a2bc6d446387d25fd10164e87627c9d49878eb (patch)
tree164f0c7cc5b4d8cb195afbf388f628e62eaa1b91 /lib/lib.pro
parent54ed434fe3ab34ca007bc58111d19196c686ecc0 (diff)
Replace Shell with WebContentsDelegateQt.
Diffstat (limited to 'lib/lib.pro')
-rw-r--r--lib/lib.pro7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/lib.pro b/lib/lib.pro
index f47717e73..457e4ffdb 100644
--- a/lib/lib.pro
+++ b/lib/lib.pro
@@ -26,9 +26,9 @@ SOURCES = \
qwebcontentsview.cpp \
render_widget_host_view_qt.cpp \
resource_context_qt.cpp \
- shell_qt.cpp \
web_event_factory.cpp \
- native_view_qt.cpp
+ native_view_qt.cpp \
+ web_contents_delegate_qt.cpp
HEADERS = \
backing_store_qt.h \
@@ -41,5 +41,6 @@ HEADERS = \
qwebcontentsview.h \
render_widget_host_view_qt.h \
resource_context_qt.h \
- web_event_factory.h
+ web_event_factory.h \
+ web_contents_delegate_qt.h