Details
-
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)
Description
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.
Attachments
Issue Links
- relates to
-
QDS-10014 Improve version management
- Open
- resulted in
-
QTCREATORBUG-29237 FTBFS: qmldesigner enables -Werror but uses deprecated declarations
- Closed
For Gerrit Dashboard: QTCREATORBUG-29238 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
481388,8 | QmlDesigner: Only enable error on warnings as you compile with tests or in debug | qds/dev | qt-creator/qt-creator | Status: MERGED | +2 | 0 |
487645,3 | QmlDesigner: Only enable error on warnings as you compile with tests or in debug | 11.0 | qt-creator/qt-creator | Status: MERGED | +2 | 0 |
487998,2 | QmlDesigner: Disable warnings-as-errors by default | 11.0 | qt-creator/qt-creator | Status: MERGED | +2 | 0 |