Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
5.3.2
-
None
-
3b3ecb79a6b61a085445b42253cc90c8e58e1c6c
Description
Trying to build a 32bit version of Qt5.3.2 for OSX configured with
./configure -platform macx-clang-32
build fails on qmacstyle_mac.mm with the following error:
styles/qmacstyle_mac.mm:3670:80: error: no viable conversion from 'CGRect' to 'NSRect' (aka '_NSRect') pushButtonFocusRingPath = [NSBezierPath bezierPathWithRect:focusRect];
Focus rect must be explicitly converted to NSRect with NSRectFromCGRect() at lines 3670 and 3672.
Attachments
Issue Links
- duplicates
-
QTBUG-28828 qmacstyle_mac.mm fails compiling in 32 bit
- Closed
-
QTBUG-27335 qmacstyle_mac.mm fails to compile with 32-bit mkspec
- Closed
- is duplicated by
-
QTBUG-41654 5.3.2 doesn't compile on 32-bit mac
- Closed