From f8f49896d9a55a4e4c44f9b5540e0238374eb325 Mon Sep 17 00:00:00 2001
From: Lorenz Meier <lm@inf.ethz.ch>
Date: Tue, 2 Jul 2013 16:57:07 +0200
Subject: [PATCH] Disable Google Earth on Mac OS since it was broken on all
 64bit systems (thanks Google!) anyway

---
 src/ui/MainWindow.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ui/MainWindow.cc b/src/ui/MainWindow.cc
index 54e8d22..2113d9b 100644
--- a/src/ui/MainWindow.cc
+++ b/src/ui/MainWindow.cc
@@ -660,7 +660,7 @@ void MainWindow::buildCommonWidgets()
     }
 #endif
 
-#if (defined _MSC_VER) | (defined Q_OS_MAC)
+#if (defined _MSC_VER) /*| (defined Q_OS_MAC) mac os doesn't support gearth right now */
     if (!gEarthWidget)
     {
         gEarthWidget = new QGCGoogleEarthView(this);