Browse Source

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

QGC4.4
Lorenz Meier 12 years ago
parent
commit
f8f49896d9
  1. 2
      src/ui/MainWindow.cc

2
src/ui/MainWindow.cc

@ -660,7 +660,7 @@ void MainWindow::buildCommonWidgets() @@ -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);

Loading…
Cancel
Save