Mr-Ntic / qextserialport

Automatically exported from code.google.com/p/qextserialport
Other
0 stars 0 forks source link

Wrong name of the libraries #177

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Which version of QextSerialPort are you using?
1.2 RC

What steps will reproduce the problem?
1. Generate de libraries and .dll and then run mingw32-make install

What is the expected output? What do you see instead?
Expected libraries are libQt5ExtSerialPortd.a and libQt5ExtSerialPort.a
instead the libraries that are copied are libQt5ExtSerialPortd1.a and 
libQt5ExtSerialPort1.a

changing the name solves the problem.

What version of the product are you using? On what operating system?
Qt 5.2 on Win XP

Original issue reported on code.google.com by agustin....@gmail.com on 26 Jan 2014 at 11:41

GoogleCodeExporter commented 8 years ago
Hi, in such cases, "5" means Qt5, while "1" means the version the QESP 1.X.X

Original comment by dbzhang...@gmail.com on 9 May 2014 at 7:54