| [1096] | 1 | #############################################################################
 | 
|---|
 | 2 | # Makefile for building: qztest
 | 
|---|
 | 3 | # Generated by qmake (3.0) (Qt 5.7.0)
 | 
|---|
 | 4 | # Project:  qztest.pro
 | 
|---|
 | 5 | # Template: app
 | 
|---|
 | 6 | #############################################################################
 | 
|---|
 | 7 | 
 | 
|---|
 | 8 | MAKEFILE      = Makefile.Release
 | 
|---|
 | 9 | 
 | 
|---|
 | 10 | ####### Compiler, tools and options
 | 
|---|
 | 11 | 
 | 
|---|
 | 12 | CC            = gcc
 | 
|---|
 | 13 | CXX           = g++
 | 
|---|
 | 14 | DEFINES       = -DUNICODE -DNOMINMAX -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_TESTLIB_LIB -DQT_CORE_LIB -DQT_TESTCASE_BUILDDIR="\"C:/Users/fabio.bento/Documents/QtWorkspace/quazip-0.7.2/qztest\""
 | 
|---|
 | 15 | CFLAGS        = -pipe -fno-keep-inline-dllexport -O2 -Wall -Wextra $(DEFINES)
 | 
|---|
 | 16 | CXXFLAGS      = -pipe -fno-keep-inline-dllexport -O2 -std=gnu++11 -frtti -Wall -Wextra -fexceptions -mthreads $(DEFINES)
 | 
|---|
 | 17 | INCPATH       = -I. -I..\..\Libs\zlib-1.2.8 -I. -I..\..\quazip-0.7.2 -IC:\Qt\5.7\mingw53_32\include -IC:\Qt\5.7\mingw53_32\include\QtNetwork -IC:\Qt\5.7\mingw53_32\include\QtTest -IC:\Qt\5.7\mingw53_32\include\QtCore -I.moc -IC:\Qt\5.7\mingw53_32\mkspecs\win32-g++ 
 | 
|---|
 | 18 | LINKER      =        g++
 | 
|---|
 | 19 | LFLAGS        =        -Wl,-s -Wl,-subsystem,console -mthreads
 | 
|---|
 | 20 | LIBS        =        -LC:C:\Users\fabio.bento\Documents\QtWorkspace\Libs\zlib-1.2.8 -lz -LC:\Users\fabio.bento\Documents\QtWorkspace\quazip-0.7.2\quazip\release -lquazip -LC:\Qt\5.7\mingw53_32\lib C:\Qt\5.7\mingw53_32\lib\libQt5Network.a C:\Qt\5.7\mingw53_32\lib\libQt5Test.a C:\Qt\5.7\mingw53_32\lib\libQt5Core.a 
 | 
|---|
 | 21 | QMAKE         = C:\Qt\5.7\mingw53_32\bin\qmake.exe
 | 
|---|
 | 22 | IDC           = idc
 | 
|---|
 | 23 | IDL           = midl
 | 
|---|
 | 24 | ZIP           = zip -r -9
 | 
|---|
 | 25 | DEF_FILE      = 
 | 
|---|
 | 26 | RES_FILE      = 
 | 
|---|
 | 27 | COPY          = copy /y
 | 
|---|
 | 28 | SED           = $(QMAKE) -install sed
 | 
|---|
 | 29 | COPY_FILE     = copy /y
 | 
|---|
 | 30 | COPY_DIR      = xcopy /s /q /y /i
 | 
|---|
 | 31 | DEL_FILE      = del
 | 
|---|
 | 32 | DEL_DIR       = rmdir
 | 
|---|
 | 33 | MOVE          = move
 | 
|---|
 | 34 | CHK_DIR_EXISTS= if not exist
 | 
|---|
 | 35 | MKDIR         = mkdir
 | 
|---|
 | 36 | INSTALL_FILE    = copy /y
 | 
|---|
 | 37 | INSTALL_PROGRAM = copy /y
 | 
|---|
 | 38 | INSTALL_DIR     = xcopy /s /q /y /i
 | 
|---|
 | 39 | 
 | 
|---|
 | 40 | ####### Output directory
 | 
|---|
 | 41 | 
 | 
|---|
 | 42 | OBJECTS_DIR   = .obj
 | 
|---|
 | 43 | 
 | 
|---|
 | 44 | ####### Files
 | 
|---|
 | 45 | 
 | 
|---|
 | 46 | SOURCES       = qztest.cpp \
 | 
|---|
 | 47 |                 testjlcompress.cpp \
 | 
|---|
 | 48 |                 testquachecksum32.cpp \
 | 
|---|
 | 49 |                 testquagzipfile.cpp \
 | 
|---|
 | 50 |                 testquaziodevice.cpp \
 | 
|---|
 | 51 |                 testquazip.cpp \
 | 
|---|
 | 52 |                 testquazipdir.cpp \
 | 
|---|
 | 53 |                 testquazipfile.cpp \
 | 
|---|
 | 54 |                 testquazipnewinfo.cpp \
 | 
|---|
 | 55 |                 testquazipfileinfo.cpp .moc\moc_testjlcompress.cpp \
 | 
|---|
 | 56 |                 .moc\moc_testquachecksum32.cpp \
 | 
|---|
 | 57 |                 .moc\moc_testquagzipfile.cpp \
 | 
|---|
 | 58 |                 .moc\moc_testquaziodevice.cpp \
 | 
|---|
 | 59 |                 .moc\moc_testquazipdir.cpp \
 | 
|---|
 | 60 |                 .moc\moc_testquazipfile.cpp \
 | 
|---|
 | 61 |                 .moc\moc_testquazip.cpp \
 | 
|---|
 | 62 |                 .moc\moc_testquazipnewinfo.cpp \
 | 
|---|
 | 63 |                 .moc\moc_testquazipfileinfo.cpp
 | 
|---|
 | 64 | OBJECTS       = .obj/qztest.o \
 | 
|---|
 | 65 |                 .obj/testjlcompress.o \
 | 
|---|
 | 66 |                 .obj/testquachecksum32.o \
 | 
|---|
 | 67 |                 .obj/testquagzipfile.o \
 | 
|---|
 | 68 |                 .obj/testquaziodevice.o \
 | 
|---|
 | 69 |                 .obj/testquazip.o \
 | 
|---|
 | 70 |                 .obj/testquazipdir.o \
 | 
|---|
 | 71 |                 .obj/testquazipfile.o \
 | 
|---|
 | 72 |                 .obj/testquazipnewinfo.o \
 | 
|---|
 | 73 |                 .obj/testquazipfileinfo.o \
 | 
|---|
 | 74 |                 .obj/moc_testjlcompress.o \
 | 
|---|
 | 75 |                 .obj/moc_testquachecksum32.o \
 | 
|---|
 | 76 |                 .obj/moc_testquagzipfile.o \
 | 
|---|
 | 77 |                 .obj/moc_testquaziodevice.o \
 | 
|---|
 | 78 |                 .obj/moc_testquazipdir.o \
 | 
|---|
 | 79 |                 .obj/moc_testquazipfile.o \
 | 
|---|
 | 80 |                 .obj/moc_testquazip.o \
 | 
|---|
 | 81 |                 .obj/moc_testquazipnewinfo.o \
 | 
|---|
 | 82 |                 .obj/moc_testquazipfileinfo.o
 | 
|---|
 | 83 | 
 | 
|---|
 | 84 | DIST          =  qztest.h \
 | 
|---|
 | 85 |                 testjlcompress.h \
 | 
|---|
 | 86 |                 testquachecksum32.h \
 | 
|---|
 | 87 |                 testquagzipfile.h \
 | 
|---|
 | 88 |                 testquaziodevice.h \
 | 
|---|
 | 89 |                 testquazipdir.h \
 | 
|---|
 | 90 |                 testquazipfile.h \
 | 
|---|
 | 91 |                 testquazip.h \
 | 
|---|
 | 92 |                 testquazipnewinfo.h \
 | 
|---|
 | 93 |                 testquazipfileinfo.h qztest.cpp \
 | 
|---|
 | 94 |                 testjlcompress.cpp \
 | 
|---|
 | 95 |                 testquachecksum32.cpp \
 | 
|---|
 | 96 |                 testquagzipfile.cpp \
 | 
|---|
 | 97 |                 testquaziodevice.cpp \
 | 
|---|
 | 98 |                 testquazip.cpp \
 | 
|---|
 | 99 |                 testquazipdir.cpp \
 | 
|---|
 | 100 |                 testquazipfile.cpp \
 | 
|---|
 | 101 |                 testquazipnewinfo.cpp \
 | 
|---|
 | 102 |                 testquazipfileinfo.cpp
 | 
|---|
 | 103 | QMAKE_TARGET  = qztest
 | 
|---|
 | 104 | DESTDIR        = release\ #avoid trailing-slash linebreak
 | 
|---|
 | 105 | TARGET         = qztest.exe
 | 
|---|
 | 106 | DESTDIR_TARGET = release\qztest.exe
 | 
|---|
 | 107 | 
 | 
|---|
 | 108 | ####### Build rules
 | 
|---|
 | 109 | 
 | 
|---|
 | 110 | first: all
 | 
|---|
 | 111 | all: Makefile.Release  $(DESTDIR_TARGET)
 | 
|---|
 | 112 | 
 | 
|---|
 | 113 | $(DESTDIR_TARGET):  $(OBJECTS) 
 | 
|---|
 | 114 |         $(LINKER) $(LFLAGS) -o $(DESTDIR_TARGET) object_script.qztest.Release  $(LIBS)
 | 
|---|
 | 115 | 
 | 
|---|
 | 116 | qmake: FORCE
 | 
|---|
 | 117 |         @$(QMAKE) "CONFIG+=release" "INCLUDEPATH+=C:\Users\fabio.bento\Documents\QtWorkspace\Libs\zlib-1.2.8" "LIBS+=-LC:C:\Users\fabio.bento\Documents\QtWorkspace\Libs\zlib-1.2.8 -lz" -o Makefile.Release qztest.pro
 | 
|---|
 | 118 | 
 | 
|---|
 | 119 | qmake_all: FORCE
 | 
|---|
 | 120 | 
 | 
|---|
 | 121 | dist:
 | 
|---|
 | 122 |         $(ZIP) qztest.zip $(SOURCES) $(DIST) qztest.pro C:\Qt\5.7\mingw53_32\mkspecs\features\spec_pre.prf C:\Qt\5.7\mingw53_32\mkspecs\qdevice.pri C:\Qt\5.7\mingw53_32\mkspecs\features\device_config.prf C:\Qt\5.7\mingw53_32\mkspecs\common\angle.conf C:\Qt\5.7\mingw53_32\mkspecs\qconfig.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_3dcore.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_3dcore_private.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_3dextras.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_3dextras_private.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_3dinput.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_3dinput_private.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_3dlogic.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_3dlogic_private.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_3dquick.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_3dquick_private.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_3dquickextras.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_3dquickextras_private.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_3dquickinput.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_3dquickinput_private.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_3dquickrender.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_3dquickrender_private.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_3drender.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_3drender_private.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_axbase.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_axbase_private.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_axcontainer.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_axcontainer_private.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_axserver.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_axserver_private.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_bluetooth.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_bluetooth_private.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_bootstrap_private.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_clucene_private.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_concurrent.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_concurrent_private.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_core.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_core_private.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_dbus.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_dbus_private.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_designer.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_designer_private.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_designercomponents_private.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_gui.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_gui_private.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_help.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_help_private.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_location.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_location_private.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_multimedia.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_multimedia_private.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_multimediawidgets.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_multimediawidgets_private.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_network.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_network_private.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_nfc.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_nfc_private.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_opengl.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_opengl_private.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_openglextensions.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_openglextensions_private.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_packetprotocol_private.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_platformsupport_private.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_positioning.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_positioning_private.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_printsupport.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_printsupport_private.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_qml.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_qml_private.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_qmldebug_private.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_qmldevtools_private.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_qmltest.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_qmltest_private.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_qtmultimediaquicktools_private.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_quick.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_quick_private.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_quickcontrols2.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_quickcontrols2_private.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_quickparticles_private.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_quicktemplates2_private.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_quickwidgets.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_quickwidgets_private.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_script.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_script_private.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_scripttools.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_scripttools_private.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_sensors.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_sensors_private.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_serialport.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_serialport_private.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_sql.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_sql_private.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_svg.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_svg_private.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_testlib.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_testlib_private.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_uiplugin.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_uitools.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_uitools_private.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_webchannel.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_webchannel_private.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_websockets.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_websockets_private.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_widgets.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_widgets_private.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_winextras.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_winextras_private.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_xml.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_xml_private.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_xmlpatterns.pri C:\Qt\5.7\mingw53_32\mkspecs\modules\qt_lib_xmlpatterns_private.pri C:\Qt\5.7\mingw53_32\mkspecs\features\qt_functions.prf C:\Qt\5.7\mingw53_32\mkspecs\features\qt_config.prf C:\Qt\5.7\mingw53_32\mkspecs\features\win32\qt_config.prf C:\Qt\5.7\mingw53_32\mkspecs\win32-g++\qmake.conf C:\Qt\5.7\mingw53_32\mkspecs\features\spec_post.prf ..\.qmake.stash C:\Qt\5.7\mingw53_32\mkspecs\features\exclusive_builds.prf C:\Qt\5.7\mingw53_32\mkspecs\features\default_pre.prf C:\Qt\5.7\mingw53_32\mkspecs\features\win32\default_pre.prf C:\Qt\5.7\mingw53_32\mkspecs\features\resolve_config.prf C:\Qt\5.7\mingw53_32\mkspecs\features\exclusive_builds_post.prf C:\Qt\5.7\mingw53_32\mkspecs\features\default_post.prf C:\Qt\5.7\mingw53_32\mkspecs\features\build_pass.prf C:\Qt\5.7\mingw53_32\mkspecs\features\win32\console.prf C:\Qt\5.7\mingw53_32\mkspecs\features\win32\rtti.prf C:\Qt\5.7\mingw53_32\mkspecs\features\precompile_header.prf C:\Qt\5.7\mingw53_32\mkspecs\features\warn_on.prf C:\Qt\5.7\mingw53_32\mkspecs\features\qt.prf C:\Qt\5.7\mingw53_32\mkspecs\features\resources.prf C:\Qt\5.7\mingw53_32\mkspecs\features\moc.prf C:\Qt\5.7\mingw53_32\mkspecs\features\testlib_defines.prf C:\Qt\5.7\mingw53_32\mkspecs\features\file_copies.prf C:\Qt\5.7\mingw53_32\mkspecs\features\testcase_targets.prf C:\Qt\5.7\mingw53_32\mkspecs\features\exceptions.prf C:\Qt\5.7\mingw53_32\mkspecs\features\yacc.prf C:\Qt\5.7\mingw53_32\mkspecs\features\lex.prf qztest.pro C:\Qt\5.7\mingw53_32\lib\Qt5Network.prl C:\Qt\5.7\mingw53_32\lib\Qt5Test.prl C:\Qt\5.7\mingw53_32\lib\Qt5Core.prl  NO_PCH_SOURCES RESOURCES HEADERS SOURCES OBJECTIVE_SOURCES YACCSOURCES YACCSOURCES LEXSOURCES 
 | 
|---|
 | 123 | 
 | 
|---|
 | 124 | clean: compiler_clean 
 | 
|---|
 | 125 |         -$(DEL_FILE) .obj\qztest.o .obj\testjlcompress.o .obj\testquachecksum32.o .obj\testquagzipfile.o .obj\testquaziodevice.o .obj\testquazip.o .obj\testquazipdir.o .obj\testquazipfile.o .obj\testquazipnewinfo.o .obj\testquazipfileinfo.o .obj\moc_testjlcompress.o .obj\moc_testquachecksum32.o .obj\moc_testquagzipfile.o .obj\moc_testquaziodevice.o .obj\moc_testquazipdir.o .obj\moc_testquazipfile.o .obj\moc_testquazip.o .obj\moc_testquazipnewinfo.o .obj\moc_testquazipfileinfo.o
 | 
|---|
 | 126 | 
 | 
|---|
 | 127 | distclean: clean 
 | 
|---|
 | 128 |         -$(DEL_FILE) $(DESTDIR_TARGET)
 | 
|---|
 | 129 |         -$(DEL_FILE) Makefile.Release
 | 
|---|
 | 130 | 
 | 
|---|
 | 131 | mocclean: compiler_moc_header_clean compiler_moc_source_clean
 | 
|---|
 | 132 | 
 | 
|---|
 | 133 | mocables: compiler_moc_header_make_all compiler_moc_source_make_all
 | 
|---|
 | 134 | 
 | 
|---|
 | 135 | check: first
 | 
|---|
 | 136 | 
 | 
|---|
 | 137 | benchmark: first
 | 
|---|
 | 138 | 
 | 
|---|
 | 139 | compiler_no_pch_compiler_make_all:
 | 
|---|
 | 140 | compiler_no_pch_compiler_clean:
 | 
|---|
 | 141 | compiler_rcc_make_all:
 | 
|---|
 | 142 | compiler_rcc_clean:
 | 
|---|
 | 143 | compiler_moc_header_make_all: .moc/moc_testjlcompress.cpp .moc/moc_testquachecksum32.cpp .moc/moc_testquagzipfile.cpp .moc/moc_testquaziodevice.cpp .moc/moc_testquazipdir.cpp .moc/moc_testquazipfile.cpp .moc/moc_testquazip.cpp .moc/moc_testquazipnewinfo.cpp .moc/moc_testquazipfileinfo.cpp
 | 
|---|
 | 144 | compiler_moc_header_clean:
 | 
|---|
 | 145 |         -$(DEL_FILE) .moc\moc_testjlcompress.cpp .moc\moc_testquachecksum32.cpp .moc\moc_testquagzipfile.cpp .moc\moc_testquaziodevice.cpp .moc\moc_testquazipdir.cpp .moc\moc_testquazipfile.cpp .moc\moc_testquazip.cpp .moc\moc_testquazipnewinfo.cpp .moc\moc_testquazipfileinfo.cpp
 | 
|---|
 | 146 | .moc/moc_testjlcompress.cpp: C:/Qt/5.7/mingw53_32/include/QtCore/QObject \
 | 
|---|
 | 147 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobject.h \
 | 
|---|
 | 148 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobjectdefs.h \
 | 
|---|
 | 149 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qnamespace.h \
 | 
|---|
 | 150 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qglobal.h \
 | 
|---|
 | 151 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qconfig.h \
 | 
|---|
 | 152 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfeatures.h \
 | 
|---|
 | 153 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsystemdetection.h \
 | 
|---|
 | 154 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qprocessordetection.h \
 | 
|---|
 | 155 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcompilerdetection.h \
 | 
|---|
 | 156 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtypeinfo.h \
 | 
|---|
 | 157 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtypetraits.h \
 | 
|---|
 | 158 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qisenum.h \
 | 
|---|
 | 159 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsysinfo.h \
 | 
|---|
 | 160 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlogging.h \
 | 
|---|
 | 161 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qflags.h \
 | 
|---|
 | 162 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic.h \
 | 
|---|
 | 163 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbasicatomic.h \
 | 
|---|
 | 164 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic_bootstrap.h \
 | 
|---|
 | 165 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qgenericatomic.h \
 | 
|---|
 | 166 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic_cxx11.h \
 | 
|---|
 | 167 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic_msvc.h \
 | 
|---|
 | 168 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qglobalstatic.h \
 | 
|---|
 | 169 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmutex.h \
 | 
|---|
 | 170 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qnumeric.h \
 | 
|---|
 | 171 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qversiontagging.h \
 | 
|---|
 | 172 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobjectdefs_impl.h \
 | 
|---|
 | 173 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstring.h \
 | 
|---|
 | 174 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qchar.h \
 | 
|---|
 | 175 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbytearray.h \
 | 
|---|
 | 176 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qrefcount.h \
 | 
|---|
 | 177 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qarraydata.h \
 | 
|---|
 | 178 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringbuilder.h \
 | 
|---|
 | 179 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlist.h \
 | 
|---|
 | 180 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qalgorithms.h \
 | 
|---|
 | 181 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qiterator.h \
 | 
|---|
 | 182 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qhashfunctions.h \
 | 
|---|
 | 183 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpair.h \
 | 
|---|
 | 184 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbytearraylist.h \
 | 
|---|
 | 185 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringlist.h \
 | 
|---|
 | 186 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qregexp.h \
 | 
|---|
 | 187 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringmatcher.h \
 | 
|---|
 | 188 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcoreevent.h \
 | 
|---|
 | 189 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qscopedpointer.h \
 | 
|---|
 | 190 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmetatype.h \
 | 
|---|
 | 191 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qvarlengtharray.h \
 | 
|---|
 | 192 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcontainerfwd.h \
 | 
|---|
 | 193 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobject_impl.h \
 | 
|---|
 | 194 |                 testjlcompress.h \
 | 
|---|
 | 195 |                 C:/Qt/5.7/mingw53_32/bin/moc.exe
 | 
|---|
 | 196 |         C:\Qt\5.7\mingw53_32\bin\moc.exe $(DEFINES) -D__GNUC__ -DWIN32 -IC:/Qt/5.7/mingw53_32/mkspecs/win32-g++ -IC:/Users/fabio.bento/Documents/QtWorkspace/quazip-0.7.2/qztest -IC:/Users/fabio.bento/Documents/QtWorkspace/Libs/zlib-1.2.8 -IC:/Users/fabio.bento/Documents/QtWorkspace/quazip-0.7.2/qztest -IC:/Users/fabio.bento/Documents/QtWorkspace/quazip-0.7.2 -IC:/Qt/5.7/mingw53_32/include -IC:/Qt/5.7/mingw53_32/include/QtNetwork -IC:/Qt/5.7/mingw53_32/include/QtTest -IC:/Qt/5.7/mingw53_32/include/QtCore -IC:/Qt/Tools/mingw530_32/lib/gcc/i686-w64-mingw32/5.3.0/include -IC:/Qt/Tools/mingw530_32/lib/gcc/i686-w64-mingw32/5.3.0/include-fixed -IC:/Qt/Tools/mingw530_32/i686-w64-mingw32/include -IC:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++ -IC:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/i686-w64-mingw32 -IC:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/backward testjlcompress.h -o .moc\moc_testjlcompress.cpp
 | 
|---|
 | 197 | 
 | 
|---|
 | 198 | .moc/moc_testquachecksum32.cpp: C:/Qt/5.7/mingw53_32/include/QtCore/QObject \
 | 
|---|
 | 199 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobject.h \
 | 
|---|
 | 200 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobjectdefs.h \
 | 
|---|
 | 201 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qnamespace.h \
 | 
|---|
 | 202 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qglobal.h \
 | 
|---|
 | 203 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qconfig.h \
 | 
|---|
 | 204 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfeatures.h \
 | 
|---|
 | 205 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsystemdetection.h \
 | 
|---|
 | 206 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qprocessordetection.h \
 | 
|---|
 | 207 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcompilerdetection.h \
 | 
|---|
 | 208 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtypeinfo.h \
 | 
|---|
 | 209 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtypetraits.h \
 | 
|---|
 | 210 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qisenum.h \
 | 
|---|
 | 211 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsysinfo.h \
 | 
|---|
 | 212 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlogging.h \
 | 
|---|
 | 213 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qflags.h \
 | 
|---|
 | 214 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic.h \
 | 
|---|
 | 215 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbasicatomic.h \
 | 
|---|
 | 216 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic_bootstrap.h \
 | 
|---|
 | 217 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qgenericatomic.h \
 | 
|---|
 | 218 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic_cxx11.h \
 | 
|---|
 | 219 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic_msvc.h \
 | 
|---|
 | 220 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qglobalstatic.h \
 | 
|---|
 | 221 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmutex.h \
 | 
|---|
 | 222 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qnumeric.h \
 | 
|---|
 | 223 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qversiontagging.h \
 | 
|---|
 | 224 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobjectdefs_impl.h \
 | 
|---|
 | 225 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstring.h \
 | 
|---|
 | 226 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qchar.h \
 | 
|---|
 | 227 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbytearray.h \
 | 
|---|
 | 228 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qrefcount.h \
 | 
|---|
 | 229 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qarraydata.h \
 | 
|---|
 | 230 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringbuilder.h \
 | 
|---|
 | 231 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlist.h \
 | 
|---|
 | 232 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qalgorithms.h \
 | 
|---|
 | 233 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qiterator.h \
 | 
|---|
 | 234 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qhashfunctions.h \
 | 
|---|
 | 235 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpair.h \
 | 
|---|
 | 236 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbytearraylist.h \
 | 
|---|
 | 237 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringlist.h \
 | 
|---|
 | 238 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qregexp.h \
 | 
|---|
 | 239 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringmatcher.h \
 | 
|---|
 | 240 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcoreevent.h \
 | 
|---|
 | 241 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qscopedpointer.h \
 | 
|---|
 | 242 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmetatype.h \
 | 
|---|
 | 243 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qvarlengtharray.h \
 | 
|---|
 | 244 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcontainerfwd.h \
 | 
|---|
 | 245 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobject_impl.h \
 | 
|---|
 | 246 |                 testquachecksum32.h \
 | 
|---|
 | 247 |                 C:/Qt/5.7/mingw53_32/bin/moc.exe
 | 
|---|
 | 248 |         C:\Qt\5.7\mingw53_32\bin\moc.exe $(DEFINES) -D__GNUC__ -DWIN32 -IC:/Qt/5.7/mingw53_32/mkspecs/win32-g++ -IC:/Users/fabio.bento/Documents/QtWorkspace/quazip-0.7.2/qztest -IC:/Users/fabio.bento/Documents/QtWorkspace/Libs/zlib-1.2.8 -IC:/Users/fabio.bento/Documents/QtWorkspace/quazip-0.7.2/qztest -IC:/Users/fabio.bento/Documents/QtWorkspace/quazip-0.7.2 -IC:/Qt/5.7/mingw53_32/include -IC:/Qt/5.7/mingw53_32/include/QtNetwork -IC:/Qt/5.7/mingw53_32/include/QtTest -IC:/Qt/5.7/mingw53_32/include/QtCore -IC:/Qt/Tools/mingw530_32/lib/gcc/i686-w64-mingw32/5.3.0/include -IC:/Qt/Tools/mingw530_32/lib/gcc/i686-w64-mingw32/5.3.0/include-fixed -IC:/Qt/Tools/mingw530_32/i686-w64-mingw32/include -IC:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++ -IC:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/i686-w64-mingw32 -IC:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/backward testquachecksum32.h -o .moc\moc_testquachecksum32.cpp
 | 
|---|
 | 249 | 
 | 
|---|
 | 250 | .moc/moc_testquagzipfile.cpp: C:/Qt/5.7/mingw53_32/include/QtCore/QObject \
 | 
|---|
 | 251 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobject.h \
 | 
|---|
 | 252 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobjectdefs.h \
 | 
|---|
 | 253 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qnamespace.h \
 | 
|---|
 | 254 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qglobal.h \
 | 
|---|
 | 255 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qconfig.h \
 | 
|---|
 | 256 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfeatures.h \
 | 
|---|
 | 257 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsystemdetection.h \
 | 
|---|
 | 258 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qprocessordetection.h \
 | 
|---|
 | 259 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcompilerdetection.h \
 | 
|---|
 | 260 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtypeinfo.h \
 | 
|---|
 | 261 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtypetraits.h \
 | 
|---|
 | 262 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qisenum.h \
 | 
|---|
 | 263 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsysinfo.h \
 | 
|---|
 | 264 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlogging.h \
 | 
|---|
 | 265 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qflags.h \
 | 
|---|
 | 266 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic.h \
 | 
|---|
 | 267 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbasicatomic.h \
 | 
|---|
 | 268 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic_bootstrap.h \
 | 
|---|
 | 269 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qgenericatomic.h \
 | 
|---|
 | 270 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic_cxx11.h \
 | 
|---|
 | 271 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic_msvc.h \
 | 
|---|
 | 272 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qglobalstatic.h \
 | 
|---|
 | 273 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmutex.h \
 | 
|---|
 | 274 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qnumeric.h \
 | 
|---|
 | 275 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qversiontagging.h \
 | 
|---|
 | 276 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobjectdefs_impl.h \
 | 
|---|
 | 277 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstring.h \
 | 
|---|
 | 278 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qchar.h \
 | 
