From e4d841490b91b87a07f8b46768ac2b87d87ab3fe Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Tue, 25 Sep 2012 10:55:33 +0200 Subject: [PATCH] Introduce dependency: QtQuick1 needs QtWebKit The QML1 WebKit integration is moved to the QtQuick1 module, so this dependency needs to be expressed in qt.pro. It is technically an optional dependency, because the module can be built without, but if WebKit is available then it should be built before QtQuick1. Change-Id: Iae69339827afe6449a7af8fd6ae7de62632f30ed Reviewed-by: Sergio Ahumada Reviewed-by: Rohan McGovern --- qt.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/qt.pro b/qt.pro index 86aec5f8..3c94cc43 100644 --- a/qt.pro +++ b/qt.pro @@ -175,6 +175,7 @@ exists(qtwebkit/WebKit.pro) { mac|contains(QT_CONFIG, icu) { SUBDIRS += module_qtwebkit module_qttools.depends += module_qtwebkit + module_qtquick1.depends += module_qtwebkit exists(qtwebkit-examples-and-demos/qtwebkit-examples-and-demos.pro) { SUBDIRS += module_qtwebkit_examples_and_demos }