aboutsummaryrefslogtreecommitdiffstats
path: root/qtdeclarative.pro
diff options
context:
space:
mode:
authorRichard Moe Gustavsen <richard.gustavsen@digia.com>2013-08-07 09:54:07 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-08-07 11:52:20 +0200
commit9f91904bc9306af7c67fada20fb4f9cb0f1940b0 (patch)
tree5d0c1e46f6920b41b7fa198922321c72fe2a858e /qtdeclarative.pro
parentbe3c0ce9480c5c464584c44a3f98413532f2bf6f (diff)
Enable QtDeclarative for iOS
Change-Id: I44fce954fbe2abd1903991464c0e7f74e840b719 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'qtdeclarative.pro')
-rw-r--r--qtdeclarative.pro4
1 files changed, 0 insertions, 4 deletions
diff --git a/qtdeclarative.pro b/qtdeclarative.pro
index 02ba4a951d..cab16ad610 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=
-}