aboutsummaryrefslogtreecommitdiffstats
path: root/qtdeclarative.pro
diff options
context:
space:
mode:
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=
+}