From afb65f63a131c4038b0984c1d51b8ffdb4aab129 Mon Sep 17 00:00:00 2001 From: Thiago Macieira <thiago.macieira@intel.com> Date: Fri, 21 Dec 2012 20:19:05 -0800 Subject: [PATCH] Enable -Werror for all of qtxmlpatterns Change-Id: Ic385a3589c3c84fdd7e0c73f69ac319d0543009c Reviewed-by: Robin Burchell <robin+qt@viroteck.net> --- .qmake.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.qmake.conf b/.qmake.conf index 457f68b5..d080298b 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 -- GitLab