From 0f91218091da69a81eb3e3336d1bdbe572a21908 Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Sun, 4 Sep 2016 19:56:46 +0200 Subject: Eradicate last Q_FOREACH and mark the library as Q_FOREACH-free and warning_clean The only public header, qx11info_x11.h isn't actually recognized by headersclean as a public header, so warning_clean has no effect. But the header _is_ clean, and maybe headersclean in QtBase will be fixed at some point. Change-Id: I23ef8476bee111685d7261322b4f7af47498dc96 Reviewed-by: Gabriel Hege Reviewed-by: Friedemann Kleint --- .qmake.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to '.qmake.conf') diff --git a/.qmake.conf b/.qmake.conf index aefa1e7..d1e1c4c 100644 --- a/.qmake.conf +++ b/.qmake.conf @@ -1,3 +1,6 @@ load(qt_build_config) +CONFIG += warning_clean +DEFINES += QT_NO_FOREACH + MODULE_VERSION = 5.8.0 -- cgit v1.2.1