I have tried compiling the Webkit FTP example with QT 5.2
As far as I know, they had removed QFtp from QT 5 and only offer it as an add-on from https://qt.gitorious.org/qt/qtftp/source/a2a7f28c0facd7ca946cea54e98c6019fcdb16ae:
I can get the sources for QtFtp just find but there is no build instructions for Windows 7.
So how can I make this work?
Here's that Qt webkit FTP example that compiles and works just fine with Qt 4.7
I can get the sources for QtFtp just find but there is no build instructions for Windows 7.
So how can I make this work?
There is no core difference between building QtFtp and other modules. You just need to use the following commands:
qmake -r -spec your-spec-type && make
Note that the -spec option can even be omitted in simple cases.