Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.9.1
-
Windows 10 64 bit
MSVC2013 64 bit
Qt 5.9.1 snapshot (#495)
Description
While QTBUG-60604 was fixed in 5.9.0, it broke again in 5.9.1.
- Open sensor_explorer example in Creator.
It's in Examples\Qt-5.9\sensors\sensor_explorer\sensor_explorer.qml - Configure it to use MSVC2013 64 bit in Release mode.
- Try to build the project.
Building fails:.qtquickcompiler\sensor_explorer_qml.cpp(1783) : error C2143: Syntaxfehler: Es fehlt ';' vor 'Typ' .qtquickcompiler\sensor_explorer_qml.cpp(1783) : error C3409: Ein leerer Attributblock ist nicht zul„ssig .qtquickcompiler\sensor_explorer_qml.cpp(1783) : error C2059: Syntaxfehler: '=' .qtquickcompiler\sensor_explorer_qml.cpp(1783) : error C2143: Syntaxfehler: Es fehlt ';' vor '{' .qtquickcompiler\sensor_explorer_qml.cpp(1783) : error C2447: '{': Funktionsheader fehlt - Parameterliste im alten Stil?
It should be possible to build this example. Building succeeds when using any of the following:
- MSVC2015
- Qt 5.8
- disabling Qt Quick Compiler
Attachments
Issue Links
- relates to
-
QTBUG-60604 [REG 5.8.0 -> 5.9.0 Beta 3] Qt Quick Compiler generated code doesn't compile with MSVC2013
- Closed
- mentioned in
-
Page Loading...