Commit 52328108 authored by Lorenz Meier's avatar Lorenz Meier

Merge pull request #551 from Susurrus/google_earth

Google earth: Corrected #ifdef for Google Earth-specific code.
parents 6832f8bc 2eba6bf5
......@@ -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