|---|
 | 279 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbytearray.h \
 | 
|---|
 | 280 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qrefcount.h \
 | 
|---|
 | 281 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qarraydata.h \
 | 
|---|
 | 282 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringbuilder.h \
 | 
|---|
 | 283 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlist.h \
 | 
|---|
 | 284 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qalgorithms.h \
 | 
|---|
 | 285 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qiterator.h \
 | 
|---|
 | 286 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qhashfunctions.h \
 | 
|---|
 | 287 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpair.h \
 | 
|---|
 | 288 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbytearraylist.h \
 | 
|---|
 | 289 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringlist.h \
 | 
|---|
 | 290 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qregexp.h \
 | 
|---|
 | 291 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringmatcher.h \
 | 
|---|
 | 292 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcoreevent.h \
 | 
|---|
 | 293 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qscopedpointer.h \
 | 
|---|
 | 294 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmetatype.h \
 | 
|---|
 | 295 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qvarlengtharray.h \
 | 
|---|
 | 296 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcontainerfwd.h \
 | 
|---|
 | 297 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobject_impl.h \
 | 
|---|
 | 298 |                 testquagzipfile.h \
 | 
|---|
 | 299 |                 C:/Qt/5.7/mingw53_32/bin/moc.exe
 | 
|---|
 | 300 |         C:\Qt\5.7\mingw53_32\bin\moc.exe $(DEFINES) -D__GNUC__ -DWIN32 -IC:/Qt/5.7/mingw53_32/mkspecs/win32-g++ -IC:/Users/fabio.bento/Documents/QtWorkspace/quazip-0.7.2/qztest -IC:/Users/fabio.bento/Documents/QtWorkspace/Libs/zlib-1.2.8 -IC:/Users/fabio.bento/Documents/QtWorkspace/quazip-0.7.2/qztest -IC:/Users/fabio.bento/Documents/QtWorkspace/quazip-0.7.2 -IC:/Qt/5.7/mingw53_32/include -IC:/Qt/5.7/mingw53_32/include/QtNetwork -IC:/Qt/5.7/mingw53_32/include/QtTest -IC:/Qt/5.7/mingw53_32/include/QtCore -IC:/Qt/Tools/mingw530_32/lib/gcc/i686-w64-mingw32/5.3.0/include -IC:/Qt/Tools/mingw530_32/lib/gcc/i686-w64-mingw32/5.3.0/include-fixed -IC:/Qt/Tools/mingw530_32/i686-w64-mingw32/include -IC:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++ -IC:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/i686-w64-mingw32 -IC:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/backward testquagzipfile.h -o .moc\moc_testquagzipfile.cpp
 | 
|---|
 | 301 | 
 | 
|---|
 | 302 | .moc/moc_testquaziodevice.cpp: C:/Qt/5.7/mingw53_32/include/QtCore/QObject \
 | 
|---|
 | 303 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobject.h \
 | 
|---|
 | 304 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobjectdefs.h \
 | 
|---|
 | 305 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qnamespace.h \
 | 
|---|
 | 306 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qglobal.h \
 | 
|---|
 | 307 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qconfig.h \
 | 
|---|
 | 308 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfeatures.h \
 | 
|---|
 | 309 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsystemdetection.h \
 | 
|---|
 | 310 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qprocessordetection.h \
 | 
|---|
 | 311 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcompilerdetection.h \
 | 
|---|
 | 312 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtypeinfo.h \
 | 
|---|
 | 313 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtypetraits.h \
 | 
|---|
 | 314 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qisenum.h \
 | 
|---|
 | 315 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsysinfo.h \
 | 
|---|
 | 316 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlogging.h \
 | 
|---|
 | 317 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qflags.h \
 | 
|---|
 | 318 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic.h \
 | 
|---|
 | 319 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbasicatomic.h \
 | 
|---|
 | 320 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic_bootstrap.h \
 | 
|---|
 | 321 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qgenericatomic.h \
 | 
|---|
 | 322 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic_cxx11.h \
 | 
|---|
 | 323 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic_msvc.h \
 | 
|---|
 | 324 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qglobalstatic.h \
 | 
|---|
 | 325 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmutex.h \
 | 
|---|
 | 326 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qnumeric.h \
 | 
|---|
 | 327 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qversiontagging.h \
 | 
|---|
 | 328 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobjectdefs_impl.h \
 | 
|---|
 | 329 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstring.h \
 | 
|---|
 | 330 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qchar.h \
 | 
|---|
 | 331 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbytearray.h \
 | 
|---|
 | 332 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qrefcount.h \
 | 
|---|
 | 333 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qarraydata.h \
 | 
|---|
 | 334 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringbuilder.h \
 | 
|---|
 | 335 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlist.h \
 | 
|---|
 | 336 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qalgorithms.h \
 | 
|---|
 | 337 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qiterator.h \
 | 
|---|
 | 338 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qhashfunctions.h \
 | 
|---|
 | 339 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpair.h \
 | 
|---|
 | 340 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbytearraylist.h \
 | 
|---|
 | 341 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringlist.h \
 | 
|---|
 | 342 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qregexp.h \
 | 
|---|
 | 343 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringmatcher.h \
 | 
|---|
 | 344 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcoreevent.h \
 | 
|---|
 | 345 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qscopedpointer.h \
 | 
|---|
 | 346 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmetatype.h \
 | 
|---|
 | 347 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qvarlengtharray.h \
 | 
|---|
 | 348 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcontainerfwd.h \
 | 
|---|
 | 349 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobject_impl.h \
 | 
|---|
 | 350 |                 testquaziodevice.h \
 | 
|---|
 | 351 |                 C:/Qt/5.7/mingw53_32/bin/moc.exe
 | 
|---|
 | 352 |         C:\Qt\5.7\mingw53_32\bin\moc.exe $(DEFINES) -D__GNUC__ -DWIN32 -IC:/Qt/5.7/mingw53_32/mkspecs/win32-g++ -IC:/Users/fabio.bento/Documents/QtWorkspace/quazip-0.7.2/qztest -IC:/Users/fabio.bento/Documents/QtWorkspace/Libs/zlib-1.2.8 -IC:/Users/fabio.bento/Documents/QtWorkspace/quazip-0.7.2/qztest -IC:/Users/fabio.bento/Documents/QtWorkspace/quazip-0.7.2 -IC:/Qt/5.7/mingw53_32/include -IC:/Qt/5.7/mingw53_32/include/QtNetwork -IC:/Qt/5.7/mingw53_32/include/QtTest -IC:/Qt/5.7/mingw53_32/include/QtCore -IC:/Qt/Tools/mingw530_32/lib/gcc/i686-w64-mingw32/5.3.0/include -IC:/Qt/Tools/mingw530_32/lib/gcc/i686-w64-mingw32/5.3.0/include-fixed -IC:/Qt/Tools/mingw530_32/i686-w64-mingw32/include -IC:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++ -IC:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/i686-w64-mingw32 -IC:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/backward testquaziodevice.h -o .moc\moc_testquaziodevice.cpp
 | 
|---|
 | 353 | 
 | 
|---|
 | 354 | .moc/moc_testquazipdir.cpp: C:/Qt/5.7/mingw53_32/include/QtCore/QObject \
 | 
|---|
 | 355 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobject.h \
 | 
|---|
 | 356 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobjectdefs.h \
 | 
|---|
 | 357 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qnamespace.h \
 | 
|---|
 | 358 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qglobal.h \
 | 
|---|
 | 359 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qconfig.h \
 | 
|---|
 | 360 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfeatures.h \
 | 
|---|
 | 361 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsystemdetection.h \
 | 
|---|
 | 362 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qprocessordetection.h \
 | 
|---|
 | 363 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcompilerdetection.h \
 | 
|---|
 | 364 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtypeinfo.h \
 | 
|---|
 | 365 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtypetraits.h \
 | 
|---|
 | 366 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qisenum.h \
 | 
|---|
 | 367 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsysinfo.h \
 | 
|---|
 | 368 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlogging.h \
 | 
|---|
 | 369 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qflags.h \
 | 
|---|
 | 370 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic.h \
 | 
|---|
 | 371 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbasicatomic.h \
 | 
|---|
 | 372 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic_bootstrap.h \
 | 
|---|
 | 373 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qgenericatomic.h \
 | 
|---|
 | 374 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic_cxx11.h \
 | 
|---|
 | 375 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic_msvc.h \
 | 
|---|
 | 376 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qglobalstatic.h \
 | 
|---|
 | 377 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmutex.h \
 | 
|---|
 | 378 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qnumeric.h \
 | 
|---|
 | 379 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qversiontagging.h \
 | 
|---|
 | 380 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobjectdefs_impl.h \
 | 
|---|
 | 381 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstring.h \
 | 
|---|
 | 382 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qchar.h \
 | 
|---|
 | 383 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbytearray.h \
 | 
|---|
 | 384 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qrefcount.h \
 | 
|---|
 | 385 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qarraydata.h \
 | 
|---|
 | 386 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringbuilder.h \
 | 
|---|
 | 387 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlist.h \
 | 
|---|
 | 388 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qalgorithms.h \
 | 
|---|
 | 389 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qiterator.h \
 | 
|---|
 | 390 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qhashfunctions.h \
 | 
|---|
 | 391 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpair.h \
 | 
|---|
 | 392 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbytearraylist.h \
 | 
|---|
 | 393 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringlist.h \
 | 
|---|
 | 394 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qregexp.h \
 | 
|---|
 | 395 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringmatcher.h \
 | 
|---|
 | 396 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcoreevent.h \
 | 
|---|
 | 397 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qscopedpointer.h \
 | 
|---|
 | 398 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmetatype.h \
 | 
|---|
 | 399 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qvarlengtharray.h \
 | 
|---|
 | 400 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcontainerfwd.h \
 | 
|---|
 | 401 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobject_impl.h \
 | 
|---|
 | 402 |                 testquazipdir.h \
 | 
|---|
 | 403 |                 C:/Qt/5.7/mingw53_32/bin/moc.exe
 | 
|---|
 | 404 |         C:\Qt\5.7\mingw53_32\bin\moc.exe $(DEFINES) -D__GNUC__ -DWIN32 -IC:/Qt/5.7/mingw53_32/mkspecs/win32-g++ -IC:/Users/fabio.bento/Documents/QtWorkspace/quazip-0.7.2/qztest -IC:/Users/fabio.bento/Documents/QtWorkspace/Libs/zlib-1.2.8 -IC:/Users/fabio.bento/Documents/QtWorkspace/quazip-0.7.2/qztest -IC:/Users/fabio.bento/Documents/QtWorkspace/quazip-0.7.2 -IC:/Qt/5.7/mingw53_32/include -IC:/Qt/5.7/mingw53_32/include/QtNetwork -IC:/Qt/5.7/mingw53_32/include/QtTest -IC:/Qt/5.7/mingw53_32/include/QtCore -IC:/Qt/Tools/mingw530_32/lib/gcc/i686-w64-mingw32/5.3.0/include -IC:/Qt/Tools/mingw530_32/lib/gcc/i686-w64-mingw32/5.3.0/include-fixed -IC:/Qt/Tools/mingw530_32/i686-w64-mingw32/include -IC:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++ -IC:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/i686-w64-mingw32 -IC:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/backward testquazipdir.h -o .moc\moc_testquazipdir.cpp
 | 
|---|
 | 405 | 
 | 
|---|
 | 406 | .moc/moc_testquazipfile.cpp: C:/Qt/5.7/mingw53_32/include/QtCore/QObject \
 | 
|---|
 | 407 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobject.h \
 | 
|---|
 | 408 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobjectdefs.h \
 | 
|---|
 | 409 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qnamespace.h \
 | 
|---|
 | 410 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qglobal.h \
 | 
|---|
 | 411 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qconfig.h \
 | 
|---|
 | 412 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfeatures.h \
 | 
|---|
 | 413 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsystemdetection.h \
 | 
|---|
 | 414 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qprocessordetection.h \
 | 
|---|
 | 415 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcompilerdetection.h \
 | 
|---|
 | 416 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtypeinfo.h \
 | 
|---|
 | 417 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtypetraits.h \
 | 
|---|
 | 418 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qisenum.h \
 | 
|---|
 | 419 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsysinfo.h \
 | 
|---|
 | 420 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlogging.h \
 | 
|---|
 | 421 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qflags.h \
 | 
|---|
 | 422 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic.h \
 | 
|---|
 | 423 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbasicatomic.h \
 | 
|---|
 | 424 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic_bootstrap.h \
 | 
|---|
 | 425 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qgenericatomic.h \
 | 
|---|
 | 426 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic_cxx11.h \
 | 
|---|
 | 427 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic_msvc.h \
 | 
|---|
 | 428 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qglobalstatic.h \
 | 
|---|
 | 429 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmutex.h \
 | 
|---|
 | 430 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qnumeric.h \
 | 
|---|
 | 431 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qversiontagging.h \
 | 
|---|
 | 432 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobjectdefs_impl.h \
 | 
|---|
 | 433 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstring.h \
 | 
|---|
 | 434 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qchar.h \
 | 
|---|
 | 435 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbytearray.h \
 | 
|---|
 | 436 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qrefcount.h \
 | 
|---|
 | 437 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qarraydata.h \
 | 
|---|
 | 438 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringbuilder.h \
 | 
|---|
 | 439 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlist.h \
 | 
|---|
 | 440 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qalgorithms.h \
 | 
|---|
 | 441 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qiterator.h \
 | 
|---|
 | 442 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qhashfunctions.h \
 | 
|---|
 | 443 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpair.h \
 | 
|---|
 | 444 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbytearraylist.h \
 | 
|---|
 | 445 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringlist.h \
 | 
|---|
 | 446 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qregexp.h \
 | 
|---|
 | 447 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringmatcher.h \
 | 
|---|
 | 448 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcoreevent.h \
 | 
|---|
 | 449 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qscopedpointer.h \
 | 
|---|
 | 450 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmetatype.h \
 | 
|---|
 | 451 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qvarlengtharray.h \
 | 
|---|
 | 452 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcontainerfwd.h \
 | 
|---|
 | 453 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobject_impl.h \
 | 
|---|
 | 454 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QStringList \
 | 
|---|
 | 455 |                 testquazipfile.h \
 | 
|---|
 | 456 |                 C:/Qt/5.7/mingw53_32/bin/moc.exe
 | 
|---|
 | 457 |         C:\Qt\5.7\mingw53_32\bin\moc.exe $(DEFINES) -D__GNUC__ -DWIN32 -IC:/Qt/5.7/mingw53_32/mkspecs/win32-g++ -IC:/Users/fabio.bento/Documents/QtWorkspace/quazip-0.7.2/qztest -IC:/Users/fabio.bento/Documents/QtWorkspace/Libs/zlib-1.2.8 -IC:/Users/fabio.bento/Documents/QtWorkspace/quazip-0.7.2/qztest -IC:/Users/fabio.bento/Documents/QtWorkspace/quazip-0.7.2 -IC:/Qt/5.7/mingw53_32/include -IC:/Qt/5.7/mingw53_32/include/QtNetwork -IC:/Qt/5.7/mingw53_32/include/QtTest -IC:/Qt/5.7/mingw53_32/include/QtCore -IC:/Qt/Tools/mingw530_32/lib/gcc/i686-w64-mingw32/5.3.0/include -IC:/Qt/Tools/mingw530_32/lib/gcc/i686-w64-mingw32/5.3.0/include-fixed -IC:/Qt/Tools/mingw530_32/i686-w64-mingw32/include -IC:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++ -IC:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/i686-w64-mingw32 -IC:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/backward testquazipfile.h -o .moc\moc_testquazipfile.cpp
 | 
|---|
 | 458 | 
 | 
|---|
 | 459 | .moc/moc_testquazip.cpp: C:/Qt/5.7/mingw53_32/include/QtCore/QObject \
 | 
|---|
 | 460 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobject.h \
 | 
|---|
 | 461 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobjectdefs.h \
 | 
|---|
 | 462 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qnamespace.h \
 | 
|---|
 | 463 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qglobal.h \
 | 
|---|
 | 464 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qconfig.h \
 | 
|---|
 | 465 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfeatures.h \
 | 
|---|
 | 466 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsystemdetection.h \
 | 
|---|
 | 467 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qprocessordetection.h \
 | 
|---|
 | 468 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcompilerdetection.h \
 | 
|---|
 | 469 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtypeinfo.h \
 | 
|---|
 | 470 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtypetraits.h \
 | 
|---|
 | 471 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qisenum.h \
 | 
|---|
 | 472 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsysinfo.h \
 | 
|---|
 | 473 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlogging.h \
 | 
|---|
 | 474 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qflags.h \
 | 
|---|
 | 475 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic.h \
 | 
|---|
 | 476 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbasicatomic.h \
 | 
|---|
 | 477 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic_bootstrap.h \
 | 
|---|
 | 478 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qgenericatomic.h \
 | 
|---|
 | 479 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic_cxx11.h \
 | 
|---|
 | 480 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic_msvc.h \
 | 
|---|
 | 481 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qglobalstatic.h \
 | 
|---|
 | 482 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmutex.h \
 | 
|---|
 | 483 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qnumeric.h \
 | 
|---|
 | 484 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qversiontagging.h \
 | 
|---|
 | 485 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobjectdefs_impl.h \
 | 
|---|
 | 486 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstring.h \
 | 
|---|
 | 487 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qchar.h \
 | 
|---|
 | 488 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbytearray.h \
 | 
|---|
 | 489 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qrefcount.h \
 | 
|---|
 | 490 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qarraydata.h \
 | 
|---|
 | 491 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringbuilder.h \
 | 
|---|
 | 492 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlist.h \
 | 
|---|
 | 493 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qalgorithms.h \
 | 
|---|
 | 494 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qiterator.h \
 | 
|---|
 | 495 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qhashfunctions.h \
 | 
|---|
 | 496 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpair.h \
 | 
|---|
 | 497 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbytearraylist.h \
 | 
|---|
 | 498 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringlist.h \
 | 
|---|
 | 499 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qregexp.h \
 | 
|---|
 | 500 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringmatcher.h \
 | 
|---|
 | 501 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcoreevent.h \
 | 
|---|
 | 502 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qscopedpointer.h \
 | 
|---|
 | 503 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmetatype.h \
 | 
|---|
 | 504 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qvarlengtharray.h \
 | 
|---|
 | 505 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcontainerfwd.h \
 | 
|---|
 | 506 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobject_impl.h \
 | 
|---|
 | 507 |                 testquazip.h \
 | 
|---|
 | 508 |                 C:/Qt/5.7/mingw53_32/bin/moc.exe
 | 
|---|
 | 509 |         C:\Qt\5.7\mingw53_32\bin\moc.exe $(DEFINES) -D__GNUC__ -DWIN32 -IC:/Qt/5.7/mingw53_32/mkspecs/win32-g++ -IC:/Users/fabio.bento/Documents/QtWorkspace/quazip-0.7.2/qztest -IC:/Users/fabio.bento/Documents/QtWorkspace/Libs/zlib-1.2.8 -IC:/Users/fabio.bento/Documents/QtWorkspace/quazip-0.7.2/qztest -IC:/Users/fabio.bento/Documents/QtWorkspace/quazip-0.7.2 -IC:/Qt/5.7/mingw53_32/include -IC:/Qt/5.7/mingw53_32/include/QtNetwork -IC:/Qt/5.7/mingw53_32/include/QtTest -IC:/Qt/5.7/mingw53_32/include/QtCore -IC:/Qt/Tools/mingw530_32/lib/gcc/i686-w64-mingw32/5.3.0/include -IC:/Qt/Tools/mingw530_32/lib/gcc/i686-w64-mingw32/5.3.0/include-fixed -IC:/Qt/Tools/mingw530_32/i686-w64-mingw32/include -IC:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++ -IC:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/i686-w64-mingw32 -IC:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/backward testquazip.h -o .moc\moc_testquazip.cpp
 | 
|---|
 | 510 | 
 | 
|---|
 | 511 | .moc/moc_testquazipnewinfo.cpp: C:/Qt/5.7/mingw53_32/include/QtCore/QObject \
 | 
|---|
 | 512 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobject.h \
 | 
|---|
 | 513 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobjectdefs.h \
 | 
|---|
 | 514 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qnamespace.h \
 | 
|---|
 | 515 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qglobal.h \
 | 
|---|
 | 516 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qconfig.h \
 | 
|---|
 | 517 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfeatures.h \
 | 
|---|
 | 518 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsystemdetection.h \
 | 
|---|
 | 519 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qprocessordetection.h \
 | 
|---|
 | 520 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcompilerdetection.h \
 | 
|---|
 | 521 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtypeinfo.h \
 | 
|---|
 | 522 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtypetraits.h \
 | 
|---|
 | 523 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qisenum.h \
 | 
|---|
 | 524 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsysinfo.h \
 | 
|---|
 | 525 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlogging.h \
 | 
|---|
 | 526 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qflags.h \
 | 
|---|
 | 527 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic.h \
 | 
|---|
 | 528 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbasicatomic.h \
 | 
|---|
 | 529 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic_bootstrap.h \
 | 
|---|
 | 530 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qgenericatomic.h \
 | 
|---|
 | 531 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic_cxx11.h \
 | 
|---|
 | 532 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic_msvc.h \
 | 
|---|
 | 533 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qglobalstatic.h \
 | 
|---|
 | 534 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmutex.h \
 | 
|---|
 | 535 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qnumeric.h \
 | 
|---|
 | 536 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qversiontagging.h \
 | 
|---|
 | 537 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobjectdefs_impl.h \
 | 
|---|
 | 538 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstring.h \
 | 
|---|
 | 539 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qchar.h \
 | 
|---|
 | 540 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbytearray.h \
 | 
|---|
 | 541 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qrefcount.h \
 | 
|---|
 | 542 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qarraydata.h \
 | 
|---|
 | 543 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringbuilder.h \
 | 
|---|
 | 544 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlist.h \
 | 
|---|
 | 545 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qalgorithms.h \
 | 
|---|
 | 546 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qiterator.h \
 | 
|---|
 | 547 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qhashfunctions.h \
 | 
|---|
 | 548 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpair.h \
 | 
|---|
 | 549 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbytearraylist.h \
 | 
|---|
 | 550 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringlist.h \
 | 
|---|
 | 551 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qregexp.h \
 | 
|---|
 | 552 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringmatcher.h \
 | 
|---|
 | 553 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcoreevent.h \
 | 
|---|
 | 554 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qscopedpointer.h \
 | 
|---|
 | 555 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmetatype.h \
 | 
|---|
 | 556 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qvarlengtharray.h \
 | 
|---|
 | 557 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcontainerfwd.h \
 | 
|---|
 | 558 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobject_impl.h \
 | 
|---|
 | 559 |                 testquazipnewinfo.h \
 | 
|---|
 | 560 |                 C:/Qt/5.7/mingw53_32/bin/moc.exe
 | 
|---|
 | 561 |         C:\Qt\5.7\mingw53_32\bin\moc.exe $(DEFINES) -D__GNUC__ -DWIN32 -IC:/Qt/5.7/mingw53_32/mkspecs/win32-g++ -IC:/Users/fabio.bento/Documents/QtWorkspace/quazip-0.7.2/qztest -IC:/Users/fabio.bento/Documents/QtWorkspace/Libs/zlib-1.2.8 -IC:/Users/fabio.bento/Documents/QtWorkspace/quazip-0.7.2/qztest -IC:/Users/fabio.bento/Documents/QtWorkspace/quazip-0.7.2 -IC:/Qt/5.7/mingw53_32/include -IC:/Qt/5.7/mingw53_32/include/QtNetwork -IC:/Qt/5.7/mingw53_32/include/QtTest -IC:/Qt/5.7/mingw53_32/include/QtCore -IC:/Qt/Tools/mingw530_32/lib/gcc/i686-w64-mingw32/5.3.0/include -IC:/Qt/Tools/mingw530_32/lib/gcc/i686-w64-mingw32/5.3.0/include-fixed -IC:/Qt/Tools/mingw530_32/i686-w64-mingw32/include -IC:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++ -IC:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/i686-w64-mingw32 -IC:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/backward testquazipnewinfo.h -o .moc\moc_testquazipnewinfo.cpp
 | 
|---|
 | 562 | 
 | 
|---|
 | 563 | .moc/moc_testquazipfileinfo.cpp: C:/Qt/5.7/mingw53_32/include/QtCore/QObject \
 | 
|---|
 | 564 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobject.h \
 | 
|---|
 | 565 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobjectdefs.h \
 | 
|---|
 | 566 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qnamespace.h \
 | 
|---|
 | 567 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qglobal.h \
 | 
|---|
 | 568 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qconfig.h \
 | 
|---|
 | 569 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfeatures.h \
 | 
|---|
 | 570 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsystemdetection.h \
 | 
|---|
 | 571 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qprocessordetection.h \
 | 
|---|
 | 572 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcompilerdetection.h \
 | 
|---|
 | 573 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtypeinfo.h \
 | 
|---|
 | 574 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtypetraits.h \
 | 
|---|
 | 575 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qisenum.h \
 | 
|---|
 | 576 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsysinfo.h \
 | 
|---|
 | 577 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlogging.h \
 | 
|---|
 | 578 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qflags.h \
 | 
|---|
 | 579 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic.h \
 | 
|---|
 | 580 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbasicatomic.h \
 | 
|---|
 | 581 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic_bootstrap.h \
 | 
|---|
 | 582 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qgenericatomic.h \
 | 
|---|
 | 583 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic_cxx11.h \
 | 
|---|
 | 584 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic_msvc.h \
 | 
|---|
 | 585 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qglobalstatic.h \
 | 
|---|
 | 586 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmutex.h \
 | 
|---|
 | 587 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qnumeric.h \
 | 
|---|
 | 588 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qversiontagging.h \
 | 
|---|
 | 589 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobjectdefs_impl.h \
 | 
|---|
 | 590 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstring.h \
 | 
|---|
 | 591 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qchar.h \
 | 
|---|
 | 592 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbytearray.h \
 | 
|---|
 | 593 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qrefcount.h \
 | 
|---|
 | 594 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qarraydata.h \
 | 
|---|
 | 595 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringbuilder.h \
 | 
|---|
 | 596 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlist.h \
 | 
|---|
 | 597 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qalgorithms.h \
 | 
|---|
 | 598 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qiterator.h \
 | 
|---|
 | 599 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qhashfunctions.h \
 | 
|---|
 | 600 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpair.h \
 | 
|---|
 | 601 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbytearraylist.h \
 | 
|---|
 | 602 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringlist.h \
 | 
|---|
 | 603 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qregexp.h \
 | 
|---|
 | 604 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringmatcher.h \
 | 
|---|
 | 605 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcoreevent.h \
 | 
|---|
 | 606 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qscopedpointer.h \
 | 
|---|
 | 607 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmetatype.h \
 | 
|---|
 | 608 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qvarlengtharray.h \
 | 
|---|
 | 609 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcontainerfwd.h \
 | 
|---|
 | 610 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobject_impl.h \
 | 
|---|
 | 611 |                 testquazipfileinfo.h \
 | 
|---|
 | 612 |                 C:/Qt/5.7/mingw53_32/bin/moc.exe
 | 
|---|
 | 613 |         C:\Qt\5.7\mingw53_32\bin\moc.exe $(DEFINES) -D__GNUC__ -DWIN32 -IC:/Qt/5.7/mingw53_32/mkspecs/win32-g++ -IC:/Users/fabio.bento/Documents/QtWorkspace/quazip-0.7.2/qztest -IC:/Users/fabio.bento/Documents/QtWorkspace/Libs/zlib-1.2.8 -IC:/Users/fabio.bento/Documents/QtWorkspace/quazip-0.7.2/qztest -IC:/Users/fabio.bento/Documents/QtWorkspace/quazip-0.7.2 -IC:/Qt/5.7/mingw53_32/include -IC:/Qt/5.7/mingw53_32/include/QtNetwork -IC:/Qt/5.7/mingw53_32/include/QtTest -IC:/Qt/5.7/mingw53_32/include/QtCore -IC:/Qt/Tools/mingw530_32/lib/gcc/i686-w64-mingw32/5.3.0/include -IC:/Qt/Tools/mingw530_32/lib/gcc/i686-w64-mingw32/5.3.0/include-fixed -IC:/Qt/Tools/mingw530_32/i686-w64-mingw32/include -IC:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++ -IC:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/i686-w64-mingw32 -IC:/Qt/Tools/mingw530_32/i686-w64-mingw32/include/c++/backward testquazipfileinfo.h -o .moc\moc_testquazipfileinfo.cpp
 | 
