Browse Source

Fixed linux flags to also look in /usr/local

QGC4.4
James Goppert 15 years ago
parent
commit
4998919d0b
  1. 2
      qgroundcontrol.pri

2
qgroundcontrol.pri

@ -154,7 +154,7 @@ linux-g++ { @@ -154,7 +154,7 @@ linux-g++ {
DEFINES += QGC_OSG_ENABLED
}
exists(/usr/include/osgEarth) {
exists(/usr/include/osgEarth) | exists(/usr/local/include/osgEarth) {
message("Building support for osgEarth")
DEPENDENCIES_PRESENT += osgearth
# Include osgEarth libraries

Loading…
Cancel
Save