cotton_double/Makefile.Release

4371 lines
259 KiB
Makefile

#############################################################################
# Makefile for building: cotton_double2
# Generated by qmake (3.1) (Qt 6.7.3)
# Project: cotton_double2.pro
# Template: app
#############################################################################
MAKEFILE = Makefile.Release
EQ = =
####### Compiler, tools and options
CC = cl
CXX = cl
DEFINES = -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DWIN64 -DWIN32_LEAN_AND_MEAN -D_WINSOCKAPI_ -DNDEBUG -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB
CFLAGS = -nologo -Zc:wchar_t -FS -Zc:strictStrings -O2 -MD -utf-8 -W3 -w44456 -w44457 -w44458 $(DEFINES)
CXXFLAGS = -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -permissive- -Zc:__cplusplus -Zc:externConstexpr -O2 -MD -std:c++17 -utf-8 -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -EHsc $(DEFINES)
INCPATH = -I. -IInclude -Iopencv\build\include -I..\..\..\..\Qt\6.7.3\msvc2022_64\include -I..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets -I..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui -I..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtNetwork -I..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore -Irelease -I. -I/include -I..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\win32-msvc
LINKER = link
LFLAGS = /NOLOGO /DYNAMICBASE /NXCOMPAT /OPT:REF /OPT:ICF /INCREMENTAL:NO /SUBSYSTEM:CONSOLE "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'"
LIBS = /LIBPATH:C:\Users\Administrator\Documents\cotton_double\LIB C:\Users\Administrator\Documents\cotton_double\LIB\mil.lib C:\Users\Administrator\Documents\cotton_double\LIB\Milim.lib C:\Users\Administrator\Documents\cotton_double\LIB\milblob.lib C:\Users\Administrator\Documents\cotton_double\opencv\build\x64\vc16\lib\*.lib C:\Qt\6.7.3\msvc2022_64\lib\Qt6Widgets.lib C:\Qt\6.7.3\msvc2022_64\lib\Qt6Gui.lib C:\Qt\6.7.3\msvc2022_64\lib\Qt6Network.lib C:\Qt\6.7.3\msvc2022_64\lib\Qt6Core.lib
QMAKE = C:\Qt\6.7.3\msvc2022_64\bin\qmake.exe
DEL_FILE = del
CHK_DIR_EXISTS= if not exist
MKDIR = mkdir
COPY = copy /y
COPY_FILE = copy /y
COPY_DIR = xcopy /s /q /y /i
INSTALL_FILE = copy /y
INSTALL_PROGRAM = copy /y
INSTALL_DIR = xcopy /s /q /y /i
QINSTALL = C:\Qt\6.7.3\msvc2022_64\bin\qmake.exe -install qinstall
QINSTALL_PROGRAM = C:\Qt\6.7.3\msvc2022_64\bin\qmake.exe -install qinstall -exe
DEL_FILE = del
SYMLINK = $(QMAKE) -install ln -f -s
DEL_DIR = rmdir
MOVE = move
IDC = idc
IDL = midl
ZIP = zip -r -9
DEF_FILE =
RES_FILE =
SED = $(QMAKE) -install sed
MOVE = move
####### Output directory
OBJECTS_DIR = release
####### Files
SOURCES = countdown_dialog.cpp \
libmodbus\modbus-data.c \
libmodbus\modbus-rtu.c \
libmodbus\modbus-tcp.c \
libmodbus\modbus.c \
camera.cpp \
color_algorithms.cpp \
detection_worker.cpp \
globals.cpp \
img_utils.cpp \
lower_machine.cpp \
main.cpp \
onnxrunner.cpp \
plc_connector.cpp \
storage_worker.cpp \
widget.cpp release\moc_countdown_dialog.cpp \
release\moc_storage_worker.cpp \
release\moc_widget.cpp
OBJECTS = release\countdown_dialog.obj \
release\modbus-data.obj \
release\modbus-rtu.obj \
release\modbus-tcp.obj \
release\modbus.obj \
release\camera.obj \
release\color_algorithms.obj \
release\detection_worker.obj \
release\globals.obj \
release\img_utils.obj \
release\lower_machine.obj \
release\main.obj \
release\onnxrunner.obj \
release\plc_connector.obj \
release\storage_worker.obj \
release\widget.obj \
release\moc_countdown_dialog.obj \
release\moc_storage_worker.obj \
release\moc_widget.obj
DIST = countdown_dialog.h \
libmodbus\modbus-version.h \
libmodbus\modbus.h \
libmodbus\modbus-private.h \
libmodbus\modbus-tcp.h \
libmodbus\modbus-tcp-private.h \
libmodbus\modbus-rtu.h \
libmodbus\modbus-rtu-private.h \
camera.h \
color_algorithms.h \
detection_worker.h \
globals.h \
img_utils.h \
lower_machine.h \
onnxrunner.h \
plc_connector.h \
storage_worker.h \
widget.h countdown_dialog.cpp \
libmodbus\modbus-data.c \
libmodbus\modbus-rtu.c \
libmodbus\modbus-tcp.c \
libmodbus\modbus.c \
camera.cpp \
color_algorithms.cpp \
detection_worker.cpp \
globals.cpp \
img_utils.cpp \
lower_machine.cpp \
main.cpp \
onnxrunner.cpp \
plc_connector.cpp \
storage_worker.cpp \
widget.cpp
QMAKE_TARGET = cotton_double2
DESTDIR = release\ #avoid trailing-slash linebreak
TARGET = cotton_double2.exe
DESTDIR_TARGET = release\cotton_double2.exe
####### Implicit rules
.SUFFIXES: .c .cpp .cc .cxx
{libmodbus}.cpp{release\}.obj::
$(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<<
$<
<<
{libmodbus}.cc{release\}.obj::
$(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<<
$<
<<
{libmodbus}.cxx{release\}.obj::
$(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<<
$<
<<
{libmodbus}.c{release\}.obj::
$(CC) -c $(CFLAGS) $(INCPATH) -Forelease\ @<<
$<
<<
{.}.cpp{release\}.obj::
$(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<<
$<
<<
{.}.cc{release\}.obj::
$(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<<
$<
<<
{.}.cxx{release\}.obj::
$(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<<
$<
<<
{.}.c{release\}.obj::
$(CC) -c $(CFLAGS) $(INCPATH) -Forelease\ @<<
$<
<<
{release}.cpp{release\}.obj::
$(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<<
$<
<<
{release}.cc{release\}.obj::
$(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<<
$<
<<
{release}.cxx{release\}.obj::
$(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\ @<<
$<
<<
{release}.c{release\}.obj::
$(CC) -c $(CFLAGS) $(INCPATH) -Forelease\ @<<
$<
<<
####### Build rules
first: all
all: Makefile.Release release\cotton_double2.exe
release\cotton_double2.exe: C:\Qt\6.7.3\msvc2022_64\lib\Qt6Widgets.lib C:\Qt\6.7.3\msvc2022_64\lib\Qt6Gui.lib C:\Qt\6.7.3\msvc2022_64\lib\Qt6Network.lib C:\Qt\6.7.3\msvc2022_64\lib\Qt6Core.lib ui_widget.h $(OBJECTS)
$(LINKER) $(LFLAGS) /MANIFEST:embed /OUT:$(DESTDIR_TARGET) @<<
release\countdown_dialog.obj release\modbus-data.obj release\modbus-rtu.obj release\modbus-tcp.obj release\modbus.obj release\camera.obj release\color_algorithms.obj release\detection_worker.obj release\globals.obj release\img_utils.obj release\lower_machine.obj release\main.obj release\onnxrunner.obj release\plc_connector.obj release\storage_worker.obj release\widget.obj release\moc_countdown_dialog.obj release\moc_storage_worker.obj release\moc_widget.obj
$(LIBS)
<<
qmake: FORCE
@$(QMAKE) -o Makefile.Release cotton_double2.pro -spec win32-msvc "CONFIG+=qtquickcompiler"
qmake_all: FORCE
dist:
$(ZIP) cotton_double2.zip $(SOURCES) $(DIST) cotton_double2.pro ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\features\spec_pre.prf ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\common\windows-desktop.conf ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\features\win32\windows_vulkan_sdk.prf ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\common\windows-vulkan.conf ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\common\msvc-desktop.conf ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\qconfig.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_ext_freetype.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_ext_libjpeg.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_ext_libpng.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_concurrent.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_concurrent_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_core.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_core_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_dbus.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_dbus_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_designer.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_designer_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_designercomponents_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_devicediscovery_support_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_entrypoint_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_example_icons_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_fb_support_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_freetype_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_gui.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_gui_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_harfbuzz_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_help.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_help_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_jpeg_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_labsanimation.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_labsanimation_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_labsfolderlistmodel.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_labsfolderlistmodel_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_labsqmlmodels.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_labsqmlmodels_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_labssettings.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_labssettings_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_labssharedimage.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_labssharedimage_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_labswavefrontmesh.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_labswavefrontmesh_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_linguist.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_network.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_network_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_opengl.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_opengl_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_openglwidgets.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_openglwidgets_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_packetprotocol_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_png_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_printsupport.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_printsupport_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_qdoccatch_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_qdoccatchconversions_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_qdoccatchgenerators_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_qml.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_qml_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_qmlbuiltins.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_qmlbuiltins_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_qmlcompiler.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_qmlcompiler_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_qmlcore.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_qmlcore_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_qmldebug_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_qmldom_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_qmlintegration.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_qmlintegration_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_qmllocalstorage.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_qmllocalstorage_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_qmlls_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_qmlmodels.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_qmlmodels_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_qmlnetwork.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_qmlnetwork_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_qmltest.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_qmltest_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_qmltoolingsettings_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_qmltyperegistrar_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_qmlworkerscript.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_qmlworkerscript_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_qmlxmllistmodel.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_qmlxmllistmodel_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_quick.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_quick_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_quickcontrols2.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_quickcontrols2_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_quickcontrols2basic.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_quickcontrols2basic_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_quickcontrols2basicstyleimpl.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_quickcontrols2basicstyleimpl_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_quickcontrols2fusion.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_quickcontrols2fusion_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_quickcontrols2fusionstyleimpl.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_quickcontrols2fusionstyleimpl_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_quickcontrols2imagine.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_quickcontrols2imagine_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_quickcontrols2imaginestyleimpl.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_quickcontrols2imaginestyleimpl_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_quickcontrols2impl.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_quickcontrols2impl_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_quickcontrols2material.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_quickcontrols2material_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_quickcontrols2materialstyleimpl.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_quickcontrols2materialstyleimpl_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_quickcontrols2universal.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_quickcontrols2universal_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_quickcontrols2universalstyleimpl.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_quickcontrols2universalstyleimpl_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_quickcontrols2windowsstyleimpl.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_quickcontrols2windowsstyleimpl_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_quickcontrolstestutilsprivate_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_quickdialogs2.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_quickdialogs2_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_quickdialogs2quickimpl.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_quickdialogs2quickimpl_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_quickdialogs2utils.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_quickdialogs2utils_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_quickeffects_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_quicklayouts.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_quicklayouts_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_quickparticles_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_quickshapes_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_quicktemplates2.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_quicktemplates2_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_quicktestutilsprivate_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_quickwidgets.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_quickwidgets_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_sql.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_sql_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_svg.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_svg_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_svgwidgets.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_svgwidgets_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_testlib.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_testlib_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_tools_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_uiplugin.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_uitools.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_uitools_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_widgets.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_widgets_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_xml.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_xml_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\modules\qt_lib_zlib_private.pri ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\features\qt_functions.prf ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\features\qt_config.prf ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\win32-msvc\qmake.conf ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\features\spec_post.prf .qmake.stash ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\features\exclusive_builds.prf ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\common\msvc-version.conf ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\features\toolchain.prf ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\features\default_pre.prf ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\features\win32\default_pre.prf ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\features\resolve_config.prf ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\features\exclusive_builds_post.prf ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\features\default_post.prf ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\features\build_pass.prf ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\features\win32\console.prf ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\features\qtquickcompiler.prf ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\features\precompile_header.prf ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\features\warn_on.prf ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\features\permissions.prf ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\features\qt.prf ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\features\resources_functions.prf ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\features\resources.prf ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\features\moc.prf ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\features\win32\opengl.prf ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\features\uic.prf ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\features\qmake_use.prf ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\features\file_copies.prf ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\features\testcase_targets.prf ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\features\exceptions.prf ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\features\yacc.prf ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\features\lex.prf cotton_double2.pro ..\..\..\..\Qt\6.7.3\msvc2022_64\lib\Qt6Widgets.prl ..\..\..\..\Qt\6.7.3\msvc2022_64\lib\Qt6Gui.prl ..\..\..\..\Qt\6.7.3\msvc2022_64\lib\Qt6Network.prl ..\..\..\..\Qt\6.7.3\msvc2022_64\lib\Qt6Core.prl ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\features\data\dummy.cpp countdown_dialog.h libmodbus\modbus-version.h libmodbus\modbus.h libmodbus\modbus-private.h libmodbus\modbus-tcp.h libmodbus\modbus-tcp-private.h libmodbus\modbus-rtu.h libmodbus\modbus-rtu-private.h camera.h color_algorithms.h detection_worker.h globals.h img_utils.h lower_machine.h onnxrunner.h plc_connector.h storage_worker.h widget.h countdown_dialog.cpp libmodbus\modbus-data.c libmodbus\modbus-rtu.c libmodbus\modbus-tcp.c libmodbus\modbus.c camera.cpp color_algorithms.cpp detection_worker.cpp globals.cpp img_utils.cpp lower_machine.cpp main.cpp onnxrunner.cpp plc_connector.cpp storage_worker.cpp widget.cpp widget.ui
clean: compiler_clean
-$(DEL_FILE) release\countdown_dialog.obj release\modbus-data.obj release\modbus-rtu.obj release\modbus-tcp.obj release\modbus.obj release\camera.obj release\color_algorithms.obj release\detection_worker.obj release\globals.obj release\img_utils.obj release\lower_machine.obj release\main.obj release\onnxrunner.obj release\plc_connector.obj release\storage_worker.obj release\widget.obj release\moc_countdown_dialog.obj release\moc_storage_worker.obj release\moc_widget.obj
distclean: clean
-$(DEL_FILE) .qmake.stash
-$(DEL_FILE) $(DESTDIR_TARGET)
-$(DEL_FILE) Makefile.Release
mocclean: compiler_moc_header_clean compiler_moc_objc_header_clean compiler_moc_source_clean
mocables: compiler_moc_header_make_all compiler_moc_objc_header_make_all compiler_moc_source_make_all
check: first
benchmark: first
compiler_no_pch_compiler_make_all:
compiler_no_pch_compiler_clean:
compiler_rcc_make_all:
compiler_rcc_clean:
compiler_moc_predefs_make_all: release\moc_predefs.h
compiler_moc_predefs_clean:
-$(DEL_FILE) release\moc_predefs.h
release\moc_predefs.h: ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\features\data\dummy.cpp
cl -BxC:\Qt\6.7.3\msvc2022_64\bin\qmake.exe -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -permissive- -Zc:__cplusplus -Zc:externConstexpr -O2 -MD -std:c++17 -utf-8 -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -E ..\..\..\..\Qt\6.7.3\msvc2022_64\mkspecs\features\data\dummy.cpp 2>NUL >release\moc_predefs.h
compiler_moc_header_make_all: release\moc_countdown_dialog.cpp release\moc_storage_worker.cpp release\moc_widget.cpp
compiler_moc_header_clean:
-$(DEL_FILE) release\moc_countdown_dialog.cpp release\moc_storage_worker.cpp release\moc_widget.cpp
release\moc_countdown_dialog.cpp: countdown_dialog.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\QDialog \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qdialog.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qtwidgetsglobal.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qtguiglobal.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qglobal.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtversionchecks.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtconfiginclude.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qconfig.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtcore-config.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtconfigmacros.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtcoreexports.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcompilerdetection.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qprocessordetection.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsystemdetection.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtdeprecationmarkers.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtpreprocessorsupport.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qassert.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtnoop.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtypes.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtversion.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtclasshelpermacros.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtypeinfo.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcontainerfwd.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsysinfo.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qlogging.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qflags.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcompare_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qatomic.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbasicatomic.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qatomic_cxx11.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qgenericatomic.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qyieldcpu.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qconstructormacros.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdarwinhelpers.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qexceptionhandling.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qforeach.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qttypetraits.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfunctionpointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qglobalstatic.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmalloc.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qminmax.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qnumeric.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qoverload.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qswap.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtenvironmentvariables.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtresource.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qttranslation.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qversiontagging.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qtgui-config.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qtguiexports.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qtwidgets-config.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qtwidgetsexports.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qwidget.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qwindowdefs.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qobjectdefs.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qnamespace.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtmetamacros.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qobjectdefs_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfunctionaltools_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qwindowdefs_win.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qobject.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstring.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qchar.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbytearray.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qrefcount.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qarraydata.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qpair.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qarraydatapointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qarraydataops.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcontainertools_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qxptype_traits.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\q20type_traits.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\q20functional.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\q20memory.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbytearrayalgorithms.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbytearrayview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringfwd.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringliteral.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringalgorithms.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qlatin1stringview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qanystringview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qutf8stringview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringtokenizer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringbuilder.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringconverter.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringconverter_base.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qlist.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qhashfunctions.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qiterator.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbytearraylist.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringlist.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qalgorithms.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringmatcher.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcoreevent.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qscopedpointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmetatype.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcompare.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcomparehelpers.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdatastream.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qiodevicebase.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfloat16.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmath.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qiterable.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmetacontainer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcontainerinfo.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtaggedpointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qscopeguard.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qobject_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbindingstorage.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmargins.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\q23utility.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qaction.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qkeysequence.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qicon.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsize.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qpixmap.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qpaintdevice.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qrect.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qpoint.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qcolor.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qrgb.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qrgba64.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qshareddata.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qimage.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qpixelformat.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qtransform.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qpolygon.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qregion.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qline.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qvariant.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdebug.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtextstream.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcontiguouscache.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsharedpointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsharedpointer_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmap.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qshareddata_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qset.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qhash.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qvarlengtharray.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qpalette.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qbrush.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qfont.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qendian.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qfontmetrics.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qfontinfo.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qsizepolicy.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qcursor.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qbitmap.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qevent.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qiodevice.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qurl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qeventpoint.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qvector2d.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qvectornd.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qpointingdevice.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qinputdevice.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qscreen.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QList \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QObject \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QRect \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QSize \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QSizeF \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\QTransform \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qnativeinterface.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qscreen_platform.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qguiapplication.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcoreapplication.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdeadlinetimer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qelapsedtimer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qeventloop.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcoreapplication_platform.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfuture.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfutureinterface.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmutex.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtsan_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qresultstore.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfuture_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qthreadpool.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qthread.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qrunnable.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qexception.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qpromise.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qinputmethod.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qlocale.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qguiapplication_platform.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QTimer \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtimer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbasictimer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\QLabel \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qlabel.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qframe.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qpicture.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qtextdocument.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\QVBoxLayout \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qboxlayout.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qlayout.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qlayoutitem.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qgridlayout.h \
release\moc_predefs.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\bin\moc.exe
C:\Qt\6.7.3\msvc2022_64\bin\moc.exe $(DEFINES) --compiler-flavor=msvc --include C:/Users/Administrator/Documents/cotton_double/release/moc_predefs.h -IC:/Qt/6.7.3/msvc2022_64/mkspecs/win32-msvc -IC:/Users/Administrator/Documents/cotton_double -IC:/Users/Administrator/Documents/cotton_double/Include -IC:/Users/Administrator/Documents/cotton_double/opencv/build/include -IC:/Qt/6.7.3/msvc2022_64/include -IC:/Qt/6.7.3/msvc2022_64/include/QtWidgets -IC:/Qt/6.7.3/msvc2022_64/include/QtGui -IC:/Qt/6.7.3/msvc2022_64/include/QtNetwork -IC:/Qt/6.7.3/msvc2022_64/include/QtCore -I"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.42.34433\include" -I"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.42.34433\ATLMFC\include" -I"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\VS\include" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt" -I"C:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\um" -I"C:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\shared" -I"C:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\winrt" -I"C:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\cppwinrt" countdown_dialog.h -o release\moc_countdown_dialog.cpp
release\moc_storage_worker.cpp: storage_worker.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QObject \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qobject.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qobjectdefs.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qnamespace.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qglobal.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtversionchecks.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtconfiginclude.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qconfig.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtcore-config.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtconfigmacros.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtcoreexports.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcompilerdetection.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qprocessordetection.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsystemdetection.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtdeprecationmarkers.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtpreprocessorsupport.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qassert.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtnoop.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtypes.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtversion.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtclasshelpermacros.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtypeinfo.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcontainerfwd.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsysinfo.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qlogging.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qflags.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcompare_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qatomic.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbasicatomic.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qatomic_cxx11.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qgenericatomic.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qyieldcpu.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qconstructormacros.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdarwinhelpers.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qexceptionhandling.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qforeach.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qttypetraits.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfunctionpointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qglobalstatic.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmalloc.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qminmax.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qnumeric.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qoverload.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qswap.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtenvironmentvariables.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtresource.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qttranslation.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qversiontagging.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtmetamacros.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qobjectdefs_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfunctionaltools_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstring.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qchar.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbytearray.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qrefcount.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qarraydata.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qpair.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qarraydatapointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qarraydataops.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcontainertools_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qxptype_traits.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\q20type_traits.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\q20functional.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\q20memory.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbytearrayalgorithms.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbytearrayview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringfwd.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringliteral.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringalgorithms.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qlatin1stringview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qanystringview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qutf8stringview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringtokenizer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringbuilder.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringconverter.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringconverter_base.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qlist.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qhashfunctions.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qiterator.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbytearraylist.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringlist.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qalgorithms.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringmatcher.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcoreevent.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qscopedpointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmetatype.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcompare.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcomparehelpers.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdatastream.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qiodevicebase.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfloat16.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmath.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qiterable.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmetacontainer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcontainerinfo.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtaggedpointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qscopeguard.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qobject_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbindingstorage.h \
opencv\build\include\opencv2\opencv.hpp \
opencv\build\include\opencv2\opencv_modules.hpp \
opencv\build\include\opencv2\core.hpp \
opencv\build\include\opencv2\core\cvdef.h \
opencv\build\include\opencv2\core\version.hpp \
opencv\build\include\opencv2\core\hal\interface.h \
opencv\build\include\opencv2\core\cv_cpu_dispatch.h \
opencv\build\include\opencv2\core\cv_cpu_helper.h \
opencv\build\include\opencv2\core\hal\msa_macros.h \
opencv\build\include\opencv2\core\fast_math.hpp \
opencv\build\include\opencv2\core\base.hpp \
opencv\build\include\opencv2\core\cvstd.hpp \
opencv\build\include\opencv2\core\cvstd_wrapper.hpp \
opencv\build\include\opencv2\core\neon_utils.hpp \
opencv\build\include\opencv2\core\vsx_utils.hpp \
opencv\build\include\opencv2\core\check.hpp \
opencv\build\include\opencv2\core\traits.hpp \
opencv\build\include\opencv2\core\matx.hpp \
opencv\build\include\opencv2\core\saturate.hpp \
opencv\build\include\opencv2\core\matx.inl.hpp \
opencv\build\include\opencv2\core\types.hpp \
opencv\build\include\opencv2\core\mat.hpp \
opencv\build\include\opencv2\core\bufferpool.hpp \
opencv\build\include\opencv2\core\mat.inl.hpp \
opencv\build\include\opencv2\core\persistence.hpp \
opencv\build\include\opencv2\core\operations.hpp \
opencv\build\include\opencv2\core\cvstd.inl.hpp \
opencv\build\include\opencv2\core\utility.hpp \
opencv\build\include\opencv2\core\utils\instrumentation.hpp \
opencv\build\include\opencv2\core\utils\tls.hpp \
opencv\build\include\opencv2\core\optim.hpp \
opencv\build\include\opencv2\core\ovx.hpp \
opencv\build\include\opencv2\calib3d.hpp \
opencv\build\include\opencv2\features2d.hpp \
opencv\build\include\opencv2\flann\miniflann.hpp \
opencv\build\include\opencv2\flann\defines.h \
opencv\build\include\opencv2\flann\config.h \
opencv\build\include\opencv2\core\affine.hpp \
opencv\build\include\opencv2\core\utils\logger.hpp \
opencv\build\include\opencv2\core\utils\logger.defines.hpp \
opencv\build\include\opencv2\core\utils\logtag.hpp \
opencv\build\include\opencv2\dnn.hpp \
opencv\build\include\opencv2\dnn\dnn.hpp \
opencv\build\include\opencv2\core\async.hpp \
opencv\build\include\opencv2\dnn\version.hpp \
opencv\build\include\opencv2\dnn\dict.hpp \
opencv\build\include\opencv2\dnn\layer.hpp \
opencv\build\include\opencv2\dnn\dnn.inl.hpp \
opencv\build\include\opencv2\dnn\utils\inference_engine.hpp \
opencv\build\include\opencv2\flann.hpp \
opencv\build\include\opencv2\flann\flann_base.hpp \
opencv\build\include\opencv2\flann\general.h \
opencv\build\include\opencv2\flann\matrix.h \
opencv\build\include\opencv2\flann\params.h \
opencv\build\include\opencv2\flann\any.h \
opencv\build\include\opencv2\flann\saving.h \
opencv\build\include\opencv2\flann\nn_index.h \
opencv\build\include\opencv2\flann\result_set.h \
opencv\build\include\opencv2\flann\all_indices.h \
opencv\build\include\opencv2\flann\kdtree_index.h \
opencv\build\include\opencv2\flann\dynamic_bitset.h \
opencv\build\include\opencv2\flann\dist.h \
opencv\build\include\opencv2\flann\heap.h \
opencv\build\include\opencv2\flann\allocator.h \
opencv\build\include\opencv2\flann\random.h \
opencv\build\include\opencv2\flann\kdtree_single_index.h \
opencv\build\include\opencv2\flann\kmeans_index.h \
opencv\build\include\opencv2\flann\logger.h \
opencv\build\include\opencv2\flann\composite_index.h \
opencv\build\include\opencv2\flann\linear_index.h \
opencv\build\include\opencv2\flann\hierarchical_clustering_index.h \
opencv\build\include\opencv2\flann\lsh_index.h \
opencv\build\include\opencv2\flann\lsh_table.h \
opencv\build\include\opencv2\flann\autotuned_index.h \
opencv\build\include\opencv2\flann\ground_truth.h \
opencv\build\include\opencv2\flann\index_testing.h \
opencv\build\include\opencv2\flann\timer.h \
opencv\build\include\opencv2\flann\sampling.h \
opencv\build\include\opencv2\highgui.hpp \
opencv\build\include\opencv2\imgcodecs.hpp \
opencv\build\include\opencv2\videoio.hpp \
opencv\build\include\opencv2\imgproc.hpp \
opencv\build\include\opencv2\imgproc\segmentation.hpp \
opencv\build\include\opencv2\ml.hpp \
opencv\build\include\opencv2\ml\ml.inl.hpp \
opencv\build\include\opencv2\objdetect.hpp \
opencv\build\include\opencv2\objdetect\aruco_detector.hpp \
opencv\build\include\opencv2\objdetect\aruco_dictionary.hpp \
opencv\build\include\opencv2\objdetect\aruco_board.hpp \
opencv\build\include\opencv2\objdetect\graphical_code_detector.hpp \
opencv\build\include\opencv2\objdetect\detection_based_tracker.hpp \
opencv\build\include\opencv2\objdetect\face.hpp \
opencv\build\include\opencv2\objdetect\charuco_detector.hpp \
opencv\build\include\opencv2\objdetect\barcode.hpp \
opencv\build\include\opencv2\photo.hpp \
opencv\build\include\opencv2\stitching.hpp \
opencv\build\include\opencv2\stitching\warpers.hpp \
opencv\build\include\opencv2\stitching\detail\warpers.hpp \
opencv\build\include\opencv2\core\cuda.hpp \
opencv\build\include\opencv2\core\cuda_types.hpp \
opencv\build\include\opencv2\core\cuda.inl.hpp \
opencv\build\include\opencv2\stitching\detail\warpers_inl.hpp \
opencv\build\include\opencv2\stitching\detail\matchers.hpp \
opencv\build\include\opencv2\stitching\detail\motion_estimators.hpp \
opencv\build\include\opencv2\stitching\detail\util.hpp \
opencv\build\include\opencv2\stitching\detail\util_inl.hpp \
opencv\build\include\opencv2\stitching\detail\camera.hpp \
opencv\build\include\opencv2\stitching\detail\exposure_compensate.hpp \
opencv\build\include\opencv2\stitching\detail\seam_finders.hpp \
opencv\build\include\opencv2\stitching\detail\blenders.hpp \
opencv\build\include\opencv2\video.hpp \
opencv\build\include\opencv2\video\tracking.hpp \
opencv\build\include\opencv2\video\background_segm.hpp \
globals.h \
Include\MIL.h \
Include\ClassicMIL\milsetup.h \
Include\ClassicMIL\milos.h \
Include\ClassicMIL\mildec.h \
Include\ClassicMIL\milproto.h \
Include\ClassicMIL\milfunc.h \
Include\ClassicMIL\milstring.h \
Include\ClassicMIL\milvector.h \
Include\ClassicMIL\miluniqueid.h \
Include\ClassicMIL\mildyn.h \
Include\ClassicMIL\MILDyn\mil3dblob.h \
Include\ClassicMIL\MILDyn\mil3ddisp.h \
Include\ClassicMIL\MILDyn\mil3dgeo.h \
Include\ClassicMIL\MILDyn\mil3dgra.h \
Include\ClassicMIL\MILDyn\mil3dim.h \
Include\ClassicMIL\MILDyn\mil3dmap.h \
Include\ClassicMIL\MILDyn\mil3dmet.h \
Include\ClassicMIL\MILDyn\mil3dmod.h \
Include\ClassicMIL\MILDyn\mil3dreg.h \
Include\ClassicMIL\MILDyn\milagm.h \
Include\ClassicMIL\MILDyn\milbead.h \
Include\ClassicMIL\MILDyn\milblob.h \
Include\ClassicMIL\MILDyn\milcal.h \
Include\ClassicMIL\MILDyn\milclass.h \
Include\ClassicMIL\MILDyn\milcode.h \
Include\ClassicMIL\MILDyn\milcolor.h \
Include\ClassicMIL\MILDyn\milcom.h \
Include\ClassicMIL\MILDyn\mildisplay.h \
Include\ClassicMIL\MILDyn\mildmr.h \
Include\ClassicMIL\MILDyn\miledge.h \
Include\ClassicMIL\MILDyn\milim.h \
Include\ClassicMIL\MILDyn\milmeas.h \
Include\ClassicMIL\MILDyn\milmetrol.h \
Include\ClassicMIL\MILDyn\milmod.h \
Include\ClassicMIL\MILDyn\milocr.h \
Include\ClassicMIL\MILDyn\milpat.h \
Include\ClassicMIL\MILDyn\milreg.h \
Include\ClassicMIL\MILDyn\milstr.h \
Include\ClassicMIL\MILDyn\PFNC.h \
Include\ClassicMIL\milfuncll.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QMutex \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmutex.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdeadlinetimer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qelapsedtimer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtsan_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QSemaphore \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsemaphore.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QDir \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdir.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfile.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfiledevice.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qiodevice.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfileinfo.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qshareddata.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdatetime.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcalendar.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qlocale.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qvariant.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdebug.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtextstream.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcontiguouscache.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsharedpointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsharedpointer_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmap.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qshareddata_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qset.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qhash.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qvarlengtharray.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\q23utility.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtimezone.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QCoreApplication \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcoreapplication.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qeventloop.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qnativeinterface.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcoreapplication_platform.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfuture.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfutureinterface.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qresultstore.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfuture_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qthreadpool.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qthread.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qrunnable.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qexception.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qpromise.h \
onnxrunner.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QFile \
release\moc_predefs.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\bin\moc.exe
C:\Qt\6.7.3\msvc2022_64\bin\moc.exe $(DEFINES) --compiler-flavor=msvc --include C:/Users/Administrator/Documents/cotton_double/release/moc_predefs.h -IC:/Qt/6.7.3/msvc2022_64/mkspecs/win32-msvc -IC:/Users/Administrator/Documents/cotton_double -IC:/Users/Administrator/Documents/cotton_double/Include -IC:/Users/Administrator/Documents/cotton_double/opencv/build/include -IC:/Qt/6.7.3/msvc2022_64/include -IC:/Qt/6.7.3/msvc2022_64/include/QtWidgets -IC:/Qt/6.7.3/msvc2022_64/include/QtGui -IC:/Qt/6.7.3/msvc2022_64/include/QtNetwork -IC:/Qt/6.7.3/msvc2022_64/include/QtCore -I"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.42.34433\include" -I"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.42.34433\ATLMFC\include" -I"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\VS\include" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt" -I"C:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\um" -I"C:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\shared" -I"C:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\winrt" -I"C:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\cppwinrt" storage_worker.h -o release\moc_storage_worker.cpp
release\moc_widget.cpp: widget.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QProcess \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qprocess.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qiodevice.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qglobal.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtversionchecks.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtconfiginclude.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qconfig.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtcore-config.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtconfigmacros.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtcoreexports.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcompilerdetection.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qprocessordetection.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsystemdetection.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtdeprecationmarkers.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtpreprocessorsupport.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qassert.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtnoop.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtypes.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtversion.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtclasshelpermacros.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtypeinfo.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcontainerfwd.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsysinfo.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qlogging.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qflags.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcompare_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qatomic.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbasicatomic.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qatomic_cxx11.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qgenericatomic.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qyieldcpu.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qconstructormacros.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdarwinhelpers.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qexceptionhandling.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qforeach.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qttypetraits.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfunctionpointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qglobalstatic.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmalloc.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qminmax.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qnumeric.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qoverload.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qswap.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtenvironmentvariables.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtresource.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qttranslation.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qversiontagging.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qiodevicebase.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qobject.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qobjectdefs.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qnamespace.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtmetamacros.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qobjectdefs_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfunctionaltools_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstring.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qchar.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbytearray.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qrefcount.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qarraydata.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qpair.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qarraydatapointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qarraydataops.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcontainertools_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qxptype_traits.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\q20type_traits.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\q20functional.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\q20memory.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbytearrayalgorithms.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbytearrayview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringfwd.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringliteral.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringalgorithms.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qlatin1stringview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qanystringview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qutf8stringview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringtokenizer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringbuilder.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringconverter.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringconverter_base.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qlist.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qhashfunctions.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qiterator.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbytearraylist.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringlist.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qalgorithms.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringmatcher.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcoreevent.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qscopedpointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmetatype.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcompare.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcomparehelpers.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdatastream.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfloat16.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmath.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qiterable.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmetacontainer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcontainerinfo.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtaggedpointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qscopeguard.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qobject_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbindingstorage.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qshareddata.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QThread \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qthread.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdeadlinetimer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qelapsedtimer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\QWidget \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qwidget.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qtwidgetsglobal.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qtguiglobal.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qtgui-config.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qtguiexports.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qtwidgets-config.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qtwidgetsexports.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qwindowdefs.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qwindowdefs_win.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmargins.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\q23utility.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qaction.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qkeysequence.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qicon.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsize.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qpixmap.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qpaintdevice.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qrect.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qpoint.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qcolor.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qrgb.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qrgba64.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qimage.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qpixelformat.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qtransform.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qpolygon.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qregion.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qline.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qvariant.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdebug.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtextstream.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcontiguouscache.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsharedpointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsharedpointer_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmap.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qshareddata_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qset.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qhash.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qvarlengtharray.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qpalette.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qbrush.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qfont.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qendian.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qfontmetrics.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qfontinfo.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qsizepolicy.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qcursor.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qbitmap.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qevent.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qurl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qeventpoint.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qvector2d.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qvectornd.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qpointingdevice.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qinputdevice.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qscreen.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QList \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QObject \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QRect \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QSize \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QSizeF \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\QTransform \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qnativeinterface.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qscreen_platform.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qguiapplication.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcoreapplication.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qeventloop.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcoreapplication_platform.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfuture.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfutureinterface.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmutex.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtsan_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qresultstore.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfuture_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qthreadpool.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qrunnable.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qexception.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qpromise.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qinputmethod.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qlocale.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qguiapplication_platform.h \
camera.h \
Include\Mil.h \
Include\ClassicMIL\milsetup.h \
Include\ClassicMIL\milos.h \
Include\ClassicMIL\mildec.h \
Include\ClassicMIL\milproto.h \
Include\ClassicMIL\milfunc.h \
Include\ClassicMIL\milstring.h \
Include\ClassicMIL\milvector.h \
Include\ClassicMIL\miluniqueid.h \
Include\ClassicMIL\mildyn.h \
Include\ClassicMIL\MILDyn\mil3dblob.h \
Include\ClassicMIL\MILDyn\mil3ddisp.h \
Include\ClassicMIL\MILDyn\mil3dgeo.h \
Include\ClassicMIL\MILDyn\mil3dgra.h \
Include\ClassicMIL\MILDyn\mil3dim.h \
Include\ClassicMIL\MILDyn\mil3dmap.h \
Include\ClassicMIL\MILDyn\mil3dmet.h \
Include\ClassicMIL\MILDyn\mil3dmod.h \
Include\ClassicMIL\MILDyn\mil3dreg.h \
Include\ClassicMIL\MILDyn\milagm.h \
Include\ClassicMIL\MILDyn\milbead.h \
Include\ClassicMIL\MILDyn\milblob.h \
Include\ClassicMIL\MILDyn\milcal.h \
Include\ClassicMIL\MILDyn\milclass.h \
Include\ClassicMIL\MILDyn\milcode.h \
Include\ClassicMIL\MILDyn\milcolor.h \
Include\ClassicMIL\MILDyn\milcom.h \
Include\ClassicMIL\MILDyn\mildisplay.h \
Include\ClassicMIL\MILDyn\mildmr.h \
Include\ClassicMIL\MILDyn\miledge.h \
Include\ClassicMIL\MILDyn\milim.h \
Include\ClassicMIL\MILDyn\milmeas.h \
Include\ClassicMIL\MILDyn\milmetrol.h \
Include\ClassicMIL\MILDyn\milmod.h \
Include\ClassicMIL\MILDyn\milocr.h \
Include\ClassicMIL\MILDyn\milpat.h \
Include\ClassicMIL\MILDyn\milreg.h \
Include\ClassicMIL\MILDyn\milstr.h \
Include\ClassicMIL\MILDyn\PFNC.h \
Include\ClassicMIL\milfuncll.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\QImage \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QQueue \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qqueue.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QDebug \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QString \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QTimer \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtimer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbasictimer.h \
onnxrunner.h \
opencv\build\include\opencv2\opencv.hpp \
opencv\build\include\opencv2\opencv_modules.hpp \
opencv\build\include\opencv2\core.hpp \
opencv\build\include\opencv2\core\cvdef.h \
opencv\build\include\opencv2\core\version.hpp \
opencv\build\include\opencv2\core\hal\interface.h \
opencv\build\include\opencv2\core\cv_cpu_dispatch.h \
opencv\build\include\opencv2\core\cv_cpu_helper.h \
opencv\build\include\opencv2\core\hal\msa_macros.h \
opencv\build\include\opencv2\core\fast_math.hpp \
opencv\build\include\opencv2\core\base.hpp \
opencv\build\include\opencv2\core\cvstd.hpp \
opencv\build\include\opencv2\core\cvstd_wrapper.hpp \
opencv\build\include\opencv2\core\neon_utils.hpp \
opencv\build\include\opencv2\core\vsx_utils.hpp \
opencv\build\include\opencv2\core\check.hpp \
opencv\build\include\opencv2\core\traits.hpp \
opencv\build\include\opencv2\core\matx.hpp \
opencv\build\include\opencv2\core\saturate.hpp \
opencv\build\include\opencv2\core\matx.inl.hpp \
opencv\build\include\opencv2\core\types.hpp \
opencv\build\include\opencv2\core\mat.hpp \
opencv\build\include\opencv2\core\bufferpool.hpp \
opencv\build\include\opencv2\core\mat.inl.hpp \
opencv\build\include\opencv2\core\persistence.hpp \
opencv\build\include\opencv2\core\operations.hpp \
opencv\build\include\opencv2\core\cvstd.inl.hpp \
opencv\build\include\opencv2\core\utility.hpp \
opencv\build\include\opencv2\core\utils\instrumentation.hpp \
opencv\build\include\opencv2\core\utils\tls.hpp \
opencv\build\include\opencv2\core\optim.hpp \
opencv\build\include\opencv2\core\ovx.hpp \
opencv\build\include\opencv2\calib3d.hpp \
opencv\build\include\opencv2\features2d.hpp \
opencv\build\include\opencv2\flann\miniflann.hpp \
opencv\build\include\opencv2\flann\defines.h \
opencv\build\include\opencv2\flann\config.h \
opencv\build\include\opencv2\core\affine.hpp \
opencv\build\include\opencv2\core\utils\logger.hpp \
opencv\build\include\opencv2\core\utils\logger.defines.hpp \
opencv\build\include\opencv2\core\utils\logtag.hpp \
opencv\build\include\opencv2\dnn.hpp \
opencv\build\include\opencv2\dnn\dnn.hpp \
opencv\build\include\opencv2\core\async.hpp \
opencv\build\include\opencv2\dnn\version.hpp \
opencv\build\include\opencv2\dnn\dict.hpp \
opencv\build\include\opencv2\dnn\layer.hpp \
opencv\build\include\opencv2\dnn\dnn.inl.hpp \
opencv\build\include\opencv2\dnn\utils\inference_engine.hpp \
opencv\build\include\opencv2\flann.hpp \
opencv\build\include\opencv2\flann\flann_base.hpp \
opencv\build\include\opencv2\flann\general.h \
opencv\build\include\opencv2\flann\matrix.h \
opencv\build\include\opencv2\flann\params.h \
opencv\build\include\opencv2\flann\any.h \
opencv\build\include\opencv2\flann\saving.h \
opencv\build\include\opencv2\flann\nn_index.h \
opencv\build\include\opencv2\flann\result_set.h \
opencv\build\include\opencv2\flann\all_indices.h \
opencv\build\include\opencv2\flann\kdtree_index.h \
opencv\build\include\opencv2\flann\dynamic_bitset.h \
opencv\build\include\opencv2\flann\dist.h \
opencv\build\include\opencv2\flann\heap.h \
opencv\build\include\opencv2\flann\allocator.h \
opencv\build\include\opencv2\flann\random.h \
opencv\build\include\opencv2\flann\kdtree_single_index.h \
opencv\build\include\opencv2\flann\kmeans_index.h \
opencv\build\include\opencv2\flann\logger.h \
opencv\build\include\opencv2\flann\composite_index.h \
opencv\build\include\opencv2\flann\linear_index.h \
opencv\build\include\opencv2\flann\hierarchical_clustering_index.h \
opencv\build\include\opencv2\flann\lsh_index.h \
opencv\build\include\opencv2\flann\lsh_table.h \
opencv\build\include\opencv2\flann\autotuned_index.h \
opencv\build\include\opencv2\flann\ground_truth.h \
opencv\build\include\opencv2\flann\index_testing.h \
opencv\build\include\opencv2\flann\timer.h \
opencv\build\include\opencv2\flann\sampling.h \
opencv\build\include\opencv2\highgui.hpp \
opencv\build\include\opencv2\imgcodecs.hpp \
opencv\build\include\opencv2\videoio.hpp \
opencv\build\include\opencv2\imgproc.hpp \
opencv\build\include\opencv2\imgproc\segmentation.hpp \
opencv\build\include\opencv2\ml.hpp \
opencv\build\include\opencv2\ml\ml.inl.hpp \
opencv\build\include\opencv2\objdetect.hpp \
opencv\build\include\opencv2\objdetect\aruco_detector.hpp \
opencv\build\include\opencv2\objdetect\aruco_dictionary.hpp \
opencv\build\include\opencv2\objdetect\aruco_board.hpp \
opencv\build\include\opencv2\objdetect\graphical_code_detector.hpp \
opencv\build\include\opencv2\objdetect\detection_based_tracker.hpp \
opencv\build\include\opencv2\objdetect\face.hpp \
opencv\build\include\opencv2\objdetect\charuco_detector.hpp \
opencv\build\include\opencv2\objdetect\barcode.hpp \
opencv\build\include\opencv2\photo.hpp \
opencv\build\include\opencv2\stitching.hpp \
opencv\build\include\opencv2\stitching\warpers.hpp \
opencv\build\include\opencv2\stitching\detail\warpers.hpp \
opencv\build\include\opencv2\core\cuda.hpp \
opencv\build\include\opencv2\core\cuda_types.hpp \
opencv\build\include\opencv2\core\cuda.inl.hpp \
opencv\build\include\opencv2\stitching\detail\warpers_inl.hpp \
opencv\build\include\opencv2\stitching\detail\matchers.hpp \
opencv\build\include\opencv2\stitching\detail\motion_estimators.hpp \
opencv\build\include\opencv2\stitching\detail\util.hpp \
opencv\build\include\opencv2\stitching\detail\util_inl.hpp \
opencv\build\include\opencv2\stitching\detail\camera.hpp \
opencv\build\include\opencv2\stitching\detail\exposure_compensate.hpp \
opencv\build\include\opencv2\stitching\detail\seam_finders.hpp \
opencv\build\include\opencv2\stitching\detail\blenders.hpp \
opencv\build\include\opencv2\video.hpp \
opencv\build\include\opencv2\video\tracking.hpp \
opencv\build\include\opencv2\video\background_segm.hpp \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QFile \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfile.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfiledevice.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtNetwork\QTcpSocket \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtNetwork\qtcpsocket.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtNetwork\qtnetworkglobal.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtNetwork\qtnetwork-config.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtNetwork\qtnetworkexports.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtNetwork\qabstractsocket.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtNetwork\qhostaddress.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtNetwork\QTcpServer \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtNetwork\qtcpserver.h \
globals.h \
Include\MIL.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QMutex \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QSemaphore \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsemaphore.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QDir \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdir.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfileinfo.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdatetime.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcalendar.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtimezone.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QCoreApplication \
img_utils.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\QPixmap \
color_algorithms.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\QPushButton \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qpushbutton.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qabstractbutton.h \
storage_worker.h \
countdown_dialog.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\QDialog \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qdialog.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\QLabel \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qlabel.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qframe.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qpicture.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qtextdocument.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\QVBoxLayout \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qboxlayout.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qlayout.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qlayoutitem.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qgridlayout.h \
plc_connector.h \
libmodbus\modbus.h \
libmodbus\modbus-version.h \
libmodbus\modbus-tcp.h \
libmodbus\modbus-rtu.h \
release\moc_predefs.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\bin\moc.exe
C:\Qt\6.7.3\msvc2022_64\bin\moc.exe $(DEFINES) --compiler-flavor=msvc --include C:/Users/Administrator/Documents/cotton_double/release/moc_predefs.h -IC:/Qt/6.7.3/msvc2022_64/mkspecs/win32-msvc -IC:/Users/Administrator/Documents/cotton_double -IC:/Users/Administrator/Documents/cotton_double/Include -IC:/Users/Administrator/Documents/cotton_double/opencv/build/include -IC:/Qt/6.7.3/msvc2022_64/include -IC:/Qt/6.7.3/msvc2022_64/include/QtWidgets -IC:/Qt/6.7.3/msvc2022_64/include/QtGui -IC:/Qt/6.7.3/msvc2022_64/include/QtNetwork -IC:/Qt/6.7.3/msvc2022_64/include/QtCore -I"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.42.34433\include" -I"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.42.34433\ATLMFC\include" -I"C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\VS\include" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt" -I"C:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\um" -I"C:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\shared" -I"C:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\winrt" -I"C:\Program Files (x86)\Windows Kits\10\\include\10.0.22621.0\\cppwinrt" widget.h -o release\moc_widget.cpp
compiler_moc_objc_header_make_all:
compiler_moc_objc_header_clean:
compiler_moc_source_make_all:
compiler_moc_source_clean:
compiler_uic_make_all: ui_widget.h
compiler_uic_clean:
-$(DEL_FILE) ui_widget.h
ui_widget.h: widget.ui \
..\..\..\..\Qt\6.7.3\msvc2022_64\bin\uic.exe
C:\Qt\6.7.3\msvc2022_64\bin\uic.exe widget.ui -o ui_widget.h
compiler_yacc_decl_make_all:
compiler_yacc_decl_clean:
compiler_yacc_impl_make_all:
compiler_yacc_impl_clean:
compiler_lex_make_all:
compiler_lex_clean:
compiler_clean: compiler_moc_predefs_clean compiler_moc_header_clean compiler_uic_clean
####### Compile
release\countdown_dialog.obj: countdown_dialog.cpp countdown_dialog.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\QDialog \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qdialog.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qtwidgetsglobal.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qtguiglobal.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qglobal.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtversionchecks.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtconfiginclude.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qconfig.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtcore-config.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtconfigmacros.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtcoreexports.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcompilerdetection.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qprocessordetection.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsystemdetection.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtdeprecationmarkers.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtpreprocessorsupport.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qassert.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtnoop.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtypes.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtversion.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtclasshelpermacros.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtypeinfo.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcontainerfwd.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsysinfo.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qlogging.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qflags.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcompare_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qatomic.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbasicatomic.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qatomic_cxx11.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qgenericatomic.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qyieldcpu.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qconstructormacros.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdarwinhelpers.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qexceptionhandling.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qforeach.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qttypetraits.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfunctionpointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qglobalstatic.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmalloc.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qminmax.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qnumeric.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qoverload.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qswap.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtenvironmentvariables.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtresource.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qttranslation.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qversiontagging.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qtgui-config.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qtguiexports.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qtwidgets-config.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qtwidgetsexports.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qwidget.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qwindowdefs.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qobjectdefs.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qnamespace.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtmetamacros.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qobjectdefs_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfunctionaltools_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qwindowdefs_win.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qobject.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstring.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qchar.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbytearray.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qrefcount.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qarraydata.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qpair.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qarraydatapointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qarraydataops.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcontainertools_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qxptype_traits.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\q20type_traits.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\q20functional.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\q20memory.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbytearrayalgorithms.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbytearrayview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringfwd.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringliteral.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringalgorithms.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qlatin1stringview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qanystringview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qutf8stringview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringtokenizer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringbuilder.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringconverter.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringconverter_base.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qlist.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qhashfunctions.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qiterator.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbytearraylist.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringlist.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qalgorithms.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringmatcher.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcoreevent.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qscopedpointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmetatype.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcompare.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcomparehelpers.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdatastream.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qiodevicebase.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfloat16.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmath.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qiterable.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmetacontainer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcontainerinfo.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtaggedpointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qscopeguard.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qobject_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbindingstorage.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmargins.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\q23utility.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qaction.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qkeysequence.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qicon.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsize.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qpixmap.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qpaintdevice.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qrect.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qpoint.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qcolor.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qrgb.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qrgba64.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qshareddata.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qimage.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qpixelformat.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qtransform.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qpolygon.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qregion.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qline.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qvariant.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdebug.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtextstream.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcontiguouscache.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsharedpointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsharedpointer_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmap.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qshareddata_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qset.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qhash.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qvarlengtharray.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qpalette.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qbrush.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qfont.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qendian.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qfontmetrics.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qfontinfo.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qsizepolicy.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qcursor.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qbitmap.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qevent.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qiodevice.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qurl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qeventpoint.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qvector2d.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qvectornd.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qpointingdevice.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qinputdevice.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qscreen.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QList \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QObject \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QRect \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QSize \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QSizeF \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\QTransform \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qnativeinterface.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qscreen_platform.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qguiapplication.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcoreapplication.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdeadlinetimer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qelapsedtimer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qeventloop.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcoreapplication_platform.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfuture.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfutureinterface.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmutex.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtsan_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qresultstore.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfuture_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qthreadpool.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qthread.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qrunnable.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qexception.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qpromise.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qinputmethod.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qlocale.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qguiapplication_platform.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QTimer \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtimer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbasictimer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\QLabel \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qlabel.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qframe.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qpicture.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qtextdocument.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\QVBoxLayout \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qboxlayout.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qlayout.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qlayoutitem.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qgridlayout.h
release\modbus-data.obj: libmodbus\modbus-data.c libmodbus\modbus.h \
libmodbus\modbus-version.h \
libmodbus\modbus-tcp.h \
libmodbus\modbus-rtu.h
release\modbus-rtu.obj: libmodbus\modbus-rtu.c libmodbus\modbus-private.h \
libmodbus\modbus.h \
libmodbus\modbus-version.h \
libmodbus\modbus-tcp.h \
libmodbus\modbus-rtu.h \
libmodbus\modbus-rtu-private.h
release\modbus-tcp.obj: libmodbus\modbus-tcp.c libmodbus\modbus-private.h \
libmodbus\modbus.h \
libmodbus\modbus-version.h \
libmodbus\modbus-tcp.h \
libmodbus\modbus-rtu.h \
libmodbus\modbus-tcp-private.h
release\modbus.obj: libmodbus\modbus.c libmodbus\modbus.h \
libmodbus\modbus-version.h \
libmodbus\modbus-tcp.h \
libmodbus\modbus-rtu.h \
libmodbus\modbus-private.h
release\camera.obj: camera.cpp camera.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QObject \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qobject.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qobjectdefs.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qnamespace.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qglobal.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtversionchecks.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtconfiginclude.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qconfig.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtcore-config.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtconfigmacros.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtcoreexports.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcompilerdetection.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qprocessordetection.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsystemdetection.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtdeprecationmarkers.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtpreprocessorsupport.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qassert.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtnoop.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtypes.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtversion.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtclasshelpermacros.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtypeinfo.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcontainerfwd.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsysinfo.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qlogging.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qflags.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcompare_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qatomic.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbasicatomic.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qatomic_cxx11.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qgenericatomic.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qyieldcpu.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qconstructormacros.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdarwinhelpers.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qexceptionhandling.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qforeach.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qttypetraits.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfunctionpointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qglobalstatic.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmalloc.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qminmax.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qnumeric.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qoverload.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qswap.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtenvironmentvariables.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtresource.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qttranslation.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qversiontagging.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtmetamacros.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qobjectdefs_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfunctionaltools_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstring.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qchar.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbytearray.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qrefcount.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qarraydata.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qpair.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qarraydatapointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qarraydataops.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcontainertools_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qxptype_traits.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\q20type_traits.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\q20functional.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\q20memory.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbytearrayalgorithms.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbytearrayview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringfwd.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringliteral.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringalgorithms.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qlatin1stringview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qanystringview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qutf8stringview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringtokenizer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringbuilder.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringconverter.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringconverter_base.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qlist.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qhashfunctions.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qiterator.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbytearraylist.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringlist.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qalgorithms.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringmatcher.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcoreevent.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qscopedpointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmetatype.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcompare.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcomparehelpers.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdatastream.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qiodevicebase.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfloat16.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmath.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qiterable.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmetacontainer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcontainerinfo.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtaggedpointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qscopeguard.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qobject_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbindingstorage.h \
Include\Mil.h \
Include\ClassicMIL\milsetup.h \
Include\ClassicMIL\milos.h \
Include\ClassicMIL\mildec.h \
Include\ClassicMIL\milproto.h \
Include\ClassicMIL\milfunc.h \
Include\ClassicMIL\milstring.h \
Include\ClassicMIL\milvector.h \
Include\ClassicMIL\miluniqueid.h \
Include\ClassicMIL\mildyn.h \
Include\ClassicMIL\MILDyn\mil3dblob.h \
Include\ClassicMIL\MILDyn\mil3ddisp.h \
Include\ClassicMIL\MILDyn\mil3dgeo.h \
Include\ClassicMIL\MILDyn\mil3dgra.h \
Include\ClassicMIL\MILDyn\mil3dim.h \
Include\ClassicMIL\MILDyn\mil3dmap.h \
Include\ClassicMIL\MILDyn\mil3dmet.h \
Include\ClassicMIL\MILDyn\mil3dmod.h \
Include\ClassicMIL\MILDyn\mil3dreg.h \
Include\ClassicMIL\MILDyn\milagm.h \
Include\ClassicMIL\MILDyn\milbead.h \
Include\ClassicMIL\MILDyn\milblob.h \
Include\ClassicMIL\MILDyn\milcal.h \
Include\ClassicMIL\MILDyn\milclass.h \
Include\ClassicMIL\MILDyn\milcode.h \
Include\ClassicMIL\MILDyn\milcolor.h \
Include\ClassicMIL\MILDyn\milcom.h \
Include\ClassicMIL\MILDyn\mildisplay.h \
Include\ClassicMIL\MILDyn\mildmr.h \
Include\ClassicMIL\MILDyn\miledge.h \
Include\ClassicMIL\MILDyn\milim.h \
Include\ClassicMIL\MILDyn\milmeas.h \
Include\ClassicMIL\MILDyn\milmetrol.h \
Include\ClassicMIL\MILDyn\milmod.h \
Include\ClassicMIL\MILDyn\milocr.h \
Include\ClassicMIL\MILDyn\milpat.h \
Include\ClassicMIL\MILDyn\milreg.h \
Include\ClassicMIL\MILDyn\milstr.h \
Include\ClassicMIL\MILDyn\PFNC.h \
Include\ClassicMIL\milfuncll.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\QImage \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qimage.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qtguiglobal.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qtgui-config.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qtguiexports.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qcolor.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qrgb.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qrgba64.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qpaintdevice.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qwindowdefs.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qwindowdefs_win.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qrect.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmargins.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\q23utility.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsize.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qpoint.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qpixelformat.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qtransform.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qpolygon.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qregion.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qline.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QQueue \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qqueue.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QDebug \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdebug.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtextstream.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcontiguouscache.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsharedpointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qshareddata.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsharedpointer_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmap.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qshareddata_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qset.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qhash.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qvarlengtharray.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QString \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QTimer \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtimer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbasictimer.h \
onnxrunner.h \
opencv\build\include\opencv2\opencv.hpp \
opencv\build\include\opencv2\opencv_modules.hpp \
opencv\build\include\opencv2\core.hpp \
opencv\build\include\opencv2\core\cvdef.h \
opencv\build\include\opencv2\core\version.hpp \
opencv\build\include\opencv2\core\hal\interface.h \
opencv\build\include\opencv2\core\cv_cpu_dispatch.h \
opencv\build\include\opencv2\core\cv_cpu_helper.h \
opencv\build\include\opencv2\core\hal\msa_macros.h \
opencv\build\include\opencv2\core\fast_math.hpp \
opencv\build\include\opencv2\core\base.hpp \
opencv\build\include\opencv2\core\cvstd.hpp \
opencv\build\include\opencv2\core\cvstd_wrapper.hpp \
opencv\build\include\opencv2\core\neon_utils.hpp \
opencv\build\include\opencv2\core\vsx_utils.hpp \
opencv\build\include\opencv2\core\check.hpp \
opencv\build\include\opencv2\core\traits.hpp \
opencv\build\include\opencv2\core\matx.hpp \
opencv\build\include\opencv2\core\saturate.hpp \
opencv\build\include\opencv2\core\matx.inl.hpp \
opencv\build\include\opencv2\core\types.hpp \
opencv\build\include\opencv2\core\mat.hpp \
opencv\build\include\opencv2\core\bufferpool.hpp \
opencv\build\include\opencv2\core\mat.inl.hpp \
opencv\build\include\opencv2\core\persistence.hpp \
opencv\build\include\opencv2\core\operations.hpp \
opencv\build\include\opencv2\core\cvstd.inl.hpp \
opencv\build\include\opencv2\core\utility.hpp \
opencv\build\include\opencv2\core\utils\instrumentation.hpp \
opencv\build\include\opencv2\core\utils\tls.hpp \
opencv\build\include\opencv2\core\optim.hpp \
opencv\build\include\opencv2\core\ovx.hpp \
opencv\build\include\opencv2\calib3d.hpp \
opencv\build\include\opencv2\features2d.hpp \
opencv\build\include\opencv2\flann\miniflann.hpp \
opencv\build\include\opencv2\flann\defines.h \
opencv\build\include\opencv2\flann\config.h \
opencv\build\include\opencv2\core\affine.hpp \
opencv\build\include\opencv2\core\utils\logger.hpp \
opencv\build\include\opencv2\core\utils\logger.defines.hpp \
opencv\build\include\opencv2\core\utils\logtag.hpp \
opencv\build\include\opencv2\dnn.hpp \
opencv\build\include\opencv2\dnn\dnn.hpp \
opencv\build\include\opencv2\core\async.hpp \
opencv\build\include\opencv2\dnn\version.hpp \
opencv\build\include\opencv2\dnn\dict.hpp \
opencv\build\include\opencv2\dnn\layer.hpp \
opencv\build\include\opencv2\dnn\dnn.inl.hpp \
opencv\build\include\opencv2\dnn\utils\inference_engine.hpp \
opencv\build\include\opencv2\flann.hpp \
opencv\build\include\opencv2\flann\flann_base.hpp \
opencv\build\include\opencv2\flann\general.h \
opencv\build\include\opencv2\flann\matrix.h \
opencv\build\include\opencv2\flann\params.h \
opencv\build\include\opencv2\flann\any.h \
opencv\build\include\opencv2\flann\saving.h \
opencv\build\include\opencv2\flann\nn_index.h \
opencv\build\include\opencv2\flann\result_set.h \
opencv\build\include\opencv2\flann\all_indices.h \
opencv\build\include\opencv2\flann\kdtree_index.h \
opencv\build\include\opencv2\flann\dynamic_bitset.h \
opencv\build\include\opencv2\flann\dist.h \
opencv\build\include\opencv2\flann\heap.h \
opencv\build\include\opencv2\flann\allocator.h \
opencv\build\include\opencv2\flann\random.h \
opencv\build\include\opencv2\flann\kdtree_single_index.h \
opencv\build\include\opencv2\flann\kmeans_index.h \
opencv\build\include\opencv2\flann\logger.h \
opencv\build\include\opencv2\flann\composite_index.h \
opencv\build\include\opencv2\flann\linear_index.h \
opencv\build\include\opencv2\flann\hierarchical_clustering_index.h \
opencv\build\include\opencv2\flann\lsh_index.h \
opencv\build\include\opencv2\flann\lsh_table.h \
opencv\build\include\opencv2\flann\autotuned_index.h \
opencv\build\include\opencv2\flann\ground_truth.h \
opencv\build\include\opencv2\flann\index_testing.h \
opencv\build\include\opencv2\flann\timer.h \
opencv\build\include\opencv2\flann\sampling.h \
opencv\build\include\opencv2\highgui.hpp \
opencv\build\include\opencv2\imgcodecs.hpp \
opencv\build\include\opencv2\videoio.hpp \
opencv\build\include\opencv2\imgproc.hpp \
opencv\build\include\opencv2\imgproc\segmentation.hpp \
opencv\build\include\opencv2\ml.hpp \
opencv\build\include\opencv2\ml\ml.inl.hpp \
opencv\build\include\opencv2\objdetect.hpp \
opencv\build\include\opencv2\objdetect\aruco_detector.hpp \
opencv\build\include\opencv2\objdetect\aruco_dictionary.hpp \
opencv\build\include\opencv2\objdetect\aruco_board.hpp \
opencv\build\include\opencv2\objdetect\graphical_code_detector.hpp \
opencv\build\include\opencv2\objdetect\detection_based_tracker.hpp \
opencv\build\include\opencv2\objdetect\face.hpp \
opencv\build\include\opencv2\objdetect\charuco_detector.hpp \
opencv\build\include\opencv2\objdetect\barcode.hpp \
opencv\build\include\opencv2\photo.hpp \
opencv\build\include\opencv2\stitching.hpp \
opencv\build\include\opencv2\stitching\warpers.hpp \
opencv\build\include\opencv2\stitching\detail\warpers.hpp \
opencv\build\include\opencv2\core\cuda.hpp \
opencv\build\include\opencv2\core\cuda_types.hpp \
opencv\build\include\opencv2\core\cuda.inl.hpp \
opencv\build\include\opencv2\stitching\detail\warpers_inl.hpp \
opencv\build\include\opencv2\stitching\detail\matchers.hpp \
opencv\build\include\opencv2\stitching\detail\motion_estimators.hpp \
opencv\build\include\opencv2\stitching\detail\util.hpp \
opencv\build\include\opencv2\stitching\detail\util_inl.hpp \
opencv\build\include\opencv2\stitching\detail\camera.hpp \
opencv\build\include\opencv2\stitching\detail\exposure_compensate.hpp \
opencv\build\include\opencv2\stitching\detail\seam_finders.hpp \
opencv\build\include\opencv2\stitching\detail\blenders.hpp \
opencv\build\include\opencv2\video.hpp \
opencv\build\include\opencv2\video\tracking.hpp \
opencv\build\include\opencv2\video\background_segm.hpp \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QFile \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfile.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfiledevice.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qiodevice.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtNetwork\QTcpSocket \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtNetwork\qtcpsocket.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtNetwork\qtnetworkglobal.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtNetwork\qtnetwork-config.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtNetwork\qtnetworkexports.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtNetwork\qabstractsocket.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtNetwork\qhostaddress.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qvariant.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtNetwork\QTcpServer \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtNetwork\qtcpserver.h \
globals.h \
Include\MIL.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QMutex \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmutex.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdeadlinetimer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qelapsedtimer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtsan_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QSemaphore \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsemaphore.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QDir \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdir.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfileinfo.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdatetime.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcalendar.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qlocale.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtimezone.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QCoreApplication \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcoreapplication.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qeventloop.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qnativeinterface.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcoreapplication_platform.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfuture.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfutureinterface.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qresultstore.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfuture_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qthreadpool.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qthread.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qrunnable.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qexception.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qpromise.h \
img_utils.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\QPixmap \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qpixmap.h \
color_algorithms.h
release\color_algorithms.obj: color_algorithms.cpp color_algorithms.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QObject \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qobject.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qobjectdefs.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qnamespace.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qglobal.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtversionchecks.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtconfiginclude.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qconfig.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtcore-config.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtconfigmacros.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtcoreexports.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcompilerdetection.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qprocessordetection.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsystemdetection.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtdeprecationmarkers.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtpreprocessorsupport.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qassert.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtnoop.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtypes.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtversion.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtclasshelpermacros.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtypeinfo.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcontainerfwd.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsysinfo.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qlogging.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qflags.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcompare_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qatomic.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbasicatomic.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qatomic_cxx11.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qgenericatomic.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qyieldcpu.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qconstructormacros.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdarwinhelpers.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qexceptionhandling.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qforeach.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qttypetraits.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfunctionpointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qglobalstatic.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmalloc.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qminmax.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qnumeric.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qoverload.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qswap.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtenvironmentvariables.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtresource.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qttranslation.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qversiontagging.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtmetamacros.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qobjectdefs_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfunctionaltools_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstring.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qchar.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbytearray.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qrefcount.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qarraydata.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qpair.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qarraydatapointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qarraydataops.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcontainertools_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qxptype_traits.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\q20type_traits.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\q20functional.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\q20memory.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbytearrayalgorithms.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbytearrayview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringfwd.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringliteral.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringalgorithms.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qlatin1stringview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qanystringview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qutf8stringview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringtokenizer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringbuilder.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringconverter.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringconverter_base.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qlist.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qhashfunctions.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qiterator.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbytearraylist.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringlist.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qalgorithms.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringmatcher.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcoreevent.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qscopedpointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmetatype.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcompare.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcomparehelpers.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdatastream.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qiodevicebase.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfloat16.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmath.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qiterable.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmetacontainer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcontainerinfo.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtaggedpointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qscopeguard.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qobject_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbindingstorage.h \
Include\Mil.h \
Include\ClassicMIL\milsetup.h \
Include\ClassicMIL\milos.h \
Include\ClassicMIL\mildec.h \
Include\ClassicMIL\milproto.h \
Include\ClassicMIL\milfunc.h \
Include\ClassicMIL\milstring.h \
Include\ClassicMIL\milvector.h \
Include\ClassicMIL\miluniqueid.h \
Include\ClassicMIL\mildyn.h \
Include\ClassicMIL\MILDyn\mil3dblob.h \
Include\ClassicMIL\MILDyn\mil3ddisp.h \
Include\ClassicMIL\MILDyn\mil3dgeo.h \
Include\ClassicMIL\MILDyn\mil3dgra.h \
Include\ClassicMIL\MILDyn\mil3dim.h \
Include\ClassicMIL\MILDyn\mil3dmap.h \
Include\ClassicMIL\MILDyn\mil3dmet.h \
Include\ClassicMIL\MILDyn\mil3dmod.h \
Include\ClassicMIL\MILDyn\mil3dreg.h \
Include\ClassicMIL\MILDyn\milagm.h \
Include\ClassicMIL\MILDyn\milbead.h \
Include\ClassicMIL\MILDyn\milblob.h \
Include\ClassicMIL\MILDyn\milcal.h \
Include\ClassicMIL\MILDyn\milclass.h \
Include\ClassicMIL\MILDyn\milcode.h \
Include\ClassicMIL\MILDyn\milcolor.h \
Include\ClassicMIL\MILDyn\milcom.h \
Include\ClassicMIL\MILDyn\mildisplay.h \
Include\ClassicMIL\MILDyn\mildmr.h \
Include\ClassicMIL\MILDyn\miledge.h \
Include\ClassicMIL\MILDyn\milim.h \
Include\ClassicMIL\MILDyn\milmeas.h \
Include\ClassicMIL\MILDyn\milmetrol.h \
Include\ClassicMIL\MILDyn\milmod.h \
Include\ClassicMIL\MILDyn\milocr.h \
Include\ClassicMIL\MILDyn\milpat.h \
Include\ClassicMIL\MILDyn\milreg.h \
Include\ClassicMIL\MILDyn\milstr.h \
Include\ClassicMIL\MILDyn\PFNC.h \
Include\ClassicMIL\milfuncll.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\QImage \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qimage.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qtguiglobal.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qtgui-config.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qtguiexports.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qcolor.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qrgb.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qrgba64.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qpaintdevice.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qwindowdefs.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qwindowdefs_win.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qrect.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmargins.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\q23utility.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsize.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qpoint.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qpixelformat.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qtransform.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qpolygon.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qregion.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qline.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QQueue \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qqueue.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QDebug \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdebug.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtextstream.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcontiguouscache.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsharedpointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qshareddata.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsharedpointer_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmap.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qshareddata_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qset.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qhash.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qvarlengtharray.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QString \
opencv\build\include\opencv2\opencv.hpp \
opencv\build\include\opencv2\opencv_modules.hpp \
opencv\build\include\opencv2\core.hpp \
opencv\build\include\opencv2\core\cvdef.h \
opencv\build\include\opencv2\core\version.hpp \
opencv\build\include\opencv2\core\hal\interface.h \
opencv\build\include\opencv2\core\cv_cpu_dispatch.h \
opencv\build\include\opencv2\core\cv_cpu_helper.h \
opencv\build\include\opencv2\core\hal\msa_macros.h \
opencv\build\include\opencv2\core\fast_math.hpp \
opencv\build\include\opencv2\core\base.hpp \
opencv\build\include\opencv2\core\cvstd.hpp \
opencv\build\include\opencv2\core\cvstd_wrapper.hpp \
opencv\build\include\opencv2\core\neon_utils.hpp \
opencv\build\include\opencv2\core\vsx_utils.hpp \
opencv\build\include\opencv2\core\check.hpp \
opencv\build\include\opencv2\core\traits.hpp \
opencv\build\include\opencv2\core\matx.hpp \
opencv\build\include\opencv2\core\saturate.hpp \
opencv\build\include\opencv2\core\matx.inl.hpp \
opencv\build\include\opencv2\core\types.hpp \
opencv\build\include\opencv2\core\mat.hpp \
opencv\build\include\opencv2\core\bufferpool.hpp \
opencv\build\include\opencv2\core\mat.inl.hpp \
opencv\build\include\opencv2\core\persistence.hpp \
opencv\build\include\opencv2\core\operations.hpp \
opencv\build\include\opencv2\core\cvstd.inl.hpp \
opencv\build\include\opencv2\core\utility.hpp \
opencv\build\include\opencv2\core\utils\instrumentation.hpp \
opencv\build\include\opencv2\core\utils\tls.hpp \
opencv\build\include\opencv2\core\optim.hpp \
opencv\build\include\opencv2\core\ovx.hpp \
opencv\build\include\opencv2\calib3d.hpp \
opencv\build\include\opencv2\features2d.hpp \
opencv\build\include\opencv2\flann\miniflann.hpp \
opencv\build\include\opencv2\flann\defines.h \
opencv\build\include\opencv2\flann\config.h \
opencv\build\include\opencv2\core\affine.hpp \
opencv\build\include\opencv2\core\utils\logger.hpp \
opencv\build\include\opencv2\core\utils\logger.defines.hpp \
opencv\build\include\opencv2\core\utils\logtag.hpp \
opencv\build\include\opencv2\dnn.hpp \
opencv\build\include\opencv2\dnn\dnn.hpp \
opencv\build\include\opencv2\core\async.hpp \
opencv\build\include\opencv2\dnn\version.hpp \
opencv\build\include\opencv2\dnn\dict.hpp \
opencv\build\include\opencv2\dnn\layer.hpp \
opencv\build\include\opencv2\dnn\dnn.inl.hpp \
opencv\build\include\opencv2\dnn\utils\inference_engine.hpp \
opencv\build\include\opencv2\flann.hpp \
opencv\build\include\opencv2\flann\flann_base.hpp \
opencv\build\include\opencv2\flann\general.h \
opencv\build\include\opencv2\flann\matrix.h \
opencv\build\include\opencv2\flann\params.h \
opencv\build\include\opencv2\flann\any.h \
opencv\build\include\opencv2\flann\saving.h \
opencv\build\include\opencv2\flann\nn_index.h \
opencv\build\include\opencv2\flann\result_set.h \
opencv\build\include\opencv2\flann\all_indices.h \
opencv\build\include\opencv2\flann\kdtree_index.h \
opencv\build\include\opencv2\flann\dynamic_bitset.h \
opencv\build\include\opencv2\flann\dist.h \
opencv\build\include\opencv2\flann\heap.h \
opencv\build\include\opencv2\flann\allocator.h \
opencv\build\include\opencv2\flann\random.h \
opencv\build\include\opencv2\flann\kdtree_single_index.h \
opencv\build\include\opencv2\flann\kmeans_index.h \
opencv\build\include\opencv2\flann\logger.h \
opencv\build\include\opencv2\flann\composite_index.h \
opencv\build\include\opencv2\flann\linear_index.h \
opencv\build\include\opencv2\flann\hierarchical_clustering_index.h \
opencv\build\include\opencv2\flann\lsh_index.h \
opencv\build\include\opencv2\flann\lsh_table.h \
opencv\build\include\opencv2\flann\autotuned_index.h \
opencv\build\include\opencv2\flann\ground_truth.h \
opencv\build\include\opencv2\flann\index_testing.h \
opencv\build\include\opencv2\flann\timer.h \
opencv\build\include\opencv2\flann\sampling.h \
opencv\build\include\opencv2\highgui.hpp \
opencv\build\include\opencv2\imgcodecs.hpp \
opencv\build\include\opencv2\videoio.hpp \
opencv\build\include\opencv2\imgproc.hpp \
opencv\build\include\opencv2\imgproc\segmentation.hpp \
opencv\build\include\opencv2\ml.hpp \
opencv\build\include\opencv2\ml\ml.inl.hpp \
opencv\build\include\opencv2\objdetect.hpp \
opencv\build\include\opencv2\objdetect\aruco_detector.hpp \
opencv\build\include\opencv2\objdetect\aruco_dictionary.hpp \
opencv\build\include\opencv2\objdetect\aruco_board.hpp \
opencv\build\include\opencv2\objdetect\graphical_code_detector.hpp \
opencv\build\include\opencv2\objdetect\detection_based_tracker.hpp \
opencv\build\include\opencv2\objdetect\face.hpp \
opencv\build\include\opencv2\objdetect\charuco_detector.hpp \
opencv\build\include\opencv2\objdetect\barcode.hpp \
opencv\build\include\opencv2\photo.hpp \
opencv\build\include\opencv2\stitching.hpp \
opencv\build\include\opencv2\stitching\warpers.hpp \
opencv\build\include\opencv2\stitching\detail\warpers.hpp \
opencv\build\include\opencv2\core\cuda.hpp \
opencv\build\include\opencv2\core\cuda_types.hpp \
opencv\build\include\opencv2\core\cuda.inl.hpp \
opencv\build\include\opencv2\stitching\detail\warpers_inl.hpp \
opencv\build\include\opencv2\stitching\detail\matchers.hpp \
opencv\build\include\opencv2\stitching\detail\motion_estimators.hpp \
opencv\build\include\opencv2\stitching\detail\util.hpp \
opencv\build\include\opencv2\stitching\detail\util_inl.hpp \
opencv\build\include\opencv2\stitching\detail\camera.hpp \
opencv\build\include\opencv2\stitching\detail\exposure_compensate.hpp \
opencv\build\include\opencv2\stitching\detail\seam_finders.hpp \
opencv\build\include\opencv2\stitching\detail\blenders.hpp \
opencv\build\include\opencv2\video.hpp \
opencv\build\include\opencv2\video\tracking.hpp \
opencv\build\include\opencv2\video\background_segm.hpp \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtNetwork\QTcpSocket \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtNetwork\qtcpsocket.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtNetwork\qtnetworkglobal.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtNetwork\qtnetwork-config.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtNetwork\qtnetworkexports.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtNetwork\qabstractsocket.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtNetwork\qhostaddress.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qiodevice.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qvariant.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtNetwork\QTcpServer \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtNetwork\qtcpserver.h \
globals.h \
Include\MIL.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QMutex \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmutex.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdeadlinetimer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qelapsedtimer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtsan_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QSemaphore \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsemaphore.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QDir \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdir.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfile.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfiledevice.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfileinfo.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdatetime.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcalendar.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qlocale.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtimezone.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QCoreApplication \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcoreapplication.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qeventloop.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qnativeinterface.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcoreapplication_platform.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfuture.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfutureinterface.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qresultstore.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfuture_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qthreadpool.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qthread.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qrunnable.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qexception.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qpromise.h \
onnxrunner.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QFile
release\detection_worker.obj: detection_worker.cpp detection_worker.h \
onnxrunner.h \
opencv\build\include\opencv2\opencv.hpp \
opencv\build\include\opencv2\opencv_modules.hpp \
opencv\build\include\opencv2\core.hpp \
opencv\build\include\opencv2\core\cvdef.h \
opencv\build\include\opencv2\core\version.hpp \
opencv\build\include\opencv2\core\hal\interface.h \
opencv\build\include\opencv2\core\cv_cpu_dispatch.h \
opencv\build\include\opencv2\core\cv_cpu_helper.h \
opencv\build\include\opencv2\core\hal\msa_macros.h \
opencv\build\include\opencv2\core\fast_math.hpp \
opencv\build\include\opencv2\core\base.hpp \
opencv\build\include\opencv2\core\cvstd.hpp \
opencv\build\include\opencv2\core\cvstd_wrapper.hpp \
opencv\build\include\opencv2\core\neon_utils.hpp \
opencv\build\include\opencv2\core\vsx_utils.hpp \
opencv\build\include\opencv2\core\check.hpp \
opencv\build\include\opencv2\core\traits.hpp \
opencv\build\include\opencv2\core\matx.hpp \
opencv\build\include\opencv2\core\saturate.hpp \
opencv\build\include\opencv2\core\matx.inl.hpp \
opencv\build\include\opencv2\core\types.hpp \
opencv\build\include\opencv2\core\mat.hpp \
opencv\build\include\opencv2\core\bufferpool.hpp \
opencv\build\include\opencv2\core\mat.inl.hpp \
opencv\build\include\opencv2\core\persistence.hpp \
opencv\build\include\opencv2\core\operations.hpp \
opencv\build\include\opencv2\core\cvstd.inl.hpp \
opencv\build\include\opencv2\core\utility.hpp \
opencv\build\include\opencv2\core\utils\instrumentation.hpp \
opencv\build\include\opencv2\core\utils\tls.hpp \
opencv\build\include\opencv2\core\optim.hpp \
opencv\build\include\opencv2\core\ovx.hpp \
opencv\build\include\opencv2\calib3d.hpp \
opencv\build\include\opencv2\features2d.hpp \
opencv\build\include\opencv2\flann\miniflann.hpp \
opencv\build\include\opencv2\flann\defines.h \
opencv\build\include\opencv2\flann\config.h \
opencv\build\include\opencv2\core\affine.hpp \
opencv\build\include\opencv2\core\utils\logger.hpp \
opencv\build\include\opencv2\core\utils\logger.defines.hpp \
opencv\build\include\opencv2\core\utils\logtag.hpp \
opencv\build\include\opencv2\dnn.hpp \
opencv\build\include\opencv2\dnn\dnn.hpp \
opencv\build\include\opencv2\core\async.hpp \
opencv\build\include\opencv2\dnn\version.hpp \
opencv\build\include\opencv2\dnn\dict.hpp \
opencv\build\include\opencv2\dnn\layer.hpp \
opencv\build\include\opencv2\dnn\dnn.inl.hpp \
opencv\build\include\opencv2\dnn\utils\inference_engine.hpp \
opencv\build\include\opencv2\flann.hpp \
opencv\build\include\opencv2\flann\flann_base.hpp \
opencv\build\include\opencv2\flann\general.h \
opencv\build\include\opencv2\flann\matrix.h \
opencv\build\include\opencv2\flann\params.h \
opencv\build\include\opencv2\flann\any.h \
opencv\build\include\opencv2\flann\saving.h \
opencv\build\include\opencv2\flann\nn_index.h \
opencv\build\include\opencv2\flann\result_set.h \
opencv\build\include\opencv2\flann\all_indices.h \
opencv\build\include\opencv2\flann\kdtree_index.h \
opencv\build\include\opencv2\flann\dynamic_bitset.h \
opencv\build\include\opencv2\flann\dist.h \
opencv\build\include\opencv2\flann\heap.h \
opencv\build\include\opencv2\flann\allocator.h \
opencv\build\include\opencv2\flann\random.h \
opencv\build\include\opencv2\flann\kdtree_single_index.h \
opencv\build\include\opencv2\flann\kmeans_index.h \
opencv\build\include\opencv2\flann\logger.h \
opencv\build\include\opencv2\flann\composite_index.h \
opencv\build\include\opencv2\flann\linear_index.h \
opencv\build\include\opencv2\flann\hierarchical_clustering_index.h \
opencv\build\include\opencv2\flann\lsh_index.h \
opencv\build\include\opencv2\flann\lsh_table.h \
opencv\build\include\opencv2\flann\autotuned_index.h \
opencv\build\include\opencv2\flann\ground_truth.h \
opencv\build\include\opencv2\flann\index_testing.h \
opencv\build\include\opencv2\flann\timer.h \
opencv\build\include\opencv2\flann\sampling.h \
opencv\build\include\opencv2\highgui.hpp \
opencv\build\include\opencv2\imgcodecs.hpp \
opencv\build\include\opencv2\videoio.hpp \
opencv\build\include\opencv2\imgproc.hpp \
opencv\build\include\opencv2\imgproc\segmentation.hpp \
opencv\build\include\opencv2\ml.hpp \
opencv\build\include\opencv2\ml\ml.inl.hpp \
opencv\build\include\opencv2\objdetect.hpp \
opencv\build\include\opencv2\objdetect\aruco_detector.hpp \
opencv\build\include\opencv2\objdetect\aruco_dictionary.hpp \
opencv\build\include\opencv2\objdetect\aruco_board.hpp \
opencv\build\include\opencv2\objdetect\graphical_code_detector.hpp \
opencv\build\include\opencv2\objdetect\detection_based_tracker.hpp \
opencv\build\include\opencv2\objdetect\face.hpp \
opencv\build\include\opencv2\objdetect\charuco_detector.hpp \
opencv\build\include\opencv2\objdetect\barcode.hpp \
opencv\build\include\opencv2\photo.hpp \
opencv\build\include\opencv2\stitching.hpp \
opencv\build\include\opencv2\stitching\warpers.hpp \
opencv\build\include\opencv2\stitching\detail\warpers.hpp \
opencv\build\include\opencv2\core\cuda.hpp \
opencv\build\include\opencv2\core\cuda_types.hpp \
opencv\build\include\opencv2\core\cuda.inl.hpp \
opencv\build\include\opencv2\stitching\detail\warpers_inl.hpp \
opencv\build\include\opencv2\stitching\detail\matchers.hpp \
opencv\build\include\opencv2\stitching\detail\motion_estimators.hpp \
opencv\build\include\opencv2\stitching\detail\util.hpp \
opencv\build\include\opencv2\stitching\detail\util_inl.hpp \
opencv\build\include\opencv2\stitching\detail\camera.hpp \
opencv\build\include\opencv2\stitching\detail\exposure_compensate.hpp \
opencv\build\include\opencv2\stitching\detail\seam_finders.hpp \
opencv\build\include\opencv2\stitching\detail\blenders.hpp \
opencv\build\include\opencv2\video.hpp \
opencv\build\include\opencv2\video\tracking.hpp \
opencv\build\include\opencv2\video\background_segm.hpp \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QFile \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfile.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfiledevice.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qiodevice.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qglobal.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtversionchecks.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtconfiginclude.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qconfig.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtcore-config.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtconfigmacros.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtcoreexports.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcompilerdetection.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qprocessordetection.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsystemdetection.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtdeprecationmarkers.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtpreprocessorsupport.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qassert.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtnoop.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtypes.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtversion.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtclasshelpermacros.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtypeinfo.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcontainerfwd.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsysinfo.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qlogging.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qflags.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcompare_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qatomic.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbasicatomic.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qatomic_cxx11.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qgenericatomic.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qyieldcpu.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qconstructormacros.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdarwinhelpers.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qexceptionhandling.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qforeach.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qttypetraits.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfunctionpointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qglobalstatic.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmalloc.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qminmax.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qnumeric.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qoverload.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qswap.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtenvironmentvariables.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtresource.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qttranslation.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qversiontagging.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qiodevicebase.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qobject.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qobjectdefs.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qnamespace.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtmetamacros.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qobjectdefs_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfunctionaltools_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstring.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qchar.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbytearray.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qrefcount.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qarraydata.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qpair.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qarraydatapointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qarraydataops.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcontainertools_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qxptype_traits.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\q20type_traits.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\q20functional.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\q20memory.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbytearrayalgorithms.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbytearrayview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringfwd.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringliteral.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringalgorithms.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qlatin1stringview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qanystringview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qutf8stringview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringtokenizer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringbuilder.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringconverter.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringconverter_base.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qlist.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qhashfunctions.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qiterator.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbytearraylist.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringlist.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qalgorithms.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringmatcher.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcoreevent.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qscopedpointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmetatype.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcompare.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcomparehelpers.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdatastream.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfloat16.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmath.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qiterable.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmetacontainer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcontainerinfo.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtaggedpointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qscopeguard.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qobject_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbindingstorage.h \
globals.h \
Include\MIL.h \
Include\ClassicMIL\milsetup.h \
Include\ClassicMIL\milos.h \
Include\ClassicMIL\mildec.h \
Include\ClassicMIL\milproto.h \
Include\ClassicMIL\milfunc.h \
Include\ClassicMIL\milstring.h \
Include\ClassicMIL\milvector.h \
Include\ClassicMIL\miluniqueid.h \
Include\ClassicMIL\mildyn.h \
Include\ClassicMIL\MILDyn\mil3dblob.h \
Include\ClassicMIL\MILDyn\mil3ddisp.h \
Include\ClassicMIL\MILDyn\mil3dgeo.h \
Include\ClassicMIL\MILDyn\mil3dgra.h \
Include\ClassicMIL\MILDyn\mil3dim.h \
Include\ClassicMIL\MILDyn\mil3dmap.h \
Include\ClassicMIL\MILDyn\mil3dmet.h \
Include\ClassicMIL\MILDyn\mil3dmod.h \
Include\ClassicMIL\MILDyn\mil3dreg.h \
Include\ClassicMIL\MILDyn\milagm.h \
Include\ClassicMIL\MILDyn\milbead.h \
Include\ClassicMIL\MILDyn\milblob.h \
Include\ClassicMIL\MILDyn\milcal.h \
Include\ClassicMIL\MILDyn\milclass.h \
Include\ClassicMIL\MILDyn\milcode.h \
Include\ClassicMIL\MILDyn\milcolor.h \
Include\ClassicMIL\MILDyn\milcom.h \
Include\ClassicMIL\MILDyn\mildisplay.h \
Include\ClassicMIL\MILDyn\mildmr.h \
Include\ClassicMIL\MILDyn\miledge.h \
Include\ClassicMIL\MILDyn\milim.h \
Include\ClassicMIL\MILDyn\milmeas.h \
Include\ClassicMIL\MILDyn\milmetrol.h \
Include\ClassicMIL\MILDyn\milmod.h \
Include\ClassicMIL\MILDyn\milocr.h \
Include\ClassicMIL\MILDyn\milpat.h \
Include\ClassicMIL\MILDyn\milreg.h \
Include\ClassicMIL\MILDyn\milstr.h \
Include\ClassicMIL\MILDyn\PFNC.h \
Include\ClassicMIL\milfuncll.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QMutex \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmutex.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdeadlinetimer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qelapsedtimer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtsan_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QSemaphore \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsemaphore.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QDir \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdir.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfileinfo.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qshareddata.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdatetime.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcalendar.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qlocale.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qvariant.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdebug.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtextstream.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcontiguouscache.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsharedpointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsharedpointer_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmap.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qshareddata_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qset.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qhash.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qvarlengtharray.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\q23utility.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtimezone.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QCoreApplication \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcoreapplication.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qeventloop.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qnativeinterface.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcoreapplication_platform.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfuture.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfutureinterface.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qresultstore.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfuture_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qthreadpool.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qthread.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qrunnable.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qexception.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qpromise.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QDebug
release\globals.obj: globals.cpp globals.h \
Include\MIL.h \
Include\ClassicMIL\milsetup.h \
Include\ClassicMIL\milos.h \
Include\ClassicMIL\mildec.h \
Include\ClassicMIL\milproto.h \
Include\ClassicMIL\milfunc.h \
Include\ClassicMIL\milstring.h \
Include\ClassicMIL\milvector.h \
Include\ClassicMIL\miluniqueid.h \
Include\ClassicMIL\mildyn.h \
Include\ClassicMIL\MILDyn\mil3dblob.h \
Include\ClassicMIL\MILDyn\mil3ddisp.h \
Include\ClassicMIL\MILDyn\mil3dgeo.h \
Include\ClassicMIL\MILDyn\mil3dgra.h \
Include\ClassicMIL\MILDyn\mil3dim.h \
Include\ClassicMIL\MILDyn\mil3dmap.h \
Include\ClassicMIL\MILDyn\mil3dmet.h \
Include\ClassicMIL\MILDyn\mil3dmod.h \
Include\ClassicMIL\MILDyn\mil3dreg.h \
Include\ClassicMIL\MILDyn\milagm.h \
Include\ClassicMIL\MILDyn\milbead.h \
Include\ClassicMIL\MILDyn\milblob.h \
Include\ClassicMIL\MILDyn\milcal.h \
Include\ClassicMIL\MILDyn\milclass.h \
Include\ClassicMIL\MILDyn\milcode.h \
Include\ClassicMIL\MILDyn\milcolor.h \
Include\ClassicMIL\MILDyn\milcom.h \
Include\ClassicMIL\MILDyn\mildisplay.h \
Include\ClassicMIL\MILDyn\mildmr.h \
Include\ClassicMIL\MILDyn\miledge.h \
Include\ClassicMIL\MILDyn\milim.h \
Include\ClassicMIL\MILDyn\milmeas.h \
Include\ClassicMIL\MILDyn\milmetrol.h \
Include\ClassicMIL\MILDyn\milmod.h \
Include\ClassicMIL\MILDyn\milocr.h \
Include\ClassicMIL\MILDyn\milpat.h \
Include\ClassicMIL\MILDyn\milreg.h \
Include\ClassicMIL\MILDyn\milstr.h \
Include\ClassicMIL\MILDyn\PFNC.h \
Include\ClassicMIL\milfuncll.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QMutex \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmutex.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qglobal.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtversionchecks.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtconfiginclude.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qconfig.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtcore-config.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtconfigmacros.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtcoreexports.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcompilerdetection.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qprocessordetection.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsystemdetection.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtdeprecationmarkers.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtpreprocessorsupport.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qassert.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtnoop.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtypes.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtversion.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtclasshelpermacros.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtypeinfo.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcontainerfwd.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsysinfo.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qlogging.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qflags.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcompare_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qatomic.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbasicatomic.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qatomic_cxx11.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qgenericatomic.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qyieldcpu.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qconstructormacros.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdarwinhelpers.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qexceptionhandling.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qforeach.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qttypetraits.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfunctionpointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qglobalstatic.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmalloc.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qminmax.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qnumeric.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qoverload.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qswap.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtenvironmentvariables.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtresource.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qttranslation.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qversiontagging.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdeadlinetimer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qelapsedtimer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmetatype.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbytearray.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qrefcount.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qnamespace.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtmetamacros.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qarraydata.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qpair.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qarraydatapointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qarraydataops.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcontainertools_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qxptype_traits.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\q20type_traits.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\q20functional.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\q20memory.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbytearrayalgorithms.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbytearrayview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringfwd.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcompare.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcomparehelpers.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdatastream.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qscopedpointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qiodevicebase.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfloat16.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qhashfunctions.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstring.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qchar.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringliteral.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringalgorithms.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qlatin1stringview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qanystringview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qutf8stringview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringtokenizer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringbuilder.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringconverter.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringconverter_base.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmath.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qalgorithms.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qiterable.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmetacontainer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcontainerinfo.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtaggedpointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qobjectdefs.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qobjectdefs_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfunctionaltools_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qscopeguard.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtsan_impl.h \
opencv\build\include\opencv2\opencv.hpp \
opencv\build\include\opencv2\opencv_modules.hpp \
opencv\build\include\opencv2\core.hpp \
opencv\build\include\opencv2\core\cvdef.h \
opencv\build\include\opencv2\core\version.hpp \
opencv\build\include\opencv2\core\hal\interface.h \
opencv\build\include\opencv2\core\cv_cpu_dispatch.h \
opencv\build\include\opencv2\core\cv_cpu_helper.h \
opencv\build\include\opencv2\core\hal\msa_macros.h \
opencv\build\include\opencv2\core\fast_math.hpp \
opencv\build\include\opencv2\core\base.hpp \
opencv\build\include\opencv2\core\cvstd.hpp \
opencv\build\include\opencv2\core\cvstd_wrapper.hpp \
opencv\build\include\opencv2\core\neon_utils.hpp \
opencv\build\include\opencv2\core\vsx_utils.hpp \
opencv\build\include\opencv2\core\check.hpp \
opencv\build\include\opencv2\core\traits.hpp \
opencv\build\include\opencv2\core\matx.hpp \
opencv\build\include\opencv2\core\saturate.hpp \
opencv\build\include\opencv2\core\matx.inl.hpp \
opencv\build\include\opencv2\core\types.hpp \
opencv\build\include\opencv2\core\mat.hpp \
opencv\build\include\opencv2\core\bufferpool.hpp \
opencv\build\include\opencv2\core\mat.inl.hpp \
opencv\build\include\opencv2\core\persistence.hpp \
opencv\build\include\opencv2\core\operations.hpp \
opencv\build\include\opencv2\core\cvstd.inl.hpp \
opencv\build\include\opencv2\core\utility.hpp \
opencv\build\include\opencv2\core\utils\instrumentation.hpp \
opencv\build\include\opencv2\core\utils\tls.hpp \
opencv\build\include\opencv2\core\optim.hpp \
opencv\build\include\opencv2\core\ovx.hpp \
opencv\build\include\opencv2\calib3d.hpp \
opencv\build\include\opencv2\features2d.hpp \
opencv\build\include\opencv2\flann\miniflann.hpp \
opencv\build\include\opencv2\flann\defines.h \
opencv\build\include\opencv2\flann\config.h \
opencv\build\include\opencv2\core\affine.hpp \
opencv\build\include\opencv2\core\utils\logger.hpp \
opencv\build\include\opencv2\core\utils\logger.defines.hpp \
opencv\build\include\opencv2\core\utils\logtag.hpp \
opencv\build\include\opencv2\dnn.hpp \
opencv\build\include\opencv2\dnn\dnn.hpp \
opencv\build\include\opencv2\core\async.hpp \
opencv\build\include\opencv2\dnn\version.hpp \
opencv\build\include\opencv2\dnn\dict.hpp \
opencv\build\include\opencv2\dnn\layer.hpp \
opencv\build\include\opencv2\dnn\dnn.inl.hpp \
opencv\build\include\opencv2\dnn\utils\inference_engine.hpp \
opencv\build\include\opencv2\flann.hpp \
opencv\build\include\opencv2\flann\flann_base.hpp \
opencv\build\include\opencv2\flann\general.h \
opencv\build\include\opencv2\flann\matrix.h \
opencv\build\include\opencv2\flann\params.h \
opencv\build\include\opencv2\flann\any.h \
opencv\build\include\opencv2\flann\saving.h \
opencv\build\include\opencv2\flann\nn_index.h \
opencv\build\include\opencv2\flann\result_set.h \
opencv\build\include\opencv2\flann\all_indices.h \
opencv\build\include\opencv2\flann\kdtree_index.h \
opencv\build\include\opencv2\flann\dynamic_bitset.h \
opencv\build\include\opencv2\flann\dist.h \
opencv\build\include\opencv2\flann\heap.h \
opencv\build\include\opencv2\flann\allocator.h \
opencv\build\include\opencv2\flann\random.h \
opencv\build\include\opencv2\flann\kdtree_single_index.h \
opencv\build\include\opencv2\flann\kmeans_index.h \
opencv\build\include\opencv2\flann\logger.h \
opencv\build\include\opencv2\flann\composite_index.h \
opencv\build\include\opencv2\flann\linear_index.h \
opencv\build\include\opencv2\flann\hierarchical_clustering_index.h \
opencv\build\include\opencv2\flann\lsh_index.h \
opencv\build\include\opencv2\flann\lsh_table.h \
opencv\build\include\opencv2\flann\autotuned_index.h \
opencv\build\include\opencv2\flann\ground_truth.h \
opencv\build\include\opencv2\flann\index_testing.h \
opencv\build\include\opencv2\flann\timer.h \
opencv\build\include\opencv2\flann\sampling.h \
opencv\build\include\opencv2\highgui.hpp \
opencv\build\include\opencv2\imgcodecs.hpp \
opencv\build\include\opencv2\videoio.hpp \
opencv\build\include\opencv2\imgproc.hpp \
opencv\build\include\opencv2\imgproc\segmentation.hpp \
opencv\build\include\opencv2\ml.hpp \
opencv\build\include\opencv2\ml\ml.inl.hpp \
opencv\build\include\opencv2\objdetect.hpp \
opencv\build\include\opencv2\objdetect\aruco_detector.hpp \
opencv\build\include\opencv2\objdetect\aruco_dictionary.hpp \
opencv\build\include\opencv2\objdetect\aruco_board.hpp \
opencv\build\include\opencv2\objdetect\graphical_code_detector.hpp \
opencv\build\include\opencv2\objdetect\detection_based_tracker.hpp \
opencv\build\include\opencv2\objdetect\face.hpp \
opencv\build\include\opencv2\objdetect\charuco_detector.hpp \
opencv\build\include\opencv2\objdetect\barcode.hpp \
opencv\build\include\opencv2\photo.hpp \
opencv\build\include\opencv2\stitching.hpp \
opencv\build\include\opencv2\stitching\warpers.hpp \
opencv\build\include\opencv2\stitching\detail\warpers.hpp \
opencv\build\include\opencv2\core\cuda.hpp \
opencv\build\include\opencv2\core\cuda_types.hpp \
opencv\build\include\opencv2\core\cuda.inl.hpp \
opencv\build\include\opencv2\stitching\detail\warpers_inl.hpp \
opencv\build\include\opencv2\stitching\detail\matchers.hpp \
opencv\build\include\opencv2\stitching\detail\motion_estimators.hpp \
opencv\build\include\opencv2\stitching\detail\util.hpp \
opencv\build\include\opencv2\stitching\detail\util_inl.hpp \
opencv\build\include\opencv2\stitching\detail\camera.hpp \
opencv\build\include\opencv2\stitching\detail\exposure_compensate.hpp \
opencv\build\include\opencv2\stitching\detail\seam_finders.hpp \
opencv\build\include\opencv2\stitching\detail\blenders.hpp \
opencv\build\include\opencv2\video.hpp \
opencv\build\include\opencv2\video\tracking.hpp \
opencv\build\include\opencv2\video\background_segm.hpp \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QSemaphore \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsemaphore.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QDir \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdir.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfile.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfiledevice.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qiodevice.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qobject.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qlist.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qiterator.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbytearraylist.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringlist.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringmatcher.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcoreevent.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qobject_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbindingstorage.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfileinfo.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qshareddata.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdatetime.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcalendar.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qlocale.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qvariant.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdebug.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtextstream.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcontiguouscache.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsharedpointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsharedpointer_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmap.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qshareddata_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qset.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qhash.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qvarlengtharray.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\q23utility.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtimezone.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QCoreApplication \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcoreapplication.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qeventloop.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qnativeinterface.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcoreapplication_platform.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfuture.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfutureinterface.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qresultstore.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfuture_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qthreadpool.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qthread.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qrunnable.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qexception.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qpromise.h \
onnxrunner.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QFile
release\img_utils.obj: img_utils.cpp img_utils.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\QPixmap \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qpixmap.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qtguiglobal.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qglobal.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtversionchecks.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtconfiginclude.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qconfig.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtcore-config.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtconfigmacros.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtcoreexports.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcompilerdetection.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qprocessordetection.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsystemdetection.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtdeprecationmarkers.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtpreprocessorsupport.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qassert.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtnoop.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtypes.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtversion.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtclasshelpermacros.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtypeinfo.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcontainerfwd.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsysinfo.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qlogging.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qflags.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcompare_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qatomic.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbasicatomic.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qatomic_cxx11.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qgenericatomic.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qyieldcpu.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qconstructormacros.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdarwinhelpers.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qexceptionhandling.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qforeach.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qttypetraits.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfunctionpointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qglobalstatic.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmalloc.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qminmax.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qnumeric.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qoverload.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qswap.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtenvironmentvariables.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtresource.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qttranslation.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qversiontagging.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qtgui-config.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qtguiexports.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qpaintdevice.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qwindowdefs.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qobjectdefs.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qnamespace.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtmetamacros.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qobjectdefs_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfunctionaltools_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qwindowdefs_win.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qrect.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qhashfunctions.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstring.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qchar.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbytearray.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qrefcount.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qarraydata.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qpair.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qarraydatapointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qarraydataops.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcontainertools_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qxptype_traits.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\q20type_traits.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\q20functional.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\q20memory.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbytearrayalgorithms.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbytearrayview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringfwd.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringliteral.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringalgorithms.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qlatin1stringview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qanystringview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qutf8stringview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringtokenizer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringbuilder.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringconverter.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringconverter_base.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmargins.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\q23utility.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsize.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qpoint.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qcolor.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qrgb.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringlist.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qlist.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qiterator.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbytearraylist.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qalgorithms.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringmatcher.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qrgba64.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qshareddata.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qimage.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qpixelformat.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qtransform.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qpolygon.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qregion.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdatastream.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qscopedpointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qiodevicebase.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qline.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\QImage \
opencv\build\include\opencv2\opencv.hpp \
opencv\build\include\opencv2\opencv_modules.hpp \
opencv\build\include\opencv2\core.hpp \
opencv\build\include\opencv2\core\cvdef.h \
opencv\build\include\opencv2\core\version.hpp \
opencv\build\include\opencv2\core\hal\interface.h \
opencv\build\include\opencv2\core\cv_cpu_dispatch.h \
opencv\build\include\opencv2\core\cv_cpu_helper.h \
opencv\build\include\opencv2\core\hal\msa_macros.h \
opencv\build\include\opencv2\core\fast_math.hpp \
opencv\build\include\opencv2\core\base.hpp \
opencv\build\include\opencv2\core\cvstd.hpp \
opencv\build\include\opencv2\core\cvstd_wrapper.hpp \
opencv\build\include\opencv2\core\neon_utils.hpp \
opencv\build\include\opencv2\core\vsx_utils.hpp \
opencv\build\include\opencv2\core\check.hpp \
opencv\build\include\opencv2\core\traits.hpp \
opencv\build\include\opencv2\core\matx.hpp \
opencv\build\include\opencv2\core\saturate.hpp \
opencv\build\include\opencv2\core\matx.inl.hpp \
opencv\build\include\opencv2\core\types.hpp \
opencv\build\include\opencv2\core\mat.hpp \
opencv\build\include\opencv2\core\bufferpool.hpp \
opencv\build\include\opencv2\core\mat.inl.hpp \
opencv\build\include\opencv2\core\persistence.hpp \
opencv\build\include\opencv2\core\operations.hpp \
opencv\build\include\opencv2\core\cvstd.inl.hpp \
opencv\build\include\opencv2\core\utility.hpp \
opencv\build\include\opencv2\core\utils\instrumentation.hpp \
opencv\build\include\opencv2\core\utils\tls.hpp \
opencv\build\include\opencv2\core\optim.hpp \
opencv\build\include\opencv2\core\ovx.hpp \
opencv\build\include\opencv2\calib3d.hpp \
opencv\build\include\opencv2\features2d.hpp \
opencv\build\include\opencv2\flann\miniflann.hpp \
opencv\build\include\opencv2\flann\defines.h \
opencv\build\include\opencv2\flann\config.h \
opencv\build\include\opencv2\core\affine.hpp \
opencv\build\include\opencv2\core\utils\logger.hpp \
opencv\build\include\opencv2\core\utils\logger.defines.hpp \
opencv\build\include\opencv2\core\utils\logtag.hpp \
opencv\build\include\opencv2\dnn.hpp \
opencv\build\include\opencv2\dnn\dnn.hpp \
opencv\build\include\opencv2\core\async.hpp \
opencv\build\include\opencv2\dnn\version.hpp \
opencv\build\include\opencv2\dnn\dict.hpp \
opencv\build\include\opencv2\dnn\layer.hpp \
opencv\build\include\opencv2\dnn\dnn.inl.hpp \
opencv\build\include\opencv2\dnn\utils\inference_engine.hpp \
opencv\build\include\opencv2\flann.hpp \
opencv\build\include\opencv2\flann\flann_base.hpp \
opencv\build\include\opencv2\flann\general.h \
opencv\build\include\opencv2\flann\matrix.h \
opencv\build\include\opencv2\flann\params.h \
opencv\build\include\opencv2\flann\any.h \
opencv\build\include\opencv2\flann\saving.h \
opencv\build\include\opencv2\flann\nn_index.h \
opencv\build\include\opencv2\flann\result_set.h \
opencv\build\include\opencv2\flann\all_indices.h \
opencv\build\include\opencv2\flann\kdtree_index.h \
opencv\build\include\opencv2\flann\dynamic_bitset.h \
opencv\build\include\opencv2\flann\dist.h \
opencv\build\include\opencv2\flann\heap.h \
opencv\build\include\opencv2\flann\allocator.h \
opencv\build\include\opencv2\flann\random.h \
opencv\build\include\opencv2\flann\kdtree_single_index.h \
opencv\build\include\opencv2\flann\kmeans_index.h \
opencv\build\include\opencv2\flann\logger.h \
opencv\build\include\opencv2\flann\composite_index.h \
opencv\build\include\opencv2\flann\linear_index.h \
opencv\build\include\opencv2\flann\hierarchical_clustering_index.h \
opencv\build\include\opencv2\flann\lsh_index.h \
opencv\build\include\opencv2\flann\lsh_table.h \
opencv\build\include\opencv2\flann\autotuned_index.h \
opencv\build\include\opencv2\flann\ground_truth.h \
opencv\build\include\opencv2\flann\index_testing.h \
opencv\build\include\opencv2\flann\timer.h \
opencv\build\include\opencv2\flann\sampling.h \
opencv\build\include\opencv2\highgui.hpp \
opencv\build\include\opencv2\imgcodecs.hpp \
opencv\build\include\opencv2\videoio.hpp \
opencv\build\include\opencv2\imgproc.hpp \
opencv\build\include\opencv2\imgproc\segmentation.hpp \
opencv\build\include\opencv2\ml.hpp \
opencv\build\include\opencv2\ml\ml.inl.hpp \
opencv\build\include\opencv2\objdetect.hpp \
opencv\build\include\opencv2\objdetect\aruco_detector.hpp \
opencv\build\include\opencv2\objdetect\aruco_dictionary.hpp \
opencv\build\include\opencv2\objdetect\aruco_board.hpp \
opencv\build\include\opencv2\objdetect\graphical_code_detector.hpp \
opencv\build\include\opencv2\objdetect\detection_based_tracker.hpp \
opencv\build\include\opencv2\objdetect\face.hpp \
opencv\build\include\opencv2\objdetect\charuco_detector.hpp \
opencv\build\include\opencv2\objdetect\barcode.hpp \
opencv\build\include\opencv2\photo.hpp \
opencv\build\include\opencv2\stitching.hpp \
opencv\build\include\opencv2\stitching\warpers.hpp \
opencv\build\include\opencv2\stitching\detail\warpers.hpp \
opencv\build\include\opencv2\core\cuda.hpp \
opencv\build\include\opencv2\core\cuda_types.hpp \
opencv\build\include\opencv2\core\cuda.inl.hpp \
opencv\build\include\opencv2\stitching\detail\warpers_inl.hpp \
opencv\build\include\opencv2\stitching\detail\matchers.hpp \
opencv\build\include\opencv2\stitching\detail\motion_estimators.hpp \
opencv\build\include\opencv2\stitching\detail\util.hpp \
opencv\build\include\opencv2\stitching\detail\util_inl.hpp \
opencv\build\include\opencv2\stitching\detail\camera.hpp \
opencv\build\include\opencv2\stitching\detail\exposure_compensate.hpp \
opencv\build\include\opencv2\stitching\detail\seam_finders.hpp \
opencv\build\include\opencv2\stitching\detail\blenders.hpp \
opencv\build\include\opencv2\video.hpp \
opencv\build\include\opencv2\video\tracking.hpp \
opencv\build\include\opencv2\video\background_segm.hpp \
Include\Mil.h \
Include\ClassicMIL\milsetup.h \
Include\ClassicMIL\milos.h \
Include\ClassicMIL\mildec.h \
Include\ClassicMIL\milproto.h \
Include\ClassicMIL\milfunc.h \
Include\ClassicMIL\milstring.h \
Include\ClassicMIL\milvector.h \
Include\ClassicMIL\miluniqueid.h \
Include\ClassicMIL\mildyn.h \
Include\ClassicMIL\MILDyn\mil3dblob.h \
Include\ClassicMIL\MILDyn\mil3ddisp.h \
Include\ClassicMIL\MILDyn\mil3dgeo.h \
Include\ClassicMIL\MILDyn\mil3dgra.h \
Include\ClassicMIL\MILDyn\mil3dim.h \
Include\ClassicMIL\MILDyn\mil3dmap.h \
Include\ClassicMIL\MILDyn\mil3dmet.h \
Include\ClassicMIL\MILDyn\mil3dmod.h \
Include\ClassicMIL\MILDyn\mil3dreg.h \
Include\ClassicMIL\MILDyn\milagm.h \
Include\ClassicMIL\MILDyn\milbead.h \
Include\ClassicMIL\MILDyn\milblob.h \
Include\ClassicMIL\MILDyn\milcal.h \
Include\ClassicMIL\MILDyn\milclass.h \
Include\ClassicMIL\MILDyn\milcode.h \
Include\ClassicMIL\MILDyn\milcolor.h \
Include\ClassicMIL\MILDyn\milcom.h \
Include\ClassicMIL\MILDyn\mildisplay.h \
Include\ClassicMIL\MILDyn\mildmr.h \
Include\ClassicMIL\MILDyn\miledge.h \
Include\ClassicMIL\MILDyn\milim.h \
Include\ClassicMIL\MILDyn\milmeas.h \
Include\ClassicMIL\MILDyn\milmetrol.h \
Include\ClassicMIL\MILDyn\milmod.h \
Include\ClassicMIL\MILDyn\milocr.h \
Include\ClassicMIL\MILDyn\milpat.h \
Include\ClassicMIL\MILDyn\milreg.h \
Include\ClassicMIL\MILDyn\milstr.h \
Include\ClassicMIL\MILDyn\PFNC.h \
Include\ClassicMIL\milfuncll.h
release\lower_machine.obj: lower_machine.cpp lower_machine.h
release\main.obj: main.cpp widget.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QProcess \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qprocess.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qiodevice.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qglobal.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtversionchecks.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtconfiginclude.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qconfig.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtcore-config.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtconfigmacros.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtcoreexports.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcompilerdetection.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qprocessordetection.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsystemdetection.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtdeprecationmarkers.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtpreprocessorsupport.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qassert.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtnoop.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtypes.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtversion.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtclasshelpermacros.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtypeinfo.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcontainerfwd.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsysinfo.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qlogging.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qflags.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcompare_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qatomic.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbasicatomic.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qatomic_cxx11.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qgenericatomic.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qyieldcpu.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qconstructormacros.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdarwinhelpers.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qexceptionhandling.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qforeach.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qttypetraits.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfunctionpointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qglobalstatic.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmalloc.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qminmax.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qnumeric.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qoverload.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qswap.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtenvironmentvariables.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtresource.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qttranslation.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qversiontagging.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qiodevicebase.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qobject.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qobjectdefs.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qnamespace.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtmetamacros.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qobjectdefs_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfunctionaltools_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstring.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qchar.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbytearray.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qrefcount.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qarraydata.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qpair.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qarraydatapointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qarraydataops.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcontainertools_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qxptype_traits.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\q20type_traits.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\q20functional.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\q20memory.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbytearrayalgorithms.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbytearrayview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringfwd.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringliteral.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringalgorithms.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qlatin1stringview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qanystringview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qutf8stringview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringtokenizer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringbuilder.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringconverter.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringconverter_base.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qlist.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qhashfunctions.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qiterator.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbytearraylist.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringlist.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qalgorithms.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringmatcher.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcoreevent.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qscopedpointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmetatype.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcompare.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcomparehelpers.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdatastream.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfloat16.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmath.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qiterable.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmetacontainer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcontainerinfo.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtaggedpointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qscopeguard.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qobject_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbindingstorage.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qshareddata.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QThread \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qthread.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdeadlinetimer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qelapsedtimer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\QWidget \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qwidget.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qtwidgetsglobal.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qtguiglobal.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qtgui-config.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qtguiexports.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qtwidgets-config.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qtwidgetsexports.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qwindowdefs.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qwindowdefs_win.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmargins.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\q23utility.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qaction.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qkeysequence.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qicon.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsize.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qpixmap.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qpaintdevice.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qrect.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qpoint.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qcolor.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qrgb.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qrgba64.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qimage.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qpixelformat.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qtransform.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qpolygon.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qregion.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qline.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qvariant.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdebug.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtextstream.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcontiguouscache.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsharedpointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsharedpointer_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmap.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qshareddata_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qset.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qhash.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qvarlengtharray.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qpalette.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qbrush.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qfont.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qendian.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qfontmetrics.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qfontinfo.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qsizepolicy.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qcursor.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qbitmap.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qevent.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qurl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qeventpoint.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qvector2d.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qvectornd.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qpointingdevice.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qinputdevice.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qscreen.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QList \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QObject \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QRect \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QSize \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QSizeF \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\QTransform \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qnativeinterface.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qscreen_platform.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qguiapplication.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcoreapplication.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qeventloop.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcoreapplication_platform.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfuture.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfutureinterface.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmutex.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtsan_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qresultstore.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfuture_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qthreadpool.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qrunnable.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qexception.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qpromise.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qinputmethod.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qlocale.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qguiapplication_platform.h \
camera.h \
Include\Mil.h \
Include\ClassicMIL\milsetup.h \
Include\ClassicMIL\milos.h \
Include\ClassicMIL\mildec.h \
Include\ClassicMIL\milproto.h \
Include\ClassicMIL\milfunc.h \
Include\ClassicMIL\milstring.h \
Include\ClassicMIL\milvector.h \
Include\ClassicMIL\miluniqueid.h \
Include\ClassicMIL\mildyn.h \
Include\ClassicMIL\MILDyn\mil3dblob.h \
Include\ClassicMIL\MILDyn\mil3ddisp.h \
Include\ClassicMIL\MILDyn\mil3dgeo.h \
Include\ClassicMIL\MILDyn\mil3dgra.h \
Include\ClassicMIL\MILDyn\mil3dim.h \
Include\ClassicMIL\MILDyn\mil3dmap.h \
Include\ClassicMIL\MILDyn\mil3dmet.h \
Include\ClassicMIL\MILDyn\mil3dmod.h \
Include\ClassicMIL\MILDyn\mil3dreg.h \
Include\ClassicMIL\MILDyn\milagm.h \
Include\ClassicMIL\MILDyn\milbead.h \
Include\ClassicMIL\MILDyn\milblob.h \
Include\ClassicMIL\MILDyn\milcal.h \
Include\ClassicMIL\MILDyn\milclass.h \
Include\ClassicMIL\MILDyn\milcode.h \
Include\ClassicMIL\MILDyn\milcolor.h \
Include\ClassicMIL\MILDyn\milcom.h \
Include\ClassicMIL\MILDyn\mildisplay.h \
Include\ClassicMIL\MILDyn\mildmr.h \
Include\ClassicMIL\MILDyn\miledge.h \
Include\ClassicMIL\MILDyn\milim.h \
Include\ClassicMIL\MILDyn\milmeas.h \
Include\ClassicMIL\MILDyn\milmetrol.h \
Include\ClassicMIL\MILDyn\milmod.h \
Include\ClassicMIL\MILDyn\milocr.h \
Include\ClassicMIL\MILDyn\milpat.h \
Include\ClassicMIL\MILDyn\milreg.h \
Include\ClassicMIL\MILDyn\milstr.h \
Include\ClassicMIL\MILDyn\PFNC.h \
Include\ClassicMIL\milfuncll.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\QImage \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QQueue \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qqueue.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QDebug \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QString \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QTimer \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtimer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbasictimer.h \
onnxrunner.h \
opencv\build\include\opencv2\opencv.hpp \
opencv\build\include\opencv2\opencv_modules.hpp \
opencv\build\include\opencv2\core.hpp \
opencv\build\include\opencv2\core\cvdef.h \
opencv\build\include\opencv2\core\version.hpp \
opencv\build\include\opencv2\core\hal\interface.h \
opencv\build\include\opencv2\core\cv_cpu_dispatch.h \
opencv\build\include\opencv2\core\cv_cpu_helper.h \
opencv\build\include\opencv2\core\hal\msa_macros.h \
opencv\build\include\opencv2\core\fast_math.hpp \
opencv\build\include\opencv2\core\base.hpp \
opencv\build\include\opencv2\core\cvstd.hpp \
opencv\build\include\opencv2\core\cvstd_wrapper.hpp \
opencv\build\include\opencv2\core\neon_utils.hpp \
opencv\build\include\opencv2\core\vsx_utils.hpp \
opencv\build\include\opencv2\core\check.hpp \
opencv\build\include\opencv2\core\traits.hpp \
opencv\build\include\opencv2\core\matx.hpp \
opencv\build\include\opencv2\core\saturate.hpp \
opencv\build\include\opencv2\core\matx.inl.hpp \
opencv\build\include\opencv2\core\types.hpp \
opencv\build\include\opencv2\core\mat.hpp \
opencv\build\include\opencv2\core\bufferpool.hpp \
opencv\build\include\opencv2\core\mat.inl.hpp \
opencv\build\include\opencv2\core\persistence.hpp \
opencv\build\include\opencv2\core\operations.hpp \
opencv\build\include\opencv2\core\cvstd.inl.hpp \
opencv\build\include\opencv2\core\utility.hpp \
opencv\build\include\opencv2\core\utils\instrumentation.hpp \
opencv\build\include\opencv2\core\utils\tls.hpp \
opencv\build\include\opencv2\core\optim.hpp \
opencv\build\include\opencv2\core\ovx.hpp \
opencv\build\include\opencv2\calib3d.hpp \
opencv\build\include\opencv2\features2d.hpp \
opencv\build\include\opencv2\flann\miniflann.hpp \
opencv\build\include\opencv2\flann\defines.h \
opencv\build\include\opencv2\flann\config.h \
opencv\build\include\opencv2\core\affine.hpp \
opencv\build\include\opencv2\core\utils\logger.hpp \
opencv\build\include\opencv2\core\utils\logger.defines.hpp \
opencv\build\include\opencv2\core\utils\logtag.hpp \
opencv\build\include\opencv2\dnn.hpp \
opencv\build\include\opencv2\dnn\dnn.hpp \
opencv\build\include\opencv2\core\async.hpp \
opencv\build\include\opencv2\dnn\version.hpp \
opencv\build\include\opencv2\dnn\dict.hpp \
opencv\build\include\opencv2\dnn\layer.hpp \
opencv\build\include\opencv2\dnn\dnn.inl.hpp \
opencv\build\include\opencv2\dnn\utils\inference_engine.hpp \
opencv\build\include\opencv2\flann.hpp \
opencv\build\include\opencv2\flann\flann_base.hpp \
opencv\build\include\opencv2\flann\general.h \
opencv\build\include\opencv2\flann\matrix.h \
opencv\build\include\opencv2\flann\params.h \
opencv\build\include\opencv2\flann\any.h \
opencv\build\include\opencv2\flann\saving.h \
opencv\build\include\opencv2\flann\nn_index.h \
opencv\build\include\opencv2\flann\result_set.h \
opencv\build\include\opencv2\flann\all_indices.h \
opencv\build\include\opencv2\flann\kdtree_index.h \
opencv\build\include\opencv2\flann\dynamic_bitset.h \
opencv\build\include\opencv2\flann\dist.h \
opencv\build\include\opencv2\flann\heap.h \
opencv\build\include\opencv2\flann\allocator.h \
opencv\build\include\opencv2\flann\random.h \
opencv\build\include\opencv2\flann\kdtree_single_index.h \
opencv\build\include\opencv2\flann\kmeans_index.h \
opencv\build\include\opencv2\flann\logger.h \
opencv\build\include\opencv2\flann\composite_index.h \
opencv\build\include\opencv2\flann\linear_index.h \
opencv\build\include\opencv2\flann\hierarchical_clustering_index.h \
opencv\build\include\opencv2\flann\lsh_index.h \
opencv\build\include\opencv2\flann\lsh_table.h \
opencv\build\include\opencv2\flann\autotuned_index.h \
opencv\build\include\opencv2\flann\ground_truth.h \
opencv\build\include\opencv2\flann\index_testing.h \
opencv\build\include\opencv2\flann\timer.h \
opencv\build\include\opencv2\flann\sampling.h \
opencv\build\include\opencv2\highgui.hpp \
opencv\build\include\opencv2\imgcodecs.hpp \
opencv\build\include\opencv2\videoio.hpp \
opencv\build\include\opencv2\imgproc.hpp \
opencv\build\include\opencv2\imgproc\segmentation.hpp \
opencv\build\include\opencv2\ml.hpp \
opencv\build\include\opencv2\ml\ml.inl.hpp \
opencv\build\include\opencv2\objdetect.hpp \
opencv\build\include\opencv2\objdetect\aruco_detector.hpp \
opencv\build\include\opencv2\objdetect\aruco_dictionary.hpp \
opencv\build\include\opencv2\objdetect\aruco_board.hpp \
opencv\build\include\opencv2\objdetect\graphical_code_detector.hpp \
opencv\build\include\opencv2\objdetect\detection_based_tracker.hpp \
opencv\build\include\opencv2\objdetect\face.hpp \
opencv\build\include\opencv2\objdetect\charuco_detector.hpp \
opencv\build\include\opencv2\objdetect\barcode.hpp \
opencv\build\include\opencv2\photo.hpp \
opencv\build\include\opencv2\stitching.hpp \
opencv\build\include\opencv2\stitching\warpers.hpp \
opencv\build\include\opencv2\stitching\detail\warpers.hpp \
opencv\build\include\opencv2\core\cuda.hpp \
opencv\build\include\opencv2\core\cuda_types.hpp \
opencv\build\include\opencv2\core\cuda.inl.hpp \
opencv\build\include\opencv2\stitching\detail\warpers_inl.hpp \
opencv\build\include\opencv2\stitching\detail\matchers.hpp \
opencv\build\include\opencv2\stitching\detail\motion_estimators.hpp \
opencv\build\include\opencv2\stitching\detail\util.hpp \
opencv\build\include\opencv2\stitching\detail\util_inl.hpp \
opencv\build\include\opencv2\stitching\detail\camera.hpp \
opencv\build\include\opencv2\stitching\detail\exposure_compensate.hpp \
opencv\build\include\opencv2\stitching\detail\seam_finders.hpp \
opencv\build\include\opencv2\stitching\detail\blenders.hpp \
opencv\build\include\opencv2\video.hpp \
opencv\build\include\opencv2\video\tracking.hpp \
opencv\build\include\opencv2\video\background_segm.hpp \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QFile \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfile.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfiledevice.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtNetwork\QTcpSocket \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtNetwork\qtcpsocket.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtNetwork\qtnetworkglobal.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtNetwork\qtnetwork-config.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtNetwork\qtnetworkexports.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtNetwork\qabstractsocket.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtNetwork\qhostaddress.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtNetwork\QTcpServer \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtNetwork\qtcpserver.h \
globals.h \
Include\MIL.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QMutex \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QSemaphore \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsemaphore.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QDir \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdir.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfileinfo.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdatetime.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcalendar.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtimezone.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QCoreApplication \
img_utils.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\QPixmap \
color_algorithms.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\QPushButton \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qpushbutton.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qabstractbutton.h \
storage_worker.h \
countdown_dialog.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\QDialog \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qdialog.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\QLabel \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qlabel.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qframe.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qpicture.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qtextdocument.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\QVBoxLayout \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qboxlayout.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qlayout.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qlayoutitem.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qgridlayout.h \
plc_connector.h \
libmodbus\modbus.h \
libmodbus\modbus-version.h \
libmodbus\modbus-tcp.h \
libmodbus\modbus-rtu.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\QApplication \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qapplication.h
release\onnxrunner.obj: onnxrunner.cpp onnxrunner.h \
opencv\build\include\opencv2\opencv.hpp \
opencv\build\include\opencv2\opencv_modules.hpp \
opencv\build\include\opencv2\core.hpp \
opencv\build\include\opencv2\core\cvdef.h \
opencv\build\include\opencv2\core\version.hpp \
opencv\build\include\opencv2\core\hal\interface.h \
opencv\build\include\opencv2\core\cv_cpu_dispatch.h \
opencv\build\include\opencv2\core\cv_cpu_helper.h \
opencv\build\include\opencv2\core\hal\msa_macros.h \
opencv\build\include\opencv2\core\fast_math.hpp \
opencv\build\include\opencv2\core\base.hpp \
opencv\build\include\opencv2\core\cvstd.hpp \
opencv\build\include\opencv2\core\cvstd_wrapper.hpp \
opencv\build\include\opencv2\core\neon_utils.hpp \
opencv\build\include\opencv2\core\vsx_utils.hpp \
opencv\build\include\opencv2\core\check.hpp \
opencv\build\include\opencv2\core\traits.hpp \
opencv\build\include\opencv2\core\matx.hpp \
opencv\build\include\opencv2\core\saturate.hpp \
opencv\build\include\opencv2\core\matx.inl.hpp \
opencv\build\include\opencv2\core\types.hpp \
opencv\build\include\opencv2\core\mat.hpp \
opencv\build\include\opencv2\core\bufferpool.hpp \
opencv\build\include\opencv2\core\mat.inl.hpp \
opencv\build\include\opencv2\core\persistence.hpp \
opencv\build\include\opencv2\core\operations.hpp \
opencv\build\include\opencv2\core\cvstd.inl.hpp \
opencv\build\include\opencv2\core\utility.hpp \
opencv\build\include\opencv2\core\utils\instrumentation.hpp \
opencv\build\include\opencv2\core\utils\tls.hpp \
opencv\build\include\opencv2\core\optim.hpp \
opencv\build\include\opencv2\core\ovx.hpp \
opencv\build\include\opencv2\calib3d.hpp \
opencv\build\include\opencv2\features2d.hpp \
opencv\build\include\opencv2\flann\miniflann.hpp \
opencv\build\include\opencv2\flann\defines.h \
opencv\build\include\opencv2\flann\config.h \
opencv\build\include\opencv2\core\affine.hpp \
opencv\build\include\opencv2\core\utils\logger.hpp \
opencv\build\include\opencv2\core\utils\logger.defines.hpp \
opencv\build\include\opencv2\core\utils\logtag.hpp \
opencv\build\include\opencv2\dnn.hpp \
opencv\build\include\opencv2\dnn\dnn.hpp \
opencv\build\include\opencv2\core\async.hpp \
opencv\build\include\opencv2\dnn\version.hpp \
opencv\build\include\opencv2\dnn\dict.hpp \
opencv\build\include\opencv2\dnn\layer.hpp \
opencv\build\include\opencv2\dnn\dnn.inl.hpp \
opencv\build\include\opencv2\dnn\utils\inference_engine.hpp \
opencv\build\include\opencv2\flann.hpp \
opencv\build\include\opencv2\flann\flann_base.hpp \
opencv\build\include\opencv2\flann\general.h \
opencv\build\include\opencv2\flann\matrix.h \
opencv\build\include\opencv2\flann\params.h \
opencv\build\include\opencv2\flann\any.h \
opencv\build\include\opencv2\flann\saving.h \
opencv\build\include\opencv2\flann\nn_index.h \
opencv\build\include\opencv2\flann\result_set.h \
opencv\build\include\opencv2\flann\all_indices.h \
opencv\build\include\opencv2\flann\kdtree_index.h \
opencv\build\include\opencv2\flann\dynamic_bitset.h \
opencv\build\include\opencv2\flann\dist.h \
opencv\build\include\opencv2\flann\heap.h \
opencv\build\include\opencv2\flann\allocator.h \
opencv\build\include\opencv2\flann\random.h \
opencv\build\include\opencv2\flann\kdtree_single_index.h \
opencv\build\include\opencv2\flann\kmeans_index.h \
opencv\build\include\opencv2\flann\logger.h \
opencv\build\include\opencv2\flann\composite_index.h \
opencv\build\include\opencv2\flann\linear_index.h \
opencv\build\include\opencv2\flann\hierarchical_clustering_index.h \
opencv\build\include\opencv2\flann\lsh_index.h \
opencv\build\include\opencv2\flann\lsh_table.h \
opencv\build\include\opencv2\flann\autotuned_index.h \
opencv\build\include\opencv2\flann\ground_truth.h \
opencv\build\include\opencv2\flann\index_testing.h \
opencv\build\include\opencv2\flann\timer.h \
opencv\build\include\opencv2\flann\sampling.h \
opencv\build\include\opencv2\highgui.hpp \
opencv\build\include\opencv2\imgcodecs.hpp \
opencv\build\include\opencv2\videoio.hpp \
opencv\build\include\opencv2\imgproc.hpp \
opencv\build\include\opencv2\imgproc\segmentation.hpp \
opencv\build\include\opencv2\ml.hpp \
opencv\build\include\opencv2\ml\ml.inl.hpp \
opencv\build\include\opencv2\objdetect.hpp \
opencv\build\include\opencv2\objdetect\aruco_detector.hpp \
opencv\build\include\opencv2\objdetect\aruco_dictionary.hpp \
opencv\build\include\opencv2\objdetect\aruco_board.hpp \
opencv\build\include\opencv2\objdetect\graphical_code_detector.hpp \
opencv\build\include\opencv2\objdetect\detection_based_tracker.hpp \
opencv\build\include\opencv2\objdetect\face.hpp \
opencv\build\include\opencv2\objdetect\charuco_detector.hpp \
opencv\build\include\opencv2\objdetect\barcode.hpp \
opencv\build\include\opencv2\photo.hpp \
opencv\build\include\opencv2\stitching.hpp \
opencv\build\include\opencv2\stitching\warpers.hpp \
opencv\build\include\opencv2\stitching\detail\warpers.hpp \
opencv\build\include\opencv2\core\cuda.hpp \
opencv\build\include\opencv2\core\cuda_types.hpp \
opencv\build\include\opencv2\core\cuda.inl.hpp \
opencv\build\include\opencv2\stitching\detail\warpers_inl.hpp \
opencv\build\include\opencv2\stitching\detail\matchers.hpp \
opencv\build\include\opencv2\stitching\detail\motion_estimators.hpp \
opencv\build\include\opencv2\stitching\detail\util.hpp \
opencv\build\include\opencv2\stitching\detail\util_inl.hpp \
opencv\build\include\opencv2\stitching\detail\camera.hpp \
opencv\build\include\opencv2\stitching\detail\exposure_compensate.hpp \
opencv\build\include\opencv2\stitching\detail\seam_finders.hpp \
opencv\build\include\opencv2\stitching\detail\blenders.hpp \
opencv\build\include\opencv2\video.hpp \
opencv\build\include\opencv2\video\tracking.hpp \
opencv\build\include\opencv2\video\background_segm.hpp \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QFile \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfile.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfiledevice.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qiodevice.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qglobal.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtversionchecks.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtconfiginclude.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qconfig.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtcore-config.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtconfigmacros.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtcoreexports.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcompilerdetection.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qprocessordetection.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsystemdetection.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtdeprecationmarkers.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtpreprocessorsupport.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qassert.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtnoop.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtypes.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtversion.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtclasshelpermacros.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtypeinfo.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcontainerfwd.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsysinfo.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qlogging.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qflags.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcompare_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qatomic.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbasicatomic.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qatomic_cxx11.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qgenericatomic.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qyieldcpu.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qconstructormacros.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdarwinhelpers.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qexceptionhandling.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qforeach.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qttypetraits.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfunctionpointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qglobalstatic.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmalloc.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qminmax.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qnumeric.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qoverload.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qswap.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtenvironmentvariables.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtresource.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qttranslation.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qversiontagging.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qiodevicebase.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qobject.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qobjectdefs.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qnamespace.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtmetamacros.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qobjectdefs_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfunctionaltools_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstring.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qchar.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbytearray.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qrefcount.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qarraydata.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qpair.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qarraydatapointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qarraydataops.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcontainertools_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qxptype_traits.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\q20type_traits.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\q20functional.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\q20memory.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbytearrayalgorithms.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbytearrayview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringfwd.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringliteral.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringalgorithms.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qlatin1stringview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qanystringview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qutf8stringview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringtokenizer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringbuilder.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringconverter.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringconverter_base.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qlist.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qhashfunctions.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qiterator.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbytearraylist.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringlist.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qalgorithms.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringmatcher.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcoreevent.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qscopedpointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmetatype.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcompare.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcomparehelpers.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdatastream.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfloat16.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmath.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qiterable.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmetacontainer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcontainerinfo.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtaggedpointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qscopeguard.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qobject_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbindingstorage.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\Qdebug \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdebug.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtextstream.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcontiguouscache.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsharedpointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qshareddata.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsharedpointer_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmap.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qshareddata_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qset.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qhash.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qvarlengtharray.h
release\plc_connector.obj: plc_connector.cpp plc_connector.h \
libmodbus\modbus.h \
libmodbus\modbus-version.h \
libmodbus\modbus-tcp.h \
libmodbus\modbus-rtu.h
release\storage_worker.obj: storage_worker.cpp storage_worker.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QObject \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qobject.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qobjectdefs.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qnamespace.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qglobal.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtversionchecks.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtconfiginclude.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qconfig.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtcore-config.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtconfigmacros.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtcoreexports.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcompilerdetection.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qprocessordetection.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsystemdetection.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtdeprecationmarkers.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtpreprocessorsupport.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qassert.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtnoop.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtypes.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtversion.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtclasshelpermacros.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtypeinfo.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcontainerfwd.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsysinfo.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qlogging.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qflags.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcompare_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qatomic.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbasicatomic.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qatomic_cxx11.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qgenericatomic.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qyieldcpu.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qconstructormacros.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdarwinhelpers.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qexceptionhandling.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qforeach.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qttypetraits.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfunctionpointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qglobalstatic.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmalloc.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qminmax.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qnumeric.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qoverload.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qswap.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtenvironmentvariables.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtresource.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qttranslation.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qversiontagging.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtmetamacros.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qobjectdefs_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfunctionaltools_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstring.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qchar.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbytearray.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qrefcount.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qarraydata.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qpair.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qarraydatapointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qarraydataops.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcontainertools_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qxptype_traits.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\q20type_traits.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\q20functional.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\q20memory.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbytearrayalgorithms.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbytearrayview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringfwd.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringliteral.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringalgorithms.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qlatin1stringview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qanystringview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qutf8stringview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringtokenizer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringbuilder.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringconverter.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringconverter_base.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qlist.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qhashfunctions.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qiterator.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbytearraylist.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringlist.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qalgorithms.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringmatcher.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcoreevent.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qscopedpointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmetatype.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcompare.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcomparehelpers.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdatastream.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qiodevicebase.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfloat16.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmath.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qiterable.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmetacontainer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcontainerinfo.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtaggedpointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qscopeguard.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qobject_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbindingstorage.h \
opencv\build\include\opencv2\opencv.hpp \
opencv\build\include\opencv2\opencv_modules.hpp \
opencv\build\include\opencv2\core.hpp \
opencv\build\include\opencv2\core\cvdef.h \
opencv\build\include\opencv2\core\version.hpp \
opencv\build\include\opencv2\core\hal\interface.h \
opencv\build\include\opencv2\core\cv_cpu_dispatch.h \
opencv\build\include\opencv2\core\cv_cpu_helper.h \
opencv\build\include\opencv2\core\hal\msa_macros.h \
opencv\build\include\opencv2\core\fast_math.hpp \
opencv\build\include\opencv2\core\base.hpp \
opencv\build\include\opencv2\core\cvstd.hpp \
opencv\build\include\opencv2\core\cvstd_wrapper.hpp \
opencv\build\include\opencv2\core\neon_utils.hpp \
opencv\build\include\opencv2\core\vsx_utils.hpp \
opencv\build\include\opencv2\core\check.hpp \
opencv\build\include\opencv2\core\traits.hpp \
opencv\build\include\opencv2\core\matx.hpp \
opencv\build\include\opencv2\core\saturate.hpp \
opencv\build\include\opencv2\core\matx.inl.hpp \
opencv\build\include\opencv2\core\types.hpp \
opencv\build\include\opencv2\core\mat.hpp \
opencv\build\include\opencv2\core\bufferpool.hpp \
opencv\build\include\opencv2\core\mat.inl.hpp \
opencv\build\include\opencv2\core\persistence.hpp \
opencv\build\include\opencv2\core\operations.hpp \
opencv\build\include\opencv2\core\cvstd.inl.hpp \
opencv\build\include\opencv2\core\utility.hpp \
opencv\build\include\opencv2\core\utils\instrumentation.hpp \
opencv\build\include\opencv2\core\utils\tls.hpp \
opencv\build\include\opencv2\core\optim.hpp \
opencv\build\include\opencv2\core\ovx.hpp \
opencv\build\include\opencv2\calib3d.hpp \
opencv\build\include\opencv2\features2d.hpp \
opencv\build\include\opencv2\flann\miniflann.hpp \
opencv\build\include\opencv2\flann\defines.h \
opencv\build\include\opencv2\flann\config.h \
opencv\build\include\opencv2\core\affine.hpp \
opencv\build\include\opencv2\core\utils\logger.hpp \
opencv\build\include\opencv2\core\utils\logger.defines.hpp \
opencv\build\include\opencv2\core\utils\logtag.hpp \
opencv\build\include\opencv2\dnn.hpp \
opencv\build\include\opencv2\dnn\dnn.hpp \
opencv\build\include\opencv2\core\async.hpp \
opencv\build\include\opencv2\dnn\version.hpp \
opencv\build\include\opencv2\dnn\dict.hpp \
opencv\build\include\opencv2\dnn\layer.hpp \
opencv\build\include\opencv2\dnn\dnn.inl.hpp \
opencv\build\include\opencv2\dnn\utils\inference_engine.hpp \
opencv\build\include\opencv2\flann.hpp \
opencv\build\include\opencv2\flann\flann_base.hpp \
opencv\build\include\opencv2\flann\general.h \
opencv\build\include\opencv2\flann\matrix.h \
opencv\build\include\opencv2\flann\params.h \
opencv\build\include\opencv2\flann\any.h \
opencv\build\include\opencv2\flann\saving.h \
opencv\build\include\opencv2\flann\nn_index.h \
opencv\build\include\opencv2\flann\result_set.h \
opencv\build\include\opencv2\flann\all_indices.h \
opencv\build\include\opencv2\flann\kdtree_index.h \
opencv\build\include\opencv2\flann\dynamic_bitset.h \
opencv\build\include\opencv2\flann\dist.h \
opencv\build\include\opencv2\flann\heap.h \
opencv\build\include\opencv2\flann\allocator.h \
opencv\build\include\opencv2\flann\random.h \
opencv\build\include\opencv2\flann\kdtree_single_index.h \
opencv\build\include\opencv2\flann\kmeans_index.h \
opencv\build\include\opencv2\flann\logger.h \
opencv\build\include\opencv2\flann\composite_index.h \
opencv\build\include\opencv2\flann\linear_index.h \
opencv\build\include\opencv2\flann\hierarchical_clustering_index.h \
opencv\build\include\opencv2\flann\lsh_index.h \
opencv\build\include\opencv2\flann\lsh_table.h \
opencv\build\include\opencv2\flann\autotuned_index.h \
opencv\build\include\opencv2\flann\ground_truth.h \
opencv\build\include\opencv2\flann\index_testing.h \
opencv\build\include\opencv2\flann\timer.h \
opencv\build\include\opencv2\flann\sampling.h \
opencv\build\include\opencv2\highgui.hpp \
opencv\build\include\opencv2\imgcodecs.hpp \
opencv\build\include\opencv2\videoio.hpp \
opencv\build\include\opencv2\imgproc.hpp \
opencv\build\include\opencv2\imgproc\segmentation.hpp \
opencv\build\include\opencv2\ml.hpp \
opencv\build\include\opencv2\ml\ml.inl.hpp \
opencv\build\include\opencv2\objdetect.hpp \
opencv\build\include\opencv2\objdetect\aruco_detector.hpp \
opencv\build\include\opencv2\objdetect\aruco_dictionary.hpp \
opencv\build\include\opencv2\objdetect\aruco_board.hpp \
opencv\build\include\opencv2\objdetect\graphical_code_detector.hpp \
opencv\build\include\opencv2\objdetect\detection_based_tracker.hpp \
opencv\build\include\opencv2\objdetect\face.hpp \
opencv\build\include\opencv2\objdetect\charuco_detector.hpp \
opencv\build\include\opencv2\objdetect\barcode.hpp \
opencv\build\include\opencv2\photo.hpp \
opencv\build\include\opencv2\stitching.hpp \
opencv\build\include\opencv2\stitching\warpers.hpp \
opencv\build\include\opencv2\stitching\detail\warpers.hpp \
opencv\build\include\opencv2\core\cuda.hpp \
opencv\build\include\opencv2\core\cuda_types.hpp \
opencv\build\include\opencv2\core\cuda.inl.hpp \
opencv\build\include\opencv2\stitching\detail\warpers_inl.hpp \
opencv\build\include\opencv2\stitching\detail\matchers.hpp \
opencv\build\include\opencv2\stitching\detail\motion_estimators.hpp \
opencv\build\include\opencv2\stitching\detail\util.hpp \
opencv\build\include\opencv2\stitching\detail\util_inl.hpp \
opencv\build\include\opencv2\stitching\detail\camera.hpp \
opencv\build\include\opencv2\stitching\detail\exposure_compensate.hpp \
opencv\build\include\opencv2\stitching\detail\seam_finders.hpp \
opencv\build\include\opencv2\stitching\detail\blenders.hpp \
opencv\build\include\opencv2\video.hpp \
opencv\build\include\opencv2\video\tracking.hpp \
opencv\build\include\opencv2\video\background_segm.hpp \
globals.h \
Include\MIL.h \
Include\ClassicMIL\milsetup.h \
Include\ClassicMIL\milos.h \
Include\ClassicMIL\mildec.h \
Include\ClassicMIL\milproto.h \
Include\ClassicMIL\milfunc.h \
Include\ClassicMIL\milstring.h \
Include\ClassicMIL\milvector.h \
Include\ClassicMIL\miluniqueid.h \
Include\ClassicMIL\mildyn.h \
Include\ClassicMIL\MILDyn\mil3dblob.h \
Include\ClassicMIL\MILDyn\mil3ddisp.h \
Include\ClassicMIL\MILDyn\mil3dgeo.h \
Include\ClassicMIL\MILDyn\mil3dgra.h \
Include\ClassicMIL\MILDyn\mil3dim.h \
Include\ClassicMIL\MILDyn\mil3dmap.h \
Include\ClassicMIL\MILDyn\mil3dmet.h \
Include\ClassicMIL\MILDyn\mil3dmod.h \
Include\ClassicMIL\MILDyn\mil3dreg.h \
Include\ClassicMIL\MILDyn\milagm.h \
Include\ClassicMIL\MILDyn\milbead.h \
Include\ClassicMIL\MILDyn\milblob.h \
Include\ClassicMIL\MILDyn\milcal.h \
Include\ClassicMIL\MILDyn\milclass.h \
Include\ClassicMIL\MILDyn\milcode.h \
Include\ClassicMIL\MILDyn\milcolor.h \
Include\ClassicMIL\MILDyn\milcom.h \
Include\ClassicMIL\MILDyn\mildisplay.h \
Include\ClassicMIL\MILDyn\mildmr.h \
Include\ClassicMIL\MILDyn\miledge.h \
Include\ClassicMIL\MILDyn\milim.h \
Include\ClassicMIL\MILDyn\milmeas.h \
Include\ClassicMIL\MILDyn\milmetrol.h \
Include\ClassicMIL\MILDyn\milmod.h \
Include\ClassicMIL\MILDyn\milocr.h \
Include\ClassicMIL\MILDyn\milpat.h \
Include\ClassicMIL\MILDyn\milreg.h \
Include\ClassicMIL\MILDyn\milstr.h \
Include\ClassicMIL\MILDyn\PFNC.h \
Include\ClassicMIL\milfuncll.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QMutex \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmutex.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdeadlinetimer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qelapsedtimer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtsan_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QSemaphore \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsemaphore.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QDir \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdir.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfile.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfiledevice.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qiodevice.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfileinfo.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qshareddata.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdatetime.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcalendar.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qlocale.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qvariant.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdebug.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtextstream.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcontiguouscache.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsharedpointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsharedpointer_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmap.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qshareddata_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qset.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qhash.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qvarlengtharray.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\q23utility.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtimezone.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QCoreApplication \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcoreapplication.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qeventloop.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qnativeinterface.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcoreapplication_platform.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfuture.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfutureinterface.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qresultstore.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfuture_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qthreadpool.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qthread.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qrunnable.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qexception.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qpromise.h \
onnxrunner.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QFile \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QDateTime \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QDebug \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QStandardPaths \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstandardpaths.h
release\widget.obj: widget.cpp widget.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QProcess \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qprocess.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qiodevice.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qglobal.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtversionchecks.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtconfiginclude.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qconfig.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtcore-config.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtconfigmacros.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtcoreexports.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcompilerdetection.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qprocessordetection.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsystemdetection.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtdeprecationmarkers.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtpreprocessorsupport.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qassert.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtnoop.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtypes.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtversion.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtclasshelpermacros.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtypeinfo.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcontainerfwd.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsysinfo.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qlogging.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qflags.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcompare_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qatomic.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbasicatomic.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qatomic_cxx11.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qgenericatomic.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qyieldcpu.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qconstructormacros.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdarwinhelpers.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qexceptionhandling.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qforeach.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qttypetraits.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfunctionpointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qglobalstatic.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmalloc.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qminmax.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qnumeric.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qoverload.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qswap.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtenvironmentvariables.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtresource.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qttranslation.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qversiontagging.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qiodevicebase.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qobject.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qobjectdefs.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qnamespace.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtmetamacros.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qobjectdefs_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfunctionaltools_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstring.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qchar.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbytearray.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qrefcount.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qarraydata.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qpair.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qarraydatapointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qarraydataops.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcontainertools_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qxptype_traits.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\q20type_traits.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\q20functional.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\q20memory.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbytearrayalgorithms.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbytearrayview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringfwd.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringliteral.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringalgorithms.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qlatin1stringview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qanystringview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qutf8stringview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringtokenizer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringbuilder.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringconverter.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringconverter_base.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qlist.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qhashfunctions.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qiterator.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbytearraylist.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringlist.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qalgorithms.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qstringmatcher.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcoreevent.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qscopedpointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmetatype.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcompare.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcomparehelpers.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdatastream.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfloat16.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmath.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qiterable.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmetacontainer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcontainerinfo.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtaggedpointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qscopeguard.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qobject_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbindingstorage.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qshareddata.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QThread \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qthread.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdeadlinetimer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qelapsedtimer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\QWidget \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qwidget.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qtwidgetsglobal.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qtguiglobal.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qtgui-config.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qtguiexports.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qtwidgets-config.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qtwidgetsexports.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qwindowdefs.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qwindowdefs_win.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmargins.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\q23utility.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qaction.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qkeysequence.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qicon.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsize.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qpixmap.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qpaintdevice.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qrect.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qpoint.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qcolor.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qrgb.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qrgba64.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qimage.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qpixelformat.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qtransform.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qpolygon.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qregion.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qline.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qvariant.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdebug.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtextstream.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcontiguouscache.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsharedpointer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsharedpointer_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmap.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qshareddata_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qset.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qhash.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qvarlengtharray.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qpalette.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qbrush.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qfont.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qendian.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qfontmetrics.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qfontinfo.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qsizepolicy.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qcursor.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qbitmap.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qevent.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qurl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qeventpoint.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qvector2d.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qvectornd.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qpointingdevice.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qinputdevice.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qscreen.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QList \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QObject \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QRect \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QSize \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QSizeF \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\QTransform \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qnativeinterface.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qscreen_platform.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qguiapplication.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcoreapplication.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qeventloop.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcoreapplication_platform.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfuture.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfutureinterface.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qmutex.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtsan_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qresultstore.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfuture_impl.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qthreadpool.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qrunnable.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qexception.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qpromise.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qinputmethod.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qlocale.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qguiapplication_platform.h \
camera.h \
Include\Mil.h \
Include\ClassicMIL\milsetup.h \
Include\ClassicMIL\milos.h \
Include\ClassicMIL\mildec.h \
Include\ClassicMIL\milproto.h \
Include\ClassicMIL\milfunc.h \
Include\ClassicMIL\milstring.h \
Include\ClassicMIL\milvector.h \
Include\ClassicMIL\miluniqueid.h \
Include\ClassicMIL\mildyn.h \
Include\ClassicMIL\MILDyn\mil3dblob.h \
Include\ClassicMIL\MILDyn\mil3ddisp.h \
Include\ClassicMIL\MILDyn\mil3dgeo.h \
Include\ClassicMIL\MILDyn\mil3dgra.h \
Include\ClassicMIL\MILDyn\mil3dim.h \
Include\ClassicMIL\MILDyn\mil3dmap.h \
Include\ClassicMIL\MILDyn\mil3dmet.h \
Include\ClassicMIL\MILDyn\mil3dmod.h \
Include\ClassicMIL\MILDyn\mil3dreg.h \
Include\ClassicMIL\MILDyn\milagm.h \
Include\ClassicMIL\MILDyn\milbead.h \
Include\ClassicMIL\MILDyn\milblob.h \
Include\ClassicMIL\MILDyn\milcal.h \
Include\ClassicMIL\MILDyn\milclass.h \
Include\ClassicMIL\MILDyn\milcode.h \
Include\ClassicMIL\MILDyn\milcolor.h \
Include\ClassicMIL\MILDyn\milcom.h \
Include\ClassicMIL\MILDyn\mildisplay.h \
Include\ClassicMIL\MILDyn\mildmr.h \
Include\ClassicMIL\MILDyn\miledge.h \
Include\ClassicMIL\MILDyn\milim.h \
Include\ClassicMIL\MILDyn\milmeas.h \
Include\ClassicMIL\MILDyn\milmetrol.h \
Include\ClassicMIL\MILDyn\milmod.h \
Include\ClassicMIL\MILDyn\milocr.h \
Include\ClassicMIL\MILDyn\milpat.h \
Include\ClassicMIL\MILDyn\milreg.h \
Include\ClassicMIL\MILDyn\milstr.h \
Include\ClassicMIL\MILDyn\PFNC.h \
Include\ClassicMIL\milfuncll.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\QImage \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QQueue \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qqueue.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QDebug \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QString \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QTimer \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtimer.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qbasictimer.h \
onnxrunner.h \
opencv\build\include\opencv2\opencv.hpp \
opencv\build\include\opencv2\opencv_modules.hpp \
opencv\build\include\opencv2\core.hpp \
opencv\build\include\opencv2\core\cvdef.h \
opencv\build\include\opencv2\core\version.hpp \
opencv\build\include\opencv2\core\hal\interface.h \
opencv\build\include\opencv2\core\cv_cpu_dispatch.h \
opencv\build\include\opencv2\core\cv_cpu_helper.h \
opencv\build\include\opencv2\core\hal\msa_macros.h \
opencv\build\include\opencv2\core\fast_math.hpp \
opencv\build\include\opencv2\core\base.hpp \
opencv\build\include\opencv2\core\cvstd.hpp \
opencv\build\include\opencv2\core\cvstd_wrapper.hpp \
opencv\build\include\opencv2\core\neon_utils.hpp \
opencv\build\include\opencv2\core\vsx_utils.hpp \
opencv\build\include\opencv2\core\check.hpp \
opencv\build\include\opencv2\core\traits.hpp \
opencv\build\include\opencv2\core\matx.hpp \
opencv\build\include\opencv2\core\saturate.hpp \
opencv\build\include\opencv2\core\matx.inl.hpp \
opencv\build\include\opencv2\core\types.hpp \
opencv\build\include\opencv2\core\mat.hpp \
opencv\build\include\opencv2\core\bufferpool.hpp \
opencv\build\include\opencv2\core\mat.inl.hpp \
opencv\build\include\opencv2\core\persistence.hpp \
opencv\build\include\opencv2\core\operations.hpp \
opencv\build\include\opencv2\core\cvstd.inl.hpp \
opencv\build\include\opencv2\core\utility.hpp \
opencv\build\include\opencv2\core\utils\instrumentation.hpp \
opencv\build\include\opencv2\core\utils\tls.hpp \
opencv\build\include\opencv2\core\optim.hpp \
opencv\build\include\opencv2\core\ovx.hpp \
opencv\build\include\opencv2\calib3d.hpp \
opencv\build\include\opencv2\features2d.hpp \
opencv\build\include\opencv2\flann\miniflann.hpp \
opencv\build\include\opencv2\flann\defines.h \
opencv\build\include\opencv2\flann\config.h \
opencv\build\include\opencv2\core\affine.hpp \
opencv\build\include\opencv2\core\utils\logger.hpp \
opencv\build\include\opencv2\core\utils\logger.defines.hpp \
opencv\build\include\opencv2\core\utils\logtag.hpp \
opencv\build\include\opencv2\dnn.hpp \
opencv\build\include\opencv2\dnn\dnn.hpp \
opencv\build\include\opencv2\core\async.hpp \
opencv\build\include\opencv2\dnn\version.hpp \
opencv\build\include\opencv2\dnn\dict.hpp \
opencv\build\include\opencv2\dnn\layer.hpp \
opencv\build\include\opencv2\dnn\dnn.inl.hpp \
opencv\build\include\opencv2\dnn\utils\inference_engine.hpp \
opencv\build\include\opencv2\flann.hpp \
opencv\build\include\opencv2\flann\flann_base.hpp \
opencv\build\include\opencv2\flann\general.h \
opencv\build\include\opencv2\flann\matrix.h \
opencv\build\include\opencv2\flann\params.h \
opencv\build\include\opencv2\flann\any.h \
opencv\build\include\opencv2\flann\saving.h \
opencv\build\include\opencv2\flann\nn_index.h \
opencv\build\include\opencv2\flann\result_set.h \
opencv\build\include\opencv2\flann\all_indices.h \
opencv\build\include\opencv2\flann\kdtree_index.h \
opencv\build\include\opencv2\flann\dynamic_bitset.h \
opencv\build\include\opencv2\flann\dist.h \
opencv\build\include\opencv2\flann\heap.h \
opencv\build\include\opencv2\flann\allocator.h \
opencv\build\include\opencv2\flann\random.h \
opencv\build\include\opencv2\flann\kdtree_single_index.h \
opencv\build\include\opencv2\flann\kmeans_index.h \
opencv\build\include\opencv2\flann\logger.h \
opencv\build\include\opencv2\flann\composite_index.h \
opencv\build\include\opencv2\flann\linear_index.h \
opencv\build\include\opencv2\flann\hierarchical_clustering_index.h \
opencv\build\include\opencv2\flann\lsh_index.h \
opencv\build\include\opencv2\flann\lsh_table.h \
opencv\build\include\opencv2\flann\autotuned_index.h \
opencv\build\include\opencv2\flann\ground_truth.h \
opencv\build\include\opencv2\flann\index_testing.h \
opencv\build\include\opencv2\flann\timer.h \
opencv\build\include\opencv2\flann\sampling.h \
opencv\build\include\opencv2\highgui.hpp \
opencv\build\include\opencv2\imgcodecs.hpp \
opencv\build\include\opencv2\videoio.hpp \
opencv\build\include\opencv2\imgproc.hpp \
opencv\build\include\opencv2\imgproc\segmentation.hpp \
opencv\build\include\opencv2\ml.hpp \
opencv\build\include\opencv2\ml\ml.inl.hpp \
opencv\build\include\opencv2\objdetect.hpp \
opencv\build\include\opencv2\objdetect\aruco_detector.hpp \
opencv\build\include\opencv2\objdetect\aruco_dictionary.hpp \
opencv\build\include\opencv2\objdetect\aruco_board.hpp \
opencv\build\include\opencv2\objdetect\graphical_code_detector.hpp \
opencv\build\include\opencv2\objdetect\detection_based_tracker.hpp \
opencv\build\include\opencv2\objdetect\face.hpp \
opencv\build\include\opencv2\objdetect\charuco_detector.hpp \
opencv\build\include\opencv2\objdetect\barcode.hpp \
opencv\build\include\opencv2\photo.hpp \
opencv\build\include\opencv2\stitching.hpp \
opencv\build\include\opencv2\stitching\warpers.hpp \
opencv\build\include\opencv2\stitching\detail\warpers.hpp \
opencv\build\include\opencv2\core\cuda.hpp \
opencv\build\include\opencv2\core\cuda_types.hpp \
opencv\build\include\opencv2\core\cuda.inl.hpp \
opencv\build\include\opencv2\stitching\detail\warpers_inl.hpp \
opencv\build\include\opencv2\stitching\detail\matchers.hpp \
opencv\build\include\opencv2\stitching\detail\motion_estimators.hpp \
opencv\build\include\opencv2\stitching\detail\util.hpp \
opencv\build\include\opencv2\stitching\detail\util_inl.hpp \
opencv\build\include\opencv2\stitching\detail\camera.hpp \
opencv\build\include\opencv2\stitching\detail\exposure_compensate.hpp \
opencv\build\include\opencv2\stitching\detail\seam_finders.hpp \
opencv\build\include\opencv2\stitching\detail\blenders.hpp \
opencv\build\include\opencv2\video.hpp \
opencv\build\include\opencv2\video\tracking.hpp \
opencv\build\include\opencv2\video\background_segm.hpp \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QFile \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfile.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfiledevice.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtNetwork\QTcpSocket \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtNetwork\qtcpsocket.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtNetwork\qtnetworkglobal.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtNetwork\qtnetwork-config.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtNetwork\qtnetworkexports.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtNetwork\qabstractsocket.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtNetwork\qhostaddress.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtNetwork\QTcpServer \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtNetwork\qtcpserver.h \
globals.h \
Include\MIL.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QMutex \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QSemaphore \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qsemaphore.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QDir \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdir.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qfileinfo.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qdatetime.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qcalendar.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qtimezone.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QCoreApplication \
img_utils.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\QPixmap \
color_algorithms.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\QPushButton \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qpushbutton.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qabstractbutton.h \
storage_worker.h \
countdown_dialog.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\QDialog \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qdialog.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\QLabel \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qlabel.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qframe.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qpicture.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qtextdocument.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\QVBoxLayout \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qboxlayout.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qlayout.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qlayoutitem.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qgridlayout.h \
plc_connector.h \
libmodbus\modbus.h \
libmodbus\modbus-version.h \
libmodbus\modbus-tcp.h \
libmodbus\modbus-rtu.h \
ui_widget.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QVariant \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\QApplication \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qapplication.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\QCheckBox \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qcheckbox.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\QComboBox \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qcombobox.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qabstractitemdelegate.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qstyleoption.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qabstractspinbox.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qvalidator.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qregularexpression.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qslider.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qabstractslider.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qstyle.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qtabbar.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qtabwidget.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qrubberband.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qabstractitemmodel.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\QFrame \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\QGroupBox \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qgroupbox.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\QHBoxLayout \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\QLineEdit \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qlineedit.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qtextcursor.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qtextformat.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qpen.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtGui\qtextoption.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\QListView \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qlistview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qabstractitemview.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qabstractscrollarea.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\qitemselectionmodel.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\QListWidget \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qlistwidget.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\QProgressBar \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qprogressbar.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\QSpacerItem \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\QSpinBox \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qspinbox.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\QTabWidget \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QEventLoop \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QElapsedTimer \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QDateTime \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\QTabBar \
detection_worker.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\Qstring \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtCore\QTextStream \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\QMessageBox \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qmessagebox.h \
..\..\..\..\Qt\6.7.3\msvc2022_64\include\QtWidgets\qdialogbuttonbox.h
release\moc_countdown_dialog.obj: release\moc_countdown_dialog.cpp
release\moc_storage_worker.obj: release\moc_storage_worker.cpp
release\moc_widget.obj: release\moc_widget.cpp
####### Install
install: FORCE
uninstall: FORCE
FORCE: