From e74faa375a1e91b42c9b414885f4b592d6b4ff57 Mon Sep 17 00:00:00 2001 From: lm Date: Thu, 25 Nov 2010 16:04:50 +0100 Subject: [PATCH] Added missing library --- qgroundcontrol.pri | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qgroundcontrol.pri b/qgroundcontrol.pri index be7fc5300..13e2f1ed4 100644 --- a/qgroundcontrol.pri +++ b/qgroundcontrol.pri @@ -155,7 +155,8 @@ linux-g++ { DEPENDENCIES_PRESENT += osgearth # Include osgEarth libraries LIBS += -losgViewer \ - -losgEarth + -losgEarth \ + -losgEarthUtil DEFINES += QGC_OSGEARTH_ENABLED } -- 2.22.0