summaryrefslogtreecommitdiffstats
path: root/shared/shared.pro
diff options
context:
space:
mode:
authorJocelyn Turcotte <jocelyn.turcotte@digia.com>2013-06-19 13:47:04 +0200
committerJocelyn Turcotte <jocelyn.turcotte@digia.com>2013-06-19 13:47:04 +0200
commit90022906e060ae0dc8ad60b5770b3b23ffd6cde1 (patch)
tree48544460bc71732cf2e30bc190125b5a1a531f0a /shared/shared.pro
parenteb530b3752e1af68956feaa833e5b86b1e49e2e1 (diff)
Move API layer-only classes back from the shared static lib.
Since ContentBrowserClientQt::OverrideCreateWebContentsView now takes care of using our Qt layer at runtime without relying on the static RenderWidgetHostView::CreateViewForWidget, we can now avoid linking this layer into the render process.
Diffstat (limited to 'shared/shared.pro')
-rw-r--r--shared/shared.pro14
1 files changed, 3 insertions, 11 deletions
diff --git a/shared/shared.pro b/shared/shared.pro
index f51032417..fd394ae63 100644
--- a/shared/shared.pro
+++ b/shared/shared.pro
@@ -18,18 +18,10 @@ PER_CONFIG_DEFINES = QTWEBENGINEPROCESS_PATH=\\\"$$getOutDir()/%config/$$QTWEBEN
# Keep Skia happy
CONFIG(release, debug|release): DEFINES += NDEBUG
-QT += widgets quick
+QT += gui
SOURCES = \
- backing_store_qt.cpp \
- render_widget_host_view_qt.cpp \
- shared_globals.cpp \
- web_event_factory.cpp
+ shared_globals.cpp
HEADERS = \
- backing_store_qt.h \
- render_widget_host_view_qt.h \
- render_widget_host_view_qt_delegate.h \
- shared_globals.h \
- web_event_factory.h
-
+ shared_globals.h