i use qt 4.3.4, if i want to use qextserialport, i should download qextserialport-1.1.tar.gz, and i find the procedure what i have to do by google.
the procedureas follows:
1. extract it, then copy the file qextserialport under the src that under the setup file of qt 4.3.4.
2.then i complie it by command "qmake" and "make".
3.i will get the file folder "build", there will be "qextserialport.dll" "qextserialport.prl""libqextserialport.a" and other files in it.
4.i copy the file "qextserialport.dll" to the file folder "bin" in the setup file of qt and copy the "qextserialport.prl" and "libqextserialport.a" to the file folder "lib".
5. create the file "qextserialport.h" in the file folder "Qt" under the file folder "include", whose content is "#include ".../.../src/qextserialport/qextserialport.h". At the same time, copy the file "qextserialport.h" to the file folder "QtGui". Then create file "QextSerialPort" , its content is" #include "qextserialport.h" ".
when i do as the above procedure , i only get the file "qextserialport.prl".
Is the procedure above right? if it's right ,why i can't get the file "libqextserialport.a" "qextserialport.dll" since i download the qextserialport-1.1.tar.gz in "http://qextserialport.sourceforge.net/".
if it's wrong, please tell me the detailed procedure if i want to use qextserialport in Qt 4.3.4.
thanks very much for any advice.
Bookmarks