-
Bug
-
Resolution: Fixed
-
P1: Critical
-
Qt Creator 11.0.0-beta2, Qt Creator 12.0.0
-
None
-
ff2a14917 (qds/dev), 94a704bb8 (11.0), d1649b060 (11.0)
In src/plugins/qmldesigner/CMakeLists.txt
extend_qtc_library(QmlDesignerUtils
CONDITION NOT DISABLE_COMPILE_WARNING_AS_ERROR
PROPERTIES COMPILE_WARNING_AS_ERROR ON
)
That turns -Werror on by default, which is a big no-no. Never do that. Turning Werror on must be an explicit action by the user who is compiling the software in question.
- relates to
-
QDS-10014
Improve version management
-
- Closed
-
- resulted in
-
QTCREATORBUG-29237 FTBFS: qmldesigner enables -Werror but uses deprecated declarations
-
- Closed
-