From b69a3a5a77ac4f3a6873d9adcb766f35b3d19c40 Mon Sep 17 00:00:00 2001 From: Bryant Date: Mon, 3 Feb 2014 20:42:47 -0800 Subject: [PATCH] Minor changes to the serialport build logic. --- QGCExternalLibs.pri | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/QGCExternalLibs.pri b/QGCExternalLibs.pri index aeb4eb3029..1d75f200f5 100644 --- a/QGCExternalLibs.pri +++ b/QGCExternalLibs.pri @@ -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. -- GitLab