Skip to content
Snippets Groups Projects
Commit 18b44cbe authored by lm's avatar lm
Browse files

osg earth support will only activated when osg is found

parent 8da2820d
No related branches found
No related tags found
No related merge requests found
...@@ -189,7 +189,7 @@ linux-g++ { ...@@ -189,7 +189,7 @@ linux-g++ {
DEFINES += QGC_OSG_ENABLED DEFINES += QGC_OSG_ENABLED
} }
exists(/usr/include/osgEarth) | exists(/usr/local/include/osgEarth) { exists(/usr/include/osgEarth):exists(/usr/include/osg) | exists(/usr/local/include/osgEarth):exists(/usr/include/osg) {
message("Building support for osgEarth") message("Building support for osgEarth")
DEPENDENCIES_PRESENT += osgearth DEPENDENCIES_PRESENT += osgearth
# Include osgEarth libraries # Include osgEarth libraries
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment