Skip to content
Snippets Groups Projects
Commit b0cd54c1 authored by Morten Johan Sorvig's avatar Morten Johan Sorvig Committed by Morten Johan Sørvig
Browse files

Replace Q_WS_MAC with Q_OS_MAC.


We want to carry over all mac-specific code paths
to Qt 5. WS_MAC is no longer set; OS_MAC is.

This change is compatible with Qt 4 builds since
OS_MAC is set whenever WS_MAC is. (OS_MAC would
also be set for the theoretical X11/Mac platform,
but that's anyway not a supported configuration
for Creator)

Change-Id: Ib25d8c4e83e7e27d911124cd48aa17fdb875923f
Reviewed-by: default avatarFriedemann Kleint <Friedemann.Kleint@nokia.com>
Reviewed-by: default avatarEike Ziller <eike.ziller@nokia.com>
parent 896a7a65
No related branches found
No related tags found
Loading
Showing
with 43 additions and 43 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment