summaryrefslogtreecommitdiffstats
path: root/.qmake.conf
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2012-12-21 20:01:05 -0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-04 01:50:10 +0200
commit7012db159bc4196444ace26991b24a31e3fba495 (patch)
treee6cc70afefcd9c4d695696bc45d36276b1f2faa2 /.qmake.conf
parent7ac6ce213393fe5c2ef116a4d68d9dd4dd241eb2 (diff)
Enable -Werror for all of qtbase
This change applies to all qtbase modules, tools and applications. It does not apply to examples or unit tests. This change complements the changes done to mkspecs/qt_common.prf (especially 043b80919747676c2df4b4423ed5950583233d30 and ebfd85a499a4382ace09d443b1f35cd6b1848af6). It enables -Werror checking in qtbase for GCC 4.6-4.8, Apple clang 4.0-4.2 and ICC 13.0-14.0. Change-Id: I6d29a7a1b3716960a149409f551363385991714c Reviewed-by: Lars Knoll <lars.knoll@digia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Diffstat (limited to '.qmake.conf')
-rw-r--r--.qmake.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/.qmake.conf b/.qmake.conf
index b6433664d8..481544b253 100644
--- a/.qmake.conf
+++ b/.qmake.conf
@@ -1,5 +1,6 @@
load(qt_build_config)
CONFIG += qt_example_installs
+CONFIG += warning_clean
QT_SOURCE_TREE = $$PWD
QT_BUILD_TREE = $$shadowed($$PWD)