|---|
 | 614 | 
 | 
|---|
 | 615 | compiler_moc_source_make_all:
 | 
|---|
 | 616 | compiler_moc_source_clean:
 | 
|---|
 | 617 | compiler_yacc_decl_make_all:
 | 
|---|
 | 618 | compiler_yacc_decl_clean:
 | 
|---|
 | 619 | compiler_yacc_impl_make_all:
 | 
|---|
 | 620 | compiler_yacc_impl_clean:
 | 
|---|
 | 621 | compiler_lex_make_all:
 | 
|---|
 | 622 | compiler_lex_clean:
 | 
|---|
 | 623 | compiler_clean: compiler_moc_header_clean 
 | 
|---|
 | 624 | 
 | 
|---|
 | 625 | 
 | 
|---|
 | 626 | 
 | 
|---|
 | 627 | ####### Compile
 | 
|---|
 | 628 | 
 | 
|---|
 | 629 | .obj/qztest.o: qztest.cpp qztest.h \
 | 
|---|
 | 630 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QIODevice \
 | 
|---|
 | 631 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qiodevice.h \
 | 
|---|
 | 632 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qglobal.h \
 | 
|---|
 | 633 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qconfig.h \
 | 
|---|
 | 634 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfeatures.h \
 | 
|---|
 | 635 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsystemdetection.h \
 | 
|---|
 | 636 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qprocessordetection.h \
 | 
|---|
 | 637 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcompilerdetection.h \
 | 
|---|
 | 638 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtypeinfo.h \
 | 
|---|
 | 639 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtypetraits.h \
 | 
|---|
 | 640 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qisenum.h \
 | 
|---|
 | 641 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsysinfo.h \
 | 
|---|
 | 642 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlogging.h \
 | 
|---|
 | 643 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qflags.h \
 | 
|---|
 | 644 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic.h \
 | 
|---|
 | 645 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbasicatomic.h \
 | 
|---|
 | 646 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic_bootstrap.h \
 | 
|---|
 | 647 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qgenericatomic.h \
 | 
|---|
 | 648 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic_cxx11.h \
 | 
|---|
 | 649 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic_msvc.h \
 | 
|---|
 | 650 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qglobalstatic.h \
 | 
|---|
 | 651 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmutex.h \
 | 
|---|
 | 652 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qnumeric.h \
 | 
|---|
 | 653 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qversiontagging.h \
 | 
|---|
 | 654 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobject.h \
 | 
|---|
 | 655 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobjectdefs.h \
 | 
|---|
 | 656 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qnamespace.h \
 | 
|---|
 | 657 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobjectdefs_impl.h \
 | 
|---|
 | 658 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstring.h \
 | 
|---|
 | 659 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qchar.h \
 | 
|---|
 | 660 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbytearray.h \
 | 
|---|
 | 661 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qrefcount.h \
 | 
|---|
 | 662 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qarraydata.h \
 | 
|---|
 | 663 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringbuilder.h \
 | 
|---|
 | 664 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlist.h \
 | 
|---|
 | 665 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qalgorithms.h \
 | 
|---|
 | 666 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qiterator.h \
 | 
|---|
 | 667 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qhashfunctions.h \
 | 
|---|
 | 668 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpair.h \
 | 
|---|
 | 669 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbytearraylist.h \
 | 
|---|
 | 670 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringlist.h \
 | 
|---|
 | 671 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qregexp.h \
 | 
|---|
 | 672 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringmatcher.h \
 | 
|---|
 | 673 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcoreevent.h \
 | 
|---|
 | 674 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qscopedpointer.h \
 | 
|---|
 | 675 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmetatype.h \
 | 
|---|
 | 676 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qvarlengtharray.h \
 | 
|---|
 | 677 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcontainerfwd.h \
 | 
|---|
 | 678 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobject_impl.h \
 | 
|---|
 | 679 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QString \
 | 
|---|
 | 680 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QStringList \
 | 
|---|
 | 681 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QTextCodec \
 | 
|---|
 | 682 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtextcodec.h \
 | 
|---|
 | 683 |                 testquazip.h \
 | 
|---|
 | 684 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QObject \
 | 
|---|
 | 685 |                 testquazipfile.h \
 | 
|---|
 | 686 |                 testquachecksum32.h \
 | 
|---|
 | 687 |                 testjlcompress.h \
 | 
|---|
 | 688 |                 testquazipdir.h \
 | 
|---|
 | 689 |                 testquagzipfile.h \
 | 
|---|
 | 690 |                 testquaziodevice.h \
 | 
|---|
 | 691 |                 testquazipnewinfo.h \
 | 
|---|
 | 692 |                 testquazipfileinfo.h \
 | 
|---|
 | 693 |                 ../../quazip-0.7.2/quazip/quazip.h \
 | 
|---|
 | 694 |                 ../quazip/zip.h \
 | 
|---|
 | 695 |                 ../../Libs/zlib-1.2.8/zlib.h \
 | 
|---|
 | 696 |                 ../../Libs/zlib-1.2.8/zconf.h \
 | 
|---|
 | 697 |                 ../quazip/ioapi.h \
 | 
|---|
 | 698 |                 ../quazip/unzip.h \
 | 
|---|
 | 699 |                 ../quazip/quazip_global.h \
 | 
|---|
 | 700 |                 ../quazip/quazipfileinfo.h \
 | 
|---|
 | 701 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QByteArray \
 | 
|---|
 | 702 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QDateTime \
 | 
|---|
 | 703 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qdatetime.h \
 | 
|---|
 | 704 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qshareddata.h \
 | 
|---|
 | 705 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qhash.h \
 | 
|---|
 | 706 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QFile \
 | 
|---|
 | 707 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfile.h \
 | 
|---|
 | 708 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfiledevice.h \
 | 
|---|
 | 709 |                 ../../quazip-0.7.2/quazip/quazipfile.h \
 | 
|---|
 | 710 |                 ../quazip/quazip.h \
 | 
|---|
 | 711 |                 ../quazip/quazipnewinfo.h \
 | 
|---|
 | 712 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QCoreApplication \
 | 
|---|
 | 713 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcoreapplication.h \
 | 
|---|
 | 714 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qeventloop.h \
 | 
|---|
 | 715 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QDir \
 | 
|---|
 | 716 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qdir.h \
 | 
|---|
 | 717 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfileinfo.h \
 | 
|---|
 | 718 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QFileInfo \
 | 
|---|
 | 719 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QTextStream \
 | 
|---|
 | 720 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtextstream.h \
 | 
|---|
 | 721 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlocale.h \
 | 
|---|
 | 722 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qvariant.h \
 | 
|---|
 | 723 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmap.h \
 | 
|---|
 | 724 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qdebug.h \
 | 
|---|
 | 725 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qvector.h \
 | 
|---|
 | 726 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpoint.h \
 | 
|---|
 | 727 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qset.h \
 | 
|---|
 | 728 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcontiguouscache.h \
 | 
|---|
 | 729 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsharedpointer.h \
 | 
|---|
 | 730 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsharedpointer_impl.h \
 | 
|---|
 | 731 |                 C:/Qt/5.7/mingw53_32/include/QtTest/QtTest \
 | 
|---|
 | 732 |                 C:/Qt/5.7/mingw53_32/include/QtTest/QtTestDepends \
 | 
|---|
 | 733 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QtCore \
 | 
|---|
 | 734 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QtCoreDepends \
 | 
|---|
 | 735 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstractanimation.h \
 | 
|---|
 | 736 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qanimationgroup.h \
 | 
|---|
 | 737 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qparallelanimationgroup.h \
 | 
|---|
 | 738 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpauseanimation.h \
 | 
|---|
 | 739 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpropertyanimation.h \
 | 
|---|
 | 740 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qvariantanimation.h \
 | 
|---|
 | 741 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qeasingcurve.h \
 | 
|---|
 | 742 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsequentialanimationgroup.h \
 | 
|---|
 | 743 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qendian.h \
 | 
|---|
 | 744 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlibraryinfo.h \
 | 
|---|
 | 745 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbuffer.h \
 | 
|---|
 | 746 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qdatastream.h \
 | 
|---|
 | 747 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qdiriterator.h \
 | 
|---|
 | 748 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfileselector.h \
 | 
|---|
 | 749 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfilesystemwatcher.h \
 | 
|---|
 | 750 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlockfile.h \
 | 
|---|
 | 751 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qloggingcategory.h \
 | 
|---|
 | 752 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qprocess.h \
 | 
|---|
 | 753 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qresource.h \
 | 
|---|
 | 754 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsavefile.h \
 | 
|---|
 | 755 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsettings.h \
 | 
|---|
 | 756 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstandardpaths.h \
 | 
|---|
 | 757 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstorageinfo.h \
 | 
|---|
 | 758 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtemporarydir.h \
 | 
|---|
 | 759 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QScopedPointer \
 | 
|---|
 | 760 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtemporaryfile.h \
 | 
|---|
 | 761 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qurl.h \
 | 
|---|
 | 762 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qurlquery.h \
 | 
|---|
 | 763 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstractitemmodel.h \
 | 
|---|
 | 764 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstractproxymodel.h \
 | 
|---|
 | 765 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qidentityproxymodel.h \
 | 
|---|
 | 766 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qitemselectionmodel.h \
 | 
|---|
 | 767 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsortfilterproxymodel.h \
 | 
|---|
 | 768 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringlistmodel.h \
 | 
|---|
 | 769 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qjsonarray.h \
 | 
|---|
 | 770 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qjsonvalue.h \
 | 
|---|
 | 771 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qjsondocument.h \
 | 
|---|
 | 772 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qjsonobject.h \
 | 
|---|
 | 773 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstracteventdispatcher.h \
 | 
|---|
 | 774 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstractnativeeventfilter.h \
 | 
|---|
 | 775 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbasictimer.h \
 | 
|---|
 | 776 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmath.h \
 | 
|---|
 | 777 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmetaobject.h \
 | 
|---|
 | 778 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmimedata.h \
 | 
|---|
 | 779 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobjectcleanuphandler.h \
 | 
|---|
 | 780 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpointer.h \
 | 
|---|
 | 781 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsharedmemory.h \
 | 
|---|
 | 782 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsignalmapper.h \
 | 
|---|
 | 783 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsocketnotifier.h \
 | 
|---|
 | 784 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsystemsemaphore.h \
 | 
|---|
 | 785 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtimer.h \
 | 
|---|
 | 786 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtranslator.h \
 | 
|---|
 | 787 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qwineventnotifier.h \
 | 
|---|
 | 788 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmimedatabase.h \
 | 
|---|
 | 789 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmimetype.h \
 | 
|---|
 | 790 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfactoryinterface.h \
 | 
|---|
 | 791 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlibrary.h \
 | 
|---|
 | 792 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qplugin.h \
 | 
|---|
 | 793 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpluginloader.h \
 | 
|---|
 | 794 |                 C:/Qt/5.7/mingw53_32/include/QtCore/quuid.h \
 | 
|---|
 | 795 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstractstate.h \
 | 
|---|
 | 796 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstracttransition.h \
 | 
|---|
 | 797 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qeventtransition.h \
 | 
|---|
 | 798 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfinalstate.h \
 | 
|---|
 | 799 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qhistorystate.h \
 | 
|---|
 | 800 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsignaltransition.h \
 | 
|---|
 | 801 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstate.h \
 | 
|---|
 | 802 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstatemachine.h \
 | 
|---|
 | 803 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qexception.h \
 | 
|---|
 | 804 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfuture.h \
 | 
|---|
 | 805 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfutureinterface.h \
 | 
|---|
 | 806 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qrunnable.h \
 | 
|---|
 | 807 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qresultstore.h \
 | 
|---|
 | 808 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfuturesynchronizer.h \
 | 
|---|
 | 809 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfuturewatcher.h \
 | 
|---|
 | 810 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qreadwritelock.h \
 | 
|---|
 | 811 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsemaphore.h \
 | 
|---|
 | 812 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qthread.h \
 | 
|---|
 | 813 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qthreadpool.h \
 | 
|---|
 | 814 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qthreadstorage.h \
 | 
|---|
 | 815 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qwaitcondition.h \
 | 
|---|
 | 816 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qarraydataops.h \
 | 
|---|
 | 817 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qarraydatapointer.h \
 | 
|---|
 | 818 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbitarray.h \
 | 
|---|
 | 819 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbytearraymatcher.h \
 | 
|---|
 | 820 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcache.h \
 | 
|---|
 | 821 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcollator.h \
 | 
|---|
 | 822 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcommandlineoption.h \
 | 
|---|
 | 823 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcommandlineparser.h \
 | 
|---|
 | 824 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcryptographichash.h \
 | 
|---|
 | 825 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qelapsedtimer.h \
 | 
|---|
 | 826 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qline.h \
 | 
|---|
 | 827 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlinkedlist.h \
 | 
|---|
 | 828 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmargins.h \
 | 
|---|
 | 829 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmessageauthenticationcode.h \
 | 
|---|
 | 830 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qqueue.h \
 | 
|---|
 | 831 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qrect.h \
 | 
|---|
 | 832 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsize.h \
 | 
|---|
 | 833 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qregularexpression.h \
 | 
|---|
 | 834 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qscopedvaluerollback.h \
 | 
|---|
 | 835 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstack.h \
 | 
|---|
 | 836 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtextboundaryfinder.h \
 | 
|---|
 | 837 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtimeline.h \
 | 
|---|
 | 838 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtimezone.h \
 | 
|---|
 | 839 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qversionnumber.h \
 | 
|---|
 | 840 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qxmlstream.h \
 | 
|---|
 | 841 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtcoreversion.h \
 | 
|---|
 | 842 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qbenchmark.h \
 | 
|---|
 | 843 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtest_global.h \
 | 
|---|
 | 844 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qbenchmarkmetric.h \
 | 
|---|
 | 845 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qsignalspy.h \
 | 
|---|
 | 846 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtesteventloop.h \
 | 
|---|
 | 847 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtest.h \
 | 
|---|
 | 848 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestcase.h \
 | 
|---|
 | 849 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestdata.h \
 | 
|---|
 | 850 |                 C:/Qt/5.7/mingw53_32/include/QtNetwork/qhostaddress.h \
 | 
|---|
 | 851 |                 C:/Qt/5.7/mingw53_32/include/QtNetwork/qabstractsocket.h \
 | 
|---|
 | 852 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestsystem.h \
 | 
|---|
 | 853 |                 C:/Qt/5.7/mingw53_32/include/QtGui/QWindow \
 | 
|---|
 | 854 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qwindow.h \
 | 
|---|
 | 855 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QEvent \
 | 
|---|
 | 856 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QMargins \
 | 
|---|
 | 857 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QRect \
 | 
|---|
 | 858 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qsurface.h \
 | 
|---|
 | 859 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qsurfaceformat.h \
 | 
|---|
 | 860 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qwindowdefs.h \
 | 
|---|
 | 861 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qwindowdefs_win.h \
 | 
|---|
 | 862 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qicon.h \
 | 
|---|
 | 863 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qpixmap.h \
 | 
|---|
 | 864 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qpaintdevice.h \
 | 
|---|
 | 865 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qcolor.h \
 | 
|---|
 | 866 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qrgb.h \
 | 
|---|
 | 867 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qrgba64.h \
 | 
|---|
 | 868 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qimage.h \
 | 
|---|
 | 869 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qpixelformat.h \
 | 
|---|
 | 870 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qtransform.h \
 | 
|---|
 | 871 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qmatrix.h \
 | 
|---|
 | 872 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qpolygon.h \
 | 
|---|
 | 873 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qregion.h \
 | 
|---|
 | 874 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qpainterpath.h \
 | 
|---|
 | 875 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qcursor.h \
 | 
|---|
 | 876 |                 C:/Qt/5.7/mingw53_32/include/QtWidgets/QWidget \
 | 
|---|
 | 877 |                 C:/Qt/5.7/mingw53_32/include/QtWidgets/qwidget.h \
 | 
|---|
 | 878 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qpalette.h \
 | 
|---|
 | 879 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qbrush.h \
 | 
|---|
 | 880 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qfont.h \
 | 
|---|
 | 881 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qfontmetrics.h \
 | 
|---|
 | 882 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qfontinfo.h \
 | 
|---|
 | 883 |                 C:/Qt/5.7/mingw53_32/include/QtWidgets/qsizepolicy.h \
 | 
|---|
 | 884 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qkeysequence.h \
 | 
|---|
 | 885 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qevent.h \
 | 
|---|
 | 886 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qvector2d.h \
 | 
|---|
 | 887 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qtouchdevice.h \
 | 
|---|
 | 888 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtest_widgets.h \
 | 
|---|
 | 889 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtest_gui.h \
 | 
|---|
 | 890 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestassert.h \
 | 
|---|
 | 891 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestevent.h \
 | 
|---|
 | 892 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestkeyboard.h \
 | 
|---|
 | 893 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestspontaneevent.h \
 | 
|---|
 | 894 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qguiapplication.h \
 | 
|---|
 | 895 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qinputmethod.h \
 | 
|---|
 | 896 |                 C:/Qt/5.7/mingw53_32/include/QtWidgets/qapplication.h \
 | 
|---|
 | 897 |                 C:/Qt/5.7/mingw53_32/include/QtWidgets/qdesktopwidget.h \
 | 
|---|
 | 898 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestmouse.h \
 | 
|---|
 | 899 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QDebug \
 | 
|---|
 | 900 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtesttouch.h \
 | 
|---|
 | 901 |                 C:/Qt/5.7/mingw53_32/include/QtWidgets/QSizePolicy \
 | 
|---|
 | 902 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QMetaEnum \
 | 
|---|
 | 903 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qttestversion.h
 | 
|---|
 | 904 |         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj\qztest.o qztest.cpp
 | 
|---|
 | 905 | 
 | 
|---|
 | 906 | .obj/testjlcompress.o: testjlcompress.cpp testjlcompress.h \
 | 
|---|
 | 907 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QObject \
 | 
|---|
 | 908 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobject.h \
 | 
|---|
 | 909 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobjectdefs.h \
 | 
|---|
 | 910 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qnamespace.h \
 | 
|---|
 | 911 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qglobal.h \
 | 
|---|
 | 912 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qconfig.h \
 | 
|---|
 | 913 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfeatures.h \
 | 
|---|
 | 914 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsystemdetection.h \
 | 
|---|
 | 915 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qprocessordetection.h \
 | 
|---|
 | 916 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcompilerdetection.h \
 | 
|---|
 | 917 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtypeinfo.h \
 | 
|---|
 | 918 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtypetraits.h \
 | 
|---|
 | 919 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qisenum.h \
 | 
|---|
 | 920 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsysinfo.h \
 | 
|---|
 | 921 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlogging.h \
 | 
|---|
 | 922 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qflags.h \
 | 
|---|
 | 923 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic.h \
 | 
|---|
 | 924 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbasicatomic.h \
 | 
|---|
 | 925 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic_bootstrap.h \
 | 
|---|
 | 926 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qgenericatomic.h \
 | 
|---|
 | 927 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic_cxx11.h \
 | 
|---|
 | 928 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic_msvc.h \
 | 
|---|
 | 929 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qglobalstatic.h \
 | 
|---|
 | 930 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmutex.h \
 | 
|---|
 | 931 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qnumeric.h \
 | 
|---|
 | 932 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qversiontagging.h \
 | 
|---|
 | 933 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobjectdefs_impl.h \
 | 
|---|
 | 934 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstring.h \
 | 
|---|
 | 935 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qchar.h \
 | 
|---|
 | 936 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbytearray.h \
 | 
|---|
 | 937 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qrefcount.h \
 | 
|---|
 | 938 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qarraydata.h \
 | 
|---|
 | 939 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringbuilder.h \
 | 
|---|
 | 940 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlist.h \
 | 
|---|
 | 941 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qalgorithms.h \
 | 
|---|
 | 942 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qiterator.h \
 | 
|---|
 | 943 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qhashfunctions.h \
 | 
|---|
 | 944 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpair.h \
 | 
|---|
 | 945 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbytearraylist.h \
 | 
|---|
 | 946 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringlist.h \
 | 
|---|
 | 947 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qregexp.h \
 | 
|---|
 | 948 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringmatcher.h \
 | 
|---|
 | 949 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcoreevent.h \
 | 
|---|
 | 950 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qscopedpointer.h \
 | 
|---|
 | 951 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmetatype.h \
 | 
|---|
 | 952 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qvarlengtharray.h \
 | 
|---|
 | 953 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcontainerfwd.h \
 | 
|---|
 | 954 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobject_impl.h \
 | 
|---|
 | 955 |                 qztest.h \
 | 
|---|
 | 956 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QIODevice \
 | 
|---|
 | 957 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qiodevice.h \
 | 
|---|
 | 958 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QString \
 | 
|---|
 | 959 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QStringList \
 | 
|---|
 | 960 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QTextCodec \
 | 
|---|
 | 961 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtextcodec.h \
 | 
|---|
 | 962 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QDir \
 | 
|---|
 | 963 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qdir.h \
 | 
|---|
 | 964 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfileinfo.h \
 | 
|---|
 | 965 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfile.h \
 | 
|---|
 | 966 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfiledevice.h \
 | 
|---|
 | 967 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qshareddata.h \
 | 
|---|
 | 968 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qhash.h \
 | 
|---|
 | 969 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QFileInfo \
 | 
|---|
 | 970 |                 C:/Qt/5.7/mingw53_32/include/QtTest/QtTest \
 | 
|---|
 | 971 |                 C:/Qt/5.7/mingw53_32/include/QtTest/QtTestDepends \
 | 
|---|
 | 972 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QtCore \
 | 
|---|
 | 973 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QtCoreDepends \
 | 
|---|
 | 974 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstractanimation.h \
 | 
|---|
 | 975 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qanimationgroup.h \
 | 
|---|
 | 976 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qparallelanimationgroup.h \
 | 
|---|
 | 977 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpauseanimation.h \
 | 
|---|
 | 978 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpropertyanimation.h \
 | 
|---|
 | 979 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qvariantanimation.h \
 | 
|---|
 | 980 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qeasingcurve.h \
 | 
|---|
 | 981 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qvector.h \
 | 
|---|
 | 982 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpoint.h \
 | 
|---|
 | 983 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qvariant.h \
 | 
|---|
 | 984 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmap.h \
 | 
|---|
 | 985 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qdebug.h \
 | 
|---|
 | 986 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtextstream.h \
 | 
|---|
 | 987 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlocale.h \
 | 
|---|
 | 988 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qset.h \
 | 
|---|
 | 989 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcontiguouscache.h \
 | 
|---|
 | 990 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsharedpointer.h \
 | 
|---|
 | 991 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsharedpointer_impl.h \
 | 
|---|
 | 992 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsequentialanimationgroup.h \
 | 
|---|
 | 993 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qendian.h \
 | 
|---|
 | 994 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlibraryinfo.h \
 | 
|---|
 | 995 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qdatetime.h \
 | 
|---|
 | 996 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbuffer.h \
 | 
|---|
 | 997 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qdatastream.h \
 | 
|---|
 | 998 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qdiriterator.h \
 | 
|---|
 | 999 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfileselector.h \
 | 
|---|
 | 1000 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfilesystemwatcher.h \
 | 
|---|
 | 1001 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlockfile.h \
 | 
|---|
 | 1002 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qloggingcategory.h \
 | 
|---|
 | 1003 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qprocess.h \
 | 
|---|
 | 1004 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qresource.h \
 | 
|---|
 | 1005 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsavefile.h \
 | 
|---|
 | 1006 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsettings.h \
 | 
|---|
 | 1007 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstandardpaths.h \
 | 
|---|
 | 1008 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstorageinfo.h \
 | 
|---|
 | 1009 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtemporarydir.h \
 | 
|---|
 | 1010 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QScopedPointer \
 | 
|---|
 | 1011 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtemporaryfile.h \
 | 
|---|
 | 1012 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qurl.h \
 | 
|---|
 | 1013 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qurlquery.h \
 | 
|---|
 | 1014 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstractitemmodel.h \
 | 
|---|
 | 1015 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstractproxymodel.h \
 | 
|---|
 | 1016 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qidentityproxymodel.h \
 | 
|---|
 | 1017 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qitemselectionmodel.h \
 | 
|---|
 | 1018 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsortfilterproxymodel.h \
 | 
|---|
 | 1019 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringlistmodel.h \
 | 
|---|
 | 1020 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qjsonarray.h \
 | 
|---|
 | 1021 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qjsonvalue.h \
 | 
|---|
 | 1022 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qjsondocument.h \
 | 
|---|
 | 1023 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qjsonobject.h \
 | 
|---|
 | 1024 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstracteventdispatcher.h \
 | 
|---|
 | 1025 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qeventloop.h \
 | 
|---|
 | 1026 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstractnativeeventfilter.h \
 | 
|---|
 | 1027 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbasictimer.h \
 | 
|---|
 | 1028 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcoreapplication.h \
 | 
|---|
 | 1029 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmath.h \
 | 
|---|
 | 1030 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmetaobject.h \
 | 
|---|
 | 1031 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmimedata.h \
 | 
|---|
 | 1032 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobjectcleanuphandler.h \
 | 
|---|
 | 1033 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpointer.h \
 | 
|---|
 | 1034 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsharedmemory.h \
 | 
|---|
 | 1035 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsignalmapper.h \
 | 
|---|
 | 1036 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsocketnotifier.h \
 | 
|---|
 | 1037 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsystemsemaphore.h \
 | 
|---|
 | 1038 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtimer.h \
 | 
|---|
 | 1039 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtranslator.h \
 | 
|---|
 | 1040 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qwineventnotifier.h \
 | 
|---|
 | 1041 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmimedatabase.h \
 | 
|---|
 | 1042 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmimetype.h \
 | 
|---|
 | 1043 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfactoryinterface.h \
 | 
|---|
 | 1044 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlibrary.h \
 | 
|---|
 | 1045 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qplugin.h \
 | 
|---|
 | 1046 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpluginloader.h \
 | 
|---|
 | 1047 |                 C:/Qt/5.7/mingw53_32/include/QtCore/quuid.h \
 | 
|---|
 | 1048 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstractstate.h \
 | 
|---|
 | 1049 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstracttransition.h \
 | 
|---|
 | 1050 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qeventtransition.h \
 | 
|---|
 | 1051 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfinalstate.h \
 | 
|---|
 | 1052 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qhistorystate.h \
 | 
|---|
 | 1053 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsignaltransition.h \
 | 
|---|
 | 1054 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstate.h \
 | 
|---|
 | 1055 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstatemachine.h \
 | 
|---|
 | 1056 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qexception.h \
 | 
|---|
 | 1057 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfuture.h \
 | 
|---|
 | 1058 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfutureinterface.h \
 | 
|---|
 | 1059 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qrunnable.h \
 | 
|---|
 | 1060 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qresultstore.h \
 | 
|---|
 | 1061 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfuturesynchronizer.h \
 | 
|---|
 | 1062 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfuturewatcher.h \
 | 
|---|
 | 1063 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qreadwritelock.h \
 | 
|---|
 | 1064 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsemaphore.h \
 | 
|---|
 | 1065 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qthread.h \
 | 
|---|
 | 1066 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qthreadpool.h \
 | 
|---|
 | 1067 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qthreadstorage.h \
 | 
|---|
 | 1068 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qwaitcondition.h \
 | 
|---|
 | 1069 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qarraydataops.h \
 | 
|---|
 | 1070 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qarraydatapointer.h \
 | 
|---|
 | 1071 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbitarray.h \
 | 
|---|
 | 1072 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbytearraymatcher.h \
 | 
|---|
 | 1073 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcache.h \
 | 
|---|
 | 1074 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcollator.h \
 | 
|---|
 | 1075 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcommandlineoption.h \
 | 
|---|
 | 1076 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcommandlineparser.h \
 | 
|---|
 | 1077 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcryptographichash.h \
 | 
|---|
 | 1078 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qelapsedtimer.h \
 | 
|---|
 | 1079 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qline.h \
 | 
|---|
 | 1080 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlinkedlist.h \
 | 
|---|
 | 1081 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmargins.h \
 | 
|---|
 | 1082 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmessageauthenticationcode.h \
 | 
|---|
 | 1083 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qqueue.h \
 | 
|---|
 | 1084 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qrect.h \
 | 
|---|
 | 1085 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsize.h \
 | 
|---|
 | 1086 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qregularexpression.h \
 | 
|---|
 | 1087 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qscopedvaluerollback.h \
 | 
|---|
 | 1088 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstack.h \
 | 
