i need to communicate with a serial RS232 device using a GUI in Qt….i downloaded the latest code from code google……but donno what to do next…initialy i did (i dont remember which version of qextserial it was) but it had a .pri file which i just included in my .pro file…this website……but now there is no .pri file in the downloaded code..
include(qextserialport/src/qextserialport.pri)
Please help me any one who have integrated this feature to Qt Creator…thanx in advance
Yep you’re using the 1.2 Alpha version which does not have a PRI include file, using the recommended version found here or any version after the 1.2 Alpha will have a PRI include fine and should work fine.