出处:https://forum.qt.io/topic/64412/how-to-add-qftp-in-qt5
SGaist Lifetime Qt Champion Feb 22, 2016, 5:51 AM
Hi,
- Clone the repository from code.qt.io
cd qtftp
/path/to/qt5/qmake
make
make install
and you should be good to go.
Note: You might need to have perl installed for makefile to work.( mrJJ)