|---|
 | 1089 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtextboundaryfinder.h \
 | 
|---|
 | 1090 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtimeline.h \
 | 
|---|
 | 1091 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtimezone.h \
 | 
|---|
 | 1092 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qversionnumber.h \
 | 
|---|
 | 1093 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qxmlstream.h \
 | 
|---|
 | 1094 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtcoreversion.h \
 | 
|---|
 | 1095 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qbenchmark.h \
 | 
|---|
 | 1096 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtest_global.h \
 | 
|---|
 | 1097 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qbenchmarkmetric.h \
 | 
|---|
 | 1098 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qsignalspy.h \
 | 
|---|
 | 1099 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtesteventloop.h \
 | 
|---|
 | 1100 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtest.h \
 | 
|---|
 | 1101 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestcase.h \
 | 
|---|
 | 1102 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestdata.h \
 | 
|---|
 | 1103 |                 C:/Qt/5.7/mingw53_32/include/QtNetwork/qhostaddress.h \
 | 
|---|
 | 1104 |                 C:/Qt/5.7/mingw53_32/include/QtNetwork/qabstractsocket.h \
 | 
|---|
 | 1105 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestsystem.h \
 | 
|---|
 | 1106 |                 C:/Qt/5.7/mingw53_32/include/QtGui/QWindow \
 | 
|---|
 | 1107 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qwindow.h \
 | 
|---|
 | 1108 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QEvent \
 | 
|---|
 | 1109 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QMargins \
 | 
|---|
 | 1110 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QRect \
 | 
|---|
 | 1111 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qsurface.h \
 | 
|---|
 | 1112 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qsurfaceformat.h \
 | 
|---|
 | 1113 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qwindowdefs.h \
 | 
|---|
 | 1114 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qwindowdefs_win.h \
 | 
|---|
 | 1115 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qicon.h \
 | 
|---|
 | 1116 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qpixmap.h \
 | 
|---|
 | 1117 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qpaintdevice.h \
 | 
|---|
 | 1118 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qcolor.h \
 | 
|---|
 | 1119 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qrgb.h \
 | 
|---|
 | 1120 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qrgba64.h \
 | 
|---|
 | 1121 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qimage.h \
 | 
|---|
 | 1122 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qpixelformat.h \
 | 
|---|
 | 1123 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qtransform.h \
 | 
|---|
 | 1124 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qmatrix.h \
 | 
|---|
 | 1125 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qpolygon.h \
 | 
|---|
 | 1126 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qregion.h \
 | 
|---|
 | 1127 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qpainterpath.h \
 | 
|---|
 | 1128 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qcursor.h \
 | 
|---|
 | 1129 |                 C:/Qt/5.7/mingw53_32/include/QtWidgets/QWidget \
 | 
|---|
 | 1130 |                 C:/Qt/5.7/mingw53_32/include/QtWidgets/qwidget.h \
 | 
|---|
 | 1131 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qpalette.h \
 | 
|---|
 | 1132 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qbrush.h \
 | 
|---|
 | 1133 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qfont.h \
 | 
|---|
 | 1134 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qfontmetrics.h \
 | 
|---|
 | 1135 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qfontinfo.h \
 | 
|---|
 | 1136 |                 C:/Qt/5.7/mingw53_32/include/QtWidgets/qsizepolicy.h \
 | 
|---|
 | 1137 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qkeysequence.h \
 | 
|---|
 | 1138 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qevent.h \
 | 
|---|
 | 1139 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qvector2d.h \
 | 
|---|
 | 1140 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qtouchdevice.h \
 | 
|---|
 | 1141 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtest_widgets.h \
 | 
|---|
 | 1142 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtest_gui.h \
 | 
|---|
 | 1143 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestassert.h \
 | 
|---|
 | 1144 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestevent.h \
 | 
|---|
 | 1145 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestkeyboard.h \
 | 
|---|
 | 1146 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestspontaneevent.h \
 | 
|---|
 | 1147 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qguiapplication.h \
 | 
|---|
 | 1148 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qinputmethod.h \
 | 
|---|
 | 1149 |                 C:/Qt/5.7/mingw53_32/include/QtWidgets/qapplication.h \
 | 
|---|
 | 1150 |                 C:/Qt/5.7/mingw53_32/include/QtWidgets/qdesktopwidget.h \
 | 
|---|
 | 1151 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestmouse.h \
 | 
|---|
 | 1152 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QDebug \
 | 
|---|
 | 1153 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtesttouch.h \
 | 
|---|
 | 1154 |                 C:/Qt/5.7/mingw53_32/include/QtWidgets/QSizePolicy \
 | 
|---|
 | 1155 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QMetaEnum \
 | 
|---|
 | 1156 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qttestversion.h \
 | 
|---|
 | 1157 |                 ../../quazip-0.7.2/quazip/JlCompress.h \
 | 
|---|
 | 1158 |                 ../quazip/quazip.h \
 | 
|---|
 | 1159 |                 ../quazip/zip.h \
 | 
|---|
 | 1160 |                 ../../Libs/zlib-1.2.8/zlib.h \
 | 
|---|
 | 1161 |                 ../../Libs/zlib-1.2.8/zconf.h \
 | 
|---|
 | 1162 |                 ../quazip/ioapi.h \
 | 
|---|
 | 1163 |                 ../quazip/unzip.h \
 | 
|---|
 | 1164 |                 ../quazip/quazip_global.h \
 | 
|---|
 | 1165 |                 ../quazip/quazipfileinfo.h \
 | 
|---|
 | 1166 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QByteArray \
 | 
|---|
 | 1167 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QDateTime \
 | 
|---|
 | 1168 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QFile \
 | 
|---|
 | 1169 |                 ../quazip/quazipfile.h \
 | 
|---|
 | 1170 |                 ../quazip/quazipnewinfo.h
 | 
|---|
 | 1171 |         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj\testjlcompress.o testjlcompress.cpp
 | 
|---|
 | 1172 | 
 | 
|---|
 | 1173 | .obj/testquachecksum32.o: testquachecksum32.cpp testquachecksum32.h \
 | 
|---|
 | 1174 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QObject \
 | 
|---|
 | 1175 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobject.h \
 | 
|---|
 | 1176 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobjectdefs.h \
 | 
|---|
 | 1177 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qnamespace.h \
 | 
|---|
 | 1178 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qglobal.h \
 | 
|---|
 | 1179 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qconfig.h \
 | 
|---|
 | 1180 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfeatures.h \
 | 
|---|
 | 1181 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsystemdetection.h \
 | 
|---|
 | 1182 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qprocessordetection.h \
 | 
|---|
 | 1183 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcompilerdetection.h \
 | 
|---|
 | 1184 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtypeinfo.h \
 | 
|---|
 | 1185 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtypetraits.h \
 | 
|---|
 | 1186 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qisenum.h \
 | 
|---|
 | 1187 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsysinfo.h \
 | 
|---|
 | 1188 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlogging.h \
 | 
|---|
 | 1189 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qflags.h \
 | 
|---|
 | 1190 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic.h \
 | 
|---|
 | 1191 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbasicatomic.h \
 | 
|---|
 | 1192 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic_bootstrap.h \
 | 
|---|
 | 1193 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qgenericatomic.h \
 | 
|---|
 | 1194 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic_cxx11.h \
 | 
|---|
 | 1195 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic_msvc.h \
 | 
|---|
 | 1196 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qglobalstatic.h \
 | 
|---|
 | 1197 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmutex.h \
 | 
|---|
 | 1198 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qnumeric.h \
 | 
|---|
 | 1199 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qversiontagging.h \
 | 
|---|
 | 1200 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobjectdefs_impl.h \
 | 
|---|
 | 1201 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstring.h \
 | 
|---|
 | 1202 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qchar.h \
 | 
|---|
 | 1203 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbytearray.h \
 | 
|---|
 | 1204 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qrefcount.h \
 | 
|---|
 | 1205 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qarraydata.h \
 | 
|---|
 | 1206 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringbuilder.h \
 | 
|---|
 | 1207 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlist.h \
 | 
|---|
 | 1208 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qalgorithms.h \
 | 
|---|
 | 1209 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qiterator.h \
 | 
|---|
 | 1210 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qhashfunctions.h \
 | 
|---|
 | 1211 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpair.h \
 | 
|---|
 | 1212 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbytearraylist.h \
 | 
|---|
 | 1213 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringlist.h \
 | 
|---|
 | 1214 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qregexp.h \
 | 
|---|
 | 1215 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringmatcher.h \
 | 
|---|
 | 1216 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcoreevent.h \
 | 
|---|
 | 1217 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qscopedpointer.h \
 | 
|---|
 | 1218 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmetatype.h \
 | 
|---|
 | 1219 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qvarlengtharray.h \
 | 
|---|
 | 1220 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcontainerfwd.h \
 | 
|---|
 | 1221 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobject_impl.h \
 | 
|---|
 | 1222 |                 ../../quazip-0.7.2/quazip/quaadler32.h \
 | 
|---|
 | 1223 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QByteArray \
 | 
|---|
 | 1224 |                 ../quazip/quachecksum32.h \
 | 
|---|
 | 1225 |                 ../quazip/quazip_global.h \
 | 
|---|
 | 1226 |                 ../../quazip-0.7.2/quazip/quacrc32.h \
 | 
|---|
 | 1227 |                 C:/Qt/5.7/mingw53_32/include/QtTest/QtTest \
 | 
|---|
 | 1228 |                 C:/Qt/5.7/mingw53_32/include/QtTest/QtTestDepends \
 | 
|---|
 | 1229 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QtCore \
 | 
|---|
 | 1230 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QtCoreDepends \
 | 
|---|
 | 1231 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstractanimation.h \
 | 
|---|
 | 1232 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qanimationgroup.h \
 | 
|---|
 | 1233 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qparallelanimationgroup.h \
 | 
|---|
 | 1234 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpauseanimation.h \
 | 
|---|
 | 1235 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpropertyanimation.h \
 | 
|---|
 | 1236 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qvariantanimation.h \
 | 
|---|
 | 1237 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qeasingcurve.h \
 | 
|---|
 | 1238 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qvector.h \
 | 
|---|
 | 1239 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpoint.h \
 | 
|---|
 | 1240 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qvariant.h \
 | 
|---|
 | 1241 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmap.h \
 | 
|---|
 | 1242 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qdebug.h \
 | 
|---|
 | 1243 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qhash.h \
 | 
|---|
 | 1244 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtextstream.h \
 | 
|---|
 | 1245 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qiodevice.h \
 | 
|---|
 | 1246 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlocale.h \
 | 
|---|
 | 1247 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qshareddata.h \
 | 
|---|
 | 1248 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qset.h \
 | 
|---|
 | 1249 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcontiguouscache.h \
 | 
|---|
 | 1250 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsharedpointer.h \
 | 
|---|
 | 1251 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsharedpointer_impl.h \
 | 
|---|
 | 1252 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsequentialanimationgroup.h \
 | 
|---|
 | 1253 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtextcodec.h \
 | 
|---|
 | 1254 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qendian.h \
 | 
|---|
 | 1255 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlibraryinfo.h \
 | 
|---|
 | 1256 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qdatetime.h \
 | 
|---|
 | 1257 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbuffer.h \
 | 
|---|
 | 1258 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qdatastream.h \
 | 
|---|
 | 1259 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qdir.h \
 | 
|---|
 | 1260 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfileinfo.h \
 | 
|---|
 | 1261 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfile.h \
 | 
|---|
 | 1262 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfiledevice.h \
 | 
|---|
 | 1263 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qdiriterator.h \
 | 
|---|
 | 1264 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfileselector.h \
 | 
|---|
 | 1265 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QStringList \
 | 
|---|
 | 1266 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfilesystemwatcher.h \
 | 
|---|
 | 1267 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlockfile.h \
 | 
|---|
 | 1268 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qloggingcategory.h \
 | 
|---|
 | 1269 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qprocess.h \
 | 
|---|
 | 1270 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qresource.h \
 | 
|---|
 | 1271 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsavefile.h \
 | 
|---|
 | 1272 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsettings.h \
 | 
|---|
 | 1273 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstandardpaths.h \
 | 
|---|
 | 1274 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstorageinfo.h \
 | 
|---|
 | 1275 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtemporarydir.h \
 | 
|---|
 | 1276 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QScopedPointer \
 | 
|---|
 | 1277 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtemporaryfile.h \
 | 
|---|
 | 1278 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qurl.h \
 | 
|---|
 | 1279 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qurlquery.h \
 | 
|---|
 | 1280 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstractitemmodel.h \
 | 
|---|
 | 1281 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstractproxymodel.h \
 | 
|---|
 | 1282 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qidentityproxymodel.h \
 | 
|---|
 | 1283 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qitemselectionmodel.h \
 | 
|---|
 | 1284 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsortfilterproxymodel.h \
 | 
|---|
 | 1285 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringlistmodel.h \
 | 
|---|
 | 1286 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qjsonarray.h \
 | 
|---|
 | 1287 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qjsonvalue.h \
 | 
|---|
 | 1288 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qjsondocument.h \
 | 
|---|
 | 1289 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qjsonobject.h \
 | 
|---|
 | 1290 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstracteventdispatcher.h \
 | 
|---|
 | 1291 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qeventloop.h \
 | 
|---|
 | 1292 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstractnativeeventfilter.h \
 | 
|---|
 | 1293 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbasictimer.h \
 | 
|---|
 | 1294 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcoreapplication.h \
 | 
|---|
 | 1295 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmath.h \
 | 
|---|
 | 1296 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmetaobject.h \
 | 
|---|
 | 1297 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmimedata.h \
 | 
|---|
 | 1298 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobjectcleanuphandler.h \
 | 
|---|
 | 1299 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpointer.h \
 | 
|---|
 | 1300 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsharedmemory.h \
 | 
|---|
 | 1301 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsignalmapper.h \
 | 
|---|
 | 1302 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsocketnotifier.h \
 | 
|---|
 | 1303 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsystemsemaphore.h \
 | 
|---|
 | 1304 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtimer.h \
 | 
|---|
 | 1305 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtranslator.h \
 | 
|---|
 | 1306 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qwineventnotifier.h \
 | 
|---|
 | 1307 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmimedatabase.h \
 | 
|---|
 | 1308 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmimetype.h \
 | 
|---|
 | 1309 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfactoryinterface.h \
 | 
|---|
 | 1310 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlibrary.h \
 | 
|---|
 | 1311 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qplugin.h \
 | 
|---|
 | 1312 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpluginloader.h \
 | 
|---|
 | 1313 |                 C:/Qt/5.7/mingw53_32/include/QtCore/quuid.h \
 | 
|---|
 | 1314 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstractstate.h \
 | 
|---|
 | 1315 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstracttransition.h \
 | 
|---|
 | 1316 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qeventtransition.h \
 | 
|---|
 | 1317 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfinalstate.h \
 | 
|---|
 | 1318 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qhistorystate.h \
 | 
|---|
 | 1319 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsignaltransition.h \
 | 
|---|
 | 1320 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstate.h \
 | 
|---|
 | 1321 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstatemachine.h \
 | 
|---|
 | 1322 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qexception.h \
 | 
|---|
 | 1323 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfuture.h \
 | 
|---|
 | 1324 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfutureinterface.h \
 | 
|---|
 | 1325 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qrunnable.h \
 | 
|---|
 | 1326 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qresultstore.h \
 | 
|---|
 | 1327 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfuturesynchronizer.h \
 | 
|---|
 | 1328 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfuturewatcher.h \
 | 
|---|
 | 1329 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qreadwritelock.h \
 | 
|---|
 | 1330 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsemaphore.h \
 | 
|---|
 | 1331 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qthread.h \
 | 
|---|
 | 1332 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qthreadpool.h \
 | 
|---|
 | 1333 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qthreadstorage.h \
 | 
|---|
 | 1334 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qwaitcondition.h \
 | 
|---|
 | 1335 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qarraydataops.h \
 | 
|---|
 | 1336 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qarraydatapointer.h \
 | 
|---|
 | 1337 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbitarray.h \
 | 
|---|
 | 1338 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbytearraymatcher.h \
 | 
|---|
 | 1339 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcache.h \
 | 
|---|
 | 1340 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcollator.h \
 | 
|---|
 | 1341 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcommandlineoption.h \
 | 
|---|
 | 1342 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcommandlineparser.h \
 | 
|---|
 | 1343 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcryptographichash.h \
 | 
|---|
 | 1344 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qelapsedtimer.h \
 | 
|---|
 | 1345 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qline.h \
 | 
|---|
 | 1346 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlinkedlist.h \
 | 
|---|
 | 1347 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmargins.h \
 | 
|---|
 | 1348 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmessageauthenticationcode.h \
 | 
|---|
 | 1349 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qqueue.h \
 | 
|---|
 | 1350 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qrect.h \
 | 
|---|
 | 1351 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsize.h \
 | 
|---|
 | 1352 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qregularexpression.h \
 | 
|---|
 | 1353 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qscopedvaluerollback.h \
 | 
|---|
 | 1354 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstack.h \
 | 
|---|
 | 1355 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtextboundaryfinder.h \
 | 
|---|
 | 1356 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtimeline.h \
 | 
|---|
 | 1357 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtimezone.h \
 | 
|---|
 | 1358 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qversionnumber.h \
 | 
|---|
 | 1359 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qxmlstream.h \
 | 
|---|
 | 1360 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtcoreversion.h \
 | 
|---|
 | 1361 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qbenchmark.h \
 | 
|---|
 | 1362 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtest_global.h \
 | 
|---|
 | 1363 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qbenchmarkmetric.h \
 | 
|---|
 | 1364 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qsignalspy.h \
 | 
|---|
 | 1365 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtesteventloop.h \
 | 
|---|
 | 1366 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtest.h \
 | 
|---|
 | 1367 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestcase.h \
 | 
|---|
 | 1368 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestdata.h \
 | 
|---|
 | 1369 |                 C:/Qt/5.7/mingw53_32/include/QtNetwork/qhostaddress.h \
 | 
|---|
 | 1370 |                 C:/Qt/5.7/mingw53_32/include/QtNetwork/qabstractsocket.h \
 | 
|---|
 | 1371 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestsystem.h \
 | 
|---|
 | 1372 |                 C:/Qt/5.7/mingw53_32/include/QtGui/QWindow \
 | 
|---|
 | 1373 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qwindow.h \
 | 
|---|
 | 1374 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QEvent \
 | 
|---|
 | 1375 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QMargins \
 | 
|---|
 | 1376 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QRect \
 | 
|---|
 | 1377 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qsurface.h \
 | 
|---|
 | 1378 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qsurfaceformat.h \
 | 
|---|
 | 1379 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qwindowdefs.h \
 | 
|---|
 | 1380 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qwindowdefs_win.h \
 | 
|---|
 | 1381 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qicon.h \
 | 
|---|
 | 1382 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qpixmap.h \
 | 
|---|
 | 1383 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qpaintdevice.h \
 | 
|---|
 | 1384 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qcolor.h \
 | 
|---|
 | 1385 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qrgb.h \
 | 
|---|
 | 1386 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qrgba64.h \
 | 
|---|
 | 1387 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qimage.h \
 | 
|---|
 | 1388 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qpixelformat.h \
 | 
|---|
 | 1389 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qtransform.h \
 | 
|---|
 | 1390 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qmatrix.h \
 | 
|---|
 | 1391 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qpolygon.h \
 | 
|---|
 | 1392 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qregion.h \
 | 
|---|
 | 1393 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qpainterpath.h \
 | 
|---|
 | 1394 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qcursor.h \
 | 
|---|
 | 1395 |                 C:/Qt/5.7/mingw53_32/include/QtWidgets/QWidget \
 | 
|---|
 | 1396 |                 C:/Qt/5.7/mingw53_32/include/QtWidgets/qwidget.h \
 | 
|---|
 | 1397 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qpalette.h \
 | 
|---|
 | 1398 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qbrush.h \
 | 
|---|
 | 1399 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qfont.h \
 | 
|---|
 | 1400 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qfontmetrics.h \
 | 
|---|
 | 1401 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qfontinfo.h \
 | 
|---|
 | 1402 |                 C:/Qt/5.7/mingw53_32/include/QtWidgets/qsizepolicy.h \
 | 
|---|
 | 1403 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qkeysequence.h \
 | 
|---|
 | 1404 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qevent.h \
 | 
|---|
 | 1405 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qvector2d.h \
 | 
|---|
 | 1406 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qtouchdevice.h \
 | 
|---|
 | 1407 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtest_widgets.h \
 | 
|---|
 | 1408 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtest_gui.h \
 | 
|---|
 | 1409 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestassert.h \
 | 
|---|
 | 1410 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestevent.h \
 | 
|---|
 | 1411 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestkeyboard.h \
 | 
|---|
 | 1412 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestspontaneevent.h \
 | 
|---|
 | 1413 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qguiapplication.h \
 | 
|---|
 | 1414 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qinputmethod.h \
 | 
|---|
 | 1415 |                 C:/Qt/5.7/mingw53_32/include/QtWidgets/qapplication.h \
 | 
|---|
 | 1416 |                 C:/Qt/5.7/mingw53_32/include/QtWidgets/qdesktopwidget.h \
 | 
|---|
 | 1417 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestmouse.h \
 | 
|---|
 | 1418 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QDebug \
 | 
|---|
 | 1419 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtesttouch.h \
 | 
|---|
 | 1420 |                 C:/Qt/5.7/mingw53_32/include/QtWidgets/QSizePolicy \
 | 
|---|
 | 1421 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QMetaEnum \
 | 
|---|
 | 1422 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qttestversion.h
 | 
|---|
 | 1423 |         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj\testquachecksum32.o testquachecksum32.cpp
 | 
|---|
 | 1424 | 
 | 
|---|
 | 1425 | .obj/testquagzipfile.o: testquagzipfile.cpp testquagzipfile.h \
 | 
|---|
 | 1426 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QObject \
 | 
|---|
 | 1427 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobject.h \
 | 
|---|
 | 1428 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobjectdefs.h \
 | 
|---|
 | 1429 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qnamespace.h \
 | 
|---|
 | 1430 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qglobal.h \
 | 
|---|
 | 1431 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qconfig.h \
 | 
|---|
 | 1432 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfeatures.h \
 | 
|---|
 | 1433 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsystemdetection.h \
 | 
|---|
 | 1434 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qprocessordetection.h \
 | 
|---|
 | 1435 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcompilerdetection.h \
 | 
|---|
 | 1436 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtypeinfo.h \
 | 
|---|
 | 1437 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtypetraits.h \
 | 
|---|
 | 1438 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qisenum.h \
 | 
|---|
 | 1439 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsysinfo.h \
 | 
|---|
 | 1440 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlogging.h \
 | 
|---|
 | 1441 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qflags.h \
 | 
|---|
 | 1442 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic.h \
 | 
|---|
 | 1443 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbasicatomic.h \
 | 
|---|
 | 1444 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic_bootstrap.h \
 | 
|---|
 | 1445 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qgenericatomic.h \
 | 
|---|
 | 1446 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic_cxx11.h \
 | 
|---|
 | 1447 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic_msvc.h \
 | 
|---|
 | 1448 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qglobalstatic.h \
 | 
|---|
 | 1449 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmutex.h \
 | 
|---|
 | 1450 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qnumeric.h \
 | 
|---|
 | 1451 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qversiontagging.h \
 | 
|---|
 | 1452 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobjectdefs_impl.h \
 | 
|---|
 | 1453 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstring.h \
 | 
|---|
 | 1454 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qchar.h \
 | 
|---|
 | 1455 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbytearray.h \
 | 
|---|
 | 1456 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qrefcount.h \
 | 
|---|
 | 1457 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qarraydata.h \
 | 
|---|
 | 1458 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringbuilder.h \
 | 
|---|
 | 1459 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlist.h \
 | 
|---|
 | 1460 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qalgorithms.h \
 | 
|---|
 | 1461 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qiterator.h \
 | 
|---|
 | 1462 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qhashfunctions.h \
 | 
|---|
 | 1463 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpair.h \
 | 
|---|
 | 1464 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbytearraylist.h \
 | 
|---|
 | 1465 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringlist.h \
 | 
|---|
 | 1466 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qregexp.h \
 | 
|---|
 | 1467 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringmatcher.h \
 | 
|---|
 | 1468 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcoreevent.h \
 | 
|---|
 | 1469 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qscopedpointer.h \
 | 
|---|
 | 1470 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmetatype.h \
 | 
|---|
 | 1471 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qvarlengtharray.h \
 | 
|---|
 | 1472 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcontainerfwd.h \
 | 
|---|
 | 1473 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobject_impl.h \
 | 
|---|
 | 1474 |                 ../../Libs/zlib-1.2.8/zlib.h \
 | 
|---|
 | 1475 |                 ../../Libs/zlib-1.2.8/zconf.h \
 | 
|---|
 | 1476 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QDir \
 | 
|---|
 | 1477 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qdir.h \
 | 
|---|
 | 1478 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfileinfo.h \
 | 
|---|
 | 1479 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfile.h \
 | 
|---|
 | 1480 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfiledevice.h \
 | 
|---|
 | 1481 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qiodevice.h \
 | 
|---|
 | 1482 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qshareddata.h \
 | 
|---|
 | 1483 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qhash.h \
 | 
|---|
 | 1484 |                 ../../quazip-0.7.2/quazip/quagzipfile.h \
 | 
|---|
 | 1485 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QIODevice \
 | 
|---|
 | 1486 |                 ../quazip/quazip_global.h \
 | 
|---|
 | 1487 |                 C:/Qt/5.7/mingw53_32/include/QtTest/QtTest \
 | 
|---|
 | 1488 |                 C:/Qt/5.7/mingw53_32/include/QtTest/QtTestDepends \
 | 
|---|
 | 1489 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QtCore \
 | 
|---|
 | 1490 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QtCoreDepends \
 | 
|---|
 | 1491 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstractanimation.h \
 | 
|---|
 | 1492 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qanimationgroup.h \
 | 
|---|
 | 1493 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qparallelanimationgroup.h \
 | 
|---|
 | 1494 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpauseanimation.h \
 | 
|---|
 | 1495 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpropertyanimation.h \
 | 
|---|
 | 1496 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qvariantanimation.h \
 | 
|---|
 | 1497 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qeasingcurve.h \
 | 
|---|
 | 1498 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qvector.h \
 | 
|---|
 | 1499 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpoint.h \
 | 
|---|
 | 1500 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qvariant.h \
 | 
|---|
 | 1501 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmap.h \
 | 
|---|
 | 1502 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qdebug.h \
 | 
|---|
 | 1503 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtextstream.h \
 | 
|---|
 | 1504 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlocale.h \
 | 
|---|
 | 1505 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qset.h \
 | 
|---|
 | 1506 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcontiguouscache.h \
 | 
|---|
 | 1507 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsharedpointer.h \
 | 
|---|
 | 1508 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsharedpointer_impl.h \
 | 
|---|
 | 1509 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsequentialanimationgroup.h \
 | 
|---|
 | 1510 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtextcodec.h \
 | 
|---|
 | 1511 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qendian.h \
 | 
|---|
 | 1512 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlibraryinfo.h \
 | 
|---|
 | 1513 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qdatetime.h \
 | 
|---|
 | 1514 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbuffer.h \
 | 
|---|
 | 1515 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qdatastream.h \
 | 
|---|
 | 1516 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qdiriterator.h \
 | 
|---|
 | 1517 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfileselector.h \
 | 
|---|
 | 1518 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QStringList \
 | 
|---|
 | 1519 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfilesystemwatcher.h \
 | 
|---|
 | 1520 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlockfile.h \
 | 
|---|
 | 1521 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qloggingcategory.h \
 | 
|---|
 | 1522 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qprocess.h \
 | 
|---|
 | 1523 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qresource.h \
 | 
|---|
 | 1524 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsavefile.h \
 | 
|---|
 | 1525 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsettings.h \
 | 
|---|
 | 1526 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstandardpaths.h \
 | 
|---|
 | 1527 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstorageinfo.h \
 | 
|---|
 | 1528 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtemporarydir.h \
 | 
|---|
 | 1529 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QScopedPointer \
 | 
|---|
 | 1530 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtemporaryfile.h \
 | 
|---|
 | 1531 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qurl.h \
 | 
|---|
 | 1532 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qurlquery.h \
 | 
|---|
 | 1533 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstractitemmodel.h \
 | 
|---|
 | 1534 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstractproxymodel.h \
 | 
|---|
 | 1535 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qidentityproxymodel.h \
 | 
