如何为 QT5 装上 QT4 才有的库

出处:https://forum.qt.io/topic/64412/how-to-add-qftp-in-qt5

SGaist Lifetime Qt Champion

Hi,

  1. Clone the repository from code.qt.io
  2. cd qtftp
  3. /path/to/qt5/qmake
  4. make
  5. make install

and you should be good to go.

Note: You might need to have perl installed for makefile to work.( mrJJ)

原文地址:https://www.cnblogs.com/liujx2019/p/14116448.html