summaryrefslogtreecommitdiffstats
path: root/lib/download_manager_delegate_qt.cpp
diff options
context:
space:
mode:
authorJocelyn Turcotte <jocelyn.turcotte@digia.com>2013-11-20 16:18:11 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-21 13:21:19 +0100
commitb69da78438492af157bb03d5d76a701538db5470 (patch)
tree05e36a9ca84a86400897400a3c10e27648a675c1 /lib/download_manager_delegate_qt.cpp
parent4874b4c0cff423aae073d8bf15d726cbb92061e4 (diff)
Get rid of the intermediate "shared" static library.
It is not necessary anymore since QtWebEngineProcess dynamically links to the core library which will now contain those symbols. Change-Id: I3475347bab41a00b943f934a5e341326c66dc726 Reviewed-by: Andras Becsi <andras.becsi@digia.com>
Diffstat (limited to 'lib/download_manager_delegate_qt.cpp')
-rw-r--r--lib/download_manager_delegate_qt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/download_manager_delegate_qt.cpp b/lib/download_manager_delegate_qt.cpp
index 633d203ae..27b61b1c9 100644
--- a/lib/download_manager_delegate_qt.cpp
+++ b/lib/download_manager_delegate_qt.cpp
@@ -44,7 +44,6 @@
#include "content/public/browser/download_item.h"
#include "content/public/browser/save_page_type.h"
#include "content/public/browser/web_contents.h"
-#include "shared/shared_globals.h"
#include <QDir>
#include <QFile>
@@ -53,6 +52,7 @@
#include <QStandardPaths>
#include "type_conversion.h"
+#include "qtwebenginecoreglobal.h"
// Helper class to track currently ongoing downloads to prevent file name
// clashes / overwriting of files.