PDA

View Full Version : Link to latest serial port



RolandHughes
4th June 2013, 13:27
All,

This should be simple. Now that the Qt serial port library has been moved to the qt 5 trunk and completely re-gizzed, where is the _correct_ link to pull down a version that will work with 4.8.x and still be syntactically correct with the "official" 5.x trunk member. Are the git commands and instructions found here:

http://qt-project.org/wiki/QtSerialPort#e200b03e6aa6d5363db5bdbb4386720c

still accurate. There is a note near the top that the project has moved into the qt5 trunk, but nothing said about the page being updated and correct.

Thanks,

pkj
4th June 2013, 16:32
As far as I know QtSerialPort is backward compatible with qt 4.x. So you can pull out the latest version and use it safely.

RolandHughes
5th June 2013, 13:28
It is backwardly compatible. What I was looking for was confirmation the git command from that Web page would pull the latest version.