How to compile QFtp in Qt5.2.1
-
I just download the source code and compile QFtp use QCreator, and put qftp.h qurlinfo.h in C:/Qt/Qt5.2.1/5.2.1/msvc2012/include, put Qt5Ftp.lib Qt5Ftplibd.lib in C:/Qt/Qt5.2.1/5.2.1/msvc2012/lib, put Qt5Ftp.dll Qt5Ftpd.dll under C:/Qt/Qt5.2.1/5.2.1/msvc2012/bin, but when i compile my project use Visual Studio 2012, it didn't work.
How could i do that ? thanks!