From 04f58d58e636bea828db0a1296fdaee767fc7d22 Mon Sep 17 00:00:00 2001
From: Simon Hausmann <simon.hausmann@digia.com>
Date: Thu, 13 Feb 2014 17:36:37 +0100
Subject: [PATCH] Prospective build fix in the CI system for iOS
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Tools contains the import scanner, which is needed by examples.

Change-Id: Ib32338b4b32bf6dd7f1f4a7a2cd5af14ef7eec7a
Reviewed-by: Morten Johan Sørvig <morten.sorvig@digia.com>
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@digia.com>
---
 qtdeclarative.pro | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qtdeclarative.pro b/qtdeclarative.pro
index cab16ad610..9ecfad6f75 100644
--- a/qtdeclarative.pro
+++ b/qtdeclarative.pro
@@ -1,3 +1,3 @@
-CONFIG += tests_need_tools
+CONFIG += tests_need_tools examples_need_tools
 load(qt_parts)
 
-- 
GitLab