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

mongodb - Struggling to get ordered results from the last retrieved article, given array of elements to search in -

c# - Pausing a storyboard on TabItem mouse over -

c# - Attribute value in root node of xml Linq to XML -