Commit bf10f2be authored by Jake Petroules's avatar Jake Petroules Committed by The Qt Project
Browse files

Repurpose the former Q_OS_MAC synonym "Q_OS_MACX" to mean "OS X".


The equivalent was done earlier for qmake, and this will enable
developers writing OS X-specific code to use #ifdef Q_OS_MACX as
opposed to overly verbose #if defined(Q_OS_MAC) && !defined(Q_OS_IOS).

The sole usage of Q_OS_MACX within qtbase has been changed to the
now appropriate value and documentation has been updated.

Change-Id: I2c59eea02e94b691b705170b2f96a97940fdc756
Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@digia.com>
Reviewed-by: default avatarTor Arne Vestbø <tor.arne.vestbo@digia.com>
Reviewed-by: default avatarThiago Macieira <thiago.macieira@intel.com>
parent 9ddf7c53
No related merge requests found
Showing with 29 additions and 13 deletions
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment