Browse Source

Temporarily deactivated libxbee due to missing files

QGC4.4
Lorenz Meier 14 years ago
parent
commit
2711ddf521
  1. 30
      qgroundcontrol.pro

30
qgroundcontrol.pro

@ -542,19 +542,19 @@ TRANSLATIONS += es-MX.ts \
# xbee support # xbee support
# libxbee only supported by linux and windows systems # libxbee only supported by linux and windows systems
win32-msvc2008|win32-msvc2010|linux{ #win32-msvc2008|win32-msvc2010|linux{
HEADERS += src/comm/XbeeLinkInterface.h \ # HEADERS += src/comm/XbeeLinkInterface.h \
src/comm/XbeeLink.h \ # src/comm/XbeeLink.h \
src/comm/HexSpinBox.h \ # src/comm/HexSpinBox.h \
src/ui/XbeeConfigurationWindow.h \ # src/ui/XbeeConfigurationWindow.h \
src/comm/CallConv.h # src/comm/CallConv.h
SOURCES += src/comm/XbeeLink.cpp \ # SOURCES += src/comm/XbeeLink.cpp \
src/comm/HexSpinBox.cpp \ # src/comm/HexSpinBox.cpp \
src/ui/XbeeConfigurationWindow.cpp # src/ui/XbeeConfigurationWindow.cpp
DEFINES += XBEELINK # DEFINES += XBEELINK
INCLUDEPATH += thirdParty/libxbee # INCLUDEPATH += thirdParty/libxbee
# TO DO: build library when it does not exists already # TO DO: build library when it does not exists already
LIBS += -LthirdParty/libxbee/lib \ # LIBS += -LthirdParty/libxbee/lib \
-llibxbee # -llibxbee
#
} #}

Loading…
Cancel
Save