-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Multiple build errors occurring with Qt 5.10 on macOS:
.../qfontengine_coretext.mm:827:20: error: qualified reference to
'QFixed' is a constructor name rather than a type in this context
return QFixed::QFixed(int(CTFontGetUnitsPerEm(ctfont)));
https://bugreports.qt.io/browse/QTBUG-67545
https://codereview.qt-project.org/#/c/225936/
Fixed versions: Qt 5.9.6, 5.11-rc1
deps/boost/1.62.0/include/boost/smart_ptr/scoped_ptr.hpp:74:31: error:
no template named 'auto_ptr' in namespace 'std'
explicit scoped_ptr( std::auto_ptr<T> p ) BOOST_NOEXCEPT : px( p.release() )
~~~~~^
7 errors generated.
https://bugreports.qt.io/browse/QTBUG-67810
https://codereview.qt-project.org/#/c/223953/
Fixed versions: Qt 5.11-rc1
Metadata
Metadata
Assignees
Labels
No labels