summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPierre Rossi <pierre.rossi@digia.com>2014-01-10 17:33:11 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-11 15:47:04 +0100
commit6c44e3bb4da24d048382a779b25331d57f052de0 (patch)
treee9e10bc9cadffafc1d1f82c51858c1ad081327b2 /README.md
parent7f2965e5b638a1a4f9b2396b889cfe2a54487709 (diff)
downloadqtwebengine-6c44e3bb4da24d048382a779b25331d57f052de0.tar.gz
Disable Werror by default
We don't want everybody to have to go and tweak ~/.gyp/include.gypi just for that purpose. Change-Id: I67533a62246dea45c4b5a5a454f43d01328d472f Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com> Reviewed-by: Andras Becsi <andras.becsi@digia.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 1 insertions, 13 deletions
diff --git a/README.md b/README.md
index 61905d528..275a550de 100644
--- a/README.md
+++ b/README.md
@@ -48,19 +48,7 @@ Use of shared libraries can be enforced by setting the GYP_DEFINES environment v
export GYP_DEFINES=component=shared_library
- Or by using the include.gypi mechanism described below:
-
-### Compiler Warnings treated as Errors (-Werror) ###
-On Linux you may get build errors due to -Werror. Create ~/.gyp/include.gypi with the following contents:
-
- {
- 'variables': {
- 'werror%': '',
- 'component%': 'shared_library',
- },
- }
-
-So afterwards you have to re-create the ninja files by running "qmake -r"
+ Or by using the ~/.gyp/include.gypi mechanism.
### Use external Chromium sources ###
If you want to use external chromium sources instead of the submodule provided in the QtWebEngine repository,