summaryrefslogtreecommitdiff
path: root/.qmake.conf
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2016-09-04 19:56:46 +0200
committerMarc Mutz <marc.mutz@kdab.com>2016-09-23 07:26:45 +0000
commit0f91218091da69a81eb3e3336d1bdbe572a21908 (patch)
tree03d2ce97e5416826694cc798432eda762246f36c /.qmake.conf
parent448211f022507c6e7787e47aca4b3f12e3f12d94 (diff)
downloadqtx11extras-e48d419b55e0395a5d39faefdc6a3272c17ea853.tar.gz
Eradicate last Q_FOREACH and mark the library as Q_FOREACH-free and warning_cleanv5.8.0-beta1
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 <hege@daviko.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to '.qmake.conf')
-rw-r--r--.qmake.conf3
1 files changed, 3 insertions, 0 deletions
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