From 0151f7f2901b281e358a5ece436e2464b4b8d79c Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Fri, 21 Dec 2012 20:18:54 -0800 Subject: Enable -Werror for all of qtsvg Change-Id: Ica038c81648e3d3c7c2418aacf40eef1f62602b6 Reviewed-by: Robin Burchell --- .qmake.conf | 1 + 1 file changed, 1 insertion(+) 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