0In file included from qcocoacursor.mm:35:
1./qcocoawindow.h:223:11: warning: 'devicePixelRatio' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
2 qreal devicePixelRatio() const;
3 ^
4../../../../include/QtGui/5.5.0/QtGui/qpa/../../../../../src/gui/kernel/qplatformwindow.h:110:19: note: overridden virtual function is here
5 virtual qreal devicePixelRatio() const;
6 ^
7qcocoacursor.mm:76:20: error: no matching function for call to 'CGEventCreateMouseEvent'
8 CGEventRef e = CGEventCreateMouseEvent(0, kCGEventMouseMoved, pos, 0);
9 ^~~~~~~~~~~~~~~~~~~~~~~
10/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGEvent.h:57:33: note:
11 candidate function not viable: no known conversion from 'int' to 'CGMouseButton' for 4th argument
12CG_EXTERN CGEventRef __nullable CGEventCreateMouseEvent(
13 ^
1426 warnings and 1 error generated.
15make[4]: *** [.obj/qcocoacursor.o] Error 1
This seems to be fixed in Qt 5.5.1, but probably isn’t worth an intermediate bump to 5.5.1 if we’re going to shift to 5.6 soon?