Hi,
I need to use QSerialport in my Qt project. Following the official documentation, I added
Qt Code:
  1. QT += serialport
To copy to clipboard, switch view to plain text mode 
to my .pro file. After doing this, the build always fails, giving the error: "Unknown module(s) in QT: serialport". I am using Qt Creator 4.1.0 based on Qt 5.6.1. What am I missing?
Thank you.