From 3e40bbd114fcb81c3ec173ba26955f13a24f05f6 Mon Sep 17 00:00:00 2001 From: Pierre Rossi Date: Tue, 10 Feb 2015 16:27:39 +0100 Subject: QtWebEngine: add dependency on QtWebChannel To allow using the integration that makes use of a custom transport over Chromium IPC. Also add QtLocation as an optional dependency for correctness, and update the pinned sha1 Change-Id: I71d88be0859a74ad82f539d00f02b51d1c3e5218 Reviewed-by: Andras Becsi --- qt.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qt.pro') diff --git a/qt.pro b/qt.pro index f044bd8e..e598b18f 100644 --- a/qt.pro +++ b/qt.pro @@ -88,7 +88,7 @@ addModule(qtdocgallery, qtdeclarative) linux:!android: addModule(qtwayland, qtbase, qtdeclarative) addModule(qtserialport, qtbase) addModule(qtenginio, qtdeclarative) -addModule(qtwebengine, qtquickcontrols, qtwebkit) +addModule(qtwebengine, qtquickcontrols qtwebchannel, qtwebkit qtlocation) addModule(qttranslations, qttools) addModule(qtdoc, qtdeclarative) addModule(qtqa, qtbase) -- cgit v1.2.3