Something went wrong on our end
-
Mårten Nordheim authored
The FTP plugin for QtNetwork. Note: The CMake version doesn't put the files in the plugin folder.
Mårten Nordheim authoredThe FTP plugin for QtNetwork. Note: The CMake version doesn't put the files in the plugin folder.
src.pro 364 B
QT = network-private
TARGET = qftpnetworkaccessbackend
HEADERS += qftp.h \
qnetworkaccessftpbackend.h \
qurlinfo.h \
SOURCES += qftp.cpp \
qnetworkaccessftpbackend.cpp \
qurlinfo.cpp \
DEFINES += QT_USE_QSTRINGBUILDER
PLUGIN_TYPE = networkaccessbackends
PLUGIN_CLASS_NAME = QFtpNetworkAccessBackend
load(qt_plugin)