From 6dd121cf751cfa4e30cb046d107c98053063c857 Mon Sep 17 00:00:00 2001 From: pixhawk Date: Sun, 19 Dec 2010 18:54:45 +0100 Subject: [PATCH] Working on 3D view with google maps --- src/ui/map3D/QGCGoogleEarthView.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ui/map3D/QGCGoogleEarthView.h b/src/ui/map3D/QGCGoogleEarthView.h index f0f4aed..060b718 100644 --- a/src/ui/map3D/QGCGoogleEarthView.h +++ b/src/ui/map3D/QGCGoogleEarthView.h @@ -9,7 +9,7 @@ #include #endif -#if (defined Q_OS_WIN) && !(defined __MINGW32__) +#if (defined Q_OS_WIN) & (defined _MSVC_VER) QGCWebAxWidget* webViewWin; #include #include "windows.h" @@ -35,7 +35,7 @@ protected: #else namespace Ui { class QGCGoogleEarthControls; -#if (defined Q_OS_WIN) && !(defined __MINGW32__) +#if (defined Q_OS_WIN) & (defined _MSVC_VER) class QGCGoogleEarthViewWin; #else class QGCGoogleEarthView; @@ -69,7 +69,7 @@ protected: UASInterface* mav; bool followCamera; bool trailEnabled; -#if (defined Q_OS_WIN) && !(defined __MINGW32__) +#if (defined Q_OS_WIN) & (defined _MSVC_VER) WebAxWidget* webViewWin; #endif #if (defined Q_OS_MAC)