|---|
 | 1536 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qitemselectionmodel.h \
 | 
|---|
 | 1537 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsortfilterproxymodel.h \
 | 
|---|
 | 1538 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringlistmodel.h \
 | 
|---|
 | 1539 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qjsonarray.h \
 | 
|---|
 | 1540 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qjsonvalue.h \
 | 
|---|
 | 1541 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qjsondocument.h \
 | 
|---|
 | 1542 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qjsonobject.h \
 | 
|---|
 | 1543 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstracteventdispatcher.h \
 | 
|---|
 | 1544 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qeventloop.h \
 | 
|---|
 | 1545 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstractnativeeventfilter.h \
 | 
|---|
 | 1546 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbasictimer.h \
 | 
|---|
 | 1547 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcoreapplication.h \
 | 
|---|
 | 1548 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmath.h \
 | 
|---|
 | 1549 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmetaobject.h \
 | 
|---|
 | 1550 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmimedata.h \
 | 
|---|
 | 1551 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobjectcleanuphandler.h \
 | 
|---|
 | 1552 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpointer.h \
 | 
|---|
 | 1553 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsharedmemory.h \
 | 
|---|
 | 1554 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsignalmapper.h \
 | 
|---|
 | 1555 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsocketnotifier.h \
 | 
|---|
 | 1556 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsystemsemaphore.h \
 | 
|---|
 | 1557 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtimer.h \
 | 
|---|
 | 1558 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtranslator.h \
 | 
|---|
 | 1559 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qwineventnotifier.h \
 | 
|---|
 | 1560 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmimedatabase.h \
 | 
|---|
 | 1561 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmimetype.h \
 | 
|---|
 | 1562 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfactoryinterface.h \
 | 
|---|
 | 1563 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlibrary.h \
 | 
|---|
 | 1564 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qplugin.h \
 | 
|---|
 | 1565 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpluginloader.h \
 | 
|---|
 | 1566 |                 C:/Qt/5.7/mingw53_32/include/QtCore/quuid.h \
 | 
|---|
 | 1567 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstractstate.h \
 | 
|---|
 | 1568 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstracttransition.h \
 | 
|---|
 | 1569 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qeventtransition.h \
 | 
|---|
 | 1570 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfinalstate.h \
 | 
|---|
 | 1571 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qhistorystate.h \
 | 
|---|
 | 1572 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsignaltransition.h \
 | 
|---|
 | 1573 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstate.h \
 | 
|---|
 | 1574 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstatemachine.h \
 | 
|---|
 | 1575 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qexception.h \
 | 
|---|
 | 1576 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfuture.h \
 | 
|---|
 | 1577 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfutureinterface.h \
 | 
|---|
 | 1578 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qrunnable.h \
 | 
|---|
 | 1579 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qresultstore.h \
 | 
|---|
 | 1580 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfuturesynchronizer.h \
 | 
|---|
 | 1581 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfuturewatcher.h \
 | 
|---|
 | 1582 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qreadwritelock.h \
 | 
|---|
 | 1583 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsemaphore.h \
 | 
|---|
 | 1584 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qthread.h \
 | 
|---|
 | 1585 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qthreadpool.h \
 | 
|---|
 | 1586 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qthreadstorage.h \
 | 
|---|
 | 1587 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qwaitcondition.h \
 | 
|---|
 | 1588 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qarraydataops.h \
 | 
|---|
 | 1589 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qarraydatapointer.h \
 | 
|---|
 | 1590 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbitarray.h \
 | 
|---|
 | 1591 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbytearraymatcher.h \
 | 
|---|
 | 1592 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcache.h \
 | 
|---|
 | 1593 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcollator.h \
 | 
|---|
 | 1594 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcommandlineoption.h \
 | 
|---|
 | 1595 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcommandlineparser.h \
 | 
|---|
 | 1596 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcryptographichash.h \
 | 
|---|
 | 1597 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qelapsedtimer.h \
 | 
|---|
 | 1598 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qline.h \
 | 
|---|
 | 1599 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlinkedlist.h \
 | 
|---|
 | 1600 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmargins.h \
 | 
|---|
 | 1601 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmessageauthenticationcode.h \
 | 
|---|
 | 1602 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qqueue.h \
 | 
|---|
 | 1603 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qrect.h \
 | 
|---|
 | 1604 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsize.h \
 | 
|---|
 | 1605 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qregularexpression.h \
 | 
|---|
 | 1606 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qscopedvaluerollback.h \
 | 
|---|
 | 1607 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstack.h \
 | 
|---|
 | 1608 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtextboundaryfinder.h \
 | 
|---|
 | 1609 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtimeline.h \
 | 
|---|
 | 1610 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtimezone.h \
 | 
|---|
 | 1611 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qversionnumber.h \
 | 
|---|
 | 1612 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qxmlstream.h \
 | 
|---|
 | 1613 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtcoreversion.h \
 | 
|---|
 | 1614 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qbenchmark.h \
 | 
|---|
 | 1615 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtest_global.h \
 | 
|---|
 | 1616 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qbenchmarkmetric.h \
 | 
|---|
 | 1617 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qsignalspy.h \
 | 
|---|
 | 1618 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtesteventloop.h \
 | 
|---|
 | 1619 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtest.h \
 | 
|---|
 | 1620 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestcase.h \
 | 
|---|
 | 1621 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestdata.h \
 | 
|---|
 | 1622 |                 C:/Qt/5.7/mingw53_32/include/QtNetwork/qhostaddress.h \
 | 
|---|
 | 1623 |                 C:/Qt/5.7/mingw53_32/include/QtNetwork/qabstractsocket.h \
 | 
|---|
 | 1624 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestsystem.h \
 | 
|---|
 | 1625 |                 C:/Qt/5.7/mingw53_32/include/QtGui/QWindow \
 | 
|---|
 | 1626 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qwindow.h \
 | 
|---|
 | 1627 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QEvent \
 | 
|---|
 | 1628 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QMargins \
 | 
|---|
 | 1629 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QRect \
 | 
|---|
 | 1630 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qsurface.h \
 | 
|---|
 | 1631 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qsurfaceformat.h \
 | 
|---|
 | 1632 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qwindowdefs.h \
 | 
|---|
 | 1633 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qwindowdefs_win.h \
 | 
|---|
 | 1634 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qicon.h \
 | 
|---|
 | 1635 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qpixmap.h \
 | 
|---|
 | 1636 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qpaintdevice.h \
 | 
|---|
 | 1637 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qcolor.h \
 | 
|---|
 | 1638 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qrgb.h \
 | 
|---|
 | 1639 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qrgba64.h \
 | 
|---|
 | 1640 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qimage.h \
 | 
|---|
 | 1641 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qpixelformat.h \
 | 
|---|
 | 1642 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qtransform.h \
 | 
|---|
 | 1643 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qmatrix.h \
 | 
|---|
 | 1644 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qpolygon.h \
 | 
|---|
 | 1645 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qregion.h \
 | 
|---|
 | 1646 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qpainterpath.h \
 | 
|---|
 | 1647 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qcursor.h \
 | 
|---|
 | 1648 |                 C:/Qt/5.7/mingw53_32/include/QtWidgets/QWidget \
 | 
|---|
 | 1649 |                 C:/Qt/5.7/mingw53_32/include/QtWidgets/qwidget.h \
 | 
|---|
 | 1650 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qpalette.h \
 | 
|---|
 | 1651 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qbrush.h \
 | 
|---|
 | 1652 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qfont.h \
 | 
|---|
 | 1653 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qfontmetrics.h \
 | 
|---|
 | 1654 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qfontinfo.h \
 | 
|---|
 | 1655 |                 C:/Qt/5.7/mingw53_32/include/QtWidgets/qsizepolicy.h \
 | 
|---|
 | 1656 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qkeysequence.h \
 | 
|---|
 | 1657 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qevent.h \
 | 
|---|
 | 1658 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qvector2d.h \
 | 
|---|
 | 1659 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qtouchdevice.h \
 | 
|---|
 | 1660 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtest_widgets.h \
 | 
|---|
 | 1661 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtest_gui.h \
 | 
|---|
 | 1662 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestassert.h \
 | 
|---|
 | 1663 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestevent.h \
 | 
|---|
 | 1664 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestkeyboard.h \
 | 
|---|
 | 1665 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestspontaneevent.h \
 | 
|---|
 | 1666 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qguiapplication.h \
 | 
|---|
 | 1667 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qinputmethod.h \
 | 
|---|
 | 1668 |                 C:/Qt/5.7/mingw53_32/include/QtWidgets/qapplication.h \
 | 
|---|
 | 1669 |                 C:/Qt/5.7/mingw53_32/include/QtWidgets/qdesktopwidget.h \
 | 
|---|
 | 1670 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestmouse.h \
 | 
|---|
 | 1671 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QDebug \
 | 
|---|
 | 1672 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtesttouch.h \
 | 
|---|
 | 1673 |                 C:/Qt/5.7/mingw53_32/include/QtWidgets/QSizePolicy \
 | 
|---|
 | 1674 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QMetaEnum \
 | 
|---|
 | 1675 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qttestversion.h
 | 
|---|
 | 1676 |         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj\testquagzipfile.o testquagzipfile.cpp
 | 
|---|
 | 1677 | 
 | 
|---|
 | 1678 | .obj/testquaziodevice.o: testquaziodevice.cpp testquaziodevice.h \
 | 
|---|
 | 1679 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QObject \
 | 
|---|
 | 1680 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobject.h \
 | 
|---|
 | 1681 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobjectdefs.h \
 | 
|---|
 | 1682 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qnamespace.h \
 | 
|---|
 | 1683 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qglobal.h \
 | 
|---|
 | 1684 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qconfig.h \
 | 
|---|
 | 1685 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfeatures.h \
 | 
|---|
 | 1686 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsystemdetection.h \
 | 
|---|
 | 1687 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qprocessordetection.h \
 | 
|---|
 | 1688 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcompilerdetection.h \
 | 
|---|
 | 1689 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtypeinfo.h \
 | 
|---|
 | 1690 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtypetraits.h \
 | 
|---|
 | 1691 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qisenum.h \
 | 
|---|
 | 1692 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsysinfo.h \
 | 
|---|
 | 1693 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlogging.h \
 | 
|---|
 | 1694 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qflags.h \
 | 
|---|
 | 1695 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic.h \
 | 
|---|
 | 1696 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbasicatomic.h \
 | 
|---|
 | 1697 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic_bootstrap.h \
 | 
|---|
 | 1698 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qgenericatomic.h \
 | 
|---|
 | 1699 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic_cxx11.h \
 | 
|---|
 | 1700 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic_msvc.h \
 | 
|---|
 | 1701 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qglobalstatic.h \
 | 
|---|
 | 1702 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmutex.h \
 | 
|---|
 | 1703 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qnumeric.h \
 | 
|---|
 | 1704 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qversiontagging.h \
 | 
|---|
 | 1705 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobjectdefs_impl.h \
 | 
|---|
 | 1706 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstring.h \
 | 
|---|
 | 1707 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qchar.h \
 | 
|---|
 | 1708 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbytearray.h \
 | 
|---|
 | 1709 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qrefcount.h \
 | 
|---|
 | 1710 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qarraydata.h \
 | 
|---|
 | 1711 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringbuilder.h \
 | 
|---|
 | 1712 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlist.h \
 | 
|---|
 | 1713 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qalgorithms.h \
 | 
|---|
 | 1714 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qiterator.h \
 | 
|---|
 | 1715 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qhashfunctions.h \
 | 
|---|
 | 1716 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpair.h \
 | 
|---|
 | 1717 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbytearraylist.h \
 | 
|---|
 | 1718 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringlist.h \
 | 
|---|
 | 1719 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qregexp.h \
 | 
|---|
 | 1720 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringmatcher.h \
 | 
|---|
 | 1721 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcoreevent.h \
 | 
|---|
 | 1722 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qscopedpointer.h \
 | 
|---|
 | 1723 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmetatype.h \
 | 
|---|
 | 1724 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qvarlengtharray.h \
 | 
|---|
 | 1725 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcontainerfwd.h \
 | 
|---|
 | 1726 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobject_impl.h \
 | 
|---|
 | 1727 |                 ../../quazip-0.7.2/quazip/quaziodevice.h \
 | 
|---|
 | 1728 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QIODevice \
 | 
|---|
 | 1729 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qiodevice.h \
 | 
|---|
 | 1730 |                 ../quazip/quazip_global.h \
 | 
|---|
 | 1731 |                 ../../Libs/zlib-1.2.8/zlib.h \
 | 
|---|
 | 1732 |                 ../../Libs/zlib-1.2.8/zconf.h \
 | 
|---|
 | 1733 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QBuffer \
 | 
|---|
 | 1734 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbuffer.h \
 | 
|---|
 | 1735 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QByteArray \
 | 
|---|
 | 1736 |                 C:/Qt/5.7/mingw53_32/include/QtTest/QtTest \
 | 
|---|
 | 1737 |                 C:/Qt/5.7/mingw53_32/include/QtTest/QtTestDepends \
 | 
|---|
 | 1738 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QtCore \
 | 
|---|
 | 1739 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QtCoreDepends \
 | 
|---|
 | 1740 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstractanimation.h \
 | 
|---|
 | 1741 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qanimationgroup.h \
 | 
|---|
 | 1742 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qparallelanimationgroup.h \
 | 
|---|
 | 1743 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpauseanimation.h \
 | 
|---|
 | 1744 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpropertyanimation.h \
 | 
|---|
 | 1745 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qvariantanimation.h \
 | 
|---|
 | 1746 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qeasingcurve.h \
 | 
|---|
 | 1747 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qvector.h \
 | 
|---|
 | 1748 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpoint.h \
 | 
|---|
 | 1749 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qvariant.h \
 | 
|---|
 | 1750 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmap.h \
 | 
|---|
 | 1751 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qdebug.h \
 | 
|---|
 | 1752 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qhash.h \
 | 
|---|
 | 1753 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtextstream.h \
 | 
|---|
 | 1754 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlocale.h \
 | 
|---|
 | 1755 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qshareddata.h \
 | 
|---|
 | 1756 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qset.h \
 | 
|---|
 | 1757 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcontiguouscache.h \
 | 
|---|
 | 1758 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsharedpointer.h \
 | 
|---|
 | 1759 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsharedpointer_impl.h \
 | 
|---|
 | 1760 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsequentialanimationgroup.h \
 | 
|---|
 | 1761 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtextcodec.h \
 | 
|---|
 | 1762 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qendian.h \
 | 
|---|
 | 1763 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlibraryinfo.h \
 | 
|---|
 | 1764 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qdatetime.h \
 | 
|---|
 | 1765 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qdatastream.h \
 | 
|---|
 | 1766 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qdir.h \
 | 
|---|
 | 1767 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfileinfo.h \
 | 
|---|
 | 1768 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfile.h \
 | 
|---|
 | 1769 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfiledevice.h \
 | 
|---|
 | 1770 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qdiriterator.h \
 | 
|---|
 | 1771 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfileselector.h \
 | 
|---|
 | 1772 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QStringList \
 | 
|---|
 | 1773 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfilesystemwatcher.h \
 | 
|---|
 | 1774 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlockfile.h \
 | 
|---|
 | 1775 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qloggingcategory.h \
 | 
|---|
 | 1776 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qprocess.h \
 | 
|---|
 | 1777 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qresource.h \
 | 
|---|
 | 1778 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsavefile.h \
 | 
|---|
 | 1779 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsettings.h \
 | 
|---|
 | 1780 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstandardpaths.h \
 | 
|---|
 | 1781 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstorageinfo.h \
 | 
|---|
 | 1782 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtemporarydir.h \
 | 
|---|
 | 1783 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QScopedPointer \
 | 
|---|
 | 1784 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtemporaryfile.h \
 | 
|---|
 | 1785 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qurl.h \
 | 
|---|
 | 1786 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qurlquery.h \
 | 
|---|
 | 1787 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstractitemmodel.h \
 | 
|---|
 | 1788 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstractproxymodel.h \
 | 
|---|
 | 1789 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qidentityproxymodel.h \
 | 
|---|
 | 1790 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qitemselectionmodel.h \
 | 
|---|
 | 1791 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsortfilterproxymodel.h \
 | 
|---|
 | 1792 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringlistmodel.h \
 | 
|---|
 | 1793 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qjsonarray.h \
 | 
|---|
 | 1794 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qjsonvalue.h \
 | 
|---|
 | 1795 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qjsondocument.h \
 | 
|---|
 | 1796 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qjsonobject.h \
 | 
|---|
 | 1797 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstracteventdispatcher.h \
 | 
|---|
 | 1798 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qeventloop.h \
 | 
|---|
 | 1799 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstractnativeeventfilter.h \
 | 
|---|
 | 1800 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbasictimer.h \
 | 
|---|
 | 1801 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcoreapplication.h \
 | 
|---|
 | 1802 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmath.h \
 | 
|---|
 | 1803 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmetaobject.h \
 | 
|---|
 | 1804 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmimedata.h \
 | 
|---|
 | 1805 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobjectcleanuphandler.h \
 | 
|---|
 | 1806 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpointer.h \
 | 
|---|
 | 1807 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsharedmemory.h \
 | 
|---|
 | 1808 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsignalmapper.h \
 | 
|---|
 | 1809 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsocketnotifier.h \
 | 
|---|
 | 1810 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsystemsemaphore.h \
 | 
|---|
 | 1811 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtimer.h \
 | 
|---|
 | 1812 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtranslator.h \
 | 
|---|
 | 1813 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qwineventnotifier.h \
 | 
|---|
 | 1814 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmimedatabase.h \
 | 
|---|
 | 1815 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmimetype.h \
 | 
|---|
 | 1816 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfactoryinterface.h \
 | 
|---|
 | 1817 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlibrary.h \
 | 
|---|
 | 1818 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qplugin.h \
 | 
|---|
 | 1819 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpluginloader.h \
 | 
|---|
 | 1820 |                 C:/Qt/5.7/mingw53_32/include/QtCore/quuid.h \
 | 
|---|
 | 1821 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstractstate.h \
 | 
|---|
 | 1822 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstracttransition.h \
 | 
|---|
 | 1823 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qeventtransition.h \
 | 
|---|
 | 1824 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfinalstate.h \
 | 
|---|
 | 1825 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qhistorystate.h \
 | 
|---|
 | 1826 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsignaltransition.h \
 | 
|---|
 | 1827 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstate.h \
 | 
|---|
 | 1828 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstatemachine.h \
 | 
|---|
 | 1829 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qexception.h \
 | 
|---|
 | 1830 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfuture.h \
 | 
|---|
 | 1831 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfutureinterface.h \
 | 
|---|
 | 1832 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qrunnable.h \
 | 
|---|
 | 1833 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qresultstore.h \
 | 
|---|
 | 1834 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfuturesynchronizer.h \
 | 
|---|
 | 1835 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfuturewatcher.h \
 | 
|---|
 | 1836 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qreadwritelock.h \
 | 
|---|
 | 1837 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsemaphore.h \
 | 
|---|
 | 1838 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qthread.h \
 | 
|---|
 | 1839 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qthreadpool.h \
 | 
|---|
 | 1840 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qthreadstorage.h \
 | 
|---|
 | 1841 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qwaitcondition.h \
 | 
|---|
 | 1842 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qarraydataops.h \
 | 
|---|
 | 1843 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qarraydatapointer.h \
 | 
|---|
 | 1844 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbitarray.h \
 | 
|---|
 | 1845 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbytearraymatcher.h \
 | 
|---|
 | 1846 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcache.h \
 | 
|---|
 | 1847 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcollator.h \
 | 
|---|
 | 1848 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcommandlineoption.h \
 | 
|---|
 | 1849 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcommandlineparser.h \
 | 
|---|
 | 1850 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcryptographichash.h \
 | 
|---|
 | 1851 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qelapsedtimer.h \
 | 
|---|
 | 1852 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qline.h \
 | 
|---|
 | 1853 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlinkedlist.h \
 | 
|---|
 | 1854 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmargins.h \
 | 
|---|
 | 1855 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmessageauthenticationcode.h \
 | 
|---|
 | 1856 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qqueue.h \
 | 
|---|
 | 1857 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qrect.h \
 | 
|---|
 | 1858 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsize.h \
 | 
|---|
 | 1859 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qregularexpression.h \
 | 
|---|
 | 1860 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qscopedvaluerollback.h \
 | 
|---|
 | 1861 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstack.h \
 | 
|---|
 | 1862 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtextboundaryfinder.h \
 | 
|---|
 | 1863 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtimeline.h \
 | 
|---|
 | 1864 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtimezone.h \
 | 
|---|
 | 1865 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qversionnumber.h \
 | 
|---|
 | 1866 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qxmlstream.h \
 | 
|---|
 | 1867 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtcoreversion.h \
 | 
|---|
 | 1868 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qbenchmark.h \
 | 
|---|
 | 1869 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtest_global.h \
 | 
|---|
 | 1870 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qbenchmarkmetric.h \
 | 
|---|
 | 1871 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qsignalspy.h \
 | 
|---|
 | 1872 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtesteventloop.h \
 | 
|---|
 | 1873 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtest.h \
 | 
|---|
 | 1874 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestcase.h \
 | 
|---|
 | 1875 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestdata.h \
 | 
|---|
 | 1876 |                 C:/Qt/5.7/mingw53_32/include/QtNetwork/qhostaddress.h \
 | 
|---|
 | 1877 |                 C:/Qt/5.7/mingw53_32/include/QtNetwork/qabstractsocket.h \
 | 
|---|
 | 1878 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestsystem.h \
 | 
|---|
 | 1879 |                 C:/Qt/5.7/mingw53_32/include/QtGui/QWindow \
 | 
|---|
 | 1880 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qwindow.h \
 | 
|---|
 | 1881 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QEvent \
 | 
|---|
 | 1882 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QMargins \
 | 
|---|
 | 1883 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QRect \
 | 
|---|
 | 1884 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qsurface.h \
 | 
|---|
 | 1885 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qsurfaceformat.h \
 | 
|---|
 | 1886 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qwindowdefs.h \
 | 
|---|
 | 1887 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qwindowdefs_win.h \
 | 
|---|
 | 1888 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qicon.h \
 | 
|---|
 | 1889 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qpixmap.h \
 | 
|---|
 | 1890 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qpaintdevice.h \
 | 
|---|
 | 1891 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qcolor.h \
 | 
|---|
 | 1892 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qrgb.h \
 | 
|---|
 | 1893 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qrgba64.h \
 | 
|---|
 | 1894 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qimage.h \
 | 
|---|
 | 1895 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qpixelformat.h \
 | 
|---|
 | 1896 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qtransform.h \
 | 
|---|
 | 1897 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qmatrix.h \
 | 
|---|
 | 1898 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qpolygon.h \
 | 
|---|
 | 1899 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qregion.h \
 | 
|---|
 | 1900 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qpainterpath.h \
 | 
|---|
 | 1901 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qcursor.h \
 | 
|---|
 | 1902 |                 C:/Qt/5.7/mingw53_32/include/QtWidgets/QWidget \
 | 
|---|
 | 1903 |                 C:/Qt/5.7/mingw53_32/include/QtWidgets/qwidget.h \
 | 
|---|
 | 1904 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qpalette.h \
 | 
|---|
 | 1905 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qbrush.h \
 | 
|---|
 | 1906 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qfont.h \
 | 
|---|
 | 1907 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qfontmetrics.h \
 | 
|---|
 | 1908 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qfontinfo.h \
 | 
|---|
 | 1909 |                 C:/Qt/5.7/mingw53_32/include/QtWidgets/qsizepolicy.h \
 | 
|---|
 | 1910 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qkeysequence.h \
 | 
|---|
 | 1911 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qevent.h \
 | 
|---|
 | 1912 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qvector2d.h \
 | 
|---|
 | 1913 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qtouchdevice.h \
 | 
|---|
 | 1914 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtest_widgets.h \
 | 
|---|
 | 1915 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtest_gui.h \
 | 
|---|
 | 1916 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestassert.h \
 | 
|---|
 | 1917 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestevent.h \
 | 
|---|
 | 1918 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestkeyboard.h \
 | 
|---|
 | 1919 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestspontaneevent.h \
 | 
|---|
 | 1920 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qguiapplication.h \
 | 
|---|
 | 1921 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qinputmethod.h \
 | 
|---|
 | 1922 |                 C:/Qt/5.7/mingw53_32/include/QtWidgets/qapplication.h \
 | 
|---|
 | 1923 |                 C:/Qt/5.7/mingw53_32/include/QtWidgets/qdesktopwidget.h \
 | 
|---|
 | 1924 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestmouse.h \
 | 
|---|
 | 1925 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QDebug \
 | 
|---|
 | 1926 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtesttouch.h \
 | 
|---|
 | 1927 |                 C:/Qt/5.7/mingw53_32/include/QtWidgets/QSizePolicy \
 | 
|---|
 | 1928 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QMetaEnum \
 | 
|---|
 | 1929 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qttestversion.h
 | 
|---|
 | 1930 |         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj\testquaziodevice.o testquaziodevice.cpp
 | 
|---|
 | 1931 | 
 | 
|---|
 | 1932 | .obj/testquazip.o: testquazip.cpp testquazip.h \
 | 
|---|
 | 1933 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QObject \
 | 
|---|
 | 1934 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobject.h \
 | 
|---|
 | 1935 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobjectdefs.h \
 | 
|---|
 | 1936 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qnamespace.h \
 | 
|---|
 | 1937 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qglobal.h \
 | 
|---|
 | 1938 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qconfig.h \
 | 
|---|
 | 1939 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfeatures.h \
 | 
|---|
 | 1940 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsystemdetection.h \
 | 
|---|
 | 1941 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qprocessordetection.h \
 | 
|---|
 | 1942 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcompilerdetection.h \
 | 
|---|
 | 1943 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtypeinfo.h \
 | 
|---|
 | 1944 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtypetraits.h \
 | 
|---|
 | 1945 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qisenum.h \
 | 
|---|
 | 1946 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsysinfo.h \
 | 
|---|
 | 1947 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlogging.h \
 | 
|---|
 | 1948 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qflags.h \
 | 
|---|
 | 1949 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic.h \
 | 
|---|
 | 1950 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbasicatomic.h \
 | 
|---|
 | 1951 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic_bootstrap.h \
 | 
|---|
 | 1952 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qgenericatomic.h \
 | 
|---|
 | 1953 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic_cxx11.h \
 | 
|---|
 | 1954 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic_msvc.h \
 | 
|---|
 | 1955 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qglobalstatic.h \
 | 
|---|
 | 1956 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmutex.h \
 | 
|---|
 | 1957 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qnumeric.h \
 | 
|---|
 | 1958 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qversiontagging.h \
 | 
|---|
 | 1959 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobjectdefs_impl.h \
 | 
|---|
 | 1960 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstring.h \
 | 
|---|
 | 1961 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qchar.h \
 | 
|---|
 | 1962 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbytearray.h \
 | 
|---|
 | 1963 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qrefcount.h \
 | 
|---|
 | 1964 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qarraydata.h \
 | 
|---|
 | 1965 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringbuilder.h \
 | 
|---|
 | 1966 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlist.h \
 | 
|---|
 | 1967 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qalgorithms.h \
 | 
|---|
 | 1968 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qiterator.h \
 | 
|---|
 | 1969 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qhashfunctions.h \
 | 
|---|
 | 1970 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpair.h \
 | 
|---|
 | 1971 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbytearraylist.h \
 | 
|---|
 | 1972 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringlist.h \
 | 
|---|
 | 1973 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qregexp.h \
 | 
|---|
 | 1974 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringmatcher.h \
 | 
|---|
 | 1975 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcoreevent.h \
 | 
|---|
 | 1976 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qscopedpointer.h \
 | 
|---|
 | 1977 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmetatype.h \
 | 
|---|
 | 1978 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qvarlengtharray.h \
 | 
|---|
 | 1979 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcontainerfwd.h \
 | 
|---|
 | 1980 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobject_impl.h \
 | 
|---|
 | 1981 |                 qztest.h \
 | 
|---|
 | 1982 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QIODevice \
 | 
|---|
 | 1983 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qiodevice.h \
 | 
|---|
 | 1984 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QString \
 | 
|---|
 | 1985 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QStringList \
 | 
|---|
 | 1986 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QTextCodec \
 | 
|---|
 | 1987 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtextcodec.h \
 | 
|---|
 | 1988 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QDataStream \
 | 
|---|
 | 1989 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qdatastream.h \
 | 
|---|
 | 1990 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QDir \
 | 
