From b9bcebb3808dc3fa2b6745cabdc272e1c933f7d5 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Sat, 1 Apr 2017 21:40:47 -0700 Subject: Mark qtdatavis3d as warning-free MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This will turn -Werror on for our tested compilers, to avoid introducing new warnings. Change-Id: I27b55fdf514247549455fffd14b17ae6dce9976f Reviewed-by: Tomi Korpipää --- .qmake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.qmake.conf') diff --git a/.qmake.conf b/.qmake.conf index a088fffc..a5394727 100644 --- a/.qmake.conf +++ b/.qmake.conf @@ -1,5 +1,5 @@ load(qt_build_config) MODULE_VERSION = 5.9.0 - +CONFIG += warning_clean CMAKE_MODULE_TESTS=- -- cgit v1.2.3