From 16ec78ad597e13eb1dd74ae5c13338e4ef8d4374 Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Fri, 17 Jan 2014 19:32:08 +0100 Subject: No warnings means we can use CONFIG += warning_clean This will use werror to keep the module clean. Change-Id: I6229ff593d1263e30feee474636a35e87d38c4e6 Reviewed-by: Kurt Pattyn --- .qmake.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.qmake.conf b/.qmake.conf index 33b0cc8..7313595 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.1