|---|
 | 1991 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qdir.h \
 | 
|---|
 | 1992 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfileinfo.h \
 | 
|---|
 | 1993 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfile.h \
 | 
|---|
 | 1994 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfiledevice.h \
 | 
|---|
 | 1995 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qshareddata.h \
 | 
|---|
 | 1996 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qhash.h \
 | 
|---|
 | 1997 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QFileInfo \
 | 
|---|
 | 1998 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QHash \
 | 
|---|
 | 1999 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QSaveFile \
 | 
|---|
 | 2000 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsavefile.h \
 | 
|---|
 | 2001 |                 C:/Qt/5.7/mingw53_32/include/QtNetwork/QTcpServer \
 | 
|---|
 | 2002 |                 C:/Qt/5.7/mingw53_32/include/QtNetwork/qtcpserver.h \
 | 
|---|
 | 2003 |                 C:/Qt/5.7/mingw53_32/include/QtNetwork/qabstractsocket.h \
 | 
|---|
 | 2004 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qdebug.h \
 | 
|---|
 | 2005 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmap.h \
 | 
|---|
 | 2006 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtextstream.h \
 | 
|---|
 | 2007 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlocale.h \
 | 
|---|
 | 2008 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qvariant.h \
 | 
|---|
 | 2009 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qvector.h \
 | 
|---|
 | 2010 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpoint.h \
 | 
|---|
 | 2011 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qset.h \
 | 
|---|
 | 2012 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcontiguouscache.h \
 | 
|---|
 | 2013 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsharedpointer.h \
 | 
|---|
 | 2014 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsharedpointer_impl.h \
 | 
|---|
 | 2015 |                 C:/Qt/5.7/mingw53_32/include/QtNetwork/qhostaddress.h \
 | 
|---|
 | 2016 |                 C:/Qt/5.7/mingw53_32/include/QtNetwork/QTcpSocket \
 | 
|---|
 | 2017 |                 C:/Qt/5.7/mingw53_32/include/QtNetwork/qtcpsocket.h \
 | 
|---|
 | 2018 |                 C:/Qt/5.7/mingw53_32/include/QtTest/QtTest \
 | 
|---|
 | 2019 |                 C:/Qt/5.7/mingw53_32/include/QtTest/QtTestDepends \
 | 
|---|
 | 2020 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QtCore \
 | 
|---|
 | 2021 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QtCoreDepends \
 | 
|---|
 | 2022 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstractanimation.h \
 | 
|---|
 | 2023 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qanimationgroup.h \
 | 
|---|
 | 2024 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qparallelanimationgroup.h \
 | 
|---|
 | 2025 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpauseanimation.h \
 | 
|---|
 | 2026 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpropertyanimation.h \
 | 
|---|
 | 2027 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qvariantanimation.h \
 | 
|---|
 | 2028 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qeasingcurve.h \
 | 
|---|
 | 2029 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsequentialanimationgroup.h \
 | 
|---|
 | 2030 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qendian.h \
 | 
|---|
 | 2031 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlibraryinfo.h \
 | 
|---|
 | 2032 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qdatetime.h \
 | 
|---|
 | 2033 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbuffer.h \
 | 
|---|
 | 2034 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qdiriterator.h \
 | 
|---|
 | 2035 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfileselector.h \
 | 
|---|
 | 2036 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfilesystemwatcher.h \
 | 
|---|
 | 2037 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlockfile.h \
 | 
|---|
 | 2038 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qloggingcategory.h \
 | 
|---|
 | 2039 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qprocess.h \
 | 
|---|
 | 2040 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qresource.h \
 | 
|---|
 | 2041 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsettings.h \
 | 
|---|
 | 2042 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstandardpaths.h \
 | 
|---|
 | 2043 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstorageinfo.h \
 | 
|---|
 | 2044 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtemporarydir.h \
 | 
|---|
 | 2045 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QScopedPointer \
 | 
|---|
 | 2046 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtemporaryfile.h \
 | 
|---|
 | 2047 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qurl.h \
 | 
|---|
 | 2048 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qurlquery.h \
 | 
|---|
 | 2049 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstractitemmodel.h \
 | 
|---|
 | 2050 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstractproxymodel.h \
 | 
|---|
 | 2051 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qidentityproxymodel.h \
 | 
|---|
 | 2052 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qitemselectionmodel.h \
 | 
|---|
 | 2053 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsortfilterproxymodel.h \
 | 
|---|
 | 2054 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringlistmodel.h \
 | 
|---|
 | 2055 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qjsonarray.h \
 | 
|---|
 | 2056 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qjsonvalue.h \
 | 
|---|
 | 2057 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qjsondocument.h \
 | 
|---|
 | 2058 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qjsonobject.h \
 | 
|---|
 | 2059 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstracteventdispatcher.h \
 | 
|---|
 | 2060 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qeventloop.h \
 | 
|---|
 | 2061 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstractnativeeventfilter.h \
 | 
|---|
 | 2062 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbasictimer.h \
 | 
|---|
 | 2063 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcoreapplication.h \
 | 
|---|
 | 2064 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmath.h \
 | 
|---|
 | 2065 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmetaobject.h \
 | 
|---|
 | 2066 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmimedata.h \
 | 
|---|
 | 2067 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobjectcleanuphandler.h \
 | 
|---|
 | 2068 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpointer.h \
 | 
|---|
 | 2069 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsharedmemory.h \
 | 
|---|
 | 2070 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsignalmapper.h \
 | 
|---|
 | 2071 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsocketnotifier.h \
 | 
|---|
 | 2072 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsystemsemaphore.h \
 | 
|---|
 | 2073 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtimer.h \
 | 
|---|
 | 2074 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtranslator.h \
 | 
|---|
 | 2075 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qwineventnotifier.h \
 | 
|---|
 | 2076 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmimedatabase.h \
 | 
|---|
 | 2077 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmimetype.h \
 | 
|---|
 | 2078 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfactoryinterface.h \
 | 
|---|
 | 2079 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlibrary.h \
 | 
|---|
 | 2080 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qplugin.h \
 | 
|---|
 | 2081 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpluginloader.h \
 | 
|---|
 | 2082 |                 C:/Qt/5.7/mingw53_32/include/QtCore/quuid.h \
 | 
|---|
 | 2083 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstractstate.h \
 | 
|---|
 | 2084 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstracttransition.h \
 | 
|---|
 | 2085 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qeventtransition.h \
 | 
|---|
 | 2086 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfinalstate.h \
 | 
|---|
 | 2087 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qhistorystate.h \
 | 
|---|
 | 2088 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsignaltransition.h \
 | 
|---|
 | 2089 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstate.h \
 | 
|---|
 | 2090 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstatemachine.h \
 | 
|---|
 | 2091 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qexception.h \
 | 
|---|
 | 2092 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfuture.h \
 | 
|---|
 | 2093 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfutureinterface.h \
 | 
|---|
 | 2094 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qrunnable.h \
 | 
|---|
 | 2095 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qresultstore.h \
 | 
|---|
 | 2096 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfuturesynchronizer.h \
 | 
|---|
 | 2097 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfuturewatcher.h \
 | 
|---|
 | 2098 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qreadwritelock.h \
 | 
|---|
 | 2099 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsemaphore.h \
 | 
|---|
 | 2100 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qthread.h \
 | 
|---|
 | 2101 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qthreadpool.h \
 | 
|---|
 | 2102 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qthreadstorage.h \
 | 
|---|
 | 2103 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qwaitcondition.h \
 | 
|---|
 | 2104 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qarraydataops.h \
 | 
|---|
 | 2105 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qarraydatapointer.h \
 | 
|---|
 | 2106 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbitarray.h \
 | 
|---|
 | 2107 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbytearraymatcher.h \
 | 
|---|
 | 2108 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcache.h \
 | 
|---|
 | 2109 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcollator.h \
 | 
|---|
 | 2110 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcommandlineoption.h \
 | 
|---|
 | 2111 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcommandlineparser.h \
 | 
|---|
 | 2112 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcryptographichash.h \
 | 
|---|
 | 2113 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qelapsedtimer.h \
 | 
|---|
 | 2114 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qline.h \
 | 
|---|
 | 2115 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlinkedlist.h \
 | 
|---|
 | 2116 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmargins.h \
 | 
|---|
 | 2117 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmessageauthenticationcode.h \
 | 
|---|
 | 2118 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qqueue.h \
 | 
|---|
 | 2119 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qrect.h \
 | 
|---|
 | 2120 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsize.h \
 | 
|---|
 | 2121 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qregularexpression.h \
 | 
|---|
 | 2122 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qscopedvaluerollback.h \
 | 
|---|
 | 2123 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstack.h \
 | 
|---|
 | 2124 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtextboundaryfinder.h \
 | 
|---|
 | 2125 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtimeline.h \
 | 
|---|
 | 2126 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtimezone.h \
 | 
|---|
 | 2127 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qversionnumber.h \
 | 
|---|
 | 2128 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qxmlstream.h \
 | 
|---|
 | 2129 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtcoreversion.h \
 | 
|---|
 | 2130 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qbenchmark.h \
 | 
|---|
 | 2131 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtest_global.h \
 | 
|---|
 | 2132 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qbenchmarkmetric.h \
 | 
|---|
 | 2133 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qsignalspy.h \
 | 
|---|
 | 2134 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtesteventloop.h \
 | 
|---|
 | 2135 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtest.h \
 | 
|---|
 | 2136 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestcase.h \
 | 
|---|
 | 2137 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestdata.h \
 | 
|---|
 | 2138 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestsystem.h \
 | 
|---|
 | 2139 |                 C:/Qt/5.7/mingw53_32/include/QtGui/QWindow \
 | 
|---|
 | 2140 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qwindow.h \
 | 
|---|
 | 2141 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QEvent \
 | 
|---|
 | 2142 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QMargins \
 | 
|---|
 | 2143 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QRect \
 | 
|---|
 | 2144 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qsurface.h \
 | 
|---|
 | 2145 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qsurfaceformat.h \
 | 
|---|
 | 2146 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qwindowdefs.h \
 | 
|---|
 | 2147 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qwindowdefs_win.h \
 | 
|---|
 | 2148 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qicon.h \
 | 
|---|
 | 2149 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qpixmap.h \
 | 
|---|
 | 2150 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qpaintdevice.h \
 | 
|---|
 | 2151 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qcolor.h \
 | 
|---|
 | 2152 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qrgb.h \
 | 
|---|
 | 2153 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qrgba64.h \
 | 
|---|
 | 2154 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qimage.h \
 | 
|---|
 | 2155 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qpixelformat.h \
 | 
|---|
 | 2156 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qtransform.h \
 | 
|---|
 | 2157 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qmatrix.h \
 | 
|---|
 | 2158 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qpolygon.h \
 | 
|---|
 | 2159 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qregion.h \
 | 
|---|
 | 2160 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qpainterpath.h \
 | 
|---|
 | 2161 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qcursor.h \
 | 
|---|
 | 2162 |                 C:/Qt/5.7/mingw53_32/include/QtWidgets/QWidget \
 | 
|---|
 | 2163 |                 C:/Qt/5.7/mingw53_32/include/QtWidgets/qwidget.h \
 | 
|---|
 | 2164 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qpalette.h \
 | 
|---|
 | 2165 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qbrush.h \
 | 
|---|
 | 2166 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qfont.h \
 | 
|---|
 | 2167 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qfontmetrics.h \
 | 
|---|
 | 2168 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qfontinfo.h \
 | 
|---|
 | 2169 |                 C:/Qt/5.7/mingw53_32/include/QtWidgets/qsizepolicy.h \
 | 
|---|
 | 2170 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qkeysequence.h \
 | 
|---|
 | 2171 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qevent.h \
 | 
|---|
 | 2172 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qvector2d.h \
 | 
|---|
 | 2173 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qtouchdevice.h \
 | 
|---|
 | 2174 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtest_widgets.h \
 | 
|---|
 | 2175 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtest_gui.h \
 | 
|---|
 | 2176 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestassert.h \
 | 
|---|
 | 2177 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestevent.h \
 | 
|---|
 | 2178 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestkeyboard.h \
 | 
|---|
 | 2179 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestspontaneevent.h \
 | 
|---|
 | 2180 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qguiapplication.h \
 | 
|---|
 | 2181 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qinputmethod.h \
 | 
|---|
 | 2182 |                 C:/Qt/5.7/mingw53_32/include/QtWidgets/qapplication.h \
 | 
|---|
 | 2183 |                 C:/Qt/5.7/mingw53_32/include/QtWidgets/qdesktopwidget.h \
 | 
|---|
 | 2184 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestmouse.h \
 | 
|---|
 | 2185 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QDebug \
 | 
|---|
 | 2186 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtesttouch.h \
 | 
|---|
 | 2187 |                 C:/Qt/5.7/mingw53_32/include/QtWidgets/QSizePolicy \
 | 
|---|
 | 2188 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QMetaEnum \
 | 
|---|
 | 2189 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qttestversion.h \
 | 
|---|
 | 2190 |                 ../../quazip-0.7.2/quazip/quazip.h \
 | 
|---|
 | 2191 |                 ../quazip/zip.h \
 | 
|---|
 | 2192 |                 ../../Libs/zlib-1.2.8/zlib.h \
 | 
|---|
 | 2193 |                 ../../Libs/zlib-1.2.8/zconf.h \
 | 
|---|
 | 2194 |                 ../quazip/ioapi.h \
 | 
|---|
 | 2195 |                 ../quazip/unzip.h \
 | 
|---|
 | 2196 |                 ../quazip/quazip_global.h \
 | 
|---|
 | 2197 |                 ../quazip/quazipfileinfo.h \
 | 
|---|
 | 2198 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QByteArray \
 | 
|---|
 | 2199 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QDateTime \
 | 
|---|
 | 2200 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QFile \
 | 
|---|
 | 2201 |                 ../../quazip-0.7.2/quazip/JlCompress.h \
 | 
|---|
 | 2202 |                 ../quazip/quazip.h \
 | 
|---|
 | 2203 |                 ../quazip/quazipfile.h \
 | 
|---|
 | 2204 |                 ../quazip/quazipnewinfo.h
 | 
|---|
 | 2205 |         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj\testquazip.o testquazip.cpp
 | 
|---|
 | 2206 | 
 | 
|---|
 | 2207 | .obj/testquazipdir.o: testquazipdir.cpp testquazipdir.h \
 | 
|---|
 | 2208 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QObject \
 | 
|---|
 | 2209 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobject.h \
 | 
|---|
 | 2210 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobjectdefs.h \
 | 
|---|
 | 2211 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qnamespace.h \
 | 
|---|
 | 2212 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qglobal.h \
 | 
|---|
 | 2213 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qconfig.h \
 | 
|---|
 | 2214 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfeatures.h \
 | 
|---|
 | 2215 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsystemdetection.h \
 | 
|---|
 | 2216 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qprocessordetection.h \
 | 
|---|
 | 2217 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcompilerdetection.h \
 | 
|---|
 | 2218 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtypeinfo.h \
 | 
|---|
 | 2219 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtypetraits.h \
 | 
|---|
 | 2220 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qisenum.h \
 | 
|---|
 | 2221 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsysinfo.h \
 | 
|---|
 | 2222 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlogging.h \
 | 
|---|
 | 2223 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qflags.h \
 | 
|---|
 | 2224 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic.h \
 | 
|---|
 | 2225 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbasicatomic.h \
 | 
|---|
 | 2226 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic_bootstrap.h \
 | 
|---|
 | 2227 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qgenericatomic.h \
 | 
|---|
 | 2228 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic_cxx11.h \
 | 
|---|
 | 2229 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic_msvc.h \
 | 
|---|
 | 2230 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qglobalstatic.h \
 | 
|---|
 | 2231 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmutex.h \
 | 
|---|
 | 2232 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qnumeric.h \
 | 
|---|
 | 2233 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qversiontagging.h \
 | 
|---|
 | 2234 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobjectdefs_impl.h \
 | 
|---|
 | 2235 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstring.h \
 | 
|---|
 | 2236 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qchar.h \
 | 
|---|
 | 2237 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbytearray.h \
 | 
|---|
 | 2238 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qrefcount.h \
 | 
|---|
 | 2239 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qarraydata.h \
 | 
|---|
 | 2240 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringbuilder.h \
 | 
|---|
 | 2241 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlist.h \
 | 
|---|
 | 2242 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qalgorithms.h \
 | 
|---|
 | 2243 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qiterator.h \
 | 
|---|
 | 2244 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qhashfunctions.h \
 | 
|---|
 | 2245 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpair.h \
 | 
|---|
 | 2246 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbytearraylist.h \
 | 
|---|
 | 2247 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringlist.h \
 | 
|---|
 | 2248 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qregexp.h \
 | 
|---|
 | 2249 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringmatcher.h \
 | 
|---|
 | 2250 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcoreevent.h \
 | 
|---|
 | 2251 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qscopedpointer.h \
 | 
|---|
 | 2252 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmetatype.h \
 | 
|---|
 | 2253 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qvarlengtharray.h \
 | 
|---|
 | 2254 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcontainerfwd.h \
 | 
|---|
 | 2255 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobject_impl.h \
 | 
|---|
 | 2256 |                 qztest.h \
 | 
|---|
 | 2257 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QIODevice \
 | 
|---|
 | 2258 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qiodevice.h \
 | 
|---|
 | 2259 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QString \
 | 
|---|
 | 2260 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QStringList \
 | 
|---|
 | 2261 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QTextCodec \
 | 
|---|
 | 2262 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtextcodec.h \
 | 
|---|
 | 2263 |                 C:/Qt/5.7/mingw53_32/include/QtTest/QtTest \
 | 
|---|
 | 2264 |                 C:/Qt/5.7/mingw53_32/include/QtTest/QtTestDepends \
 | 
|---|
 | 2265 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QtCore \
 | 
|---|
 | 2266 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QtCoreDepends \
 | 
|---|
 | 2267 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstractanimation.h \
 | 
|---|
 | 2268 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qanimationgroup.h \
 | 
|---|
 | 2269 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qparallelanimationgroup.h \
 | 
|---|
 | 2270 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpauseanimation.h \
 | 
|---|
 | 2271 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpropertyanimation.h \
 | 
|---|
 | 2272 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qvariantanimation.h \
 | 
|---|
 | 2273 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qeasingcurve.h \
 | 
|---|
 | 2274 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qvector.h \
 | 
|---|
 | 2275 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpoint.h \
 | 
|---|
 | 2276 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qvariant.h \
 | 
|---|
 | 2277 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmap.h \
 | 
|---|
 | 2278 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qdebug.h \
 | 
|---|
 | 2279 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qhash.h \
 | 
|---|
 | 2280 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtextstream.h \
 | 
|---|
 | 2281 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlocale.h \
 | 
|---|
 | 2282 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qshareddata.h \
 | 
|---|
 | 2283 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qset.h \
 | 
|---|
 | 2284 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcontiguouscache.h \
 | 
|---|
 | 2285 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsharedpointer.h \
 | 
|---|
 | 2286 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsharedpointer_impl.h \
 | 
|---|
 | 2287 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsequentialanimationgroup.h \
 | 
|---|
 | 2288 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qendian.h \
 | 
|---|
 | 2289 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlibraryinfo.h \
 | 
|---|
 | 2290 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qdatetime.h \
 | 
|---|
 | 2291 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbuffer.h \
 | 
|---|
 | 2292 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qdatastream.h \
 | 
|---|
 | 2293 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qdir.h \
 | 
|---|
 | 2294 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfileinfo.h \
 | 
|---|
 | 2295 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfile.h \
 | 
|---|
 | 2296 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfiledevice.h \
 | 
|---|
 | 2297 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qdiriterator.h \
 | 
|---|
 | 2298 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfileselector.h \
 | 
|---|
 | 2299 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfilesystemwatcher.h \
 | 
|---|
 | 2300 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlockfile.h \
 | 
|---|
 | 2301 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qloggingcategory.h \
 | 
|---|
 | 2302 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qprocess.h \
 | 
|---|
 | 2303 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qresource.h \
 | 
|---|
 | 2304 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsavefile.h \
 | 
|---|
 | 2305 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsettings.h \
 | 
|---|
 | 2306 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstandardpaths.h \
 | 
|---|
 | 2307 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstorageinfo.h \
 | 
|---|
 | 2308 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtemporarydir.h \
 | 
|---|
 | 2309 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QScopedPointer \
 | 
|---|
 | 2310 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtemporaryfile.h \
 | 
|---|
 | 2311 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qurl.h \
 | 
|---|
 | 2312 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qurlquery.h \
 | 
|---|
 | 2313 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstractitemmodel.h \
 | 
|---|
 | 2314 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstractproxymodel.h \
 | 
|---|
 | 2315 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qidentityproxymodel.h \
 | 
|---|
 | 2316 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qitemselectionmodel.h \
 | 
|---|
 | 2317 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsortfilterproxymodel.h \
 | 
|---|
 | 2318 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringlistmodel.h \
 | 
|---|
 | 2319 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qjsonarray.h \
 | 
|---|
 | 2320 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qjsonvalue.h \
 | 
|---|
 | 2321 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qjsondocument.h \
 | 
|---|
 | 2322 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qjsonobject.h \
 | 
|---|
 | 2323 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstracteventdispatcher.h \
 | 
|---|
 | 2324 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qeventloop.h \
 | 
|---|
 | 2325 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstractnativeeventfilter.h \
 | 
|---|
 | 2326 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbasictimer.h \
 | 
|---|
 | 2327 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcoreapplication.h \
 | 
|---|
 | 2328 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmath.h \
 | 
|---|
 | 2329 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmetaobject.h \
 | 
|---|
 | 2330 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmimedata.h \
 | 
|---|
 | 2331 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobjectcleanuphandler.h \
 | 
|---|
 | 2332 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpointer.h \
 | 
|---|
 | 2333 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsharedmemory.h \
 | 
|---|
 | 2334 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsignalmapper.h \
 | 
|---|
 | 2335 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsocketnotifier.h \
 | 
|---|
 | 2336 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsystemsemaphore.h \
 | 
|---|
 | 2337 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtimer.h \
 | 
|---|
 | 2338 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtranslator.h \
 | 
|---|
 | 2339 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qwineventnotifier.h \
 | 
|---|
 | 2340 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmimedatabase.h \
 | 
|---|
 | 2341 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmimetype.h \
 | 
|---|
 | 2342 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfactoryinterface.h \
 | 
|---|
 | 2343 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlibrary.h \
 | 
|---|
 | 2344 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qplugin.h \
 | 
|---|
 | 2345 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpluginloader.h \
 | 
|---|
 | 2346 |                 C:/Qt/5.7/mingw53_32/include/QtCore/quuid.h \
 | 
|---|
 | 2347 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstractstate.h \
 | 
|---|
 | 2348 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstracttransition.h \
 | 
|---|
 | 2349 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qeventtransition.h \
 | 
|---|
 | 2350 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfinalstate.h \
 | 
|---|
 | 2351 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qhistorystate.h \
 | 
|---|
 | 2352 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsignaltransition.h \
 | 
|---|
 | 2353 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstate.h \
 | 
|---|
 | 2354 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstatemachine.h \
 | 
|---|
 | 2355 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qexception.h \
 | 
|---|
 | 2356 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfuture.h \
 | 
|---|
 | 2357 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfutureinterface.h \
 | 
|---|
 | 2358 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qrunnable.h \
 | 
|---|
 | 2359 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qresultstore.h \
 | 
|---|
 | 2360 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfuturesynchronizer.h \
 | 
|---|
 | 2361 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfuturewatcher.h \
 | 
|---|
 | 2362 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qreadwritelock.h \
 | 
|---|
 | 2363 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsemaphore.h \
 | 
|---|
 | 2364 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qthread.h \
 | 
|---|
 | 2365 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qthreadpool.h \
 | 
|---|
 | 2366 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qthreadstorage.h \
 | 
|---|
 | 2367 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qwaitcondition.h \
 | 
|---|
 | 2368 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qarraydataops.h \
 | 
|---|
 | 2369 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qarraydatapointer.h \
 | 
|---|
 | 2370 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbitarray.h \
 | 
|---|
 | 2371 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbytearraymatcher.h \
 | 
|---|
 | 2372 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcache.h \
 | 
|---|
 | 2373 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcollator.h \
 | 
|---|
 | 2374 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcommandlineoption.h \
 | 
|---|
 | 2375 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcommandlineparser.h \
 | 
|---|
 | 2376 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcryptographichash.h \
 | 
|---|
 | 2377 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qelapsedtimer.h \
 | 
|---|
 | 2378 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qline.h \
 | 
|---|
 | 2379 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlinkedlist.h \
 | 
|---|
 | 2380 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmargins.h \
 | 
|---|
 | 2381 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmessageauthenticationcode.h \
 | 
|---|
 | 2382 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qqueue.h \
 | 
|---|
 | 2383 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qrect.h \
 | 
|---|
 | 2384 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsize.h \
 | 
|---|
 | 2385 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qregularexpression.h \
 | 
|---|
 | 2386 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qscopedvaluerollback.h \
 | 
|---|
 | 2387 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstack.h \
 | 
|---|
 | 2388 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtextboundaryfinder.h \
 | 
|---|
 | 2389 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtimeline.h \
 | 
|---|
 | 2390 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtimezone.h \
 | 
|---|
 | 2391 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qversionnumber.h \
 | 
|---|
 | 2392 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qxmlstream.h \
 | 
|---|
 | 2393 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtcoreversion.h \
 | 
|---|
 | 2394 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qbenchmark.h \
 | 
|---|
 | 2395 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtest_global.h \
 | 
|---|
 | 2396 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qbenchmarkmetric.h \
 | 
|---|
 | 2397 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qsignalspy.h \
 | 
|---|
 | 2398 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtesteventloop.h \
 | 
|---|
 | 2399 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtest.h \
 | 
|---|
 | 2400 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestcase.h \
 | 
|---|
 | 2401 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestdata.h \
 | 
|---|
 | 2402 |                 C:/Qt/5.7/mingw53_32/include/QtNetwork/qhostaddress.h \
 | 
|---|
 | 2403 |                 C:/Qt/5.7/mingw53_32/include/QtNetwork/qabstractsocket.h \
 | 
|---|
 | 2404 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestsystem.h \
 | 
|---|
 | 2405 |                 C:/Qt/5.7/mingw53_32/include/QtGui/QWindow \
 | 
|---|
 | 2406 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qwindow.h \
 | 
|---|
 | 2407 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QEvent \
 | 
|---|
 | 2408 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QMargins \
 | 
|---|
 | 2409 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QRect \
 | 
|---|
 | 2410 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qsurface.h \
 | 
|---|
 | 2411 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qsurfaceformat.h \
 | 
|---|
 | 2412 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qwindowdefs.h \
 | 
|---|
 | 2413 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qwindowdefs_win.h \
 | 
|---|
 | 2414 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qicon.h \
 | 
|---|
 | 2415 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qpixmap.h \
 | 
|---|
 | 2416 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qpaintdevice.h \
 | 
|---|
 | 2417 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qcolor.h \
 | 
|---|
 | 2418 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qrgb.h \
 | 
|---|
 | 2419 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qrgba64.h \
 | 
|---|
 | 2420 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qimage.h \
 | 
|---|
 | 2421 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qpixelformat.h \
 | 
|---|
 | 2422 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qtransform.h \
 | 
|---|
 | 2423 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qmatrix.h \
 | 
|---|
 | 2424 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qpolygon.h \
 | 
|---|
 | 2425 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qregion.h \
 | 
|---|
 | 2426 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qpainterpath.h \
 | 
|---|
 | 2427 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qcursor.h \
 | 
|---|
 | 2428 |                 C:/Qt/5.7/mingw53_32/include/QtWidgets/QWidget \
 | 
|---|
 | 2429 |                 C:/Qt/5.7/mingw53_32/include/QtWidgets/qwidget.h \
 | 
|---|
 | 2430 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qpalette.h \
 | 
|---|
 | 2431 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qbrush.h \
 | 
|---|
 | 2432 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qfont.h \
 | 
|---|
 | 2433 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qfontmetrics.h \
 | 
|---|
 | 2434 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qfontinfo.h \
 | 
|---|
 | 2435 |                 C:/Qt/5.7/mingw53_32/include/QtWidgets/qsizepolicy.h \
 | 
|---|
 | 2436 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qkeysequence.h \
 | 
|---|
 | 2437 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qevent.h \
 | 
|---|
 | 2438 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qvector2d.h \
 | 
|---|
 | 2439 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qtouchdevice.h \
 | 
|---|
 | 2440 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtest_widgets.h \
 | 
