From afb65f63a131c4038b0984c1d51b8ffdb4aab129 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Fri, 21 Dec 2012 20:19:05 -0800 Subject: Enable -Werror for all of qtxmlpatterns Change-Id: Ic385a3589c3c84fdd7e0c73f69ac319d0543009c Reviewed-by: Robin Burchell --- .qmake.conf | 1 + 1 file changed, 1 insertion(+) (limited to '.qmake.conf') diff --git a/.qmake.conf b/.qmake.conf index 457f68b..d080298 100644 --- a/.qmake.conf +++ b/.qmake.conf @@ -1,4 +1,5 @@ load(qt_build_config) CONFIG += qt_example_installs +CONFIG += warning_clean MODULE_VERSION = 5.2.1 -- cgit v1.2.1