From 9f91904bc9306af7c67fada20fb4f9cb0f1940b0 Mon Sep 17 00:00:00 2001 From: Richard Moe Gustavsen Date: Wed, 7 Aug 2013 09:54:07 +0200 Subject: [PATCH] Enable QtDeclarative for iOS Change-Id: I44fce954fbe2abd1903991464c0e7f74e840b719 Reviewed-by: Simon Hausmann --- qtdeclarative.pro | 4 ---- 1 file changed, 4 deletions(-) diff --git a/qtdeclarative.pro b/qtdeclarative.pro index 02ba4a9..cab16ad 100644 --- a/qtdeclarative.pro +++ b/qtdeclarative.pro @@ -1,7 +1,3 @@ CONFIG += tests_need_tools load(qt_parts) -ios { - log("The qtdeclarative module was disabled from the build because the dependency qtjsbackend/V8 is not ported to iOS.") - SUBDIRS= -} -- 2.7.4