|---|
 | 2441 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtest_gui.h \
 | 
|---|
 | 2442 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestassert.h \
 | 
|---|
 | 2443 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestevent.h \
 | 
|---|
 | 2444 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestkeyboard.h \
 | 
|---|
 | 2445 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestspontaneevent.h \
 | 
|---|
 | 2446 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qguiapplication.h \
 | 
|---|
 | 2447 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qinputmethod.h \
 | 
|---|
 | 2448 |                 C:/Qt/5.7/mingw53_32/include/QtWidgets/qapplication.h \
 | 
|---|
 | 2449 |                 C:/Qt/5.7/mingw53_32/include/QtWidgets/qdesktopwidget.h \
 | 
|---|
 | 2450 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestmouse.h \
 | 
|---|
 | 2451 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QDebug \
 | 
|---|
 | 2452 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtesttouch.h \
 | 
|---|
 | 2453 |                 C:/Qt/5.7/mingw53_32/include/QtWidgets/QSizePolicy \
 | 
|---|
 | 2454 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QMetaEnum \
 | 
|---|
 | 2455 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qttestversion.h \
 | 
|---|
 | 2456 |                 ../../quazip-0.7.2/quazip/quazip.h \
 | 
|---|
 | 2457 |                 ../quazip/zip.h \
 | 
|---|
 | 2458 |                 ../../Libs/zlib-1.2.8/zlib.h \
 | 
|---|
 | 2459 |                 ../../Libs/zlib-1.2.8/zconf.h \
 | 
|---|
 | 2460 |                 ../quazip/ioapi.h \
 | 
|---|
 | 2461 |                 ../quazip/unzip.h \
 | 
|---|
 | 2462 |                 ../quazip/quazip_global.h \
 | 
|---|
 | 2463 |                 ../quazip/quazipfileinfo.h \
 | 
|---|
 | 2464 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QByteArray \
 | 
|---|
 | 2465 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QDateTime \
 | 
|---|
 | 2466 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QFile \
 | 
|---|
 | 2467 |                 ../../quazip-0.7.2/quazip/quazipdir.h \
 | 
|---|
 | 2468 |                 ../quazip/quazip.h \
 | 
|---|
 | 2469 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QDir \
 | 
|---|
 | 2470 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QList \
 | 
|---|
 | 2471 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QSharedDataPointer
 | 
|---|
 | 2472 |         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj\testquazipdir.o testquazipdir.cpp
 | 
|---|
 | 2473 | 
 | 
|---|
 | 2474 | .obj/testquazipfile.o: testquazipfile.cpp testquazipfile.h \
 | 
|---|
 | 2475 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QObject \
 | 
|---|
 | 2476 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobject.h \
 | 
|---|
 | 2477 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobjectdefs.h \
 | 
|---|
 | 2478 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qnamespace.h \
 | 
|---|
 | 2479 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qglobal.h \
 | 
|---|
 | 2480 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qconfig.h \
 | 
|---|
 | 2481 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfeatures.h \
 | 
|---|
 | 2482 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsystemdetection.h \
 | 
|---|
 | 2483 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qprocessordetection.h \
 | 
|---|
 | 2484 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcompilerdetection.h \
 | 
|---|
 | 2485 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtypeinfo.h \
 | 
|---|
 | 2486 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtypetraits.h \
 | 
|---|
 | 2487 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qisenum.h \
 | 
|---|
 | 2488 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsysinfo.h \
 | 
|---|
 | 2489 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlogging.h \
 | 
|---|
 | 2490 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qflags.h \
 | 
|---|
 | 2491 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic.h \
 | 
|---|
 | 2492 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbasicatomic.h \
 | 
|---|
 | 2493 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic_bootstrap.h \
 | 
|---|
 | 2494 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qgenericatomic.h \
 | 
|---|
 | 2495 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic_cxx11.h \
 | 
|---|
 | 2496 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic_msvc.h \
 | 
|---|
 | 2497 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qglobalstatic.h \
 | 
|---|
 | 2498 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmutex.h \
 | 
|---|
 | 2499 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qnumeric.h \
 | 
|---|
 | 2500 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qversiontagging.h \
 | 
|---|
 | 2501 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobjectdefs_impl.h \
 | 
|---|
 | 2502 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstring.h \
 | 
|---|
 | 2503 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qchar.h \
 | 
|---|
 | 2504 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbytearray.h \
 | 
|---|
 | 2505 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qrefcount.h \
 | 
|---|
 | 2506 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qarraydata.h \
 | 
|---|
 | 2507 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringbuilder.h \
 | 
|---|
 | 2508 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlist.h \
 | 
|---|
 | 2509 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qalgorithms.h \
 | 
|---|
 | 2510 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qiterator.h \
 | 
|---|
 | 2511 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qhashfunctions.h \
 | 
|---|
 | 2512 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpair.h \
 | 
|---|
 | 2513 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbytearraylist.h \
 | 
|---|
 | 2514 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringlist.h \
 | 
|---|
 | 2515 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qregexp.h \
 | 
|---|
 | 2516 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringmatcher.h \
 | 
|---|
 | 2517 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcoreevent.h \
 | 
|---|
 | 2518 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qscopedpointer.h \
 | 
|---|
 | 2519 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmetatype.h \
 | 
|---|
 | 2520 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qvarlengtharray.h \
 | 
|---|
 | 2521 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcontainerfwd.h \
 | 
|---|
 | 2522 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobject_impl.h \
 | 
|---|
 | 2523 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QStringList \
 | 
|---|
 | 2524 |                 qztest.h \
 | 
|---|
 | 2525 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QIODevice \
 | 
|---|
 | 2526 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qiodevice.h \
 | 
|---|
 | 2527 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QString \
 | 
|---|
 | 2528 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QTextCodec \
 | 
|---|
 | 2529 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtextcodec.h \
 | 
|---|
 | 2530 |                 ../../quazip-0.7.2/quazip/JlCompress.h \
 | 
|---|
 | 2531 |                 ../quazip/quazip.h \
 | 
|---|
 | 2532 |                 ../quazip/zip.h \
 | 
|---|
 | 2533 |                 ../../Libs/zlib-1.2.8/zlib.h \
 | 
|---|
 | 2534 |                 ../../Libs/zlib-1.2.8/zconf.h \
 | 
|---|
 | 2535 |                 ../quazip/ioapi.h \
 | 
|---|
 | 2536 |                 ../quazip/unzip.h \
 | 
|---|
 | 2537 |                 ../quazip/quazip_global.h \
 | 
|---|
 | 2538 |                 ../quazip/quazipfileinfo.h \
 | 
|---|
 | 2539 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QByteArray \
 | 
|---|
 | 2540 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QDateTime \
 | 
|---|
 | 2541 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qdatetime.h \
 | 
|---|
 | 2542 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qshareddata.h \
 | 
|---|
 | 2543 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qhash.h \
 | 
|---|
 | 2544 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QFile \
 | 
|---|
 | 2545 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfile.h \
 | 
|---|
 | 2546 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfiledevice.h \
 | 
|---|
 | 2547 |                 ../quazip/quazipfile.h \
 | 
|---|
 | 2548 |                 ../quazip/quazipnewinfo.h \
 | 
|---|
 | 2549 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QDir \
 | 
|---|
 | 2550 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qdir.h \
 | 
|---|
 | 2551 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfileinfo.h \
 | 
|---|
 | 2552 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QFileInfo \
 | 
|---|
 | 2553 |                 ../../quazip-0.7.2/quazip/quazipfile.h \
 | 
|---|
 | 2554 |                 ../../quazip-0.7.2/quazip/quazip.h \
 | 
|---|
 | 2555 |                 C:/Qt/5.7/mingw53_32/include/QtTest/QtTest \
 | 
|---|
 | 2556 |                 C:/Qt/5.7/mingw53_32/include/QtTest/QtTestDepends \
 | 
|---|
 | 2557 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QtCore \
 | 
|---|
 | 2558 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QtCoreDepends \
 | 
|---|
 | 2559 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstractanimation.h \
 | 
|---|
 | 2560 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qanimationgroup.h \
 | 
|---|
 | 2561 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qparallelanimationgroup.h \
 | 
|---|
 | 2562 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpauseanimation.h \
 | 
|---|
 | 2563 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpropertyanimation.h \
 | 
|---|
 | 2564 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qvariantanimation.h \
 | 
|---|
 | 2565 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qeasingcurve.h \
 | 
|---|
 | 2566 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qvector.h \
 | 
|---|
 | 2567 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpoint.h \
 | 
|---|
 | 2568 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qvariant.h \
 | 
|---|
 | 2569 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmap.h \
 | 
|---|
 | 2570 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qdebug.h \
 | 
|---|
 | 2571 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtextstream.h \
 | 
|---|
 | 2572 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlocale.h \
 | 
|---|
 | 2573 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qset.h \
 | 
|---|
 | 2574 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcontiguouscache.h \
 | 
|---|
 | 2575 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsharedpointer.h \
 | 
|---|
 | 2576 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsharedpointer_impl.h \
 | 
|---|
 | 2577 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsequentialanimationgroup.h \
 | 
|---|
 | 2578 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qendian.h \
 | 
|---|
 | 2579 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlibraryinfo.h \
 | 
|---|
 | 2580 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbuffer.h \
 | 
|---|
 | 2581 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qdatastream.h \
 | 
|---|
 | 2582 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qdiriterator.h \
 | 
|---|
 | 2583 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfileselector.h \
 | 
|---|
 | 2584 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfilesystemwatcher.h \
 | 
|---|
 | 2585 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlockfile.h \
 | 
|---|
 | 2586 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qloggingcategory.h \
 | 
|---|
 | 2587 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qprocess.h \
 | 
|---|
 | 2588 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qresource.h \
 | 
|---|
 | 2589 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsavefile.h \
 | 
|---|
 | 2590 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsettings.h \
 | 
|---|
 | 2591 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstandardpaths.h \
 | 
|---|
 | 2592 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstorageinfo.h \
 | 
|---|
 | 2593 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtemporarydir.h \
 | 
|---|
 | 2594 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QScopedPointer \
 | 
|---|
 | 2595 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtemporaryfile.h \
 | 
|---|
 | 2596 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qurl.h \
 | 
|---|
 | 2597 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qurlquery.h \
 | 
|---|
 | 2598 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstractitemmodel.h \
 | 
|---|
 | 2599 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstractproxymodel.h \
 | 
|---|
 | 2600 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qidentityproxymodel.h \
 | 
|---|
 | 2601 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qitemselectionmodel.h \
 | 
|---|
 | 2602 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsortfilterproxymodel.h \
 | 
|---|
 | 2603 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringlistmodel.h \
 | 
|---|
 | 2604 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qjsonarray.h \
 | 
|---|
 | 2605 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qjsonvalue.h \
 | 
|---|
 | 2606 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qjsondocument.h \
 | 
|---|
 | 2607 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qjsonobject.h \
 | 
|---|
 | 2608 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstracteventdispatcher.h \
 | 
|---|
 | 2609 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qeventloop.h \
 | 
|---|
 | 2610 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstractnativeeventfilter.h \
 | 
|---|
 | 2611 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbasictimer.h \
 | 
|---|
 | 2612 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcoreapplication.h \
 | 
|---|
 | 2613 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmath.h \
 | 
|---|
 | 2614 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmetaobject.h \
 | 
|---|
 | 2615 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmimedata.h \
 | 
|---|
 | 2616 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobjectcleanuphandler.h \
 | 
|---|
 | 2617 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpointer.h \
 | 
|---|
 | 2618 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsharedmemory.h \
 | 
|---|
 | 2619 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsignalmapper.h \
 | 
|---|
 | 2620 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsocketnotifier.h \
 | 
|---|
 | 2621 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsystemsemaphore.h \
 | 
|---|
 | 2622 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtimer.h \
 | 
|---|
 | 2623 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtranslator.h \
 | 
|---|
 | 2624 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qwineventnotifier.h \
 | 
|---|
 | 2625 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmimedatabase.h \
 | 
|---|
 | 2626 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmimetype.h \
 | 
|---|
 | 2627 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfactoryinterface.h \
 | 
|---|
 | 2628 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlibrary.h \
 | 
|---|
 | 2629 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qplugin.h \
 | 
|---|
 | 2630 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpluginloader.h \
 | 
|---|
 | 2631 |                 C:/Qt/5.7/mingw53_32/include/QtCore/quuid.h \
 | 
|---|
 | 2632 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstractstate.h \
 | 
|---|
 | 2633 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstracttransition.h \
 | 
|---|
 | 2634 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qeventtransition.h \
 | 
|---|
 | 2635 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfinalstate.h \
 | 
|---|
 | 2636 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qhistorystate.h \
 | 
|---|
 | 2637 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsignaltransition.h \
 | 
|---|
 | 2638 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstate.h \
 | 
|---|
 | 2639 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstatemachine.h \
 | 
|---|
 | 2640 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qexception.h \
 | 
|---|
 | 2641 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfuture.h \
 | 
|---|
 | 2642 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfutureinterface.h \
 | 
|---|
 | 2643 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qrunnable.h \
 | 
|---|
 | 2644 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qresultstore.h \
 | 
|---|
 | 2645 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfuturesynchronizer.h \
 | 
|---|
 | 2646 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfuturewatcher.h \
 | 
|---|
 | 2647 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qreadwritelock.h \
 | 
|---|
 | 2648 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsemaphore.h \
 | 
|---|
 | 2649 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qthread.h \
 | 
|---|
 | 2650 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qthreadpool.h \
 | 
|---|
 | 2651 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qthreadstorage.h \
 | 
|---|
 | 2652 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qwaitcondition.h \
 | 
|---|
 | 2653 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qarraydataops.h \
 | 
|---|
 | 2654 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qarraydatapointer.h \
 | 
|---|
 | 2655 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbitarray.h \
 | 
|---|
 | 2656 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbytearraymatcher.h \
 | 
|---|
 | 2657 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcache.h \
 | 
|---|
 | 2658 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcollator.h \
 | 
|---|
 | 2659 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcommandlineoption.h \
 | 
|---|
 | 2660 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcommandlineparser.h \
 | 
|---|
 | 2661 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcryptographichash.h \
 | 
|---|
 | 2662 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qelapsedtimer.h \
 | 
|---|
 | 2663 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qline.h \
 | 
|---|
 | 2664 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlinkedlist.h \
 | 
|---|
 | 2665 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmargins.h \
 | 
|---|
 | 2666 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmessageauthenticationcode.h \
 | 
|---|
 | 2667 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qqueue.h \
 | 
|---|
 | 2668 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qrect.h \
 | 
|---|
 | 2669 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsize.h \
 | 
|---|
 | 2670 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qregularexpression.h \
 | 
|---|
 | 2671 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qscopedvaluerollback.h \
 | 
|---|
 | 2672 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstack.h \
 | 
|---|
 | 2673 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtextboundaryfinder.h \
 | 
|---|
 | 2674 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtimeline.h \
 | 
|---|
 | 2675 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtimezone.h \
 | 
|---|
 | 2676 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qversionnumber.h \
 | 
|---|
 | 2677 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qxmlstream.h \
 | 
|---|
 | 2678 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtcoreversion.h \
 | 
|---|
 | 2679 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qbenchmark.h \
 | 
|---|
 | 2680 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtest_global.h \
 | 
|---|
 | 2681 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qbenchmarkmetric.h \
 | 
|---|
 | 2682 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qsignalspy.h \
 | 
|---|
 | 2683 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtesteventloop.h \
 | 
|---|
 | 2684 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtest.h \
 | 
|---|
 | 2685 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestcase.h \
 | 
|---|
 | 2686 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestdata.h \
 | 
|---|
 | 2687 |                 C:/Qt/5.7/mingw53_32/include/QtNetwork/qhostaddress.h \
 | 
|---|
 | 2688 |                 C:/Qt/5.7/mingw53_32/include/QtNetwork/qabstractsocket.h \
 | 
|---|
 | 2689 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestsystem.h \
 | 
|---|
 | 2690 |                 C:/Qt/5.7/mingw53_32/include/QtGui/QWindow \
 | 
|---|
 | 2691 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qwindow.h \
 | 
|---|
 | 2692 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QEvent \
 | 
|---|
 | 2693 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QMargins \
 | 
|---|
 | 2694 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QRect \
 | 
|---|
 | 2695 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qsurface.h \
 | 
|---|
 | 2696 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qsurfaceformat.h \
 | 
|---|
 | 2697 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qwindowdefs.h \
 | 
|---|
 | 2698 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qwindowdefs_win.h \
 | 
|---|
 | 2699 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qicon.h \
 | 
|---|
 | 2700 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qpixmap.h \
 | 
|---|
 | 2701 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qpaintdevice.h \
 | 
|---|
 | 2702 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qcolor.h \
 | 
|---|
 | 2703 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qrgb.h \
 | 
|---|
 | 2704 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qrgba64.h \
 | 
|---|
 | 2705 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qimage.h \
 | 
|---|
 | 2706 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qpixelformat.h \
 | 
|---|
 | 2707 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qtransform.h \
 | 
|---|
 | 2708 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qmatrix.h \
 | 
|---|
 | 2709 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qpolygon.h \
 | 
|---|
 | 2710 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qregion.h \
 | 
|---|
 | 2711 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qpainterpath.h \
 | 
|---|
 | 2712 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qcursor.h \
 | 
|---|
 | 2713 |                 C:/Qt/5.7/mingw53_32/include/QtWidgets/QWidget \
 | 
|---|
 | 2714 |                 C:/Qt/5.7/mingw53_32/include/QtWidgets/qwidget.h \
 | 
|---|
 | 2715 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qpalette.h \
 | 
|---|
 | 2716 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qbrush.h \
 | 
|---|
 | 2717 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qfont.h \
 | 
|---|
 | 2718 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qfontmetrics.h \
 | 
|---|
 | 2719 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qfontinfo.h \
 | 
|---|
 | 2720 |                 C:/Qt/5.7/mingw53_32/include/QtWidgets/qsizepolicy.h \
 | 
|---|
 | 2721 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qkeysequence.h \
 | 
|---|
 | 2722 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qevent.h \
 | 
|---|
 | 2723 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qvector2d.h \
 | 
|---|
 | 2724 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qtouchdevice.h \
 | 
|---|
 | 2725 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtest_widgets.h \
 | 
|---|
 | 2726 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtest_gui.h \
 | 
|---|
 | 2727 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestassert.h \
 | 
|---|
 | 2728 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestevent.h \
 | 
|---|
 | 2729 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestkeyboard.h \
 | 
|---|
 | 2730 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestspontaneevent.h \
 | 
|---|
 | 2731 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qguiapplication.h \
 | 
|---|
 | 2732 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qinputmethod.h \
 | 
|---|
 | 2733 |                 C:/Qt/5.7/mingw53_32/include/QtWidgets/qapplication.h \
 | 
|---|
 | 2734 |                 C:/Qt/5.7/mingw53_32/include/QtWidgets/qdesktopwidget.h \
 | 
|---|
 | 2735 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestmouse.h \
 | 
|---|
 | 2736 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QDebug \
 | 
|---|
 | 2737 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtesttouch.h \
 | 
|---|
 | 2738 |                 C:/Qt/5.7/mingw53_32/include/QtWidgets/QSizePolicy \
 | 
|---|
 | 2739 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QMetaEnum \
 | 
|---|
 | 2740 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qttestversion.h
 | 
|---|
 | 2741 |         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj\testquazipfile.o testquazipfile.cpp
 | 
|---|
 | 2742 | 
 | 
|---|
 | 2743 | .obj/testquazipnewinfo.o: testquazipnewinfo.cpp testquazipnewinfo.h \
 | 
|---|
 | 2744 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QObject \
 | 
|---|
 | 2745 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobject.h \
 | 
|---|
 | 2746 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobjectdefs.h \
 | 
|---|
 | 2747 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qnamespace.h \
 | 
|---|
 | 2748 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qglobal.h \
 | 
|---|
 | 2749 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qconfig.h \
 | 
|---|
 | 2750 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfeatures.h \
 | 
|---|
 | 2751 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsystemdetection.h \
 | 
|---|
 | 2752 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qprocessordetection.h \
 | 
|---|
 | 2753 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcompilerdetection.h \
 | 
|---|
 | 2754 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtypeinfo.h \
 | 
|---|
 | 2755 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtypetraits.h \
 | 
|---|
 | 2756 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qisenum.h \
 | 
|---|
 | 2757 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsysinfo.h \
 | 
|---|
 | 2758 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlogging.h \
 | 
|---|
 | 2759 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qflags.h \
 | 
|---|
 | 2760 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic.h \
 | 
|---|
 | 2761 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbasicatomic.h \
 | 
|---|
 | 2762 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic_bootstrap.h \
 | 
|---|
 | 2763 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qgenericatomic.h \
 | 
|---|
 | 2764 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic_cxx11.h \
 | 
|---|
 | 2765 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic_msvc.h \
 | 
|---|
 | 2766 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qglobalstatic.h \
 | 
|---|
 | 2767 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmutex.h \
 | 
|---|
 | 2768 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qnumeric.h \
 | 
|---|
 | 2769 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qversiontagging.h \
 | 
|---|
 | 2770 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobjectdefs_impl.h \
 | 
|---|
 | 2771 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstring.h \
 | 
|---|
 | 2772 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qchar.h \
 | 
|---|
 | 2773 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbytearray.h \
 | 
|---|
 | 2774 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qrefcount.h \
 | 
|---|
 | 2775 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qarraydata.h \
 | 
|---|
 | 2776 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringbuilder.h \
 | 
|---|
 | 2777 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlist.h \
 | 
|---|
 | 2778 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qalgorithms.h \
 | 
|---|
 | 2779 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qiterator.h \
 | 
|---|
 | 2780 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qhashfunctions.h \
 | 
|---|
 | 2781 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpair.h \
 | 
|---|
 | 2782 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbytearraylist.h \
 | 
|---|
 | 2783 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringlist.h \
 | 
|---|
 | 2784 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qregexp.h \
 | 
|---|
 | 2785 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringmatcher.h \
 | 
|---|
 | 2786 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcoreevent.h \
 | 
|---|
 | 2787 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qscopedpointer.h \
 | 
|---|
 | 2788 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmetatype.h \
 | 
|---|
 | 2789 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qvarlengtharray.h \
 | 
|---|
 | 2790 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcontainerfwd.h \
 | 
|---|
 | 2791 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobject_impl.h \
 | 
|---|
 | 2792 |                 qztest.h \
 | 
|---|
 | 2793 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QIODevice \
 | 
|---|
 | 2794 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qiodevice.h \
 | 
|---|
 | 2795 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QString \
 | 
|---|
 | 2796 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QStringList \
 | 
|---|
 | 2797 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QTextCodec \
 | 
|---|
 | 2798 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtextcodec.h \
 | 
|---|
 | 2799 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QDir \
 | 
|---|
 | 2800 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qdir.h \
 | 
|---|
 | 2801 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfileinfo.h \
 | 
|---|
 | 2802 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfile.h \
 | 
|---|
 | 2803 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfiledevice.h \
 | 
|---|
 | 2804 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qshareddata.h \
 | 
|---|
 | 2805 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qhash.h \
 | 
|---|
 | 2806 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QFileInfo \
 | 
|---|
 | 2807 |                 C:/Qt/5.7/mingw53_32/include/QtTest/QtTest \
 | 
|---|
 | 2808 |                 C:/Qt/5.7/mingw53_32/include/QtTest/QtTestDepends \
 | 
|---|
 | 2809 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QtCore \
 | 
|---|
 | 2810 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QtCoreDepends \
 | 
|---|
 | 2811 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstractanimation.h \
 | 
|---|
 | 2812 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qanimationgroup.h \
 | 
|---|
 | 2813 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qparallelanimationgroup.h \
 | 
|---|
 | 2814 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpauseanimation.h \
 | 
|---|
 | 2815 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpropertyanimation.h \
 | 
|---|
 | 2816 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qvariantanimation.h \
 | 
|---|
 | 2817 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qeasingcurve.h \
 | 
|---|
 | 2818 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qvector.h \
 | 
|---|
 | 2819 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpoint.h \
 | 
|---|
 | 2820 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qvariant.h \
 | 
|---|
 | 2821 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmap.h \
 | 
|---|
 | 2822 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qdebug.h \
 | 
|---|
 | 2823 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtextstream.h \
 | 
|---|
 | 2824 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlocale.h \
 | 
|---|
 | 2825 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qset.h \
 | 
|---|
 | 2826 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcontiguouscache.h \
 | 
|---|
 | 2827 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsharedpointer.h \
 | 
|---|
 | 2828 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsharedpointer_impl.h \
 | 
|---|
 | 2829 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsequentialanimationgroup.h \
 | 
|---|
 | 2830 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qendian.h \
 | 
|---|
 | 2831 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlibraryinfo.h \
 | 
|---|
 | 2832 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qdatetime.h \
 | 
|---|
 | 2833 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbuffer.h \
 | 
|---|
 | 2834 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qdatastream.h \
 | 
|---|
 | 2835 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qdiriterator.h \
 | 
|---|
 | 2836 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfileselector.h \
 | 
|---|
 | 2837 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfilesystemwatcher.h \
 | 
|---|
 | 2838 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlockfile.h \
 | 
|---|
 | 2839 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qloggingcategory.h \
 | 
|---|
 | 2840 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qprocess.h \
 | 
|---|
 | 2841 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qresource.h \
 | 
|---|
 | 2842 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsavefile.h \
 | 
|---|
 | 2843 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsettings.h \
 | 
|---|
 | 2844 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstandardpaths.h \
 | 
|---|
 | 2845 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstorageinfo.h \
 | 
|---|
 | 2846 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtemporarydir.h \
 | 
|---|
 | 2847 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QScopedPointer \
 | 
|---|
 | 2848 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtemporaryfile.h \
 | 
|---|
 | 2849 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qurl.h \
 | 
|---|
 | 2850 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qurlquery.h \
 | 
|---|
 | 2851 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstractitemmodel.h \
 | 
|---|
 | 2852 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstractproxymodel.h \
 | 
|---|
 | 2853 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qidentityproxymodel.h \
 | 
|---|
 | 2854 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qitemselectionmodel.h \
 | 
|---|
 | 2855 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsortfilterproxymodel.h \
 | 
|---|
 | 2856 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringlistmodel.h \
 | 
|---|
 | 2857 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qjsonarray.h \
 | 
|---|
 | 2858 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qjsonvalue.h \
 | 
|---|
 | 2859 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qjsondocument.h \
 | 
|---|
 | 2860 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qjsonobject.h \
 | 
|---|
 | 2861 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstracteventdispatcher.h \
 | 
|---|
 | 2862 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qeventloop.h \
 | 
|---|
 | 2863 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstractnativeeventfilter.h \
 | 
|---|
 | 2864 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbasictimer.h \
 | 
|---|
 | 2865 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcoreapplication.h \
 | 
|---|
 | 2866 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmath.h \
 | 
|---|
 | 2867 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmetaobject.h \
 | 
|---|
 | 2868 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmimedata.h \
 | 
|---|
 | 2869 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobjectcleanuphandler.h \
 | 
|---|
 | 2870 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpointer.h \
 | 
|---|
 | 2871 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsharedmemory.h \
 | 
|---|
 | 2872 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsignalmapper.h \
 | 
|---|
 | 2873 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsocketnotifier.h \
 | 
|---|
 | 2874 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsystemsemaphore.h \
 | 
|---|
 | 2875 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtimer.h \
 | 
|---|
 | 2876 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtranslator.h \
 | 
|---|
 | 2877 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qwineventnotifier.h \
 | 
|---|
 | 2878 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmimedatabase.h \
 | 
|---|
 | 2879 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmimetype.h \
 | 
|---|
 | 2880 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfactoryinterface.h \
 | 
|---|
 | 2881 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlibrary.h \
 | 
|---|
 | 2882 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qplugin.h \
 | 
|---|
 | 2883 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpluginloader.h \
 | 
|---|
 | 2884 |                 C:/Qt/5.7/mingw53_32/include/QtCore/quuid.h \
 | 
|---|
 | 2885 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstractstate.h \
 | 
|---|
 | 2886 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstracttransition.h \
 | 
|---|
 | 2887 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qeventtransition.h \
 | 
|---|
 | 2888 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfinalstate.h \
 | 
|---|
 | 2889 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qhistorystate.h \
 | 
|---|
 | 2890 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsignaltransition.h \
 | 
|---|
 | 2891 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstate.h \
 | 
|---|
 | 2892 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstatemachine.h \
 | 
|---|
 | 2893 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qexception.h \
 | 
