From b942aa712df754e0ba8951238c70c699de1c2d3f Mon Sep 17 00:00:00 2001 From: Bryant Date: Thu, 20 Feb 2014 16:38:20 -0800 Subject: [PATCH] Google earth: Corrected #ifdef for Google Earth-specific code. --- 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 d0701d18b..5c692c989 100644 --- a/src/ui/MainWindow.cc +++ b/src/ui/MainWindow.cc @@ -569,7 +569,7 @@ void MainWindow::buildCommonWidgets() } #endif -#if (defined _MSC_VER) | (defined Q_OS_MAC) +#if QGC_GOOGLE_EARTH_ENABLED if (!googleEarthView) { googleEarthView = new SubMainWindow(this); -- 2.22.0