summaryrefslogtreecommitdiffstats
path: root/qmake
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-04-30 17:29:20 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-05-01 19:11:33 +0200
commitc85b393023366f8c3bee78a291bbc4ecfd840f05 (patch)
tree8ae0a050ea24d40e0ffa13f9ca6ffab9b817cf13 /qmake
parenta876ff1283d997795a421f7e0a49e0ad3c2f2ad5 (diff)
CMake: Fix developer build of MinGW cmake configuration
qmake is not warnings clean, so don't add -Werror. Change-Id: I7a823241ded56967c1b802203f404ee36ed26429 Reviewed-by: Simon Hausmann <hausmann@gmail.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'qmake')
-rw-r--r--qmake/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/qmake/CMakeLists.txt b/qmake/CMakeLists.txt
index 4f8a37a36c..3bfd27f293 100644
--- a/qmake/CMakeLists.txt
+++ b/qmake/CMakeLists.txt
@@ -217,4 +217,5 @@ set_target_properties(qmake PROPERTIES
qt_internal_add_link_flags_gc_sections(qmake PRIVATE) # special case
qt_enable_msvc_cplusplus_define(qmake PUBLIC) # special case
+qt_skip_warnings_are_errors(qmake) # special case