Skip to content
Snippets Groups Projects
Commit 6d1ac2e0 authored by Eike Ziller's avatar Eike Ziller Committed by Bill King
Browse files

Mac: Fix for compilation with 4.7.4


qglobal from 4.7.4 doesn't define MAC_OS_X_VERSION_10_7

Change-Id: Ia152108b52b92b65916002df76065e4eb95dc8a0
Reviewed-by: default avatarBill King <bill.king@nokia.com>
parent 672ffa59
No related branches found
No related tags found
No related merge requests found
...@@ -37,8 +37,9 @@ ...@@ -37,8 +37,9 @@
#include <Foundation/NSNotification.h> #include <Foundation/NSNotification.h>
#include <QSysInfo> #include <QSysInfo>
#include <qglobal.h>
#if MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_7 #if MAC_OS_X_VERSION_MAX_ALLOWED <= MAC_OS_X_VERSION_10_6
enum { enum {
NSWindowCollectionBehaviorFullScreenPrimary = (1 << 7) NSWindowCollectionBehaviorFullScreenPrimary = (1 << 7)
}; };
......
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