|
|
@ -166,6 +166,7 @@ OSGDependency { |
|
|
|
# [OPTIONAL] Google Earth dependency. Provides Google Earth view to supplement 2D map view. |
|
|
|
# [OPTIONAL] Google Earth dependency. Provides Google Earth view to supplement 2D map view. |
|
|
|
# Only supported on Mac and Windows where Google Earth can be installed. |
|
|
|
# Only supported on Mac and Windows where Google Earth can be installed. |
|
|
|
# |
|
|
|
# |
|
|
|
|
|
|
|
GoogleEarthDisableOverride { |
|
|
|
contains(DEFINES, DISABLE_GOOGLE_EARTH) { |
|
|
|
contains(DEFINES, DISABLE_GOOGLE_EARTH) { |
|
|
|
message("Skipping support for Google Earth view (manual override from command line)") |
|
|
|
message("Skipping support for Google Earth view (manual override from command line)") |
|
|
|
DEFINES -= DISABLE_GOOGLE_EARTH |
|
|
|
DEFINES -= DISABLE_GOOGLE_EARTH |
|
|
@ -197,6 +198,9 @@ else:exists(user_config.pri):infile(user_config.pri, DEFINES, DISABLE_GOOGLE_EAR |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
message("Skipping support for Google Earth view (unsupported platform)") |
|
|
|
message("Skipping support for Google Earth view (unsupported platform)") |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} else { |
|
|
|
|
|
|
|
message("Skipping support for Google Earth due to Issue 1157") |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
# |
|
|
|
# |
|
|
|
# [REQUIRED] EIGEN matrix library |
|
|
|
# [REQUIRED] EIGEN matrix library |
|
|
|