From 26b50767bdfd326f9fe1f18b2541ca88b2365ced Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Mon, 23 Dec 2013 15:05:36 -0800 Subject: [PATCH] Remove hardwired inclusion of OSG The remainder of .pro and .pri files have conditional inclusion of OpenSceneGraph bases on availability. Removed this line which always includes it and overrides the conditional include which is already in other parts of the make files. --- qgroundcontrol.pro | 2 -- 1 file changed, 2 deletions(-) diff --git a/qgroundcontrol.pro b/qgroundcontrol.pro index 42942e8..a7f731b 100644 --- a/qgroundcontrol.pro +++ b/qgroundcontrol.pro @@ -875,8 +875,6 @@ win32-msvc2008|win32-msvc2010|win32-msvc2012 { DEFINES += MOUSE_ENABLED_WIN } -unix:!macx:!symbian: LIBS += -losg - OTHER_FILES += \ dongfang_notes.txt \ src/ui/dongfang-scrapyard.txt \