其他分享
首页 > 其他分享> > 如何为 QT5 装上 QT4 才有的库

如何为 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)

标签:code,QT4,QT5,Feb,qt,make,如何,qt5,io
来源: https://www.cnblogs.com/liujx2019/p/14116448.html