Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
18b44cbe
Commit
18b44cbe
authored
Jan 07, 2011
by
lm
Browse files
osg earth support will only activated when osg is found
parent
8da2820d
Changes
1
Hide whitespace changes
Inline
Side-by-side
qgroundcontrol.pri
View file @
18b44cbe
...
...
@@ -189,7 +189,7 @@ linux-g++ {
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")
DEPENDENCIES_PRESENT += osgearth
# Include osgEarth libraries
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment