Qt5 and QFtp?
-
QFtp is still available, but in a separate package (see "this link":https://qt.gitorious.org/qt/qtftp).
Currently there is no alternative in Qt, although it would be nice to get one. Old implementation is considered to be a flawed design, that's why it's deprecated.
-
Hi, there is no guide on how to compile it and add it to a project? I compile and install, but when I add it to the project the compiler gives me this error:
../qftp/ftpwindow.cpp:114: error: undefined reference to 'QFtp::QFtp(QObject*)'
../qftp/ftpwindow.cpp:130: error: undefined reference to 'QFtp::connectToHost(QString const&, unsigned short)'
../qftp/ftpwindow.cpp:131: error: undefined reference to 'QFtp::login(QString const&, QString const&)' -
Maybe you have not added this to your .pro file:
@
QT += ftp
@