summaryrefslogtreecommitdiffstats
path: root/lib/lib.pro
diff options
context:
space:
mode:
authorJocelyn Turcotte <jocelyn.turcotte@digia.com>2013-06-06 18:46:47 +0200
committerJocelyn Turcotte <jocelyn.turcotte@digia.com>2013-06-06 18:52:28 +0200
commit5bf14cccfe86a8f87300d3e23432aeaa150cbf81 (patch)
treef65408cc6cbc619416b919d8db96c0734705c1ea /lib/lib.pro
parenta1c0740f25b8c519910786a47e64d2d4f71495d9 (diff)
Properly implement a QWidget and QtQuick API
This layers things properly to be able to implement the UI in the example application instead of directly in shell_qt.cpp. This is still using global variables to allow the Shell platform code to do callbacks to the API classes. This should go away once we properly implemented a WebContentsDelegate.
Diffstat (limited to 'lib/lib.pro')
-rw-r--r--lib/lib.pro12
1 files changed, 7 insertions, 5 deletions
diff --git a/lib/lib.pro b/lib/lib.pro
index 832dddca3..f47717e73 100644
--- a/lib/lib.pro
+++ b/lib/lib.pro
@@ -22,10 +22,11 @@ SOURCES = \
backing_store_qt.cpp \
blinqapplication.cpp \
content_browser_client_qt.cpp \
+ qquickwebcontentsview.cpp \
+ qwebcontentsview.cpp \
render_widget_host_view_qt.cpp \
resource_context_qt.cpp \
shell_qt.cpp \
- signal_connector.cpp \
web_event_factory.cpp \
native_view_qt.cpp
@@ -34,10 +35,11 @@ HEADERS = \
blinqapplication.h \
browser_context_qt.h \
content_browser_client_qt.h \
+ native_view_container_qt.h \
+ native_view_qt.h \
+ qquickwebcontentsview.h \
+ qwebcontentsview.h \
render_widget_host_view_qt.h \
resource_context_qt.h \
- web_event_factory.h \
- signal_connector.h \
- native_view_container_qt.h \
- native_view_qt.h
+ web_event_factory.h