summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2021-01-15 13:18:11 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2021-01-15 17:29:59 +0100
commit1f40b1010cf158cb1782b31dba191ac76b3fcdbd (patch)
tree9f946dfab84e49af52edc4e78687ce8b6ccad69e
parented0f3c2ef0f17c82f9ba1e8b687f46f468c705c7 (diff)
Remove Java build dependency
We were actually using closure compilation, let's disable it for now, until we have java build-time detection. Change-Id: Ie5fd0f397a773d38a1eb8a94ac2f186e9073ea6e Reviewed-by: Michal Klocek <michal.klocek@qt.io>
-rw-r--r--src/buildtools/config/common.pri5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/buildtools/config/common.pri b/src/buildtools/config/common.pri
index 26e6b764a..d304e367d 100644
--- a/src/buildtools/config/common.pri
+++ b/src/buildtools/config/common.pri
@@ -31,9 +31,10 @@ gn_args += \
use_custom_libcxx=false \
chrome_pgo_phase=0
-# No closure compile supported at this time
+# Closure compile requires Java
gn_args += \
- optimize_webui=false
+ optimize_webui=false \
+ enable_js_type_check=false
# We always embed v8 startup data currently
gn_args += \