summaryrefslogtreecommitdiffstats
path: root/lib/lib.pro
diff options
context:
space:
mode:
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