summaryrefslogtreecommitdiffstats
path: root/src/core/config/linux.pri
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2019-03-22 16:33:53 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2019-03-23 08:37:30 +0000
commitea65bb32fa988b37d030c3737b8a036f049d1354 (patch)
tree616e5974150ded2cbb32abf0ebb5648da9bccae2 /src/core/config/linux.pri
parent1fe5566c5d494a9a6cea8282c7387b36ef0e4c0b (diff)
Switch to setting 'official build' for non developer builds
Some things controlled by the OFFICIAL_BUILD defined are commented as unsafe to ship in production, so we need that as well. Note that GOOGLE_CHROME and OFFICIAL_BUILD are two different settings, so this just denotes the build as one shipped in production. Change-Id: I1fdcfec7f5c5142dd2bdc5f1d1f9a296a60e5708 Reviewed-by: Michal Klocek <michal.klocek@qt.io>
Diffstat (limited to 'src/core/config/linux.pri')
-rw-r--r--src/core/config/linux.pri1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/config/linux.pri b/src/core/config/linux.pri
index 85b948db2..9fc8c6e82 100644
--- a/src/core/config/linux.pri
+++ b/src/core/config/linux.pri
@@ -10,6 +10,7 @@ gn_args += \
use_bundled_fontconfig=false \
use_sysroot=false \
enable_session_service=false \
+ is_cfi=false \
toolkit_views=false \
use_ozone=true \
ozone_auto_platforms=false \