Commit f8f49896 authored by Lorenz Meier's avatar Lorenz Meier

Disable Google Earth on Mac OS since it was broken on all 64bit systems (thanks Google!) anyway

parent 52dc821e
......@@ -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);
......
Markdown is supported
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