Commit 2eba6bf5 authored by Bryant's avatar Bryant

Google earth: Corrected #ifdef for Google Earth-specific code.

parent 5af9e035
......@@ -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);
......
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