From 54a7ea0e1a0f210b4967552a69cf80629b8aec5c Mon Sep 17 00:00:00 2001 From: oberion Date: Tue, 15 Nov 2011 10:41:49 +0100 Subject: [PATCH] include libxbee again --- qgroundcontrol.pro | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/qgroundcontrol.pro b/qgroundcontrol.pro index 177e6cb5f..49caafe90 100644 --- a/qgroundcontrol.pro +++ b/qgroundcontrol.pro @@ -542,19 +542,19 @@ TRANSLATIONS += es-MX.ts \ # xbee support # libxbee only supported by linux and windows systems -#win32-msvc2008|win32-msvc2010|linux{ -# HEADERS += src/comm/XbeeLinkInterface.h \ -# src/comm/XbeeLink.h \ -# src/comm/HexSpinBox.h \ -# src/ui/XbeeConfigurationWindow.h \ -# src/comm/CallConv.h -# SOURCES += src/comm/XbeeLink.cpp \ -# src/comm/HexSpinBox.cpp \ -# src/ui/XbeeConfigurationWindow.cpp -# DEFINES += XBEELINK -# INCLUDEPATH += thirdParty/libxbee -# TO DO: build library when it does not exists already -# LIBS += -LthirdParty/libxbee/lib \ -# -llibxbee -# -#} +win32-msvc2008|win32-msvc2010|linux{ + HEADERS += src/comm/XbeeLinkInterface.h \ + src/comm/XbeeLink.h \ + src/comm/HexSpinBox.h \ + src/ui/XbeeConfigurationWindow.h \ + src/comm/CallConv.h + SOURCES += src/comm/XbeeLink.cpp \ + src/comm/HexSpinBox.cpp \ + src/ui/XbeeConfigurationWindow.cpp + DEFINES += XBEELINK + INCLUDEPATH += thirdParty/libxbee + TO DO: build library when it does not exists already + LIBS += -LthirdParty/libxbee/lib \ + -llibxbee + +} -- 2.22.0