Hello! I want to use serial port in Qt 4.8.4. For the purpose, i am following this article. I have cloned the qt library for Qt4 with git, but when i try to execute the statement
qmake ../qtserialport/qtserialport.pro
i am getting make error
D:\Docs\Prsys\Qt Projects\qtserialport-build>D:\System\Installations\Qt\4.8.4\bin\qmake../qtserialport/qtserialport.pro
QMAKESPEC has not been set, so configuration cannot be deduced.
Error processing project file: ../qtserialport/qtserialport.pro
Kindly suggest a suitable way to use uart library with Qt.
Thank you