From e67c21a033121618bfe4cf62686d009d0bacd8c3 Mon Sep 17 00:00:00 2001 From: Jocelyn Turcotte Date: Tue, 11 Jun 2013 15:40:30 +0200 Subject: 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 --- lib/lib.pro | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'lib/lib.pro') 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 -- cgit v1.2.3