From 9aa7d2849d3e89f855c46296a6d4c27cfae8c8b8 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Sat, 1 Apr 2017 21:58:17 -0700 Subject: Mark qtlocation as warning-free This will turn -Werror on for our tested compilers, to avoid introducing new warnings. Change-Id: I27b55fdf514247549455fffd14b17ae6dce9976f Reviewed-by: Paolo Angelelli Reviewed-by: Alex Blasche --- .qmake.conf | 1 + 1 file changed, 1 insertion(+) (limited to '.qmake.conf') diff --git a/.qmake.conf b/.qmake.conf index b1c22d3b..acdace13 100644 --- a/.qmake.conf +++ b/.qmake.conf @@ -1,3 +1,4 @@ load(qt_build_config) +CONFIG += warning_clean MODULE_VERSION = 5.9.0 -- cgit v1.2.1