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>
This commit is contained in:
parent
a876ff1283
commit
c85b393023
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user