qt - error in #include <QFtp> what should i do -


i want use ftp qt project. when add #include <qftp> in program , run compiler says: "error: qftp: no such file or directory".

you should add this, project file.

qt += network 

qftp part of network module


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -