From bfe0292e57faa892c9858a6367b15f31ec33b5ec Mon Sep 17 00:00:00 2001 From: Alan Alpert Date: Wed, 4 Sep 2013 15:52:43 -0700 Subject: Enable -Werror for qtdeclarative This allows CI to screen for warnings in src and tools code. It does not apply to examples or tests. This is the same as commit 7012db159bc4196444ace26991b24a31e3fba495 in qtbase. Change-Id: I0ea00fbd4b45156dedabfd16a3cb3e5f6170f23f Reviewed-by: Alan Alpert Reviewed-by: Thiago Macieira --- .qmake.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.qmake.conf b/.qmake.conf index 6b70079d45..10a0930287 100644 --- a/.qmake.conf +++ b/.qmake.conf @@ -1,5 +1,6 @@ load(qt_build_config) CONFIG += qt_example_installs +CONFIG += warning_clean MODULE_VERSION = 5.2.0 -- cgit v1.2.3