Comment 1 for bug 1437320

Revision history for this message
Timo Jyrinki (timo-jyrinki) wrote :

I was able to rebase the patch as the Qt 5.5 changes did not seem as big as with Qt 5.4. The revised patch attached. But it fails to build with:

---
In file included from /usr/include/x86_64-linux-gnu/qt5/QtCore/qnamespace.h:37:0,
                 from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobjectdefs.h:41,
                 from /usr/include/x86_64-linux-gnu/qt5/QtCore/qobject.h:40,
                 from /usr/include/x86_64-linux-gnu/qt5/QtCore/qabstractanimation.h:37,
                 from /usr/include/x86_64-linux-gnu/qt5/QtCore/QtCore:4,
                 from ../../include/QtQml/QtQmlDepends:3:
compiler/qv4isel_p.cpp: In member function ‘QQmlRefPointer<QV4::CompiledData::CompilationUnit> QV4::EvalInstructionSelection::compile(bool)’:
compiler/qv4isel_p.cpp:340:40: error: ‘codeRefLen’ was not declared in this scope
             Q_ASSERT(dummySize == (int)codeRefLen);
---