|---|
 | 2894 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfuture.h \
 | 
|---|
 | 2895 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfutureinterface.h \
 | 
|---|
 | 2896 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qrunnable.h \
 | 
|---|
 | 2897 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qresultstore.h \
 | 
|---|
 | 2898 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfuturesynchronizer.h \
 | 
|---|
 | 2899 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfuturewatcher.h \
 | 
|---|
 | 2900 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qreadwritelock.h \
 | 
|---|
 | 2901 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsemaphore.h \
 | 
|---|
 | 2902 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qthread.h \
 | 
|---|
 | 2903 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qthreadpool.h \
 | 
|---|
 | 2904 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qthreadstorage.h \
 | 
|---|
 | 2905 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qwaitcondition.h \
 | 
|---|
 | 2906 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qarraydataops.h \
 | 
|---|
 | 2907 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qarraydatapointer.h \
 | 
|---|
 | 2908 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbitarray.h \
 | 
|---|
 | 2909 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbytearraymatcher.h \
 | 
|---|
 | 2910 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcache.h \
 | 
|---|
 | 2911 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcollator.h \
 | 
|---|
 | 2912 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcommandlineoption.h \
 | 
|---|
 | 2913 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcommandlineparser.h \
 | 
|---|
 | 2914 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcryptographichash.h \
 | 
|---|
 | 2915 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qelapsedtimer.h \
 | 
|---|
 | 2916 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qline.h \
 | 
|---|
 | 2917 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlinkedlist.h \
 | 
|---|
 | 2918 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmargins.h \
 | 
|---|
 | 2919 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmessageauthenticationcode.h \
 | 
|---|
 | 2920 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qqueue.h \
 | 
|---|
 | 2921 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qrect.h \
 | 
|---|
 | 2922 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsize.h \
 | 
|---|
 | 2923 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qregularexpression.h \
 | 
|---|
 | 2924 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qscopedvaluerollback.h \
 | 
|---|
 | 2925 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstack.h \
 | 
|---|
 | 2926 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtextboundaryfinder.h \
 | 
|---|
 | 2927 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtimeline.h \
 | 
|---|
 | 2928 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtimezone.h \
 | 
|---|
 | 2929 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qversionnumber.h \
 | 
|---|
 | 2930 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qxmlstream.h \
 | 
|---|
 | 2931 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtcoreversion.h \
 | 
|---|
 | 2932 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qbenchmark.h \
 | 
|---|
 | 2933 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtest_global.h \
 | 
|---|
 | 2934 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qbenchmarkmetric.h \
 | 
|---|
 | 2935 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qsignalspy.h \
 | 
|---|
 | 2936 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtesteventloop.h \
 | 
|---|
 | 2937 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtest.h \
 | 
|---|
 | 2938 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestcase.h \
 | 
|---|
 | 2939 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestdata.h \
 | 
|---|
 | 2940 |                 C:/Qt/5.7/mingw53_32/include/QtNetwork/qhostaddress.h \
 | 
|---|
 | 2941 |                 C:/Qt/5.7/mingw53_32/include/QtNetwork/qabstractsocket.h \
 | 
|---|
 | 2942 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestsystem.h \
 | 
|---|
 | 2943 |                 C:/Qt/5.7/mingw53_32/include/QtGui/QWindow \
 | 
|---|
 | 2944 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qwindow.h \
 | 
|---|
 | 2945 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QEvent \
 | 
|---|
 | 2946 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QMargins \
 | 
|---|
 | 2947 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QRect \
 | 
|---|
 | 2948 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qsurface.h \
 | 
|---|
 | 2949 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qsurfaceformat.h \
 | 
|---|
 | 2950 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qwindowdefs.h \
 | 
|---|
 | 2951 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qwindowdefs_win.h \
 | 
|---|
 | 2952 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qicon.h \
 | 
|---|
 | 2953 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qpixmap.h \
 | 
|---|
 | 2954 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qpaintdevice.h \
 | 
|---|
 | 2955 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qcolor.h \
 | 
|---|
 | 2956 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qrgb.h \
 | 
|---|
 | 2957 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qrgba64.h \
 | 
|---|
 | 2958 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qimage.h \
 | 
|---|
 | 2959 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qpixelformat.h \
 | 
|---|
 | 2960 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qtransform.h \
 | 
|---|
 | 2961 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qmatrix.h \
 | 
|---|
 | 2962 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qpolygon.h \
 | 
|---|
 | 2963 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qregion.h \
 | 
|---|
 | 2964 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qpainterpath.h \
 | 
|---|
 | 2965 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qcursor.h \
 | 
|---|
 | 2966 |                 C:/Qt/5.7/mingw53_32/include/QtWidgets/QWidget \
 | 
|---|
 | 2967 |                 C:/Qt/5.7/mingw53_32/include/QtWidgets/qwidget.h \
 | 
|---|
 | 2968 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qpalette.h \
 | 
|---|
 | 2969 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qbrush.h \
 | 
|---|
 | 2970 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qfont.h \
 | 
|---|
 | 2971 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qfontmetrics.h \
 | 
|---|
 | 2972 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qfontinfo.h \
 | 
|---|
 | 2973 |                 C:/Qt/5.7/mingw53_32/include/QtWidgets/qsizepolicy.h \
 | 
|---|
 | 2974 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qkeysequence.h \
 | 
|---|
 | 2975 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qevent.h \
 | 
|---|
 | 2976 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qvector2d.h \
 | 
|---|
 | 2977 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qtouchdevice.h \
 | 
|---|
 | 2978 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtest_widgets.h \
 | 
|---|
 | 2979 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtest_gui.h \
 | 
|---|
 | 2980 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestassert.h \
 | 
|---|
 | 2981 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestevent.h \
 | 
|---|
 | 2982 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestkeyboard.h \
 | 
|---|
 | 2983 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestspontaneevent.h \
 | 
|---|
 | 2984 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qguiapplication.h \
 | 
|---|
 | 2985 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qinputmethod.h \
 | 
|---|
 | 2986 |                 C:/Qt/5.7/mingw53_32/include/QtWidgets/qapplication.h \
 | 
|---|
 | 2987 |                 C:/Qt/5.7/mingw53_32/include/QtWidgets/qdesktopwidget.h \
 | 
|---|
 | 2988 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestmouse.h \
 | 
|---|
 | 2989 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QDebug \
 | 
|---|
 | 2990 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtesttouch.h \
 | 
|---|
 | 2991 |                 C:/Qt/5.7/mingw53_32/include/QtWidgets/QSizePolicy \
 | 
|---|
 | 2992 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QMetaEnum \
 | 
|---|
 | 2993 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qttestversion.h \
 | 
|---|
 | 2994 |                 ../../quazip-0.7.2/quazip/quazip.h \
 | 
|---|
 | 2995 |                 ../quazip/zip.h \
 | 
|---|
 | 2996 |                 ../../Libs/zlib-1.2.8/zlib.h \
 | 
|---|
 | 2997 |                 ../../Libs/zlib-1.2.8/zconf.h \
 | 
|---|
 | 2998 |                 ../quazip/ioapi.h \
 | 
|---|
 | 2999 |                 ../quazip/unzip.h \
 | 
|---|
 | 3000 |                 ../quazip/quazip_global.h \
 | 
|---|
 | 3001 |                 ../quazip/quazipfileinfo.h \
 | 
|---|
 | 3002 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QByteArray \
 | 
|---|
 | 3003 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QDateTime \
 | 
|---|
 | 3004 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QFile \
 | 
|---|
 | 3005 |                 ../../quazip-0.7.2/quazip/quazipfile.h \
 | 
|---|
 | 3006 |                 ../quazip/quazip.h \
 | 
|---|
 | 3007 |                 ../quazip/quazipnewinfo.h \
 | 
|---|
 | 3008 |                 ../../quazip-0.7.2/quazip/quazipnewinfo.h \
 | 
|---|
 | 3009 |                 ../../quazip-0.7.2/quazip/quazipfileinfo.h
 | 
|---|
 | 3010 |         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj\testquazipnewinfo.o testquazipnewinfo.cpp
 | 
|---|
 | 3011 | 
 | 
|---|
 | 3012 | .obj/testquazipfileinfo.o: testquazipfileinfo.cpp testquazipfileinfo.h \
 | 
|---|
 | 3013 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QObject \
 | 
|---|
 | 3014 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobject.h \
 | 
|---|
 | 3015 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobjectdefs.h \
 | 
|---|
 | 3016 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qnamespace.h \
 | 
|---|
 | 3017 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qglobal.h \
 | 
|---|
 | 3018 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qconfig.h \
 | 
|---|
 | 3019 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfeatures.h \
 | 
|---|
 | 3020 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsystemdetection.h \
 | 
|---|
 | 3021 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qprocessordetection.h \
 | 
|---|
 | 3022 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcompilerdetection.h \
 | 
|---|
 | 3023 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtypeinfo.h \
 | 
|---|
 | 3024 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtypetraits.h \
 | 
|---|
 | 3025 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qisenum.h \
 | 
|---|
 | 3026 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsysinfo.h \
 | 
|---|
 | 3027 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlogging.h \
 | 
|---|
 | 3028 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qflags.h \
 | 
|---|
 | 3029 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic.h \
 | 
|---|
 | 3030 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbasicatomic.h \
 | 
|---|
 | 3031 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic_bootstrap.h \
 | 
|---|
 | 3032 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qgenericatomic.h \
 | 
|---|
 | 3033 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic_cxx11.h \
 | 
|---|
 | 3034 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qatomic_msvc.h \
 | 
|---|
 | 3035 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qglobalstatic.h \
 | 
|---|
 | 3036 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmutex.h \
 | 
|---|
 | 3037 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qnumeric.h \
 | 
|---|
 | 3038 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qversiontagging.h \
 | 
|---|
 | 3039 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobjectdefs_impl.h \
 | 
|---|
 | 3040 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstring.h \
 | 
|---|
 | 3041 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qchar.h \
 | 
|---|
 | 3042 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbytearray.h \
 | 
|---|
 | 3043 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qrefcount.h \
 | 
|---|
 | 3044 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qarraydata.h \
 | 
|---|
 | 3045 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringbuilder.h \
 | 
|---|
 | 3046 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlist.h \
 | 
|---|
 | 3047 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qalgorithms.h \
 | 
|---|
 | 3048 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qiterator.h \
 | 
|---|
 | 3049 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qhashfunctions.h \
 | 
|---|
 | 3050 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpair.h \
 | 
|---|
 | 3051 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbytearraylist.h \
 | 
|---|
 | 3052 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringlist.h \
 | 
|---|
 | 3053 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qregexp.h \
 | 
|---|
 | 3054 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringmatcher.h \
 | 
|---|
 | 3055 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcoreevent.h \
 | 
|---|
 | 3056 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qscopedpointer.h \
 | 
|---|
 | 3057 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmetatype.h \
 | 
|---|
 | 3058 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qvarlengtharray.h \
 | 
|---|
 | 3059 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcontainerfwd.h \
 | 
|---|
 | 3060 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobject_impl.h \
 | 
|---|
 | 3061 |                 qztest.h \
 | 
|---|
 | 3062 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QIODevice \
 | 
|---|
 | 3063 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qiodevice.h \
 | 
|---|
 | 3064 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QString \
 | 
|---|
 | 3065 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QStringList \
 | 
|---|
 | 3066 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QTextCodec \
 | 
|---|
 | 3067 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtextcodec.h \
 | 
|---|
 | 3068 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QByteArray \
 | 
|---|
 | 3069 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QDir \
 | 
|---|
 | 3070 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qdir.h \
 | 
|---|
 | 3071 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfileinfo.h \
 | 
|---|
 | 3072 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfile.h \
 | 
|---|
 | 3073 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfiledevice.h \
 | 
|---|
 | 3074 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qshareddata.h \
 | 
|---|
 | 3075 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qhash.h \
 | 
|---|
 | 3076 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QFileInfo \
 | 
|---|
 | 3077 |                 C:/Qt/5.7/mingw53_32/include/QtTest/QtTest \
 | 
|---|
 | 3078 |                 C:/Qt/5.7/mingw53_32/include/QtTest/QtTestDepends \
 | 
|---|
 | 3079 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QtCore \
 | 
|---|
 | 3080 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QtCoreDepends \
 | 
|---|
 | 3081 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstractanimation.h \
 | 
|---|
 | 3082 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qanimationgroup.h \
 | 
|---|
 | 3083 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qparallelanimationgroup.h \
 | 
|---|
 | 3084 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpauseanimation.h \
 | 
|---|
 | 3085 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpropertyanimation.h \
 | 
|---|
 | 3086 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qvariantanimation.h \
 | 
|---|
 | 3087 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qeasingcurve.h \
 | 
|---|
 | 3088 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qvector.h \
 | 
|---|
 | 3089 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpoint.h \
 | 
|---|
 | 3090 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qvariant.h \
 | 
|---|
 | 3091 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmap.h \
 | 
|---|
 | 3092 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qdebug.h \
 | 
|---|
 | 3093 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtextstream.h \
 | 
|---|
 | 3094 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlocale.h \
 | 
|---|
 | 3095 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qset.h \
 | 
|---|
 | 3096 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcontiguouscache.h \
 | 
|---|
 | 3097 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsharedpointer.h \
 | 
|---|
 | 3098 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsharedpointer_impl.h \
 | 
|---|
 | 3099 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsequentialanimationgroup.h \
 | 
|---|
 | 3100 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qendian.h \
 | 
|---|
 | 3101 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlibraryinfo.h \
 | 
|---|
 | 3102 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qdatetime.h \
 | 
|---|
 | 3103 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbuffer.h \
 | 
|---|
 | 3104 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qdatastream.h \
 | 
|---|
 | 3105 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qdiriterator.h \
 | 
|---|
 | 3106 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfileselector.h \
 | 
|---|
 | 3107 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfilesystemwatcher.h \
 | 
|---|
 | 3108 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlockfile.h \
 | 
|---|
 | 3109 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qloggingcategory.h \
 | 
|---|
 | 3110 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qprocess.h \
 | 
|---|
 | 3111 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qresource.h \
 | 
|---|
 | 3112 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsavefile.h \
 | 
|---|
 | 3113 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsettings.h \
 | 
|---|
 | 3114 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstandardpaths.h \
 | 
|---|
 | 3115 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstorageinfo.h \
 | 
|---|
 | 3116 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtemporarydir.h \
 | 
|---|
 | 3117 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QScopedPointer \
 | 
|---|
 | 3118 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtemporaryfile.h \
 | 
|---|
 | 3119 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qurl.h \
 | 
|---|
 | 3120 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qurlquery.h \
 | 
|---|
 | 3121 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstractitemmodel.h \
 | 
|---|
 | 3122 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstractproxymodel.h \
 | 
|---|
 | 3123 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qidentityproxymodel.h \
 | 
|---|
 | 3124 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qitemselectionmodel.h \
 | 
|---|
 | 3125 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsortfilterproxymodel.h \
 | 
|---|
 | 3126 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstringlistmodel.h \
 | 
|---|
 | 3127 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qjsonarray.h \
 | 
|---|
 | 3128 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qjsonvalue.h \
 | 
|---|
 | 3129 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qjsondocument.h \
 | 
|---|
 | 3130 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qjsonobject.h \
 | 
|---|
 | 3131 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstracteventdispatcher.h \
 | 
|---|
 | 3132 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qeventloop.h \
 | 
|---|
 | 3133 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstractnativeeventfilter.h \
 | 
|---|
 | 3134 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbasictimer.h \
 | 
|---|
 | 3135 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcoreapplication.h \
 | 
|---|
 | 3136 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmath.h \
 | 
|---|
 | 3137 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmetaobject.h \
 | 
|---|
 | 3138 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmimedata.h \
 | 
|---|
 | 3139 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qobjectcleanuphandler.h \
 | 
|---|
 | 3140 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpointer.h \
 | 
|---|
 | 3141 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsharedmemory.h \
 | 
|---|
 | 3142 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsignalmapper.h \
 | 
|---|
 | 3143 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsocketnotifier.h \
 | 
|---|
 | 3144 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsystemsemaphore.h \
 | 
|---|
 | 3145 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtimer.h \
 | 
|---|
 | 3146 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtranslator.h \
 | 
|---|
 | 3147 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qwineventnotifier.h \
 | 
|---|
 | 3148 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmimedatabase.h \
 | 
|---|
 | 3149 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmimetype.h \
 | 
|---|
 | 3150 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfactoryinterface.h \
 | 
|---|
 | 3151 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlibrary.h \
 | 
|---|
 | 3152 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qplugin.h \
 | 
|---|
 | 3153 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qpluginloader.h \
 | 
|---|
 | 3154 |                 C:/Qt/5.7/mingw53_32/include/QtCore/quuid.h \
 | 
|---|
 | 3155 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstractstate.h \
 | 
|---|
 | 3156 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qabstracttransition.h \
 | 
|---|
 | 3157 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qeventtransition.h \
 | 
|---|
 | 3158 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfinalstate.h \
 | 
|---|
 | 3159 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qhistorystate.h \
 | 
|---|
 | 3160 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsignaltransition.h \
 | 
|---|
 | 3161 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstate.h \
 | 
|---|
 | 3162 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstatemachine.h \
 | 
|---|
 | 3163 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qexception.h \
 | 
|---|
 | 3164 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfuture.h \
 | 
|---|
 | 3165 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfutureinterface.h \
 | 
|---|
 | 3166 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qrunnable.h \
 | 
|---|
 | 3167 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qresultstore.h \
 | 
|---|
 | 3168 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfuturesynchronizer.h \
 | 
|---|
 | 3169 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qfuturewatcher.h \
 | 
|---|
 | 3170 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qreadwritelock.h \
 | 
|---|
 | 3171 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsemaphore.h \
 | 
|---|
 | 3172 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qthread.h \
 | 
|---|
 | 3173 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qthreadpool.h \
 | 
|---|
 | 3174 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qthreadstorage.h \
 | 
|---|
 | 3175 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qwaitcondition.h \
 | 
|---|
 | 3176 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qarraydataops.h \
 | 
|---|
 | 3177 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qarraydatapointer.h \
 | 
|---|
 | 3178 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbitarray.h \
 | 
|---|
 | 3179 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qbytearraymatcher.h \
 | 
|---|
 | 3180 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcache.h \
 | 
|---|
 | 3181 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcollator.h \
 | 
|---|
 | 3182 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcommandlineoption.h \
 | 
|---|
 | 3183 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcommandlineparser.h \
 | 
|---|
 | 3184 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qcryptographichash.h \
 | 
|---|
 | 3185 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qelapsedtimer.h \
 | 
|---|
 | 3186 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qline.h \
 | 
|---|
 | 3187 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qlinkedlist.h \
 | 
|---|
 | 3188 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmargins.h \
 | 
|---|
 | 3189 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qmessageauthenticationcode.h \
 | 
|---|
 | 3190 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qqueue.h \
 | 
|---|
 | 3191 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qrect.h \
 | 
|---|
 | 3192 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qsize.h \
 | 
|---|
 | 3193 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qregularexpression.h \
 | 
|---|
 | 3194 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qscopedvaluerollback.h \
 | 
|---|
 | 3195 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qstack.h \
 | 
|---|
 | 3196 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtextboundaryfinder.h \
 | 
|---|
 | 3197 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtimeline.h \
 | 
|---|
 | 3198 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtimezone.h \
 | 
|---|
 | 3199 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qversionnumber.h \
 | 
|---|
 | 3200 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qxmlstream.h \
 | 
|---|
 | 3201 |                 C:/Qt/5.7/mingw53_32/include/QtCore/qtcoreversion.h \
 | 
|---|
 | 3202 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qbenchmark.h \
 | 
|---|
 | 3203 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtest_global.h \
 | 
|---|
 | 3204 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qbenchmarkmetric.h \
 | 
|---|
 | 3205 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qsignalspy.h \
 | 
|---|
 | 3206 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtesteventloop.h \
 | 
|---|
 | 3207 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtest.h \
 | 
|---|
 | 3208 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestcase.h \
 | 
|---|
 | 3209 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestdata.h \
 | 
|---|
 | 3210 |                 C:/Qt/5.7/mingw53_32/include/QtNetwork/qhostaddress.h \
 | 
|---|
 | 3211 |                 C:/Qt/5.7/mingw53_32/include/QtNetwork/qabstractsocket.h \
 | 
|---|
 | 3212 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestsystem.h \
 | 
|---|
 | 3213 |                 C:/Qt/5.7/mingw53_32/include/QtGui/QWindow \
 | 
|---|
 | 3214 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qwindow.h \
 | 
|---|
 | 3215 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QEvent \
 | 
|---|
 | 3216 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QMargins \
 | 
|---|
 | 3217 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QRect \
 | 
|---|
 | 3218 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qsurface.h \
 | 
|---|
 | 3219 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qsurfaceformat.h \
 | 
|---|
 | 3220 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qwindowdefs.h \
 | 
|---|
 | 3221 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qwindowdefs_win.h \
 | 
|---|
 | 3222 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qicon.h \
 | 
|---|
 | 3223 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qpixmap.h \
 | 
|---|
 | 3224 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qpaintdevice.h \
 | 
|---|
 | 3225 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qcolor.h \
 | 
|---|
 | 3226 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qrgb.h \
 | 
|---|
 | 3227 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qrgba64.h \
 | 
|---|
 | 3228 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qimage.h \
 | 
|---|
 | 3229 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qpixelformat.h \
 | 
|---|
 | 3230 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qtransform.h \
 | 
|---|
 | 3231 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qmatrix.h \
 | 
|---|
 | 3232 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qpolygon.h \
 | 
|---|
 | 3233 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qregion.h \
 | 
|---|
 | 3234 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qpainterpath.h \
 | 
|---|
 | 3235 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qcursor.h \
 | 
|---|
 | 3236 |                 C:/Qt/5.7/mingw53_32/include/QtWidgets/QWidget \
 | 
|---|
 | 3237 |                 C:/Qt/5.7/mingw53_32/include/QtWidgets/qwidget.h \
 | 
|---|
 | 3238 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qpalette.h \
 | 
|---|
 | 3239 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qbrush.h \
 | 
|---|
 | 3240 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qfont.h \
 | 
|---|
 | 3241 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qfontmetrics.h \
 | 
|---|
 | 3242 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qfontinfo.h \
 | 
|---|
 | 3243 |                 C:/Qt/5.7/mingw53_32/include/QtWidgets/qsizepolicy.h \
 | 
|---|
 | 3244 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qkeysequence.h \
 | 
|---|
 | 3245 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qevent.h \
 | 
|---|
 | 3246 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qvector2d.h \
 | 
|---|
 | 3247 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qtouchdevice.h \
 | 
|---|
 | 3248 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtest_widgets.h \
 | 
|---|
 | 3249 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtest_gui.h \
 | 
|---|
 | 3250 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestassert.h \
 | 
|---|
 | 3251 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestevent.h \
 | 
|---|
 | 3252 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestkeyboard.h \
 | 
|---|
 | 3253 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestspontaneevent.h \
 | 
|---|
 | 3254 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qguiapplication.h \
 | 
|---|
 | 3255 |                 C:/Qt/5.7/mingw53_32/include/QtGui/qinputmethod.h \
 | 
|---|
 | 3256 |                 C:/Qt/5.7/mingw53_32/include/QtWidgets/qapplication.h \
 | 
|---|
 | 3257 |                 C:/Qt/5.7/mingw53_32/include/QtWidgets/qdesktopwidget.h \
 | 
|---|
 | 3258 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtestmouse.h \
 | 
|---|
 | 3259 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QDebug \
 | 
|---|
 | 3260 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qtesttouch.h \
 | 
|---|
 | 3261 |                 C:/Qt/5.7/mingw53_32/include/QtWidgets/QSizePolicy \
 | 
|---|
 | 3262 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QMetaEnum \
 | 
|---|
 | 3263 |                 C:/Qt/5.7/mingw53_32/include/QtTest/qttestversion.h \
 | 
|---|
 | 3264 |                 ../../quazip-0.7.2/quazip/quazip.h \
 | 
|---|
 | 3265 |                 ../quazip/zip.h \
 | 
|---|
 | 3266 |                 ../../Libs/zlib-1.2.8/zlib.h \
 | 
|---|
 | 3267 |                 ../../Libs/zlib-1.2.8/zconf.h \
 | 
|---|
 | 3268 |                 ../quazip/ioapi.h \
 | 
|---|
 | 3269 |                 ../quazip/unzip.h \
 | 
|---|
 | 3270 |                 ../quazip/quazip_global.h \
 | 
|---|
 | 3271 |                 ../quazip/quazipfileinfo.h \
 | 
|---|
 | 3272 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QDateTime \
 | 
|---|
 | 3273 |                 C:/Qt/5.7/mingw53_32/include/QtCore/QFile \
 | 
|---|
 | 3274 |                 ../../quazip-0.7.2/quazip/quazipfile.h \
 | 
|---|
 | 3275 |                 ../quazip/quazip.h \
 | 
|---|
 | 3276 |                 ../quazip/quazipnewinfo.h \
 | 
|---|
 | 3277 |                 ../../quazip-0.7.2/quazip/quazipfileinfo.h \
 | 
|---|
 | 3278 |                 ../../quazip-0.7.2/quazip/quazipnewinfo.h
 | 
|---|
 | 3279 |         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj\testquazipfileinfo.o testquazipfileinfo.cpp
 | 
|---|
 | 3280 | 
 | 
|---|
 | 3281 | .obj/moc_testjlcompress.o: .moc/moc_testjlcompress.cpp 
 | 
|---|
 | 3282 |         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj\moc_testjlcompress.o .moc\moc_testjlcompress.cpp
 | 
|---|
 | 3283 | 
 | 
|---|
 | 3284 | .obj/moc_testquachecksum32.o: .moc/moc_testquachecksum32.cpp 
 | 
|---|
 | 3285 |         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj\moc_testquachecksum32.o .moc\moc_testquachecksum32.cpp
 | 
|---|
 | 3286 | 
 | 
|---|
 | 3287 | .obj/moc_testquagzipfile.o: .moc/moc_testquagzipfile.cpp 
 | 
|---|
 | 3288 |         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj\moc_testquagzipfile.o .moc\moc_testquagzipfile.cpp
 | 
|---|
 | 3289 | 
 | 
|---|
 | 3290 | .obj/moc_testquaziodevice.o: .moc/moc_testquaziodevice.cpp 
 | 
|---|
 | 3291 |         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj\moc_testquaziodevice.o .moc\moc_testquaziodevice.cpp
 | 
|---|
 | 3292 | 
 | 
|---|
 | 3293 | .obj/moc_testquazipdir.o: .moc/moc_testquazipdir.cpp 
 | 
|---|
 | 3294 |         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj\moc_testquazipdir.o .moc\moc_testquazipdir.cpp
 | 
|---|
 | 3295 | 
 | 
|---|
 | 3296 | .obj/moc_testquazipfile.o: .moc/moc_testquazipfile.cpp 
 | 
|---|
 | 3297 |         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj\moc_testquazipfile.o .moc\moc_testquazipfile.cpp
 | 
|---|
 | 3298 | 
 | 
|---|
 | 3299 | .obj/moc_testquazip.o: .moc/moc_testquazip.cpp 
 | 
|---|
 | 3300 |         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj\moc_testquazip.o .moc\moc_testquazip.cpp
 | 
|---|
 | 3301 | 
 | 
|---|
 | 3302 | .obj/moc_testquazipnewinfo.o: .moc/moc_testquazipnewinfo.cpp 
 | 
|---|
 | 3303 |         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj\moc_testquazipnewinfo.o .moc\moc_testquazipnewinfo.cpp
 | 
|---|
 | 3304 | 
 | 
|---|
 | 3305 | .obj/moc_testquazipfileinfo.o: .moc/moc_testquazipfileinfo.cpp 
 | 
|---|
 | 3306 |         $(CXX) -c $(CXXFLAGS) $(INCPATH) -o .obj\moc_testquazipfileinfo.o .moc\moc_testquazipfileinfo.cpp
 | 
|---|
 | 3307 | 
 | 
|---|
 | 3308 | ####### Install
 | 
|---|
 | 3309 | 
 | 
|---|
 | 3310 | install:  FORCE
 | 
|---|
 | 3311 | 
 | 
|---|
 | 3312 | uninstall:  FORCE
 | 
|---|
 | 3313 | 
 | 
|---|
 | 3314 | FORCE:
 | 
|---|
 | 3315 | 
 | 
|---|