Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Qt プロジェクトから ftp を使用したいと考えています。しかし#include <QFtp>、プログラムを追加して実行すると、コンパイラは「エラー: QFtp: そのようなファイルまたはディレクトリはありません」と表示します。
#include <QFtp>
このようなものをプロジェクト ファイルに追加する必要があります。
QT += network
QFtpはNetwork モジュールの一部です