From f47715f0a41eba3a965b56dac3157ee1f59defc7 Mon Sep 17 00:00:00 2001 From: Richard Moe Gustavsen Date: Tue, 14 May 2013 10:32:36 +0200 Subject: iOS: fix build on iOS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently, apps for iOS needs to be build through Xcode. So disable building tools for now, until a proper solution is ready. Change-Id: Ib31ad29d83c9043be94881e536975682adca4061 Reviewed-by: Tor Arne Vestbø --- tools/tools.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tools.pro b/tools/tools.pro index 02a1e201..5d3fa37b 100644 --- a/tools/tools.pro +++ b/tools/tools.pro @@ -1,2 +1,2 @@ TEMPLATE = subdirs -SUBDIRS += qml qmlplugindump +!ios: SUBDIRS += qml qmlplugindump -- cgit v1.2.1