How to add QFTP in QT5 ?
Unsolved
General and Desktop
-
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)