aboutsummaryrefslogtreecommitdiffstats
path: root/qtdeclarative.pro
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2013-07-30 14:28:49 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-30 17:27:35 +0200
commit563d76066271477de0812213d475d3b769d9cfa1 (patch)
tree0eca852ef3be00bda40da50ecee1976dbcf0719a /qtdeclarative.pro
parente90df6600e507a4acb7469ad8f2802cb26f388bb (diff)
Disable qtdeclarative on iOS
It's also currently disabled in qtbase' configure, but the tweak there will go away soon as the wip/v4 branch of qtdeclarative is subject to _enabling_ on iOS. Change-Id: I8c17387ada467235d79d40a6cd6f5d0f8c173186 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@digia.com>
Diffstat (limited to 'qtdeclarative.pro')
-rw-r--r--qtdeclarative.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/qtdeclarative.pro b/qtdeclarative.pro
index 8bc15a5662..02ba4a951d 100644
--- a/qtdeclarative.pro
+++ b/qtdeclarative.pro
@@ -1,2 +1,7 @@
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=
+}