summaryrefslogtreecommitdiffstats
path: root/lib/lib.pro
diff options
context:
space:
mode:
authorJocelyn Turcotte <jocelyn.turcotte@digia.com>2013-06-11 15:40:30 +0200
committerJocelyn Turcotte <jocelyn.turcotte@digia.com>2013-06-11 15:51:23 +0200
commite67c21a033121618bfe4cf62686d009d0bacd8c3 (patch)
tree74675f8f098fdcb2352770b15bb8c24194f4acd4 /lib/lib.pro
parente80719ed2714779cd4afac099916be069742fe77 (diff)
Get rid of BlinqApplication.
Rename the class to WebEngineContext and keep it as a ref-counted member of pages instead. Also: - Change the user-agent product to QtWebEngine - Don't pass actual command line arguments to Chromium anymore - Allow attaching to the event loop through Before/AfterRun instead of blocking
Diffstat (limited to 'lib/lib.pro')
-rw-r--r--lib/lib.pro10
1 files changed, 4 insertions, 6 deletions
diff --git a/lib/lib.pro b/lib/lib.pro
index d8c47ef88..4db81a6f8 100644
--- a/lib/lib.pro
+++ b/lib/lib.pro
@@ -20,23 +20,21 @@ CONFIG(release, debug|release): DEFINES += NDEBUG
QT += widgets quick
SOURCES = \
- blinqapplication.cpp \
content_browser_client_qt.cpp \
qquickwebcontentsview.cpp \
qwebcontentsview.cpp \
resource_context_qt.cpp \
url_request_context_getter_qt.cpp \
- web_contents_delegate_qt.cpp
- web_event_factory.cpp
+ web_contents_delegate_qt.cpp \
+ web_engine_context.cpp
HEADERS = \
- blinqapplication.h \
browser_context_qt.h \
content_browser_client_qt.h \
qquickwebcontentsview.h \
qwebcontentsview.h \
resource_context_qt.h \
url_request_context_getter_qt.h \
- web_contents_delegate_qt.h
- web_event_factory.h
+ web_contents_delegate_qt.h \
+ web_engine_context.h