1 Star 0 Fork 0

guan/FtpClient

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Makefile.Release 42.28 KB
一键复制 编辑 原始数据 按行查看 历史
guanfang66 提交于 2023-12-14 17:17 +08:00 . first commit
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727
#############################################################################
# Makefile for building: ZFtpDemo
# Generated by qmake (3.1) (Qt 5.9.3)
# Project: ZFtpDemo.pro
# Template: app
#############################################################################
MAKEFILE = Makefile.Release
####### Compiler, tools and options
CC = cl
CXX = cl
DEFINES = -DUNICODE -D_UNICODE -DWIN32 -DWIN64 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DNDEBUG
CFLAGS = -nologo -Zc:wchar_t -FS -Zc:strictStrings -O2 -MD -W3 -w44456 -w44457 -w44458 $(DEFINES)
CXXFLAGS = -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -O2 -MD -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -EHsc $(DEFINES)
INCPATH = -I. -IInlcude -IG:\QT\5.9.3\msvc2013_64\include -IG:\QT\5.9.3\msvc2013_64\include\QtWidgets -IG:\QT\5.9.3\msvc2013_64\include\QtGui -IG:\QT\5.9.3\msvc2013_64\include\QtANGLE -IG:\QT\5.9.3\msvc2013_64\include\QtCore -Irelease -I. -IG:\QT\5.9.3\msvc2013_64\mkspecs\win32-msvc
LINKER = link
LFLAGS = /NOLOGO /DYNAMICBASE /NXCOMPAT /INCREMENTAL:NO /SUBSYSTEM:WINDOWS "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'"
LIBS = /LIBPATH:G:\QT\5.9.3\msvc2013_64\lib G:\QT\5.9.3\msvc2013_64\lib\qtmain.lib /LIBPATH:C:\utils\my_sql\my_sql\lib /LIBPATH:C:\utils\postgresql\pgsql\lib shell32.lib /LIBPATH:lib lib\ZFtp.lib G:\QT\5.9.3\msvc2013_64\lib\Qt5Widgets.lib G:\QT\5.9.3\msvc2013_64\lib\Qt5Gui.lib G:\QT\5.9.3\msvc2013_64\lib\Qt5Core.lib
QMAKE = G:\QT\5.9.3\msvc2013_64\bin\qmake.exe
IDC = idc
IDL = midl /NOLOGO
ZIP = zip -r -9
DEF_FILE =
RES_FILE =
COPY = copy /y
SED = $(QMAKE) -install sed
COPY_FILE = copy /y
COPY_DIR = xcopy /s /q /y /i
DEL_FILE = del
DEL_DIR = rmdir
MOVE = move
CHK_DIR_EXISTS= if not exist
MKDIR = mkdir
INSTALL_FILE = copy /y
INSTALL_PROGRAM = copy /y
INSTALL_DIR = xcopy /s /q /y /i
QINSTALL = G:\QT\5.9.3\msvc2013_64\bin\qmake.exe -install qinstall
QINSTALL_PROGRAM = G:\QT\5.9.3\msvc2013_64\bin\qmake.exe -install qinstall -exe
####### Output directory
OBJECTS_DIR = release
####### Files
SOURCES = main.cpp \
ZFtpDemoDialog.cpp release\qrc_qss.cpp \
release\moc_ZFtpDemoDialog.cpp
OBJECTS = release\main.obj \
release\ZFtpDemoDialog.obj \
release\qrc_qss.obj \
release\moc_ZFtpDemoDialog.obj
DIST = ZFtpDemoDialog.h main.cpp \
ZFtpDemoDialog.cpp
QMAKE_TARGET = ZFtpDemo
DESTDIR = release\ #avoid trailing-slash linebreak
TARGET = ZFtpDemo.exe
DESTDIR_TARGET = release\ZFtpDemo.exe
####### Implicit rules
.SUFFIXES: .c .cpp .cc .cxx
{release}.cpp{release\}.obj::
$(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<<
$<
<<
{release}.cc{release\}.obj::
$(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<<
$<
<<
{release}.cxx{release\}.obj::
$(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<<
$<
<<
{release}.c{release\}.obj::
$(CC) -c $(CFLAGS) $(INCPATH) -Forelease\ @<<
$<
<<
{.}.cpp{release\}.obj::
$(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<<
$<
<<
{.}.cc{release\}.obj::
$(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<<
$<
<<
{.}.cxx{release\}.obj::
$(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<<
$<
<<
{.}.c{release\}.obj::
$(CC) -c $(CFLAGS) $(INCPATH) -Forelease\ @<<
$<
<<
####### Build rules
first: all
all: Makefile.Release $(DESTDIR_TARGET)
$(DESTDIR_TARGET): ui_ZFtpDemoDialog.h $(OBJECTS)
$(LINKER) $(LFLAGS) /MANIFEST:embed /OUT:$(DESTDIR_TARGET) @<<
release\main.obj release\ZFtpDemoDialog.obj release\qrc_qss.obj release\moc_ZFtpDemoDialog.obj
$(LIBS)
<<
qmake: FORCE
@$(QMAKE) -o Makefile.Release ZFtpDemo.pro -spec win32-msvc
qmake_all: FORCE
dist:
$(ZIP) ZFtpDemo.zip $(SOURCES) $(DIST) ZFtpDemo.pro G:\QT\5.9.3\msvc2013_64\mkspecs\features\spec_pre.prf G:\QT\5.9.3\msvc2013_64\mkspecs\common\angle.conf G:\QT\5.9.3\msvc2013_64\mkspecs\common\msvc-desktop.conf G:\QT\5.9.3\msvc2013_64\mkspecs\qconfig.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_3danimation.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_3danimation_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_3dcore.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_3dcore_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_3dextras.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_3dextras_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_3dinput.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_3dinput_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_3dlogic.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_3dlogic_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_3dquick.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_3dquick_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_3dquickanimation.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_3dquickanimation_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_3dquickextras.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_3dquickextras_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_3dquickinput.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_3dquickinput_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_3dquickrender.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_3dquickrender_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_3dquickscene2d.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_3dquickscene2d_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_3drender.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_3drender_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_accessibility_support_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_axbase.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_axbase_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_axcontainer.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_axcontainer_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_axserver.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_axserver_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_bluetooth.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_bluetooth_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_bootstrap_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_charts.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_charts_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_concurrent.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_concurrent_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_core.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_core_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_datavisualization.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_datavisualization_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_dbus.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_dbus_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_designer.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_designer_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_designercomponents_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_devicediscovery_support_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_egl_support_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_eventdispatcher_support_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_fb_support_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_fontdatabase_support_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_gamepad.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_gamepad_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_gui.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_gui_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_help.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_help_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_location.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_location_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_multimedia.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_multimedia_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_multimediawidgets.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_multimediawidgets_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_network.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_network_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_networkauth.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_networkauth_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_nfc.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_nfc_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_opengl.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_opengl_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_openglextensions.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_openglextensions_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_packetprotocol_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_platformcompositor_support_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_positioning.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_positioning_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_printsupport.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_printsupport_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_purchasing.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_purchasing_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_qml.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_qml_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_qmldebug_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_qmldevtools_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_qmltest.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_qmltest_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_qtmultimediaquicktools_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_quick.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_quick_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_quickcontrols2.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_quickcontrols2_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_quickparticles_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_quicktemplates2_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_quickwidgets.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_quickwidgets_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_remoteobjects.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_remoteobjects_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_repparser.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_repparser_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_script.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_script_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_scripttools.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_scripttools_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_scxml.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_scxml_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_sensors.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_sensors_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_serialbus.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_serialbus_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_serialport.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_serialport_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_sql.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_sql_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_svg.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_svg_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_testlib.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_testlib_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_texttospeech.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_texttospeech_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_theme_support_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_uiplugin.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_uitools.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_uitools_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_webchannel.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_webchannel_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_websockets.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_websockets_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_widgets.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_widgets_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_winextras.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_winextras_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_xlsx.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_xml.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_xml_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_xmlpatterns.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_xmlpatterns_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\modules\qt_lib_zlib_private.pri G:\QT\5.9.3\msvc2013_64\mkspecs\features\qt_functions.prf G:\QT\5.9.3\msvc2013_64\mkspecs\features\qt_config.prf G:\QT\5.9.3\msvc2013_64\mkspecs\win32-msvc\qmake.conf G:\QT\5.9.3\msvc2013_64\mkspecs\features\spec_post.prf .qmake.stash G:\QT\5.9.3\msvc2013_64\mkspecs\features\exclusive_builds.prf G:\QT\5.9.3\msvc2013_64\mkspecs\common\msvc-version.conf G:\QT\5.9.3\msvc2013_64\mkspecs\features\toolchain.prf G:\QT\5.9.3\msvc2013_64\mkspecs\features\default_pre.prf G:\QT\5.9.3\msvc2013_64\mkspecs\features\win32\default_pre.prf G:\QT\5.9.3\msvc2013_64\mkspecs\features\resolve_config.prf G:\QT\5.9.3\msvc2013_64\mkspecs\features\exclusive_builds_post.prf G:\QT\5.9.3\msvc2013_64\mkspecs\features\default_post.prf G:\QT\5.9.3\msvc2013_64\mkspecs\features\build_pass.prf G:\QT\5.9.3\msvc2013_64\mkspecs\features\precompile_header.prf G:\QT\5.9.3\msvc2013_64\mkspecs\features\warn_on.prf G:\QT\5.9.3\msvc2013_64\mkspecs\features\qt.prf G:\QT\5.9.3\msvc2013_64\mkspecs\features\resources.prf G:\QT\5.9.3\msvc2013_64\mkspecs\features\moc.prf G:\QT\5.9.3\msvc2013_64\mkspecs\features\win32\opengl.prf G:\QT\5.9.3\msvc2013_64\mkspecs\features\uic.prf G:\QT\5.9.3\msvc2013_64\mkspecs\features\qmake_use.prf G:\QT\5.9.3\msvc2013_64\mkspecs\features\file_copies.prf G:\QT\5.9.3\msvc2013_64\mkspecs\features\win32\windows.prf G:\QT\5.9.3\msvc2013_64\mkspecs\features\testcase_targets.prf G:\QT\5.9.3\msvc2013_64\mkspecs\features\exceptions.prf G:\QT\5.9.3\msvc2013_64\mkspecs\features\yacc.prf G:\QT\5.9.3\msvc2013_64\mkspecs\features\lex.prf ZFtpDemo.pro qss.qrc G:\QT\5.9.3\msvc2013_64\lib\qtmain.prl G:\QT\5.9.3\msvc2013_64\lib\Qt5Widgets.prl G:\QT\5.9.3\msvc2013_64\lib\Qt5Gui.prl G:\QT\5.9.3\msvc2013_64\lib\Qt5Core.prl qss.qrc G:\QT\5.9.3\msvc2013_64\mkspecs\features\data\dummy.cpp ZFtpDemoDialog.h main.cpp ZFtpDemoDialog.cpp ZFtpDemoDialog.ui
clean: compiler_clean
-$(DEL_FILE) release\main.obj release\ZFtpDemoDialog.obj release\qrc_qss.obj release\moc_ZFtpDemoDialog.obj
-$(DEL_FILE) release\ZFtpDemo.exp
distclean: clean
-$(DEL_FILE) .qmake.stash release\ZFtpDemo.lib
-$(DEL_FILE) $(DESTDIR_TARGET)
-$(DEL_FILE) Makefile.Release
mocclean: compiler_moc_header_clean compiler_moc_source_clean
mocables: compiler_moc_header_make_all compiler_moc_source_make_all
check: first
benchmark: first
compiler_no_pch_compiler_make_all:
compiler_no_pch_compiler_clean:
compiler_rcc_make_all: release\qrc_qss.cpp
compiler_rcc_clean:
-$(DEL_FILE) release\qrc_qss.cpp
release\qrc_qss.cpp: qss.qrc \
G:\QT\5.9.3\msvc2013_64\bin\rcc.exe \
icon\downarrow.png \
icon\btn_max_down.png \
icon\radio.png \
icon\ver_scroll_top_arrow.png \
icon\btn_close_down.png \
icon\btn_mini_highlight.png \
icon\btn_mini_normal.png \
icon\btn_restore_down.png \
icon\Thumbs.db \
icon\radio_h.png \
icon\btn_max_normal.png \
icon\btn_max_highlight.png \
icon\checkbox_h.png \
icon\btn_close_normal.png \
icon\btn_restore_highlight.png \
icon\radio_p.png \
icon\hor_scroll_left_arrow.png \
icon\btn_restore_normal.png \
icon\btn_close_highlight.png \
icon\hor_scroll_right_arrow.png \
icon\checkbox_p.png \
icon\checkbox.png \
icon\btn_mini_down.png \
icon\ver_scroll_bottom_arrow.png \
icon\sizegrip.png \
img\dir.png \
img\file.png \
img\bj.jpg \
red.css \
icon\downarrow.png \
icon\btn_max_down.png \
icon\radio.png \
icon\ver_scroll_top_arrow.png \
icon\btn_close_down.png \
icon\btn_mini_highlight.png \
icon\btn_mini_normal.png \
icon\btn_restore_down.png \
icon\Thumbs.db \
icon\radio_h.png \
icon\btn_max_normal.png \
icon\btn_max_highlight.png \
icon\checkbox_h.png \
icon\btn_close_normal.png \
icon\btn_restore_highlight.png \
icon\radio_p.png \
icon\hor_scroll_left_arrow.png \
icon\btn_restore_normal.png \
icon\btn_close_highlight.png \
icon\hor_scroll_right_arrow.png \
icon\checkbox_p.png \
icon\checkbox.png \
icon\btn_mini_down.png \
icon\ver_scroll_bottom_arrow.png \
icon\sizegrip.png
G:\QT\5.9.3\msvc2013_64\bin\rcc.exe -name qss qss.qrc -o release\qrc_qss.cpp
compiler_moc_predefs_make_all: release\moc_predefs.h
compiler_moc_predefs_clean:
-$(DEL_FILE) release\moc_predefs.h
release\moc_predefs.h: G:\QT\5.9.3\msvc2013_64\mkspecs\features\data\dummy.cpp
cl -BxG:\QT\5.9.3\msvc2013_64\bin\qmake.exe -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -O2 -MD -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -E G:\QT\5.9.3\msvc2013_64\mkspecs\features\data\dummy.cpp 2>NUL >release\moc_predefs.h
compiler_moc_header_make_all: release\moc_ZFtpDemoDialog.cpp
compiler_moc_header_clean:
-$(DEL_FILE) release\moc_ZFtpDemoDialog.cpp
release\moc_ZFtpDemoDialog.cpp: G:\QT\5.9.3\msvc2013_64\include\QtWidgets\QWidget \
G:\QT\5.9.3\msvc2013_64\include\QtWidgets\qwidget.h \
G:\QT\5.9.3\msvc2013_64\include\QtWidgets\qtwidgetsglobal.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qtguiglobal.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qglobal.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qconfig-bootstrapped.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qconfig.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qtcore-config.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qsystemdetection.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qprocessordetection.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qcompilerdetection.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qtypeinfo.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qsysinfo.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qlogging.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qflags.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qatomic.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qbasicatomic.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qatomic_bootstrap.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qgenericatomic.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qatomic_cxx11.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qatomic_msvc.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qglobalstatic.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qmutex.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qnumeric.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qversiontagging.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qtgui-config.h \
G:\QT\5.9.3\msvc2013_64\include\QtWidgets\qtwidgets-config.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qwindowdefs.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qobjectdefs.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qnamespace.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qobjectdefs_impl.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qwindowdefs_win.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qobject.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qstring.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qchar.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qbytearray.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qrefcount.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qarraydata.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qstringbuilder.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qlist.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qalgorithms.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qiterator.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qhashfunctions.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qpair.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qbytearraylist.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qstringlist.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qregexp.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qstringmatcher.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qcoreevent.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qscopedpointer.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qmetatype.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qvarlengtharray.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qcontainerfwd.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qobject_impl.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qmargins.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qpaintdevice.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qrect.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qsize.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qpoint.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qpalette.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qcolor.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qrgb.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qrgba64.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qbrush.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qvector.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qmatrix.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qpolygon.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qregion.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qdatastream.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qiodevice.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qline.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qtransform.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qpainterpath.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qimage.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qpixelformat.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qpixmap.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qsharedpointer.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qshareddata.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qhash.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qsharedpointer_impl.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qfont.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qfontmetrics.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qfontinfo.h \
G:\QT\5.9.3\msvc2013_64\include\QtWidgets\qsizepolicy.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qcursor.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qkeysequence.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qevent.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qvariant.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qmap.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qdebug.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qtextstream.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qlocale.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qset.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qcontiguouscache.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qurl.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qurlquery.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qfile.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qfiledevice.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qvector2d.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qtouchdevice.h \
Inlcude\ZFtp.h \
Inlcude\ZFtpGlobal.h \
Inlcude\ZFtpExports.h \
Inlcude\ZFtpRequest.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\QObject \
Inlcude\qftp.h \
Inlcude\qurlinfo.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qdatetime.h \
Inlcude\QFtpExports.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\QtGlobal \
Inlcude\LoginRequest.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\QSharedPointer \
Inlcude\ConnectToHostRequest.h \
Inlcude\CloseFtpRequest.h \
Inlcude\ListDirRequest.h \
Inlcude\MkDirRequest.h \
Inlcude\RmDirRequest.h \
Inlcude\CdDirRequest.h \
Inlcude\DeleteFileRequest.h \
Inlcude\UploadFileRequest1.h \
Inlcude\UploadFileRequest2.h \
Inlcude\UploadFileRequest3.h \
Inlcude\RenameFileRequest.h \
Inlcude\DownloadFileRequest1.h \
Inlcude\DownloadFileRequest2.h \
Inlcude\ZFtpResponse.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\QVariant \
Inlcude\ConnectToHostResponse.h \
Inlcude\LoginResponse.h \
Inlcude\CloseFtpResponse.h \
Inlcude\ListDirResponse.h \
Inlcude\MkDirResponse.h \
Inlcude\RmDirResponse.h \
Inlcude\CdDirResponse.h \
Inlcude\DeleteFileResponse.h \
Inlcude\RenameFileResponse.h \
Inlcude\DownloadFileResponse1.h \
Inlcude\DownloadFileResponse2.h \
Inlcude\UploadFileResponse1.h \
Inlcude\UploadFileResponse2.h \
Inlcude\UploadFileResponse3.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\QFile \
G:\QT\5.9.3\msvc2013_64\include\QtCore\QEventLoop \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qeventloop.h \
ZFtpDemoDialog.h \
release\moc_predefs.h \
G:\QT\5.9.3\msvc2013_64\bin\moc.exe
G:\QT\5.9.3\msvc2013_64\bin\moc.exe $(DEFINES) --compiler-flavor=msvc --include release/moc_predefs.h -IG:/QT/5.9.3/msvc2013_64/mkspecs/win32-msvc -ID:/Desktop/ZFtpClient -ID:/Desktop/ZFtpClient/Inlcude -IG:/QT/5.9.3/msvc2013_64/include -IG:/QT/5.9.3/msvc2013_64/include/QtWidgets -IG:/QT/5.9.3/msvc2013_64/include/QtGui -IG:/QT/5.9.3/msvc2013_64/include/QtANGLE -IG:/QT/5.9.3/msvc2013_64/include/QtCore -IG:\az\VS2013\VC\INCLUDE -IG:\az\VS2013\VC\ATLMFC\INCLUDE -I"C:\Program Files (x86)\Windows Kits\8.1\include\shared" -I"C:\Program Files (x86)\Windows Kits\8.1\include\um" -I"C:\Program Files (x86)\Windows Kits\8.1\include\winrt" ZFtpDemoDialog.h -o release\moc_ZFtpDemoDialog.cpp
compiler_moc_source_make_all:
compiler_moc_source_clean:
compiler_uic_make_all: ui_ZFtpDemoDialog.h
compiler_uic_clean:
-$(DEL_FILE) ui_ZFtpDemoDialog.h
ui_ZFtpDemoDialog.h: ZFtpDemoDialog.ui \
G:\QT\5.9.3\msvc2013_64\bin\uic.exe
G:\QT\5.9.3\msvc2013_64\bin\uic.exe ZFtpDemoDialog.ui -o ui_ZFtpDemoDialog.h
compiler_yacc_decl_make_all:
compiler_yacc_decl_clean:
compiler_yacc_impl_make_all:
compiler_yacc_impl_clean:
compiler_lex_make_all:
compiler_lex_clean:
compiler_clean: compiler_rcc_clean compiler_moc_predefs_clean compiler_moc_header_clean compiler_uic_clean
####### Compile
release\main.obj: main.cpp ZFtpDemoDialog.h \
G:\QT\5.9.3\msvc2013_64\include\QtWidgets\QWidget \
G:\QT\5.9.3\msvc2013_64\include\QtWidgets\qwidget.h \
G:\QT\5.9.3\msvc2013_64\include\QtWidgets\qtwidgetsglobal.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qtguiglobal.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qglobal.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qconfig-bootstrapped.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qconfig.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qtcore-config.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qsystemdetection.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qprocessordetection.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qcompilerdetection.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qtypeinfo.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qsysinfo.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qlogging.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qflags.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qatomic.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qbasicatomic.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qatomic_bootstrap.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qgenericatomic.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qatomic_cxx11.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qatomic_msvc.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qglobalstatic.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qmutex.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qnumeric.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qversiontagging.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qtgui-config.h \
G:\QT\5.9.3\msvc2013_64\include\QtWidgets\qtwidgets-config.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qwindowdefs.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qobjectdefs.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qnamespace.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qobjectdefs_impl.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qwindowdefs_win.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qobject.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qstring.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qchar.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qbytearray.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qrefcount.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qarraydata.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qstringbuilder.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qlist.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qalgorithms.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qiterator.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qhashfunctions.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qpair.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qbytearraylist.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qstringlist.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qregexp.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qstringmatcher.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qcoreevent.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qscopedpointer.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qmetatype.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qvarlengtharray.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qcontainerfwd.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qobject_impl.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qmargins.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qpaintdevice.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qrect.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qsize.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qpoint.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qpalette.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qcolor.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qrgb.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qrgba64.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qbrush.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qvector.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qmatrix.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qpolygon.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qregion.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qdatastream.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qiodevice.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qline.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qtransform.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qpainterpath.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qimage.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qpixelformat.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qpixmap.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qsharedpointer.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qshareddata.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qhash.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qsharedpointer_impl.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qfont.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qfontmetrics.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qfontinfo.h \
G:\QT\5.9.3\msvc2013_64\include\QtWidgets\qsizepolicy.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qcursor.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qkeysequence.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qevent.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qvariant.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qmap.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qdebug.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qtextstream.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qlocale.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qset.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qcontiguouscache.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qurl.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qurlquery.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qfile.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qfiledevice.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qvector2d.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qtouchdevice.h \
Inlcude\ZFtp.h \
Inlcude\ZFtpGlobal.h \
Inlcude\ZFtpExports.h \
Inlcude\ZFtpRequest.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\QObject \
Inlcude\qftp.h \
Inlcude\qurlinfo.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qdatetime.h \
Inlcude\QFtpExports.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\QtGlobal \
Inlcude\LoginRequest.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\QSharedPointer \
Inlcude\ConnectToHostRequest.h \
Inlcude\CloseFtpRequest.h \
Inlcude\ListDirRequest.h \
Inlcude\MkDirRequest.h \
Inlcude\RmDirRequest.h \
Inlcude\CdDirRequest.h \
Inlcude\DeleteFileRequest.h \
Inlcude\UploadFileRequest1.h \
Inlcude\UploadFileRequest2.h \
Inlcude\UploadFileRequest3.h \
Inlcude\RenameFileRequest.h \
Inlcude\DownloadFileRequest1.h \
Inlcude\DownloadFileRequest2.h \
Inlcude\ZFtpResponse.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\QVariant \
Inlcude\ConnectToHostResponse.h \
Inlcude\LoginResponse.h \
Inlcude\CloseFtpResponse.h \
Inlcude\ListDirResponse.h \
Inlcude\MkDirResponse.h \
Inlcude\RmDirResponse.h \
Inlcude\CdDirResponse.h \
Inlcude\DeleteFileResponse.h \
Inlcude\RenameFileResponse.h \
Inlcude\DownloadFileResponse1.h \
Inlcude\DownloadFileResponse2.h \
Inlcude\UploadFileResponse1.h \
Inlcude\UploadFileResponse2.h \
Inlcude\UploadFileResponse3.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\QFile \
G:\QT\5.9.3\msvc2013_64\include\QtCore\QEventLoop \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qeventloop.h \
G:\QT\5.9.3\msvc2013_64\include\QtWidgets\QApplication \
G:\QT\5.9.3\msvc2013_64\include\QtWidgets\qapplication.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qcoreapplication.h \
G:\QT\5.9.3\msvc2013_64\include\QtWidgets\qdesktopwidget.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qguiapplication.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qinputmethod.h
release\ZFtpDemoDialog.obj: ZFtpDemoDialog.cpp ZFtpDemoDialog.h \
G:\QT\5.9.3\msvc2013_64\include\QtWidgets\QWidget \
G:\QT\5.9.3\msvc2013_64\include\QtWidgets\qwidget.h \
G:\QT\5.9.3\msvc2013_64\include\QtWidgets\qtwidgetsglobal.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qtguiglobal.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qglobal.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qconfig-bootstrapped.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qconfig.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qtcore-config.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qsystemdetection.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qprocessordetection.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qcompilerdetection.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qtypeinfo.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qsysinfo.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qlogging.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qflags.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qatomic.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qbasicatomic.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qatomic_bootstrap.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qgenericatomic.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qatomic_cxx11.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qatomic_msvc.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qglobalstatic.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qmutex.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qnumeric.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qversiontagging.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qtgui-config.h \
G:\QT\5.9.3\msvc2013_64\include\QtWidgets\qtwidgets-config.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qwindowdefs.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qobjectdefs.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qnamespace.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qobjectdefs_impl.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qwindowdefs_win.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qobject.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qstring.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qchar.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qbytearray.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qrefcount.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qarraydata.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qstringbuilder.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qlist.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qalgorithms.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qiterator.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qhashfunctions.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qpair.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qbytearraylist.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qstringlist.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qregexp.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qstringmatcher.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qcoreevent.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qscopedpointer.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qmetatype.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qvarlengtharray.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qcontainerfwd.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qobject_impl.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qmargins.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qpaintdevice.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qrect.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qsize.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qpoint.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qpalette.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qcolor.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qrgb.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qrgba64.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qbrush.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qvector.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qmatrix.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qpolygon.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qregion.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qdatastream.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qiodevice.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qline.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qtransform.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qpainterpath.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qimage.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qpixelformat.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qpixmap.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qsharedpointer.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qshareddata.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qhash.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qsharedpointer_impl.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qfont.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qfontmetrics.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qfontinfo.h \
G:\QT\5.9.3\msvc2013_64\include\QtWidgets\qsizepolicy.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qcursor.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qkeysequence.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qevent.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qvariant.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qmap.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qdebug.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qtextstream.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qlocale.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qset.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qcontiguouscache.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qurl.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qurlquery.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qfile.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qfiledevice.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qvector2d.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qtouchdevice.h \
Inlcude\ZFtp.h \
Inlcude\ZFtpGlobal.h \
Inlcude\ZFtpExports.h \
Inlcude\ZFtpRequest.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\QObject \
Inlcude\qftp.h \
Inlcude\qurlinfo.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qdatetime.h \
Inlcude\QFtpExports.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\QtGlobal \
Inlcude\LoginRequest.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\QSharedPointer \
Inlcude\ConnectToHostRequest.h \
Inlcude\CloseFtpRequest.h \
Inlcude\ListDirRequest.h \
Inlcude\MkDirRequest.h \
Inlcude\RmDirRequest.h \
Inlcude\CdDirRequest.h \
Inlcude\DeleteFileRequest.h \
Inlcude\UploadFileRequest1.h \
Inlcude\UploadFileRequest2.h \
Inlcude\UploadFileRequest3.h \
Inlcude\RenameFileRequest.h \
Inlcude\DownloadFileRequest1.h \
Inlcude\DownloadFileRequest2.h \
Inlcude\ZFtpResponse.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\QVariant \
Inlcude\ConnectToHostResponse.h \
Inlcude\LoginResponse.h \
Inlcude\CloseFtpResponse.h \
Inlcude\ListDirResponse.h \
Inlcude\MkDirResponse.h \
Inlcude\RmDirResponse.h \
Inlcude\CdDirResponse.h \
Inlcude\DeleteFileResponse.h \
Inlcude\RenameFileResponse.h \
Inlcude\DownloadFileResponse1.h \
Inlcude\DownloadFileResponse2.h \
Inlcude\UploadFileResponse1.h \
Inlcude\UploadFileResponse2.h \
Inlcude\UploadFileResponse3.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\QFile \
G:\QT\5.9.3\msvc2013_64\include\QtCore\QEventLoop \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qeventloop.h \
ui_ZFtpDemoDialog.h \
G:\QT\5.9.3\msvc2013_64\include\QtWidgets\QFileDialog \
G:\QT\5.9.3\msvc2013_64\include\QtWidgets\qfiledialog.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qdir.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qfileinfo.h \
G:\QT\5.9.3\msvc2013_64\include\QtWidgets\qdialog.h \
G:\QT\5.9.3\msvc2013_64\include\QtWidgets\QMessageBox \
G:\QT\5.9.3\msvc2013_64\include\QtWidgets\qmessagebox.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\QSettings \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qsettings.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\QTextCodec \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qtextcodec.h \
G:\QT\5.9.3\msvc2013_64\include\QtWidgets\QTreeWidgetItem \
G:\QT\5.9.3\msvc2013_64\include\QtWidgets\qtreewidget.h \
G:\QT\5.9.3\msvc2013_64\include\QtWidgets\qtreeview.h \
G:\QT\5.9.3\msvc2013_64\include\QtWidgets\qabstractitemview.h \
G:\QT\5.9.3\msvc2013_64\include\QtWidgets\qabstractscrollarea.h \
G:\QT\5.9.3\msvc2013_64\include\QtWidgets\qframe.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qabstractitemmodel.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qitemselectionmodel.h \
G:\QT\5.9.3\msvc2013_64\include\QtWidgets\qabstractitemdelegate.h \
G:\QT\5.9.3\msvc2013_64\include\QtWidgets\qstyleoption.h \
G:\QT\5.9.3\msvc2013_64\include\QtWidgets\qabstractspinbox.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qvalidator.h \
G:\QT\5.9.3\msvc2013_64\include\QtCore\qregularexpression.h \
G:\QT\5.9.3\msvc2013_64\include\QtGui\qicon.h \
G:\QT\5.9.3\msvc2013_64\include\QtWidgets\qslider.h \
G:\QT\5.9.3\msvc2013_64\include\QtWidgets\qabstractslider.h \
G:\QT\5.9.3\msvc2013_64\include\QtWidgets\qstyle.h \
G:\QT\5.9.3\msvc2013_64\include\QtWidgets\qtabbar.h \
G:\QT\5.9.3\msvc2013_64\include\QtWidgets\qtabwidget.h \
G:\QT\5.9.3\msvc2013_64\include\QtWidgets\qrubberband.h \
G:\QT\5.9.3\msvc2013_64\include\QtWidgets\qtreewidgetitemiterator.h
release\qrc_qss.obj: release\qrc_qss.cpp
release\moc_ZFtpDemoDialog.obj: release\moc_ZFtpDemoDialog.cpp
####### Install
install: FORCE
uninstall: FORCE
FORCE:
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/guanfang/ftp-client.git
git@gitee.com:guanfang/ftp-client.git
guanfang
ftp-client
FtpClient
master

搜索帮助