Enable QtDeclarative for iOS
authorRichard Moe Gustavsen <richard.gustavsen@digia.com>
Wed, 7 Aug 2013 07:54:07 +0000 (09:54 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Wed, 7 Aug 2013 09:52:20 +0000 (11:52 +0200)
Change-Id: I44fce954fbe2abd1903991464c0e7f74e840b719
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
qtdeclarative.pro

index 02ba4a9..cab16ad 100644 (file)
@@ -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=
-}