Browse Source

Minor changes to the serialport build logic.

QGC4.4
Bryant 11 years ago
parent
commit
b69a3a5a77
  1. 9
      QGCExternalLibs.pri

9
QGCExternalLibs.pri

@ -365,17 +365,10 @@ INCLUDEPATH += \ @@ -365,17 +365,10 @@ INCLUDEPATH += \
include(libs/qwt/qwt.pri)
#
# QSerialPort - serial port library
# [REQUIRED] QSerialPort library. Provides serial port wrapper library.
#
include(libs/serialport/qserialport.pri)
WindowsBuild {
# Used to enumerate serial ports by QSerialPort
LIBS += -lsetupapi
}
#
# XBee wireless support. This is not necessary for basic serial/UART communications.
# It's only required for speaking directly to the Xbee using their proprietary API.

Loading…
Cancel
Save