Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I cannot compile a project with QSerialPort for qt 5.1.1. "undefined reference to QSerialPort::QSerialPort(QObject*) although the qserialport.h exists in qt directory and it seems like it relates to QtCore lib
Hi,
Did you add
QT += serialport
to your pro file ?
bq. Did you add QT += serialport to your pro file ?
Oh. It's my mistake, I'm sorry. Thank you.
@SGaist Thanks