summaryrefslogtreecommitdiffstats
path: root/src/core/config/embedded_qnx.pri
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2016-01-29 13:10:59 +0100
committerAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2016-01-31 18:54:16 +0000
commit23c652c3c1680f42adfd5c6500280b103ce1d095 (patch)
treead6c31a96c685c37998f76c5f80d812496bb9abd /src/core/config/embedded_qnx.pri
parent52f039fe09d0c0cfd9e988b8b15293a9b5d7583d (diff)
Disable printing in Chromium
Disabling printing saves us compiling those files and files off a megabyte on the debug binary. To keep all the configure options in config, the common options are moved to a shared common.pri. Change-Id: Ieffdf9eb7dca58cfdafadd85bd24ea9c2be55ece Reviewed-by: Michael BrĂ¼ning <michael.bruning@theqtcompany.com>
Diffstat (limited to 'src/core/config/embedded_qnx.pri')
-rw-r--r--src/core/config/embedded_qnx.pri2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/config/embedded_qnx.pri b/src/core/config/embedded_qnx.pri
index 7fd35c976..34470d2d8 100644
--- a/src/core/config/embedded_qnx.pri
+++ b/src/core/config/embedded_qnx.pri
@@ -1,5 +1,7 @@
GYP_ARGS += "-D qt_os=\"embedded_qnx\" -I config/embedded_qnx.gypi"
+include(common.pri)
+
GYP_CONFIG += \
disable_nacl=1 \
enable_plugins=0 \