From 4998919d0bd56ed5c22facb0324fd8355d507e2c Mon Sep 17 00:00:00 2001 From: James Goppert Date: Sat, 27 Nov 2010 02:07:49 -0500 Subject: [PATCH] Fixed linux flags to also look in /usr/local --- qgroundcontrol.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qgroundcontrol.pri b/qgroundcontrol.pri index a8b08b1..ce4962e 100644 --- a/qgroundcontrol.pri +++ b/qgroundcontrol.pri @@ -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