summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2018-01-17 12:33:54 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2018-01-17 11:55:24 +0000
commit414f57b955a6e5cfe9315e9a443f4b3e4a36f898 (patch)
tree73a6ca43a4ebe7917400b02cac9db729fb8900f1
parent819e00f71e37f5230b9b2c2ff756db4cc4cfda5e (diff)
Disable net-reporting at compile time
It is default off at run-time anyway. Also updates 3rdparty with: 17e4aafb6fe8 [Backport] Clamp performance.now() to 100us. f0775ea93ab6 Fix building with enable_reporting=false Change-Id: I4d7c0423fff5ecd0291ffdc9bddb90050ed61d8c Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
m---------src/3rdparty0
-rw-r--r--src/core/config/common.pri1
2 files changed, 1 insertions, 0 deletions
diff --git a/src/3rdparty b/src/3rdparty
-Subproject 17e4aafb6fe894047b46abeb3c3b8290de4094c
+Subproject f0775ea93ab66f0676993db1633c9098dfb3a3a
diff --git a/src/core/config/common.pri b/src/core/config/common.pri
index 886ebe83d..b8dd4a9fa 100644
--- a/src/core/config/common.pri
+++ b/src/core/config/common.pri
@@ -6,6 +6,7 @@ gn_args += \
is_shared=true \
enable_nacl=false \
enable_remoting=false \
+ enable_reporting=false \
enable_web_speech=false \
use_allocator_shim=false \
use_allocator=\"none\" \