UpmatchinePassion-tomato/Makefile.Release
2024-05-11 16:41:43 +08:00

2140 lines
128 KiB
Makefile

#############################################################################
# Makefile for building: tomato1227
# Generated by qmake (3.1) (Qt 5.15.2)
# Project: tomato1227.pro
# Template: app
#############################################################################
MAKEFILE = Makefile.Release
EQ = =
####### Compiler, tools and options
CC = gcc
CXX = g++
DEFINES = -DUNICODE -D_UNICODE -DWIN32 -DMINGW_HAS_SECURE_API=1 -DQT_QML_DEBUG -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_NEEDS_QMAIN
CFLAGS = -fno-keep-inline-dllexport -O2 -Wall -Wextra -Wextra $(DEFINES)
CXXFLAGS = -fno-keep-inline-dllexport -O2 -std=gnu++1z -Wall -Wextra -Wextra -fexceptions -mthreads $(DEFINES)
INCPATH = -I. -Irgbcamera_sdk\Includes -Iopencv\Withcontrib\include -Iopencv\Withcontrib\include\opencv -Iopencv\Withcontrib\include\opencv2 -I. -IE:\QT\5.15.2\mingw81_64\include -IE:\QT\5.15.2\mingw81_64\include\QtWidgets -IE:\QT\5.15.2\mingw81_64\include\QtGui -IE:\QT\5.15.2\mingw81_64\include\QtANGLE -IE:\QT\5.15.2\mingw81_64\include\QtNetwork -IE:\QT\5.15.2\mingw81_64\include\QtCore -Irelease -I. -I/include -IE:\QT\5.15.2\mingw81_64\mkspecs\win32-g++
LINKER = g++
LFLAGS = -Wl,-s -Wl,-subsystem,windows -mthreads
LIBS = -Ldll -lws2_32 -LF:\project\QuanZhou\tomato(20240429END)\20240429(END) -lMvCameraControl -LF:\project\QuanZhou\tomato(20240429END)\20240429(END)\opencv F:\project\QuanZhou\tomato(20240429END)\20240429(END)\opencv\libopencv_world344.dll.a -LF:\project\QuanZhou\tomato(20240429END)\20240429(END)\opencv\Withcontrib F:\project\QuanZhou\tomato(20240429END)\20240429(END)\opencv\Withcontrib\libopencv_img_hash344.dll.a -lSpectrolDll E:\QT\5.15.2\mingw81_64\lib\libQt5Widgets.a E:\QT\5.15.2\mingw81_64\lib\libQt5Gui.a E:\QT\5.15.2\mingw81_64\lib\libQt5Network.a E:\QT\5.15.2\mingw81_64\lib\libQt5Core.a -lmingw32 E:\QT\5.15.2\mingw81_64\lib\libqtmain.a -LC:\openssl\lib -LC:\Utils\my_sql\mysql-5.7.25-winx64\lib -LC:\Utils\postgresql\pgsql\lib -lshell32
QMAKE = E:\QT\5.15.2\mingw81_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 = E:\QT\5.15.2\mingw81_64\bin\qmake.exe -install qinstall
QINSTALL_PROGRAM = E:\QT\5.15.2\mingw81_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 = camera.cpp \
main.cpp \
src\modbus-data.c \
src\modbus-rtu.c \
src\modbus-tcp.c \
src\modbus.c \
thread.cpp \
widget.cpp release\moc_camera.cpp \
release\moc_thread.cpp \
release\moc_widget.cpp
OBJECTS = release/camera.o \
release/main.o \
release/modbus-data.o \
release/modbus-rtu.o \
release/modbus-tcp.o \
release/modbus.o \
release/thread.o \
release/widget.o \
release/moc_camera.o \
release/moc_thread.o \
release/moc_widget.o
DIST = src/modbus.lib camera.h \
src\modbus-private.h \
src\modbus-rtu-private.h \
src\modbus-rtu.h \
src\modbus-tcp-private.h \
src\modbus-tcp.h \
src\modbus-version.h \
src\modbus.h \
thread.h \
widget.h camera.cpp \
main.cpp \
src\modbus-data.c \
src\modbus-rtu.c \
src\modbus-tcp.c \
src\modbus.c \
thread.cpp \
widget.cpp
QMAKE_TARGET = tomato1227
DESTDIR = release\ #avoid trailing-slash linebreak
TARGET = tomato1227.exe
DESTDIR_TARGET = release\tomato1227.exe
####### Build rules
first: all
all: Makefile.Release release/tomato1227.exe
release/tomato1227.exe: E:/QT/5.15.2/mingw81_64/lib/libQt5Widgets.a E:/QT/5.15.2/mingw81_64/lib/libQt5Gui.a E:/QT/5.15.2/mingw81_64/lib/libQt5Network.a E:/QT/5.15.2/mingw81_64/lib/libQt5Core.a E:/QT/5.15.2/mingw81_64/lib/libqtmain.a ui_widget.h $(OBJECTS)
$(LINKER) $(LFLAGS) -o $(DESTDIR_TARGET) @object_script.tomato1227.Release $(LIBS)
qmake: FORCE
@$(QMAKE) -o Makefile.Release tomato1227.pro -spec win32-g++ "CONFIG+=debug" "CONFIG+=qml_debug"
qmake_all: FORCE
dist:
$(ZIP) tomato1227.zip $(SOURCES) $(DIST) tomato1227.pro E:\QT\5.15.2\mingw81_64\mkspecs\features\spec_pre.prf E:\QT\5.15.2\mingw81_64\mkspecs\qdevice.pri E:\QT\5.15.2\mingw81_64\mkspecs\features\device_config.prf E:\QT\5.15.2\mingw81_64\mkspecs\common\sanitize.conf E:\QT\5.15.2\mingw81_64\mkspecs\common\gcc-base.conf E:\QT\5.15.2\mingw81_64\mkspecs\common\g++-base.conf E:\QT\5.15.2\mingw81_64\mkspecs\common\angle.conf E:\QT\5.15.2\mingw81_64\mkspecs\features\win32\windows_vulkan_sdk.prf E:\QT\5.15.2\mingw81_64\mkspecs\common\windows-vulkan.conf E:\QT\5.15.2\mingw81_64\mkspecs\common\g++-win32.conf E:\QT\5.15.2\mingw81_64\mkspecs\common\windows-desktop.conf E:\QT\5.15.2\mingw81_64\mkspecs\qconfig.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_3danimation.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_3danimation_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_3dcore.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_3dcore_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_3dextras.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_3dextras_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_3dinput.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_3dinput_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_3dlogic.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_3dlogic_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_3dquick.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_3dquick_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_3dquickanimation.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_3dquickanimation_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_3dquickextras.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_3dquickextras_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_3dquickinput.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_3dquickinput_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_3dquickrender.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_3dquickrender_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_3dquickscene2d.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_3dquickscene2d_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_3drender.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_3drender_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_accessibility_support_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_axbase.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_axbase_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_axcontainer.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_axcontainer_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_axserver.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_axserver_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_bluetooth.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_bluetooth_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_bootstrap_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_charts.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_charts_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_concurrent.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_concurrent_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_core.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_core_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_dbus.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_dbus_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_designer.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_designer_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_designercomponents_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_devicediscovery_support_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_edid_support_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_egl_support_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_eventdispatcher_support_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_fb_support_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_fontdatabase_support_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_gamepad.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_gamepad_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_gui.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_gui_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_help.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_help_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_location.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_location_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_multimedia.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_multimedia_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_multimediawidgets.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_multimediawidgets_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_network.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_network_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_nfc.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_nfc_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_opengl.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_opengl_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_openglextensions.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_openglextensions_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_packetprotocol_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_platformcompositor_support_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_positioning.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_positioning_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_positioningquick.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_positioningquick_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_printsupport.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_printsupport_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_qml.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_qml_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_qmldebug_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_qmldevtools_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_qmlmodels.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_qmlmodels_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_qmltest.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_qmltest_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_qmlworkerscript.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_qmlworkerscript_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_qtmultimediaquicktools_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_quick.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_quick_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_quickcontrols2.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_quickcontrols2_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_quickparticles_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_quickshapes_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_quicktemplates2.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_quicktemplates2_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_quickwidgets.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_quickwidgets_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_remoteobjects.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_remoteobjects_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_repparser.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_repparser_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_scxml.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_scxml_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_sensors.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_sensors_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_serialbus.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_serialbus_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_serialport.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_serialport_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_sql.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_sql_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_svg.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_svg_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_testlib.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_testlib_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_texttospeech.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_texttospeech_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_theme_support_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_uiplugin.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_uitools.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_uitools_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_vulkan_support_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_webchannel.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_webchannel_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_websockets.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_websockets_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_widgets.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_widgets_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_windowsuiautomation_support_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_winextras.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_winextras_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_xml.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_xml_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_xmlpatterns.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_xmlpatterns_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\modules\qt_lib_zlib_private.pri E:\QT\5.15.2\mingw81_64\mkspecs\features\qt_functions.prf E:\QT\5.15.2\mingw81_64\mkspecs\features\qt_config.prf E:\QT\5.15.2\mingw81_64\mkspecs\win32-g++\qmake.conf E:\QT\5.15.2\mingw81_64\mkspecs\features\spec_post.prf .qmake.stash E:\QT\5.15.2\mingw81_64\mkspecs\features\exclusive_builds.prf E:\QT\5.15.2\mingw81_64\mkspecs\features\toolchain.prf E:\QT\5.15.2\mingw81_64\mkspecs\features\default_pre.prf E:\QT\5.15.2\mingw81_64\mkspecs\features\win32\default_pre.prf E:\QT\5.15.2\mingw81_64\mkspecs\features\resolve_config.prf E:\QT\5.15.2\mingw81_64\mkspecs\features\exclusive_builds_post.prf E:\QT\5.15.2\mingw81_64\mkspecs\features\default_post.prf E:\QT\5.15.2\mingw81_64\mkspecs\features\build_pass.prf E:\QT\5.15.2\mingw81_64\mkspecs\features\qml_debug.prf E:\QT\5.15.2\mingw81_64\mkspecs\features\precompile_header.prf E:\QT\5.15.2\mingw81_64\mkspecs\features\warn_on.prf E:\QT\5.15.2\mingw81_64\mkspecs\features\qt.prf E:\QT\5.15.2\mingw81_64\mkspecs\features\resources_functions.prf E:\QT\5.15.2\mingw81_64\mkspecs\features\resources.prf E:\QT\5.15.2\mingw81_64\mkspecs\features\moc.prf E:\QT\5.15.2\mingw81_64\mkspecs\features\win32\opengl.prf E:\QT\5.15.2\mingw81_64\mkspecs\features\uic.prf E:\QT\5.15.2\mingw81_64\mkspecs\features\qmake_use.prf E:\QT\5.15.2\mingw81_64\mkspecs\features\file_copies.prf E:\QT\5.15.2\mingw81_64\mkspecs\features\win32\windows.prf E:\QT\5.15.2\mingw81_64\mkspecs\features\testcase_targets.prf E:\QT\5.15.2\mingw81_64\mkspecs\features\exceptions.prf E:\QT\5.15.2\mingw81_64\mkspecs\features\yacc.prf E:\QT\5.15.2\mingw81_64\mkspecs\features\lex.prf tomato1227.pro E:\QT\5.15.2\mingw81_64\lib\Qt5Widgets.prl E:\QT\5.15.2\mingw81_64\lib\Qt5Gui.prl E:\QT\5.15.2\mingw81_64\lib\Qt5Network.prl E:\QT\5.15.2\mingw81_64\lib\Qt5Core.prl E:\QT\5.15.2\mingw81_64\lib\qtmain.prl E:\QT\5.15.2\mingw81_64\mkspecs\features\data\dummy.cpp camera.h src\modbus-private.h src\modbus-rtu-private.h src\modbus-rtu.h src\modbus-tcp-private.h src\modbus-tcp.h src\modbus-version.h src\modbus.h thread.h widget.h camera.cpp main.cpp src\modbus-data.c src\modbus-rtu.c src\modbus-tcp.c src\modbus.c thread.cpp widget.cpp widget.ui
clean: compiler_clean
-$(DEL_FILE) release\camera.o release\main.o release\modbus-data.o release\modbus-rtu.o release\modbus-tcp.o release\modbus.o release\thread.o release\widget.o release\moc_camera.o release\moc_thread.o release\moc_widget.o
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: E:/QT/5.15.2/mingw81_64/mkspecs/features/data/dummy.cpp
g++ -fno-keep-inline-dllexport -O2 -std=gnu++1z -Wall -Wextra -Wextra -dM -E -o release\moc_predefs.h E:\QT\5.15.2\mingw81_64\mkspecs\features\data\dummy.cpp
compiler_moc_header_make_all: release/moc_camera.cpp release/moc_thread.cpp release/moc_widget.cpp
compiler_moc_header_clean:
-$(DEL_FILE) release\moc_camera.cpp release\moc_thread.cpp release\moc_widget.cpp
release/moc_camera.cpp: camera.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/QObject \
E:/QT/5.15.2/mingw81_64/include/QtCore/qobject.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qobjectdefs.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qnamespace.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qglobal.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qconfig-bootstrapped.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qconfig.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qtcore-config.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qsystemdetection.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qprocessordetection.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qcompilerdetection.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qtypeinfo.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qsysinfo.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qlogging.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qflags.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qatomic.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qbasicatomic.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qatomic_bootstrap.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qgenericatomic.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qatomic_cxx11.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qatomic_msvc.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qglobalstatic.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qmutex.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qnumeric.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qversiontagging.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qobjectdefs_impl.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qstring.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qchar.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qbytearray.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qrefcount.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qarraydata.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qstringliteral.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qstringalgorithms.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qstringview.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qstringbuilder.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qlist.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qalgorithms.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qiterator.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qhashfunctions.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qpair.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qvector.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qcontainertools_impl.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qpoint.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qbytearraylist.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qstringlist.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qregexp.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qstringmatcher.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qcoreevent.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qscopedpointer.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qmetatype.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qvarlengtharray.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qcontainerfwd.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qobject_impl.h \
rgbcamera_sdk/Includes/MvCameraControl.h \
rgbcamera_sdk/Includes/MvErrorDefine.h \
rgbcamera_sdk/Includes/MvISPErrorDefine.h \
rgbcamera_sdk/Includes/CameraParams.h \
rgbcamera_sdk/Includes/PixelType.h \
rgbcamera_sdk/Includes/MvObsoleteInterfaces.h \
rgbcamera_sdk/Includes/ObsoleteCamParams.h \
SpectrolDll.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/QDebug \
E:/QT/5.15.2/mingw81_64/include/QtCore/qdebug.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qhash.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qmap.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qtextstream.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qiodevice.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qlocale.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qvariant.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qshareddata.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qset.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qcontiguouscache.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qsharedpointer.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qsharedpointer_impl.h \
opencv/Withcontrib/include/opencv2/opencv.hpp \
opencv/Withcontrib/include/opencv2/opencv_modules.hpp \
opencv/Withcontrib/include/opencv2/core.hpp \
opencv/Withcontrib/include/opencv2/core/cvdef.h \
opencv/Withcontrib/include/opencv2/cvconfig.h \
opencv/Withcontrib/include/opencv2/core/hal/interface.h \
opencv/Withcontrib/include/opencv2/core/cv_cpu_dispatch.h \
opencv/Withcontrib/include/opencv2/core/cv_cpu_helper.h \
opencv/Withcontrib/include/opencv2/core/fast_math.hpp \
opencv/Withcontrib/include/opencv2/core/version.hpp \
opencv/Withcontrib/include/opencv2/core/base.hpp \
opencv/Withcontrib/include/opencv2/core/cvstd.hpp \
opencv/Withcontrib/include/opencv2/core/ptr.inl.hpp \
opencv/Withcontrib/include/opencv2/core/neon_utils.hpp \
opencv/Withcontrib/include/opencv2/core/vsx_utils.hpp \
opencv/Withcontrib/include/opencv2/core/check.hpp \
opencv/Withcontrib/include/opencv2/core/traits.hpp \
opencv/Withcontrib/include/opencv2/core/matx.hpp \
opencv/Withcontrib/include/opencv2/core/saturate.hpp \
opencv/Withcontrib/include/opencv2/core/types.hpp \
opencv/Withcontrib/include/opencv2/core/mat.hpp \
opencv/Withcontrib/include/opencv2/core/bufferpool.hpp \
opencv/Withcontrib/include/opencv2/core/mat.inl.hpp \
opencv/Withcontrib/include/opencv2/core/persistence.hpp \
opencv/Withcontrib/include/opencv2/core/operations.hpp \
opencv/Withcontrib/include/opencv2/core/cvstd.inl.hpp \
opencv/Withcontrib/include/opencv2/core/utility.hpp \
opencv/Withcontrib/include/opencv2/core/core_c.h \
opencv/Withcontrib/include/opencv2/core/types_c.h \
opencv/Withcontrib/include/opencv2/core/optim.hpp \
opencv/Withcontrib/include/opencv2/core/ovx.hpp \
opencv/Withcontrib/include/opencv2/calib3d.hpp \
opencv/Withcontrib/include/opencv2/features2d.hpp \
opencv/Withcontrib/include/opencv2/flann/miniflann.hpp \
opencv/Withcontrib/include/opencv2/flann/defines.h \
opencv/Withcontrib/include/opencv2/flann/config.h \
opencv/Withcontrib/include/opencv2/core/affine.hpp \
opencv/Withcontrib/include/opencv2/calib3d/calib3d_c.h \
opencv/Withcontrib/include/opencv2/dnn.hpp \
opencv/Withcontrib/include/opencv2/dnn/dnn.hpp \
opencv/Withcontrib/include/opencv2/dnn/dict.hpp \
opencv/Withcontrib/include/opencv2/dnn/layer.hpp \
opencv/Withcontrib/include/opencv2/dnn/dnn.inl.hpp \
opencv/Withcontrib/include/opencv2/flann.hpp \
opencv/Withcontrib/include/opencv2/flann/flann_base.hpp \
opencv/Withcontrib/include/opencv2/flann/general.h \
opencv/Withcontrib/include/opencv2/flann/matrix.h \
opencv/Withcontrib/include/opencv2/flann/params.h \
opencv/Withcontrib/include/opencv2/flann/any.h \
opencv/Withcontrib/include/opencv2/flann/saving.h \
opencv/Withcontrib/include/opencv2/flann/nn_index.h \
opencv/Withcontrib/include/opencv2/flann/result_set.h \
opencv/Withcontrib/include/opencv2/flann/all_indices.h \
opencv/Withcontrib/include/opencv2/flann/kdtree_index.h \
opencv/Withcontrib/include/opencv2/flann/dynamic_bitset.h \
opencv/Withcontrib/include/opencv2/flann/dist.h \
opencv/Withcontrib/include/opencv2/flann/heap.h \
opencv/Withcontrib/include/opencv2/flann/allocator.h \
opencv/Withcontrib/include/opencv2/flann/random.h \
opencv/Withcontrib/include/opencv2/flann/kdtree_single_index.h \
opencv/Withcontrib/include/opencv2/flann/kmeans_index.h \
opencv/Withcontrib/include/opencv2/flann/logger.h \
opencv/Withcontrib/include/opencv2/flann/composite_index.h \
opencv/Withcontrib/include/opencv2/flann/linear_index.h \
opencv/Withcontrib/include/opencv2/flann/hierarchical_clustering_index.h \
opencv/Withcontrib/include/opencv2/flann/lsh_index.h \
opencv/Withcontrib/include/opencv2/flann/lsh_table.h \
opencv/Withcontrib/include/opencv2/flann/autotuned_index.h \
opencv/Withcontrib/include/opencv2/flann/ground_truth.h \
opencv/Withcontrib/include/opencv2/flann/index_testing.h \
opencv/Withcontrib/include/opencv2/flann/timer.h \
opencv/Withcontrib/include/opencv2/flann/sampling.h \
opencv/Withcontrib/include/opencv2/highgui.hpp \
opencv/Withcontrib/include/opencv2/imgcodecs.hpp \
opencv/Withcontrib/include/opencv2/videoio.hpp \
opencv/Withcontrib/include/opencv2/highgui/highgui_c.h \
opencv/Withcontrib/include/opencv2/imgproc/imgproc_c.h \
opencv/Withcontrib/include/opencv2/imgproc/types_c.h \
opencv/Withcontrib/include/opencv2/imgcodecs/imgcodecs_c.h \
opencv/Withcontrib/include/opencv2/videoio/videoio_c.h \
opencv/Withcontrib/include/opencv2/imgproc.hpp \
opencv/Withcontrib/include/opencv2/ml.hpp \
opencv/Withcontrib/include/opencv2/ml/ml.inl.hpp \
opencv/Withcontrib/include/opencv2/objdetect.hpp \
opencv/Withcontrib/include/opencv2/objdetect/detection_based_tracker.hpp \
opencv/Withcontrib/include/opencv2/objdetect/objdetect_c.h \
opencv/Withcontrib/include/opencv2/photo.hpp \
opencv/Withcontrib/include/opencv2/photo/photo_c.h \
opencv/Withcontrib/include/opencv2/shape.hpp \
opencv/Withcontrib/include/opencv2/shape/emdL1.hpp \
opencv/Withcontrib/include/opencv2/shape/shape_transformer.hpp \
opencv/Withcontrib/include/opencv2/shape/hist_cost.hpp \
opencv/Withcontrib/include/opencv2/shape/shape_distance.hpp \
opencv/Withcontrib/include/opencv2/stitching.hpp \
opencv/Withcontrib/include/opencv2/stitching/warpers.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/warpers.hpp \
opencv/Withcontrib/include/opencv2/core/cuda.hpp \
opencv/Withcontrib/include/opencv2/core/cuda_types.hpp \
opencv/Withcontrib/include/opencv2/core/cuda.inl.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/warpers_inl.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/matchers.hpp \
opencv/Withcontrib/include/opencv2/xfeatures2d/cuda.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/motion_estimators.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/util.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/util_inl.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/camera.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/exposure_compensate.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/seam_finders.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/blenders.hpp \
opencv/Withcontrib/include/opencv2/superres.hpp \
opencv/Withcontrib/include/opencv2/superres/optical_flow.hpp \
opencv/Withcontrib/include/opencv2/video.hpp \
opencv/Withcontrib/include/opencv2/video/tracking.hpp \
opencv/Withcontrib/include/opencv2/video/background_segm.hpp \
opencv/Withcontrib/include/opencv2/video/tracking_c.h \
opencv/Withcontrib/include/opencv2/videostab.hpp \
opencv/Withcontrib/include/opencv2/videostab/stabilizer.hpp \
opencv/Withcontrib/include/opencv2/videostab/global_motion.hpp \
opencv/Withcontrib/include/opencv2/videostab/optical_flow.hpp \
opencv/Withcontrib/include/opencv2/videostab/motion_core.hpp \
opencv/Withcontrib/include/opencv2/videostab/outlier_rejection.hpp \
opencv/Withcontrib/include/opencv2/videostab/motion_stabilizing.hpp \
opencv/Withcontrib/include/opencv2/videostab/frame_source.hpp \
opencv/Withcontrib/include/opencv2/videostab/log.hpp \
opencv/Withcontrib/include/opencv2/videostab/inpainting.hpp \
opencv/Withcontrib/include/opencv2/videostab/fast_marching.hpp \
opencv/Withcontrib/include/opencv2/videostab/fast_marching_inl.hpp \
opencv/Withcontrib/include/opencv2/videostab/deblurring.hpp \
opencv/Withcontrib/include/opencv2/videostab/wobble_suppression.hpp \
opencv/Withcontrib/include/opencv2/videostab/ring_buffer.hpp \
E:/QT/5.15.2/mingw81_64/include/QtGui/QImage \
E:/QT/5.15.2/mingw81_64/include/QtGui/qimage.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qtguiglobal.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qtgui-config.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qcolor.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qrgb.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qrgba64.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qpaintdevice.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qwindowdefs.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qwindowdefs_win.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qrect.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qmargins.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qsize.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qpixelformat.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qtransform.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qmatrix.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qpolygon.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qregion.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qdatastream.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qline.h \
release/moc_predefs.h \
E:/QT/5.15.2/mingw81_64/bin/moc.exe
E:\QT\5.15.2\mingw81_64\bin\moc.exe $(DEFINES) --include "F:/project/QuanZhou/tomato(20240429END)/20240429(END)/release/moc_predefs.h" -IE:/QT/5.15.2/mingw81_64/mkspecs/win32-g++ -I"F:/project/QuanZhou/tomato(20240429END)/20240429(END)" -I"F:/project/QuanZhou/tomato(20240429END)/20240429(END)/rgbcamera_sdk/Includes" -I"F:/project/QuanZhou/tomato(20240429END)/20240429(END)/opencv/Withcontrib/include" -I"F:/project/QuanZhou/tomato(20240429END)/20240429(END)/opencv/Withcontrib/include/opencv" -I"F:/project/QuanZhou/tomato(20240429END)/20240429(END)/opencv/Withcontrib/include/opencv2" -I"F:/project/QuanZhou/tomato(20240429END)/20240429(END)" -IE:/QT/5.15.2/mingw81_64/include -IE:/QT/5.15.2/mingw81_64/include/QtWidgets -IE:/QT/5.15.2/mingw81_64/include/QtGui -IE:/QT/5.15.2/mingw81_64/include/QtANGLE -IE:/QT/5.15.2/mingw81_64/include/QtNetwork -IE:/QT/5.15.2/mingw81_64/include/QtCore -IF:/QT/Tools/mingw810_64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++ -IF:/QT/Tools/mingw810_64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/x86_64-w64-mingw32 -IF:/QT/Tools/mingw810_64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/backward -IF:/QT/Tools/mingw810_64/lib/gcc/x86_64-w64-mingw32/8.1.0/include -IF:/QT/Tools/mingw810_64/lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed -IF:/QT/Tools/mingw810_64/x86_64-w64-mingw32/include camera.h -o release\moc_camera.cpp
release/moc_thread.cpp: thread.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/QThread \
E:/QT/5.15.2/mingw81_64/include/QtCore/qthread.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qobject.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qobjectdefs.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qnamespace.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qglobal.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qconfig-bootstrapped.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qconfig.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qtcore-config.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qsystemdetection.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qprocessordetection.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qcompilerdetection.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qtypeinfo.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qsysinfo.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qlogging.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qflags.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qatomic.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qbasicatomic.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qatomic_bootstrap.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qgenericatomic.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qatomic_cxx11.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qatomic_msvc.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qglobalstatic.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qmutex.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qnumeric.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qversiontagging.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qobjectdefs_impl.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qstring.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qchar.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qbytearray.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qrefcount.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qarraydata.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qstringliteral.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qstringalgorithms.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qstringview.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qstringbuilder.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qlist.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qalgorithms.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qiterator.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qhashfunctions.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qpair.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qvector.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qcontainertools_impl.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qpoint.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qbytearraylist.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qstringlist.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qregexp.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qstringmatcher.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qcoreevent.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qscopedpointer.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qmetatype.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qvarlengtharray.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qcontainerfwd.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qobject_impl.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qdeadlinetimer.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qelapsedtimer.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/QFile \
E:/QT/5.15.2/mingw81_64/include/QtCore/qfile.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qfiledevice.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qiodevice.h \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/QFileDialog \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/qfiledialog.h \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/qtwidgetsglobal.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qtguiglobal.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qtgui-config.h \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/qtwidgets-config.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qdir.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qfileinfo.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qshareddata.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qhash.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qurl.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qurlquery.h \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/qdialog.h \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/qwidget.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qwindowdefs.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qwindowdefs_win.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qmargins.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qpaintdevice.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qrect.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qsize.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qpalette.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qcolor.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qrgb.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qrgba64.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qbrush.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qmatrix.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qpolygon.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qregion.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qdatastream.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qline.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qtransform.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qimage.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qpixelformat.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qpixmap.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qsharedpointer.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qsharedpointer_impl.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qfont.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qfontmetrics.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qfontinfo.h \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/qsizepolicy.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qcursor.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qkeysequence.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qevent.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qvariant.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qmap.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qdebug.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qtextstream.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qlocale.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qset.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qcontiguouscache.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qvector2d.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qtouchdevice.h \
camera.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/QObject \
rgbcamera_sdk/Includes/MvCameraControl.h \
rgbcamera_sdk/Includes/MvErrorDefine.h \
rgbcamera_sdk/Includes/MvISPErrorDefine.h \
rgbcamera_sdk/Includes/CameraParams.h \
rgbcamera_sdk/Includes/PixelType.h \
rgbcamera_sdk/Includes/MvObsoleteInterfaces.h \
rgbcamera_sdk/Includes/ObsoleteCamParams.h \
SpectrolDll.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/QDebug \
opencv/Withcontrib/include/opencv2/opencv.hpp \
opencv/Withcontrib/include/opencv2/opencv_modules.hpp \
opencv/Withcontrib/include/opencv2/core.hpp \
opencv/Withcontrib/include/opencv2/core/cvdef.h \
opencv/Withcontrib/include/opencv2/cvconfig.h \
opencv/Withcontrib/include/opencv2/core/hal/interface.h \
opencv/Withcontrib/include/opencv2/core/cv_cpu_dispatch.h \
opencv/Withcontrib/include/opencv2/core/cv_cpu_helper.h \
opencv/Withcontrib/include/opencv2/core/fast_math.hpp \
opencv/Withcontrib/include/opencv2/core/version.hpp \
opencv/Withcontrib/include/opencv2/core/base.hpp \
opencv/Withcontrib/include/opencv2/core/cvstd.hpp \
opencv/Withcontrib/include/opencv2/core/ptr.inl.hpp \
opencv/Withcontrib/include/opencv2/core/neon_utils.hpp \
opencv/Withcontrib/include/opencv2/core/vsx_utils.hpp \
opencv/Withcontrib/include/opencv2/core/check.hpp \
opencv/Withcontrib/include/opencv2/core/traits.hpp \
opencv/Withcontrib/include/opencv2/core/matx.hpp \
opencv/Withcontrib/include/opencv2/core/saturate.hpp \
opencv/Withcontrib/include/opencv2/core/types.hpp \
opencv/Withcontrib/include/opencv2/core/mat.hpp \
opencv/Withcontrib/include/opencv2/core/bufferpool.hpp \
opencv/Withcontrib/include/opencv2/core/mat.inl.hpp \
opencv/Withcontrib/include/opencv2/core/persistence.hpp \
opencv/Withcontrib/include/opencv2/core/operations.hpp \
opencv/Withcontrib/include/opencv2/core/cvstd.inl.hpp \
opencv/Withcontrib/include/opencv2/core/utility.hpp \
opencv/Withcontrib/include/opencv2/core/core_c.h \
opencv/Withcontrib/include/opencv2/core/types_c.h \
opencv/Withcontrib/include/opencv2/core/optim.hpp \
opencv/Withcontrib/include/opencv2/core/ovx.hpp \
opencv/Withcontrib/include/opencv2/calib3d.hpp \
opencv/Withcontrib/include/opencv2/features2d.hpp \
opencv/Withcontrib/include/opencv2/flann/miniflann.hpp \
opencv/Withcontrib/include/opencv2/flann/defines.h \
opencv/Withcontrib/include/opencv2/flann/config.h \
opencv/Withcontrib/include/opencv2/core/affine.hpp \
opencv/Withcontrib/include/opencv2/calib3d/calib3d_c.h \
opencv/Withcontrib/include/opencv2/dnn.hpp \
opencv/Withcontrib/include/opencv2/dnn/dnn.hpp \
opencv/Withcontrib/include/opencv2/dnn/dict.hpp \
opencv/Withcontrib/include/opencv2/dnn/layer.hpp \
opencv/Withcontrib/include/opencv2/dnn/dnn.inl.hpp \
opencv/Withcontrib/include/opencv2/flann.hpp \
opencv/Withcontrib/include/opencv2/flann/flann_base.hpp \
opencv/Withcontrib/include/opencv2/flann/general.h \
opencv/Withcontrib/include/opencv2/flann/matrix.h \
opencv/Withcontrib/include/opencv2/flann/params.h \
opencv/Withcontrib/include/opencv2/flann/any.h \
opencv/Withcontrib/include/opencv2/flann/saving.h \
opencv/Withcontrib/include/opencv2/flann/nn_index.h \
opencv/Withcontrib/include/opencv2/flann/result_set.h \
opencv/Withcontrib/include/opencv2/flann/all_indices.h \
opencv/Withcontrib/include/opencv2/flann/kdtree_index.h \
opencv/Withcontrib/include/opencv2/flann/dynamic_bitset.h \
opencv/Withcontrib/include/opencv2/flann/dist.h \
opencv/Withcontrib/include/opencv2/flann/heap.h \
opencv/Withcontrib/include/opencv2/flann/allocator.h \
opencv/Withcontrib/include/opencv2/flann/random.h \
opencv/Withcontrib/include/opencv2/flann/kdtree_single_index.h \
opencv/Withcontrib/include/opencv2/flann/kmeans_index.h \
opencv/Withcontrib/include/opencv2/flann/logger.h \
opencv/Withcontrib/include/opencv2/flann/composite_index.h \
opencv/Withcontrib/include/opencv2/flann/linear_index.h \
opencv/Withcontrib/include/opencv2/flann/hierarchical_clustering_index.h \
opencv/Withcontrib/include/opencv2/flann/lsh_index.h \
opencv/Withcontrib/include/opencv2/flann/lsh_table.h \
opencv/Withcontrib/include/opencv2/flann/autotuned_index.h \
opencv/Withcontrib/include/opencv2/flann/ground_truth.h \
opencv/Withcontrib/include/opencv2/flann/index_testing.h \
opencv/Withcontrib/include/opencv2/flann/timer.h \
opencv/Withcontrib/include/opencv2/flann/sampling.h \
opencv/Withcontrib/include/opencv2/highgui.hpp \
opencv/Withcontrib/include/opencv2/imgcodecs.hpp \
opencv/Withcontrib/include/opencv2/videoio.hpp \
opencv/Withcontrib/include/opencv2/highgui/highgui_c.h \
opencv/Withcontrib/include/opencv2/imgproc/imgproc_c.h \
opencv/Withcontrib/include/opencv2/imgproc/types_c.h \
opencv/Withcontrib/include/opencv2/imgcodecs/imgcodecs_c.h \
opencv/Withcontrib/include/opencv2/videoio/videoio_c.h \
opencv/Withcontrib/include/opencv2/imgproc.hpp \
opencv/Withcontrib/include/opencv2/ml.hpp \
opencv/Withcontrib/include/opencv2/ml/ml.inl.hpp \
opencv/Withcontrib/include/opencv2/objdetect.hpp \
opencv/Withcontrib/include/opencv2/objdetect/detection_based_tracker.hpp \
opencv/Withcontrib/include/opencv2/objdetect/objdetect_c.h \
opencv/Withcontrib/include/opencv2/photo.hpp \
opencv/Withcontrib/include/opencv2/photo/photo_c.h \
opencv/Withcontrib/include/opencv2/shape.hpp \
opencv/Withcontrib/include/opencv2/shape/emdL1.hpp \
opencv/Withcontrib/include/opencv2/shape/shape_transformer.hpp \
opencv/Withcontrib/include/opencv2/shape/hist_cost.hpp \
opencv/Withcontrib/include/opencv2/shape/shape_distance.hpp \
opencv/Withcontrib/include/opencv2/stitching.hpp \
opencv/Withcontrib/include/opencv2/stitching/warpers.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/warpers.hpp \
opencv/Withcontrib/include/opencv2/core/cuda.hpp \
opencv/Withcontrib/include/opencv2/core/cuda_types.hpp \
opencv/Withcontrib/include/opencv2/core/cuda.inl.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/warpers_inl.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/matchers.hpp \
opencv/Withcontrib/include/opencv2/xfeatures2d/cuda.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/motion_estimators.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/util.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/util_inl.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/camera.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/exposure_compensate.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/seam_finders.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/blenders.hpp \
opencv/Withcontrib/include/opencv2/superres.hpp \
opencv/Withcontrib/include/opencv2/superres/optical_flow.hpp \
opencv/Withcontrib/include/opencv2/video.hpp \
opencv/Withcontrib/include/opencv2/video/tracking.hpp \
opencv/Withcontrib/include/opencv2/video/background_segm.hpp \
opencv/Withcontrib/include/opencv2/video/tracking_c.h \
opencv/Withcontrib/include/opencv2/videostab.hpp \
opencv/Withcontrib/include/opencv2/videostab/stabilizer.hpp \
opencv/Withcontrib/include/opencv2/videostab/global_motion.hpp \
opencv/Withcontrib/include/opencv2/videostab/optical_flow.hpp \
opencv/Withcontrib/include/opencv2/videostab/motion_core.hpp \
opencv/Withcontrib/include/opencv2/videostab/outlier_rejection.hpp \
opencv/Withcontrib/include/opencv2/videostab/motion_stabilizing.hpp \
opencv/Withcontrib/include/opencv2/videostab/frame_source.hpp \
opencv/Withcontrib/include/opencv2/videostab/log.hpp \
opencv/Withcontrib/include/opencv2/videostab/inpainting.hpp \
opencv/Withcontrib/include/opencv2/videostab/fast_marching.hpp \
opencv/Withcontrib/include/opencv2/videostab/fast_marching_inl.hpp \
opencv/Withcontrib/include/opencv2/videostab/deblurring.hpp \
opencv/Withcontrib/include/opencv2/videostab/wobble_suppression.hpp \
opencv/Withcontrib/include/opencv2/videostab/ring_buffer.hpp \
E:/QT/5.15.2/mingw81_64/include/QtGui/QImage \
E:/QT/5.15.2/mingw81_64/include/QtCore/QMutex \
E:/QT/5.15.2/mingw81_64/include/QtNetwork/QTcpServer \
E:/QT/5.15.2/mingw81_64/include/QtNetwork/qtcpserver.h \
E:/QT/5.15.2/mingw81_64/include/QtNetwork/qtnetworkglobal.h \
E:/QT/5.15.2/mingw81_64/include/QtNetwork/qtnetwork-config.h \
E:/QT/5.15.2/mingw81_64/include/QtNetwork/qabstractsocket.h \
E:/QT/5.15.2/mingw81_64/include/QtNetwork/qhostaddress.h \
E:/QT/5.15.2/mingw81_64/include/QtNetwork/QTcpSocket \
E:/QT/5.15.2/mingw81_64/include/QtNetwork/qtcpsocket.h \
src/modbus.h \
src/modbus-version.h \
src/modbus-tcp.h \
src/modbus-rtu.h \
release/moc_predefs.h \
E:/QT/5.15.2/mingw81_64/bin/moc.exe
E:\QT\5.15.2\mingw81_64\bin\moc.exe $(DEFINES) --include "F:/project/QuanZhou/tomato(20240429END)/20240429(END)/release/moc_predefs.h" -IE:/QT/5.15.2/mingw81_64/mkspecs/win32-g++ -I"F:/project/QuanZhou/tomato(20240429END)/20240429(END)" -I"F:/project/QuanZhou/tomato(20240429END)/20240429(END)/rgbcamera_sdk/Includes" -I"F:/project/QuanZhou/tomato(20240429END)/20240429(END)/opencv/Withcontrib/include" -I"F:/project/QuanZhou/tomato(20240429END)/20240429(END)/opencv/Withcontrib/include/opencv" -I"F:/project/QuanZhou/tomato(20240429END)/20240429(END)/opencv/Withcontrib/include/opencv2" -I"F:/project/QuanZhou/tomato(20240429END)/20240429(END)" -IE:/QT/5.15.2/mingw81_64/include -IE:/QT/5.15.2/mingw81_64/include/QtWidgets -IE:/QT/5.15.2/mingw81_64/include/QtGui -IE:/QT/5.15.2/mingw81_64/include/QtANGLE -IE:/QT/5.15.2/mingw81_64/include/QtNetwork -IE:/QT/5.15.2/mingw81_64/include/QtCore -IF:/QT/Tools/mingw810_64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++ -IF:/QT/Tools/mingw810_64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/x86_64-w64-mingw32 -IF:/QT/Tools/mingw810_64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/backward -IF:/QT/Tools/mingw810_64/lib/gcc/x86_64-w64-mingw32/8.1.0/include -IF:/QT/Tools/mingw810_64/lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed -IF:/QT/Tools/mingw810_64/x86_64-w64-mingw32/include thread.h -o release\moc_thread.cpp
release/moc_widget.cpp: widget.h \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/QWidget \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/qwidget.h \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/qtwidgetsglobal.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qtguiglobal.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qglobal.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qconfig-bootstrapped.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qconfig.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qtcore-config.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qsystemdetection.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qprocessordetection.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qcompilerdetection.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qtypeinfo.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qsysinfo.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qlogging.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qflags.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qatomic.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qbasicatomic.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qatomic_bootstrap.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qgenericatomic.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qatomic_cxx11.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qatomic_msvc.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qglobalstatic.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qmutex.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qnumeric.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qversiontagging.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qtgui-config.h \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/qtwidgets-config.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qwindowdefs.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qobjectdefs.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qnamespace.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qobjectdefs_impl.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qwindowdefs_win.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qobject.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qstring.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qchar.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qbytearray.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qrefcount.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qarraydata.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qstringliteral.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qstringalgorithms.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qstringview.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qstringbuilder.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qlist.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qalgorithms.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qiterator.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qhashfunctions.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qpair.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qvector.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qcontainertools_impl.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qpoint.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qbytearraylist.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qstringlist.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qregexp.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qstringmatcher.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qcoreevent.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qscopedpointer.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qmetatype.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qvarlengtharray.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qcontainerfwd.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qobject_impl.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qmargins.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qpaintdevice.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qrect.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qsize.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qpalette.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qcolor.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qrgb.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qrgba64.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qbrush.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qmatrix.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qpolygon.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qregion.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qdatastream.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qiodevice.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qline.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qtransform.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qimage.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qpixelformat.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qpixmap.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qsharedpointer.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qshareddata.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qhash.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qsharedpointer_impl.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qfont.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qfontmetrics.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qfontinfo.h \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/qsizepolicy.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qcursor.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qkeysequence.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qevent.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qvariant.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qmap.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qdebug.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qtextstream.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qlocale.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qset.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qcontiguouscache.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qurl.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qurlquery.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qfile.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qfiledevice.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qvector2d.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qtouchdevice.h \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/QMessageBox \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/qmessagebox.h \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/qdialog.h \
thread.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/QThread \
E:/QT/5.15.2/mingw81_64/include/QtCore/qthread.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qdeadlinetimer.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qelapsedtimer.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/QFile \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/QFileDialog \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/qfiledialog.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qdir.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qfileinfo.h \
camera.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/QObject \
rgbcamera_sdk/Includes/MvCameraControl.h \
rgbcamera_sdk/Includes/MvErrorDefine.h \
rgbcamera_sdk/Includes/MvISPErrorDefine.h \
rgbcamera_sdk/Includes/CameraParams.h \
rgbcamera_sdk/Includes/PixelType.h \
rgbcamera_sdk/Includes/MvObsoleteInterfaces.h \
rgbcamera_sdk/Includes/ObsoleteCamParams.h \
SpectrolDll.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/QDebug \
opencv/Withcontrib/include/opencv2/opencv.hpp \
opencv/Withcontrib/include/opencv2/opencv_modules.hpp \
opencv/Withcontrib/include/opencv2/core.hpp \
opencv/Withcontrib/include/opencv2/core/cvdef.h \
opencv/Withcontrib/include/opencv2/cvconfig.h \
opencv/Withcontrib/include/opencv2/core/hal/interface.h \
opencv/Withcontrib/include/opencv2/core/cv_cpu_dispatch.h \
opencv/Withcontrib/include/opencv2/core/cv_cpu_helper.h \
opencv/Withcontrib/include/opencv2/core/fast_math.hpp \
opencv/Withcontrib/include/opencv2/core/version.hpp \
opencv/Withcontrib/include/opencv2/core/base.hpp \
opencv/Withcontrib/include/opencv2/core/cvstd.hpp \
opencv/Withcontrib/include/opencv2/core/ptr.inl.hpp \
opencv/Withcontrib/include/opencv2/core/neon_utils.hpp \
opencv/Withcontrib/include/opencv2/core/vsx_utils.hpp \
opencv/Withcontrib/include/opencv2/core/check.hpp \
opencv/Withcontrib/include/opencv2/core/traits.hpp \
opencv/Withcontrib/include/opencv2/core/matx.hpp \
opencv/Withcontrib/include/opencv2/core/saturate.hpp \
opencv/Withcontrib/include/opencv2/core/types.hpp \
opencv/Withcontrib/include/opencv2/core/mat.hpp \
opencv/Withcontrib/include/opencv2/core/bufferpool.hpp \
opencv/Withcontrib/include/opencv2/core/mat.inl.hpp \
opencv/Withcontrib/include/opencv2/core/persistence.hpp \
opencv/Withcontrib/include/opencv2/core/operations.hpp \
opencv/Withcontrib/include/opencv2/core/cvstd.inl.hpp \
opencv/Withcontrib/include/opencv2/core/utility.hpp \
opencv/Withcontrib/include/opencv2/core/core_c.h \
opencv/Withcontrib/include/opencv2/core/types_c.h \
opencv/Withcontrib/include/opencv2/core/optim.hpp \
opencv/Withcontrib/include/opencv2/core/ovx.hpp \
opencv/Withcontrib/include/opencv2/calib3d.hpp \
opencv/Withcontrib/include/opencv2/features2d.hpp \
opencv/Withcontrib/include/opencv2/flann/miniflann.hpp \
opencv/Withcontrib/include/opencv2/flann/defines.h \
opencv/Withcontrib/include/opencv2/flann/config.h \
opencv/Withcontrib/include/opencv2/core/affine.hpp \
opencv/Withcontrib/include/opencv2/calib3d/calib3d_c.h \
opencv/Withcontrib/include/opencv2/dnn.hpp \
opencv/Withcontrib/include/opencv2/dnn/dnn.hpp \
opencv/Withcontrib/include/opencv2/dnn/dict.hpp \
opencv/Withcontrib/include/opencv2/dnn/layer.hpp \
opencv/Withcontrib/include/opencv2/dnn/dnn.inl.hpp \
opencv/Withcontrib/include/opencv2/flann.hpp \
opencv/Withcontrib/include/opencv2/flann/flann_base.hpp \
opencv/Withcontrib/include/opencv2/flann/general.h \
opencv/Withcontrib/include/opencv2/flann/matrix.h \
opencv/Withcontrib/include/opencv2/flann/params.h \
opencv/Withcontrib/include/opencv2/flann/any.h \
opencv/Withcontrib/include/opencv2/flann/saving.h \
opencv/Withcontrib/include/opencv2/flann/nn_index.h \
opencv/Withcontrib/include/opencv2/flann/result_set.h \
opencv/Withcontrib/include/opencv2/flann/all_indices.h \
opencv/Withcontrib/include/opencv2/flann/kdtree_index.h \
opencv/Withcontrib/include/opencv2/flann/dynamic_bitset.h \
opencv/Withcontrib/include/opencv2/flann/dist.h \
opencv/Withcontrib/include/opencv2/flann/heap.h \
opencv/Withcontrib/include/opencv2/flann/allocator.h \
opencv/Withcontrib/include/opencv2/flann/random.h \
opencv/Withcontrib/include/opencv2/flann/kdtree_single_index.h \
opencv/Withcontrib/include/opencv2/flann/kmeans_index.h \
opencv/Withcontrib/include/opencv2/flann/logger.h \
opencv/Withcontrib/include/opencv2/flann/composite_index.h \
opencv/Withcontrib/include/opencv2/flann/linear_index.h \
opencv/Withcontrib/include/opencv2/flann/hierarchical_clustering_index.h \
opencv/Withcontrib/include/opencv2/flann/lsh_index.h \
opencv/Withcontrib/include/opencv2/flann/lsh_table.h \
opencv/Withcontrib/include/opencv2/flann/autotuned_index.h \
opencv/Withcontrib/include/opencv2/flann/ground_truth.h \
opencv/Withcontrib/include/opencv2/flann/index_testing.h \
opencv/Withcontrib/include/opencv2/flann/timer.h \
opencv/Withcontrib/include/opencv2/flann/sampling.h \
opencv/Withcontrib/include/opencv2/highgui.hpp \
opencv/Withcontrib/include/opencv2/imgcodecs.hpp \
opencv/Withcontrib/include/opencv2/videoio.hpp \
opencv/Withcontrib/include/opencv2/highgui/highgui_c.h \
opencv/Withcontrib/include/opencv2/imgproc/imgproc_c.h \
opencv/Withcontrib/include/opencv2/imgproc/types_c.h \
opencv/Withcontrib/include/opencv2/imgcodecs/imgcodecs_c.h \
opencv/Withcontrib/include/opencv2/videoio/videoio_c.h \
opencv/Withcontrib/include/opencv2/imgproc.hpp \
opencv/Withcontrib/include/opencv2/ml.hpp \
opencv/Withcontrib/include/opencv2/ml/ml.inl.hpp \
opencv/Withcontrib/include/opencv2/objdetect.hpp \
opencv/Withcontrib/include/opencv2/objdetect/detection_based_tracker.hpp \
opencv/Withcontrib/include/opencv2/objdetect/objdetect_c.h \
opencv/Withcontrib/include/opencv2/photo.hpp \
opencv/Withcontrib/include/opencv2/photo/photo_c.h \
opencv/Withcontrib/include/opencv2/shape.hpp \
opencv/Withcontrib/include/opencv2/shape/emdL1.hpp \
opencv/Withcontrib/include/opencv2/shape/shape_transformer.hpp \
opencv/Withcontrib/include/opencv2/shape/hist_cost.hpp \
opencv/Withcontrib/include/opencv2/shape/shape_distance.hpp \
opencv/Withcontrib/include/opencv2/stitching.hpp \
opencv/Withcontrib/include/opencv2/stitching/warpers.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/warpers.hpp \
opencv/Withcontrib/include/opencv2/core/cuda.hpp \
opencv/Withcontrib/include/opencv2/core/cuda_types.hpp \
opencv/Withcontrib/include/opencv2/core/cuda.inl.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/warpers_inl.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/matchers.hpp \
opencv/Withcontrib/include/opencv2/xfeatures2d/cuda.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/motion_estimators.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/util.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/util_inl.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/camera.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/exposure_compensate.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/seam_finders.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/blenders.hpp \
opencv/Withcontrib/include/opencv2/superres.hpp \
opencv/Withcontrib/include/opencv2/superres/optical_flow.hpp \
opencv/Withcontrib/include/opencv2/video.hpp \
opencv/Withcontrib/include/opencv2/video/tracking.hpp \
opencv/Withcontrib/include/opencv2/video/background_segm.hpp \
opencv/Withcontrib/include/opencv2/video/tracking_c.h \
opencv/Withcontrib/include/opencv2/videostab.hpp \
opencv/Withcontrib/include/opencv2/videostab/stabilizer.hpp \
opencv/Withcontrib/include/opencv2/videostab/global_motion.hpp \
opencv/Withcontrib/include/opencv2/videostab/optical_flow.hpp \
opencv/Withcontrib/include/opencv2/videostab/motion_core.hpp \
opencv/Withcontrib/include/opencv2/videostab/outlier_rejection.hpp \
opencv/Withcontrib/include/opencv2/videostab/motion_stabilizing.hpp \
opencv/Withcontrib/include/opencv2/videostab/frame_source.hpp \
opencv/Withcontrib/include/opencv2/videostab/log.hpp \
opencv/Withcontrib/include/opencv2/videostab/inpainting.hpp \
opencv/Withcontrib/include/opencv2/videostab/fast_marching.hpp \
opencv/Withcontrib/include/opencv2/videostab/fast_marching_inl.hpp \
opencv/Withcontrib/include/opencv2/videostab/deblurring.hpp \
opencv/Withcontrib/include/opencv2/videostab/wobble_suppression.hpp \
opencv/Withcontrib/include/opencv2/videostab/ring_buffer.hpp \
E:/QT/5.15.2/mingw81_64/include/QtGui/QImage \
E:/QT/5.15.2/mingw81_64/include/QtCore/QMutex \
E:/QT/5.15.2/mingw81_64/include/QtNetwork/QTcpServer \
E:/QT/5.15.2/mingw81_64/include/QtNetwork/qtcpserver.h \
E:/QT/5.15.2/mingw81_64/include/QtNetwork/qtnetworkglobal.h \
E:/QT/5.15.2/mingw81_64/include/QtNetwork/qtnetwork-config.h \
E:/QT/5.15.2/mingw81_64/include/QtNetwork/qabstractsocket.h \
E:/QT/5.15.2/mingw81_64/include/QtNetwork/qhostaddress.h \
E:/QT/5.15.2/mingw81_64/include/QtNetwork/QTcpSocket \
E:/QT/5.15.2/mingw81_64/include/QtNetwork/qtcpsocket.h \
src/modbus.h \
src/modbus-version.h \
src/modbus-tcp.h \
src/modbus-rtu.h \
release/moc_predefs.h \
E:/QT/5.15.2/mingw81_64/bin/moc.exe
E:\QT\5.15.2\mingw81_64\bin\moc.exe $(DEFINES) --include "F:/project/QuanZhou/tomato(20240429END)/20240429(END)/release/moc_predefs.h" -IE:/QT/5.15.2/mingw81_64/mkspecs/win32-g++ -I"F:/project/QuanZhou/tomato(20240429END)/20240429(END)" -I"F:/project/QuanZhou/tomato(20240429END)/20240429(END)/rgbcamera_sdk/Includes" -I"F:/project/QuanZhou/tomato(20240429END)/20240429(END)/opencv/Withcontrib/include" -I"F:/project/QuanZhou/tomato(20240429END)/20240429(END)/opencv/Withcontrib/include/opencv" -I"F:/project/QuanZhou/tomato(20240429END)/20240429(END)/opencv/Withcontrib/include/opencv2" -I"F:/project/QuanZhou/tomato(20240429END)/20240429(END)" -IE:/QT/5.15.2/mingw81_64/include -IE:/QT/5.15.2/mingw81_64/include/QtWidgets -IE:/QT/5.15.2/mingw81_64/include/QtGui -IE:/QT/5.15.2/mingw81_64/include/QtANGLE -IE:/QT/5.15.2/mingw81_64/include/QtNetwork -IE:/QT/5.15.2/mingw81_64/include/QtCore -IF:/QT/Tools/mingw810_64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++ -IF:/QT/Tools/mingw810_64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/x86_64-w64-mingw32 -IF:/QT/Tools/mingw810_64/lib/gcc/x86_64-w64-mingw32/8.1.0/include/c++/backward -IF:/QT/Tools/mingw810_64/lib/gcc/x86_64-w64-mingw32/8.1.0/include -IF:/QT/Tools/mingw810_64/lib/gcc/x86_64-w64-mingw32/8.1.0/include-fixed -IF:/QT/Tools/mingw810_64/x86_64-w64-mingw32/include 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 \
E:/QT/5.15.2/mingw81_64/bin/uic.exe
E:\QT\5.15.2\mingw81_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/camera.o: camera.cpp camera.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/QObject \
E:/QT/5.15.2/mingw81_64/include/QtCore/qobject.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qobjectdefs.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qnamespace.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qglobal.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qconfig-bootstrapped.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qconfig.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qtcore-config.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qsystemdetection.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qprocessordetection.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qcompilerdetection.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qtypeinfo.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qsysinfo.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qlogging.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qflags.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qatomic.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qbasicatomic.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qatomic_bootstrap.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qgenericatomic.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qatomic_cxx11.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qatomic_msvc.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qglobalstatic.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qmutex.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qnumeric.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qversiontagging.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qobjectdefs_impl.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qstring.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qchar.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qbytearray.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qrefcount.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qarraydata.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qstringliteral.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qstringalgorithms.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qstringview.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qstringbuilder.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qlist.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qalgorithms.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qiterator.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qhashfunctions.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qpair.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qvector.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qcontainertools_impl.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qpoint.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qbytearraylist.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qstringlist.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qregexp.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qstringmatcher.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qcoreevent.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qscopedpointer.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qmetatype.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qvarlengtharray.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qcontainerfwd.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qobject_impl.h \
rgbcamera_sdk/Includes/MvCameraControl.h \
rgbcamera_sdk/Includes/MvErrorDefine.h \
rgbcamera_sdk/Includes/MvISPErrorDefine.h \
rgbcamera_sdk/Includes/CameraParams.h \
rgbcamera_sdk/Includes/PixelType.h \
rgbcamera_sdk/Includes/MvObsoleteInterfaces.h \
rgbcamera_sdk/Includes/ObsoleteCamParams.h \
SpectrolDll.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/QDebug \
E:/QT/5.15.2/mingw81_64/include/QtCore/qdebug.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qhash.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qmap.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qtextstream.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qiodevice.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qlocale.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qvariant.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qshareddata.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qset.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qcontiguouscache.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qsharedpointer.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qsharedpointer_impl.h \
opencv/Withcontrib/include/opencv2/opencv.hpp \
opencv/Withcontrib/include/opencv2/opencv_modules.hpp \
opencv/Withcontrib/include/opencv2/core.hpp \
opencv/Withcontrib/include/opencv2/core/cvdef.h \
opencv/Withcontrib/include/opencv2/cvconfig.h \
opencv/Withcontrib/include/opencv2/core/hal/interface.h \
opencv/Withcontrib/include/opencv2/core/cv_cpu_dispatch.h \
opencv/Withcontrib/include/opencv2/core/cv_cpu_helper.h \
opencv/Withcontrib/include/opencv2/core/fast_math.hpp \
opencv/Withcontrib/include/opencv2/core/version.hpp \
opencv/Withcontrib/include/opencv2/core/base.hpp \
opencv/Withcontrib/include/opencv2/core/cvstd.hpp \
opencv/Withcontrib/include/opencv2/core/ptr.inl.hpp \
opencv/Withcontrib/include/opencv2/core/neon_utils.hpp \
opencv/Withcontrib/include/opencv2/core/vsx_utils.hpp \
opencv/Withcontrib/include/opencv2/core/check.hpp \
opencv/Withcontrib/include/opencv2/core/traits.hpp \
opencv/Withcontrib/include/opencv2/core/matx.hpp \
opencv/Withcontrib/include/opencv2/core/saturate.hpp \
opencv/Withcontrib/include/opencv2/core/types.hpp \
opencv/Withcontrib/include/opencv2/core/mat.hpp \
opencv/Withcontrib/include/opencv2/core/bufferpool.hpp \
opencv/Withcontrib/include/opencv2/core/mat.inl.hpp \
opencv/Withcontrib/include/opencv2/core/persistence.hpp \
opencv/Withcontrib/include/opencv2/core/operations.hpp \
opencv/Withcontrib/include/opencv2/core/cvstd.inl.hpp \
opencv/Withcontrib/include/opencv2/core/utility.hpp \
opencv/Withcontrib/include/opencv2/core/core_c.h \
opencv/Withcontrib/include/opencv2/core/types_c.h \
opencv/Withcontrib/include/opencv2/core/optim.hpp \
opencv/Withcontrib/include/opencv2/core/ovx.hpp \
opencv/Withcontrib/include/opencv2/calib3d.hpp \
opencv/Withcontrib/include/opencv2/features2d.hpp \
opencv/Withcontrib/include/opencv2/flann/miniflann.hpp \
opencv/Withcontrib/include/opencv2/flann/defines.h \
opencv/Withcontrib/include/opencv2/flann/config.h \
opencv/Withcontrib/include/opencv2/core/affine.hpp \
opencv/Withcontrib/include/opencv2/calib3d/calib3d_c.h \
opencv/Withcontrib/include/opencv2/dnn.hpp \
opencv/Withcontrib/include/opencv2/dnn/dnn.hpp \
opencv/Withcontrib/include/opencv2/dnn/dict.hpp \
opencv/Withcontrib/include/opencv2/dnn/layer.hpp \
opencv/Withcontrib/include/opencv2/dnn/dnn.inl.hpp \
opencv/Withcontrib/include/opencv2/flann.hpp \
opencv/Withcontrib/include/opencv2/flann/flann_base.hpp \
opencv/Withcontrib/include/opencv2/flann/general.h \
opencv/Withcontrib/include/opencv2/flann/matrix.h \
opencv/Withcontrib/include/opencv2/flann/params.h \
opencv/Withcontrib/include/opencv2/flann/any.h \
opencv/Withcontrib/include/opencv2/flann/saving.h \
opencv/Withcontrib/include/opencv2/flann/nn_index.h \
opencv/Withcontrib/include/opencv2/flann/result_set.h \
opencv/Withcontrib/include/opencv2/flann/all_indices.h \
opencv/Withcontrib/include/opencv2/flann/kdtree_index.h \
opencv/Withcontrib/include/opencv2/flann/dynamic_bitset.h \
opencv/Withcontrib/include/opencv2/flann/dist.h \
opencv/Withcontrib/include/opencv2/flann/heap.h \
opencv/Withcontrib/include/opencv2/flann/allocator.h \
opencv/Withcontrib/include/opencv2/flann/random.h \
opencv/Withcontrib/include/opencv2/flann/kdtree_single_index.h \
opencv/Withcontrib/include/opencv2/flann/kmeans_index.h \
opencv/Withcontrib/include/opencv2/flann/logger.h \
opencv/Withcontrib/include/opencv2/flann/composite_index.h \
opencv/Withcontrib/include/opencv2/flann/linear_index.h \
opencv/Withcontrib/include/opencv2/flann/hierarchical_clustering_index.h \
opencv/Withcontrib/include/opencv2/flann/lsh_index.h \
opencv/Withcontrib/include/opencv2/flann/lsh_table.h \
opencv/Withcontrib/include/opencv2/flann/autotuned_index.h \
opencv/Withcontrib/include/opencv2/flann/ground_truth.h \
opencv/Withcontrib/include/opencv2/flann/index_testing.h \
opencv/Withcontrib/include/opencv2/flann/timer.h \
opencv/Withcontrib/include/opencv2/flann/sampling.h \
opencv/Withcontrib/include/opencv2/highgui.hpp \
opencv/Withcontrib/include/opencv2/imgcodecs.hpp \
opencv/Withcontrib/include/opencv2/videoio.hpp \
opencv/Withcontrib/include/opencv2/highgui/highgui_c.h \
opencv/Withcontrib/include/opencv2/imgproc/imgproc_c.h \
opencv/Withcontrib/include/opencv2/imgproc/types_c.h \
opencv/Withcontrib/include/opencv2/imgcodecs/imgcodecs_c.h \
opencv/Withcontrib/include/opencv2/videoio/videoio_c.h \
opencv/Withcontrib/include/opencv2/imgproc.hpp \
opencv/Withcontrib/include/opencv2/ml.hpp \
opencv/Withcontrib/include/opencv2/ml/ml.inl.hpp \
opencv/Withcontrib/include/opencv2/objdetect.hpp \
opencv/Withcontrib/include/opencv2/objdetect/detection_based_tracker.hpp \
opencv/Withcontrib/include/opencv2/objdetect/objdetect_c.h \
opencv/Withcontrib/include/opencv2/photo.hpp \
opencv/Withcontrib/include/opencv2/photo/photo_c.h \
opencv/Withcontrib/include/opencv2/shape.hpp \
opencv/Withcontrib/include/opencv2/shape/emdL1.hpp \
opencv/Withcontrib/include/opencv2/shape/shape_transformer.hpp \
opencv/Withcontrib/include/opencv2/shape/hist_cost.hpp \
opencv/Withcontrib/include/opencv2/shape/shape_distance.hpp \
opencv/Withcontrib/include/opencv2/stitching.hpp \
opencv/Withcontrib/include/opencv2/stitching/warpers.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/warpers.hpp \
opencv/Withcontrib/include/opencv2/core/cuda.hpp \
opencv/Withcontrib/include/opencv2/core/cuda_types.hpp \
opencv/Withcontrib/include/opencv2/core/cuda.inl.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/warpers_inl.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/matchers.hpp \
opencv/Withcontrib/include/opencv2/xfeatures2d/cuda.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/motion_estimators.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/util.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/util_inl.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/camera.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/exposure_compensate.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/seam_finders.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/blenders.hpp \
opencv/Withcontrib/include/opencv2/superres.hpp \
opencv/Withcontrib/include/opencv2/superres/optical_flow.hpp \
opencv/Withcontrib/include/opencv2/video.hpp \
opencv/Withcontrib/include/opencv2/video/tracking.hpp \
opencv/Withcontrib/include/opencv2/video/background_segm.hpp \
opencv/Withcontrib/include/opencv2/video/tracking_c.h \
opencv/Withcontrib/include/opencv2/videostab.hpp \
opencv/Withcontrib/include/opencv2/videostab/stabilizer.hpp \
opencv/Withcontrib/include/opencv2/videostab/global_motion.hpp \
opencv/Withcontrib/include/opencv2/videostab/optical_flow.hpp \
opencv/Withcontrib/include/opencv2/videostab/motion_core.hpp \
opencv/Withcontrib/include/opencv2/videostab/outlier_rejection.hpp \
opencv/Withcontrib/include/opencv2/videostab/motion_stabilizing.hpp \
opencv/Withcontrib/include/opencv2/videostab/frame_source.hpp \
opencv/Withcontrib/include/opencv2/videostab/log.hpp \
opencv/Withcontrib/include/opencv2/videostab/inpainting.hpp \
opencv/Withcontrib/include/opencv2/videostab/fast_marching.hpp \
opencv/Withcontrib/include/opencv2/videostab/fast_marching_inl.hpp \
opencv/Withcontrib/include/opencv2/videostab/deblurring.hpp \
opencv/Withcontrib/include/opencv2/videostab/wobble_suppression.hpp \
opencv/Withcontrib/include/opencv2/videostab/ring_buffer.hpp \
E:/QT/5.15.2/mingw81_64/include/QtGui/QImage \
E:/QT/5.15.2/mingw81_64/include/QtGui/qimage.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qtguiglobal.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qtgui-config.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qcolor.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qrgb.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qrgba64.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qpaintdevice.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qwindowdefs.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qwindowdefs_win.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qrect.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qmargins.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qsize.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qpixelformat.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qtransform.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qmatrix.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qpolygon.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qregion.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qdatastream.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qline.h \
thread.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/QThread \
E:/QT/5.15.2/mingw81_64/include/QtCore/qthread.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qdeadlinetimer.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qelapsedtimer.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/QFile \
E:/QT/5.15.2/mingw81_64/include/QtCore/qfile.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qfiledevice.h \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/QFileDialog \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/qfiledialog.h \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/qtwidgetsglobal.h \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/qtwidgets-config.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qdir.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qfileinfo.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qurl.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qurlquery.h \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/qdialog.h \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/qwidget.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qpalette.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qbrush.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qpixmap.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qfont.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qfontmetrics.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qfontinfo.h \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/qsizepolicy.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qcursor.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qkeysequence.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qevent.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qvector2d.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qtouchdevice.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/QMutex \
E:/QT/5.15.2/mingw81_64/include/QtNetwork/QTcpServer \
E:/QT/5.15.2/mingw81_64/include/QtNetwork/qtcpserver.h \
E:/QT/5.15.2/mingw81_64/include/QtNetwork/qtnetworkglobal.h \
E:/QT/5.15.2/mingw81_64/include/QtNetwork/qtnetwork-config.h \
E:/QT/5.15.2/mingw81_64/include/QtNetwork/qabstractsocket.h \
E:/QT/5.15.2/mingw81_64/include/QtNetwork/qhostaddress.h \
E:/QT/5.15.2/mingw81_64/include/QtNetwork/QTcpSocket \
E:/QT/5.15.2/mingw81_64/include/QtNetwork/qtcpsocket.h \
src/modbus.h \
src/modbus-version.h \
src/modbus-tcp.h \
src/modbus-rtu.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/QTime \
E:/QT/5.15.2/mingw81_64/include/QtCore/qdatetime.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\camera.o camera.cpp
release/main.o: main.cpp widget.h \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/QWidget \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/qwidget.h \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/qtwidgetsglobal.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qtguiglobal.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qglobal.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qconfig-bootstrapped.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qconfig.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qtcore-config.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qsystemdetection.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qprocessordetection.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qcompilerdetection.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qtypeinfo.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qsysinfo.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qlogging.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qflags.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qatomic.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qbasicatomic.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qatomic_bootstrap.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qgenericatomic.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qatomic_cxx11.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qatomic_msvc.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qglobalstatic.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qmutex.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qnumeric.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qversiontagging.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qtgui-config.h \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/qtwidgets-config.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qwindowdefs.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qobjectdefs.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qnamespace.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qobjectdefs_impl.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qwindowdefs_win.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qobject.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qstring.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qchar.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qbytearray.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qrefcount.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qarraydata.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qstringliteral.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qstringalgorithms.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qstringview.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qstringbuilder.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qlist.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qalgorithms.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qiterator.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qhashfunctions.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qpair.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qvector.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qcontainertools_impl.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qpoint.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qbytearraylist.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qstringlist.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qregexp.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qstringmatcher.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qcoreevent.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qscopedpointer.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qmetatype.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qvarlengtharray.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qcontainerfwd.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qobject_impl.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qmargins.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qpaintdevice.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qrect.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qsize.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qpalette.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qcolor.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qrgb.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qrgba64.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qbrush.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qmatrix.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qpolygon.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qregion.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qdatastream.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qiodevice.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qline.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qtransform.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qimage.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qpixelformat.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qpixmap.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qsharedpointer.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qshareddata.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qhash.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qsharedpointer_impl.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qfont.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qfontmetrics.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qfontinfo.h \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/qsizepolicy.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qcursor.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qkeysequence.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qevent.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qvariant.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qmap.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qdebug.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qtextstream.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qlocale.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qset.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qcontiguouscache.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qurl.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qurlquery.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qfile.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qfiledevice.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qvector2d.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qtouchdevice.h \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/QMessageBox \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/qmessagebox.h \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/qdialog.h \
thread.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/QThread \
E:/QT/5.15.2/mingw81_64/include/QtCore/qthread.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qdeadlinetimer.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qelapsedtimer.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/QFile \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/QFileDialog \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/qfiledialog.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qdir.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qfileinfo.h \
camera.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/QObject \
rgbcamera_sdk/Includes/MvCameraControl.h \
rgbcamera_sdk/Includes/MvErrorDefine.h \
rgbcamera_sdk/Includes/MvISPErrorDefine.h \
rgbcamera_sdk/Includes/CameraParams.h \
rgbcamera_sdk/Includes/PixelType.h \
rgbcamera_sdk/Includes/MvObsoleteInterfaces.h \
rgbcamera_sdk/Includes/ObsoleteCamParams.h \
SpectrolDll.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/QDebug \
opencv/Withcontrib/include/opencv2/opencv.hpp \
opencv/Withcontrib/include/opencv2/opencv_modules.hpp \
opencv/Withcontrib/include/opencv2/core.hpp \
opencv/Withcontrib/include/opencv2/core/cvdef.h \
opencv/Withcontrib/include/opencv2/cvconfig.h \
opencv/Withcontrib/include/opencv2/core/hal/interface.h \
opencv/Withcontrib/include/opencv2/core/cv_cpu_dispatch.h \
opencv/Withcontrib/include/opencv2/core/cv_cpu_helper.h \
opencv/Withcontrib/include/opencv2/core/fast_math.hpp \
opencv/Withcontrib/include/opencv2/core/version.hpp \
opencv/Withcontrib/include/opencv2/core/base.hpp \
opencv/Withcontrib/include/opencv2/core/cvstd.hpp \
opencv/Withcontrib/include/opencv2/core/ptr.inl.hpp \
opencv/Withcontrib/include/opencv2/core/neon_utils.hpp \
opencv/Withcontrib/include/opencv2/core/vsx_utils.hpp \
opencv/Withcontrib/include/opencv2/core/check.hpp \
opencv/Withcontrib/include/opencv2/core/traits.hpp \
opencv/Withcontrib/include/opencv2/core/matx.hpp \
opencv/Withcontrib/include/opencv2/core/saturate.hpp \
opencv/Withcontrib/include/opencv2/core/types.hpp \
opencv/Withcontrib/include/opencv2/core/mat.hpp \
opencv/Withcontrib/include/opencv2/core/bufferpool.hpp \
opencv/Withcontrib/include/opencv2/core/mat.inl.hpp \
opencv/Withcontrib/include/opencv2/core/persistence.hpp \
opencv/Withcontrib/include/opencv2/core/operations.hpp \
opencv/Withcontrib/include/opencv2/core/cvstd.inl.hpp \
opencv/Withcontrib/include/opencv2/core/utility.hpp \
opencv/Withcontrib/include/opencv2/core/core_c.h \
opencv/Withcontrib/include/opencv2/core/types_c.h \
opencv/Withcontrib/include/opencv2/core/optim.hpp \
opencv/Withcontrib/include/opencv2/core/ovx.hpp \
opencv/Withcontrib/include/opencv2/calib3d.hpp \
opencv/Withcontrib/include/opencv2/features2d.hpp \
opencv/Withcontrib/include/opencv2/flann/miniflann.hpp \
opencv/Withcontrib/include/opencv2/flann/defines.h \
opencv/Withcontrib/include/opencv2/flann/config.h \
opencv/Withcontrib/include/opencv2/core/affine.hpp \
opencv/Withcontrib/include/opencv2/calib3d/calib3d_c.h \
opencv/Withcontrib/include/opencv2/dnn.hpp \
opencv/Withcontrib/include/opencv2/dnn/dnn.hpp \
opencv/Withcontrib/include/opencv2/dnn/dict.hpp \
opencv/Withcontrib/include/opencv2/dnn/layer.hpp \
opencv/Withcontrib/include/opencv2/dnn/dnn.inl.hpp \
opencv/Withcontrib/include/opencv2/flann.hpp \
opencv/Withcontrib/include/opencv2/flann/flann_base.hpp \
opencv/Withcontrib/include/opencv2/flann/general.h \
opencv/Withcontrib/include/opencv2/flann/matrix.h \
opencv/Withcontrib/include/opencv2/flann/params.h \
opencv/Withcontrib/include/opencv2/flann/any.h \
opencv/Withcontrib/include/opencv2/flann/saving.h \
opencv/Withcontrib/include/opencv2/flann/nn_index.h \
opencv/Withcontrib/include/opencv2/flann/result_set.h \
opencv/Withcontrib/include/opencv2/flann/all_indices.h \
opencv/Withcontrib/include/opencv2/flann/kdtree_index.h \
opencv/Withcontrib/include/opencv2/flann/dynamic_bitset.h \
opencv/Withcontrib/include/opencv2/flann/dist.h \
opencv/Withcontrib/include/opencv2/flann/heap.h \
opencv/Withcontrib/include/opencv2/flann/allocator.h \
opencv/Withcontrib/include/opencv2/flann/random.h \
opencv/Withcontrib/include/opencv2/flann/kdtree_single_index.h \
opencv/Withcontrib/include/opencv2/flann/kmeans_index.h \
opencv/Withcontrib/include/opencv2/flann/logger.h \
opencv/Withcontrib/include/opencv2/flann/composite_index.h \
opencv/Withcontrib/include/opencv2/flann/linear_index.h \
opencv/Withcontrib/include/opencv2/flann/hierarchical_clustering_index.h \
opencv/Withcontrib/include/opencv2/flann/lsh_index.h \
opencv/Withcontrib/include/opencv2/flann/lsh_table.h \
opencv/Withcontrib/include/opencv2/flann/autotuned_index.h \
opencv/Withcontrib/include/opencv2/flann/ground_truth.h \
opencv/Withcontrib/include/opencv2/flann/index_testing.h \
opencv/Withcontrib/include/opencv2/flann/timer.h \
opencv/Withcontrib/include/opencv2/flann/sampling.h \
opencv/Withcontrib/include/opencv2/highgui.hpp \
opencv/Withcontrib/include/opencv2/imgcodecs.hpp \
opencv/Withcontrib/include/opencv2/videoio.hpp \
opencv/Withcontrib/include/opencv2/highgui/highgui_c.h \
opencv/Withcontrib/include/opencv2/imgproc/imgproc_c.h \
opencv/Withcontrib/include/opencv2/imgproc/types_c.h \
opencv/Withcontrib/include/opencv2/imgcodecs/imgcodecs_c.h \
opencv/Withcontrib/include/opencv2/videoio/videoio_c.h \
opencv/Withcontrib/include/opencv2/imgproc.hpp \
opencv/Withcontrib/include/opencv2/ml.hpp \
opencv/Withcontrib/include/opencv2/ml/ml.inl.hpp \
opencv/Withcontrib/include/opencv2/objdetect.hpp \
opencv/Withcontrib/include/opencv2/objdetect/detection_based_tracker.hpp \
opencv/Withcontrib/include/opencv2/objdetect/objdetect_c.h \
opencv/Withcontrib/include/opencv2/photo.hpp \
opencv/Withcontrib/include/opencv2/photo/photo_c.h \
opencv/Withcontrib/include/opencv2/shape.hpp \
opencv/Withcontrib/include/opencv2/shape/emdL1.hpp \
opencv/Withcontrib/include/opencv2/shape/shape_transformer.hpp \
opencv/Withcontrib/include/opencv2/shape/hist_cost.hpp \
opencv/Withcontrib/include/opencv2/shape/shape_distance.hpp \
opencv/Withcontrib/include/opencv2/stitching.hpp \
opencv/Withcontrib/include/opencv2/stitching/warpers.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/warpers.hpp \
opencv/Withcontrib/include/opencv2/core/cuda.hpp \
opencv/Withcontrib/include/opencv2/core/cuda_types.hpp \
opencv/Withcontrib/include/opencv2/core/cuda.inl.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/warpers_inl.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/matchers.hpp \
opencv/Withcontrib/include/opencv2/xfeatures2d/cuda.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/motion_estimators.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/util.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/util_inl.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/camera.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/exposure_compensate.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/seam_finders.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/blenders.hpp \
opencv/Withcontrib/include/opencv2/superres.hpp \
opencv/Withcontrib/include/opencv2/superres/optical_flow.hpp \
opencv/Withcontrib/include/opencv2/video.hpp \
opencv/Withcontrib/include/opencv2/video/tracking.hpp \
opencv/Withcontrib/include/opencv2/video/background_segm.hpp \
opencv/Withcontrib/include/opencv2/video/tracking_c.h \
opencv/Withcontrib/include/opencv2/videostab.hpp \
opencv/Withcontrib/include/opencv2/videostab/stabilizer.hpp \
opencv/Withcontrib/include/opencv2/videostab/global_motion.hpp \
opencv/Withcontrib/include/opencv2/videostab/optical_flow.hpp \
opencv/Withcontrib/include/opencv2/videostab/motion_core.hpp \
opencv/Withcontrib/include/opencv2/videostab/outlier_rejection.hpp \
opencv/Withcontrib/include/opencv2/videostab/motion_stabilizing.hpp \
opencv/Withcontrib/include/opencv2/videostab/frame_source.hpp \
opencv/Withcontrib/include/opencv2/videostab/log.hpp \
opencv/Withcontrib/include/opencv2/videostab/inpainting.hpp \
opencv/Withcontrib/include/opencv2/videostab/fast_marching.hpp \
opencv/Withcontrib/include/opencv2/videostab/fast_marching_inl.hpp \
opencv/Withcontrib/include/opencv2/videostab/deblurring.hpp \
opencv/Withcontrib/include/opencv2/videostab/wobble_suppression.hpp \
opencv/Withcontrib/include/opencv2/videostab/ring_buffer.hpp \
E:/QT/5.15.2/mingw81_64/include/QtGui/QImage \
E:/QT/5.15.2/mingw81_64/include/QtCore/QMutex \
E:/QT/5.15.2/mingw81_64/include/QtNetwork/QTcpServer \
E:/QT/5.15.2/mingw81_64/include/QtNetwork/qtcpserver.h \
E:/QT/5.15.2/mingw81_64/include/QtNetwork/qtnetworkglobal.h \
E:/QT/5.15.2/mingw81_64/include/QtNetwork/qtnetwork-config.h \
E:/QT/5.15.2/mingw81_64/include/QtNetwork/qabstractsocket.h \
E:/QT/5.15.2/mingw81_64/include/QtNetwork/qhostaddress.h \
E:/QT/5.15.2/mingw81_64/include/QtNetwork/QTcpSocket \
E:/QT/5.15.2/mingw81_64/include/QtNetwork/qtcpsocket.h \
src/modbus.h \
src/modbus-version.h \
src/modbus-tcp.h \
src/modbus-rtu.h \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/QApplication \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/qapplication.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qcoreapplication.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qeventloop.h \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/qdesktopwidget.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qguiapplication.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qinputmethod.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\main.o main.cpp
release/modbus-data.o: src/modbus-data.c src/modbus.h \
src/modbus-version.h \
src/modbus-tcp.h \
src/modbus-rtu.h
$(CC) -c $(CFLAGS) $(INCPATH) -o release\modbus-data.o src\modbus-data.c
release/modbus-rtu.o: src/modbus-rtu.c src/modbus-private.h \
src/modbus.h \
src/modbus-version.h \
src/modbus-tcp.h \
src/modbus-rtu.h \
src/modbus-rtu-private.h
$(CC) -c $(CFLAGS) $(INCPATH) -o release\modbus-rtu.o src\modbus-rtu.c
release/modbus-tcp.o: src/modbus-tcp.c src/modbus-private.h \
src/modbus.h \
src/modbus-version.h \
src/modbus-tcp.h \
src/modbus-rtu.h \
src/modbus-tcp-private.h
$(CC) -c $(CFLAGS) $(INCPATH) -o release\modbus-tcp.o src\modbus-tcp.c
release/modbus.o: src/modbus.c src/modbus.h \
src/modbus-version.h \
src/modbus-tcp.h \
src/modbus-rtu.h \
src/modbus-private.h
$(CC) -c $(CFLAGS) $(INCPATH) -o release\modbus.o src\modbus.c
release/thread.o: thread.cpp thread.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/QThread \
E:/QT/5.15.2/mingw81_64/include/QtCore/qthread.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qobject.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qobjectdefs.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qnamespace.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qglobal.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qconfig-bootstrapped.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qconfig.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qtcore-config.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qsystemdetection.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qprocessordetection.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qcompilerdetection.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qtypeinfo.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qsysinfo.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qlogging.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qflags.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qatomic.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qbasicatomic.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qatomic_bootstrap.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qgenericatomic.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qatomic_cxx11.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qatomic_msvc.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qglobalstatic.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qmutex.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qnumeric.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qversiontagging.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qobjectdefs_impl.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qstring.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qchar.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qbytearray.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qrefcount.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qarraydata.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qstringliteral.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qstringalgorithms.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qstringview.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qstringbuilder.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qlist.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qalgorithms.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qiterator.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qhashfunctions.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qpair.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qvector.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qcontainertools_impl.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qpoint.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qbytearraylist.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qstringlist.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qregexp.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qstringmatcher.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qcoreevent.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qscopedpointer.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qmetatype.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qvarlengtharray.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qcontainerfwd.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qobject_impl.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qdeadlinetimer.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qelapsedtimer.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/QFile \
E:/QT/5.15.2/mingw81_64/include/QtCore/qfile.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qfiledevice.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qiodevice.h \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/QFileDialog \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/qfiledialog.h \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/qtwidgetsglobal.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qtguiglobal.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qtgui-config.h \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/qtwidgets-config.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qdir.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qfileinfo.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qshareddata.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qhash.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qurl.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qurlquery.h \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/qdialog.h \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/qwidget.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qwindowdefs.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qwindowdefs_win.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qmargins.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qpaintdevice.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qrect.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qsize.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qpalette.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qcolor.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qrgb.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qrgba64.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qbrush.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qmatrix.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qpolygon.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qregion.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qdatastream.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qline.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qtransform.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qimage.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qpixelformat.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qpixmap.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qsharedpointer.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qsharedpointer_impl.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qfont.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qfontmetrics.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qfontinfo.h \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/qsizepolicy.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qcursor.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qkeysequence.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qevent.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qvariant.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qmap.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qdebug.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qtextstream.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qlocale.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qset.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qcontiguouscache.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qvector2d.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qtouchdevice.h \
camera.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/QObject \
rgbcamera_sdk/Includes/MvCameraControl.h \
rgbcamera_sdk/Includes/MvErrorDefine.h \
rgbcamera_sdk/Includes/MvISPErrorDefine.h \
rgbcamera_sdk/Includes/CameraParams.h \
rgbcamera_sdk/Includes/PixelType.h \
rgbcamera_sdk/Includes/MvObsoleteInterfaces.h \
rgbcamera_sdk/Includes/ObsoleteCamParams.h \
SpectrolDll.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/QDebug \
opencv/Withcontrib/include/opencv2/opencv.hpp \
opencv/Withcontrib/include/opencv2/opencv_modules.hpp \
opencv/Withcontrib/include/opencv2/core.hpp \
opencv/Withcontrib/include/opencv2/core/cvdef.h \
opencv/Withcontrib/include/opencv2/cvconfig.h \
opencv/Withcontrib/include/opencv2/core/hal/interface.h \
opencv/Withcontrib/include/opencv2/core/cv_cpu_dispatch.h \
opencv/Withcontrib/include/opencv2/core/cv_cpu_helper.h \
opencv/Withcontrib/include/opencv2/core/fast_math.hpp \
opencv/Withcontrib/include/opencv2/core/version.hpp \
opencv/Withcontrib/include/opencv2/core/base.hpp \
opencv/Withcontrib/include/opencv2/core/cvstd.hpp \
opencv/Withcontrib/include/opencv2/core/ptr.inl.hpp \
opencv/Withcontrib/include/opencv2/core/neon_utils.hpp \
opencv/Withcontrib/include/opencv2/core/vsx_utils.hpp \
opencv/Withcontrib/include/opencv2/core/check.hpp \
opencv/Withcontrib/include/opencv2/core/traits.hpp \
opencv/Withcontrib/include/opencv2/core/matx.hpp \
opencv/Withcontrib/include/opencv2/core/saturate.hpp \
opencv/Withcontrib/include/opencv2/core/types.hpp \
opencv/Withcontrib/include/opencv2/core/mat.hpp \
opencv/Withcontrib/include/opencv2/core/bufferpool.hpp \
opencv/Withcontrib/include/opencv2/core/mat.inl.hpp \
opencv/Withcontrib/include/opencv2/core/persistence.hpp \
opencv/Withcontrib/include/opencv2/core/operations.hpp \
opencv/Withcontrib/include/opencv2/core/cvstd.inl.hpp \
opencv/Withcontrib/include/opencv2/core/utility.hpp \
opencv/Withcontrib/include/opencv2/core/core_c.h \
opencv/Withcontrib/include/opencv2/core/types_c.h \
opencv/Withcontrib/include/opencv2/core/optim.hpp \
opencv/Withcontrib/include/opencv2/core/ovx.hpp \
opencv/Withcontrib/include/opencv2/calib3d.hpp \
opencv/Withcontrib/include/opencv2/features2d.hpp \
opencv/Withcontrib/include/opencv2/flann/miniflann.hpp \
opencv/Withcontrib/include/opencv2/flann/defines.h \
opencv/Withcontrib/include/opencv2/flann/config.h \
opencv/Withcontrib/include/opencv2/core/affine.hpp \
opencv/Withcontrib/include/opencv2/calib3d/calib3d_c.h \
opencv/Withcontrib/include/opencv2/dnn.hpp \
opencv/Withcontrib/include/opencv2/dnn/dnn.hpp \
opencv/Withcontrib/include/opencv2/dnn/dict.hpp \
opencv/Withcontrib/include/opencv2/dnn/layer.hpp \
opencv/Withcontrib/include/opencv2/dnn/dnn.inl.hpp \
opencv/Withcontrib/include/opencv2/flann.hpp \
opencv/Withcontrib/include/opencv2/flann/flann_base.hpp \
opencv/Withcontrib/include/opencv2/flann/general.h \
opencv/Withcontrib/include/opencv2/flann/matrix.h \
opencv/Withcontrib/include/opencv2/flann/params.h \
opencv/Withcontrib/include/opencv2/flann/any.h \
opencv/Withcontrib/include/opencv2/flann/saving.h \
opencv/Withcontrib/include/opencv2/flann/nn_index.h \
opencv/Withcontrib/include/opencv2/flann/result_set.h \
opencv/Withcontrib/include/opencv2/flann/all_indices.h \
opencv/Withcontrib/include/opencv2/flann/kdtree_index.h \
opencv/Withcontrib/include/opencv2/flann/dynamic_bitset.h \
opencv/Withcontrib/include/opencv2/flann/dist.h \
opencv/Withcontrib/include/opencv2/flann/heap.h \
opencv/Withcontrib/include/opencv2/flann/allocator.h \
opencv/Withcontrib/include/opencv2/flann/random.h \
opencv/Withcontrib/include/opencv2/flann/kdtree_single_index.h \
opencv/Withcontrib/include/opencv2/flann/kmeans_index.h \
opencv/Withcontrib/include/opencv2/flann/logger.h \
opencv/Withcontrib/include/opencv2/flann/composite_index.h \
opencv/Withcontrib/include/opencv2/flann/linear_index.h \
opencv/Withcontrib/include/opencv2/flann/hierarchical_clustering_index.h \
opencv/Withcontrib/include/opencv2/flann/lsh_index.h \
opencv/Withcontrib/include/opencv2/flann/lsh_table.h \
opencv/Withcontrib/include/opencv2/flann/autotuned_index.h \
opencv/Withcontrib/include/opencv2/flann/ground_truth.h \
opencv/Withcontrib/include/opencv2/flann/index_testing.h \
opencv/Withcontrib/include/opencv2/flann/timer.h \
opencv/Withcontrib/include/opencv2/flann/sampling.h \
opencv/Withcontrib/include/opencv2/highgui.hpp \
opencv/Withcontrib/include/opencv2/imgcodecs.hpp \
opencv/Withcontrib/include/opencv2/videoio.hpp \
opencv/Withcontrib/include/opencv2/highgui/highgui_c.h \
opencv/Withcontrib/include/opencv2/imgproc/imgproc_c.h \
opencv/Withcontrib/include/opencv2/imgproc/types_c.h \
opencv/Withcontrib/include/opencv2/imgcodecs/imgcodecs_c.h \
opencv/Withcontrib/include/opencv2/videoio/videoio_c.h \
opencv/Withcontrib/include/opencv2/imgproc.hpp \
opencv/Withcontrib/include/opencv2/ml.hpp \
opencv/Withcontrib/include/opencv2/ml/ml.inl.hpp \
opencv/Withcontrib/include/opencv2/objdetect.hpp \
opencv/Withcontrib/include/opencv2/objdetect/detection_based_tracker.hpp \
opencv/Withcontrib/include/opencv2/objdetect/objdetect_c.h \
opencv/Withcontrib/include/opencv2/photo.hpp \
opencv/Withcontrib/include/opencv2/photo/photo_c.h \
opencv/Withcontrib/include/opencv2/shape.hpp \
opencv/Withcontrib/include/opencv2/shape/emdL1.hpp \
opencv/Withcontrib/include/opencv2/shape/shape_transformer.hpp \
opencv/Withcontrib/include/opencv2/shape/hist_cost.hpp \
opencv/Withcontrib/include/opencv2/shape/shape_distance.hpp \
opencv/Withcontrib/include/opencv2/stitching.hpp \
opencv/Withcontrib/include/opencv2/stitching/warpers.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/warpers.hpp \
opencv/Withcontrib/include/opencv2/core/cuda.hpp \
opencv/Withcontrib/include/opencv2/core/cuda_types.hpp \
opencv/Withcontrib/include/opencv2/core/cuda.inl.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/warpers_inl.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/matchers.hpp \
opencv/Withcontrib/include/opencv2/xfeatures2d/cuda.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/motion_estimators.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/util.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/util_inl.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/camera.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/exposure_compensate.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/seam_finders.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/blenders.hpp \
opencv/Withcontrib/include/opencv2/superres.hpp \
opencv/Withcontrib/include/opencv2/superres/optical_flow.hpp \
opencv/Withcontrib/include/opencv2/video.hpp \
opencv/Withcontrib/include/opencv2/video/tracking.hpp \
opencv/Withcontrib/include/opencv2/video/background_segm.hpp \
opencv/Withcontrib/include/opencv2/video/tracking_c.h \
opencv/Withcontrib/include/opencv2/videostab.hpp \
opencv/Withcontrib/include/opencv2/videostab/stabilizer.hpp \
opencv/Withcontrib/include/opencv2/videostab/global_motion.hpp \
opencv/Withcontrib/include/opencv2/videostab/optical_flow.hpp \
opencv/Withcontrib/include/opencv2/videostab/motion_core.hpp \
opencv/Withcontrib/include/opencv2/videostab/outlier_rejection.hpp \
opencv/Withcontrib/include/opencv2/videostab/motion_stabilizing.hpp \
opencv/Withcontrib/include/opencv2/videostab/frame_source.hpp \
opencv/Withcontrib/include/opencv2/videostab/log.hpp \
opencv/Withcontrib/include/opencv2/videostab/inpainting.hpp \
opencv/Withcontrib/include/opencv2/videostab/fast_marching.hpp \
opencv/Withcontrib/include/opencv2/videostab/fast_marching_inl.hpp \
opencv/Withcontrib/include/opencv2/videostab/deblurring.hpp \
opencv/Withcontrib/include/opencv2/videostab/wobble_suppression.hpp \
opencv/Withcontrib/include/opencv2/videostab/ring_buffer.hpp \
E:/QT/5.15.2/mingw81_64/include/QtGui/QImage \
E:/QT/5.15.2/mingw81_64/include/QtCore/QMutex \
E:/QT/5.15.2/mingw81_64/include/QtNetwork/QTcpServer \
E:/QT/5.15.2/mingw81_64/include/QtNetwork/qtcpserver.h \
E:/QT/5.15.2/mingw81_64/include/QtNetwork/qtnetworkglobal.h \
E:/QT/5.15.2/mingw81_64/include/QtNetwork/qtnetwork-config.h \
E:/QT/5.15.2/mingw81_64/include/QtNetwork/qabstractsocket.h \
E:/QT/5.15.2/mingw81_64/include/QtNetwork/qhostaddress.h \
E:/QT/5.15.2/mingw81_64/include/QtNetwork/QTcpSocket \
E:/QT/5.15.2/mingw81_64/include/QtNetwork/qtcpsocket.h \
src/modbus.h \
src/modbus-version.h \
src/modbus-tcp.h \
src/modbus-rtu.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/QSemaphore \
E:/QT/5.15.2/mingw81_64/include/QtCore/qsemaphore.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/QtEndian \
E:/QT/5.15.2/mingw81_64/include/QtCore/qendian.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qfloat16.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/QBuffer \
E:/QT/5.15.2/mingw81_64/include/QtCore/qbuffer.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/QTimer \
E:/QT/5.15.2/mingw81_64/include/QtCore/qtimer.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qbasictimer.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/QTime \
E:/QT/5.15.2/mingw81_64/include/QtCore/qdatetime.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\thread.o thread.cpp
release/widget.o: widget.cpp widget.h \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/QWidget \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/qwidget.h \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/qtwidgetsglobal.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qtguiglobal.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qglobal.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qconfig-bootstrapped.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qconfig.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qtcore-config.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qsystemdetection.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qprocessordetection.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qcompilerdetection.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qtypeinfo.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qsysinfo.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qlogging.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qflags.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qatomic.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qbasicatomic.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qatomic_bootstrap.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qgenericatomic.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qatomic_cxx11.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qatomic_msvc.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qglobalstatic.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qmutex.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qnumeric.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qversiontagging.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qtgui-config.h \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/qtwidgets-config.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qwindowdefs.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qobjectdefs.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qnamespace.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qobjectdefs_impl.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qwindowdefs_win.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qobject.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qstring.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qchar.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qbytearray.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qrefcount.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qarraydata.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qstringliteral.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qstringalgorithms.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qstringview.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qstringbuilder.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qlist.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qalgorithms.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qiterator.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qhashfunctions.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qpair.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qvector.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qcontainertools_impl.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qpoint.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qbytearraylist.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qstringlist.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qregexp.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qstringmatcher.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qcoreevent.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qscopedpointer.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qmetatype.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qvarlengtharray.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qcontainerfwd.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qobject_impl.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qmargins.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qpaintdevice.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qrect.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qsize.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qpalette.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qcolor.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qrgb.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qrgba64.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qbrush.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qmatrix.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qpolygon.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qregion.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qdatastream.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qiodevice.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qline.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qtransform.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qimage.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qpixelformat.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qpixmap.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qsharedpointer.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qshareddata.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qhash.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qsharedpointer_impl.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qfont.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qfontmetrics.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qfontinfo.h \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/qsizepolicy.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qcursor.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qkeysequence.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qevent.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qvariant.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qmap.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qdebug.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qtextstream.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qlocale.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qset.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qcontiguouscache.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qurl.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qurlquery.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qfile.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qfiledevice.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qvector2d.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qtouchdevice.h \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/QMessageBox \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/qmessagebox.h \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/qdialog.h \
thread.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/QThread \
E:/QT/5.15.2/mingw81_64/include/QtCore/qthread.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qdeadlinetimer.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qelapsedtimer.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/QFile \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/QFileDialog \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/qfiledialog.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qdir.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qfileinfo.h \
camera.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/QObject \
rgbcamera_sdk/Includes/MvCameraControl.h \
rgbcamera_sdk/Includes/MvErrorDefine.h \
rgbcamera_sdk/Includes/MvISPErrorDefine.h \
rgbcamera_sdk/Includes/CameraParams.h \
rgbcamera_sdk/Includes/PixelType.h \
rgbcamera_sdk/Includes/MvObsoleteInterfaces.h \
rgbcamera_sdk/Includes/ObsoleteCamParams.h \
SpectrolDll.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/QDebug \
opencv/Withcontrib/include/opencv2/opencv.hpp \
opencv/Withcontrib/include/opencv2/opencv_modules.hpp \
opencv/Withcontrib/include/opencv2/core.hpp \
opencv/Withcontrib/include/opencv2/core/cvdef.h \
opencv/Withcontrib/include/opencv2/cvconfig.h \
opencv/Withcontrib/include/opencv2/core/hal/interface.h \
opencv/Withcontrib/include/opencv2/core/cv_cpu_dispatch.h \
opencv/Withcontrib/include/opencv2/core/cv_cpu_helper.h \
opencv/Withcontrib/include/opencv2/core/fast_math.hpp \
opencv/Withcontrib/include/opencv2/core/version.hpp \
opencv/Withcontrib/include/opencv2/core/base.hpp \
opencv/Withcontrib/include/opencv2/core/cvstd.hpp \
opencv/Withcontrib/include/opencv2/core/ptr.inl.hpp \
opencv/Withcontrib/include/opencv2/core/neon_utils.hpp \
opencv/Withcontrib/include/opencv2/core/vsx_utils.hpp \
opencv/Withcontrib/include/opencv2/core/check.hpp \
opencv/Withcontrib/include/opencv2/core/traits.hpp \
opencv/Withcontrib/include/opencv2/core/matx.hpp \
opencv/Withcontrib/include/opencv2/core/saturate.hpp \
opencv/Withcontrib/include/opencv2/core/types.hpp \
opencv/Withcontrib/include/opencv2/core/mat.hpp \
opencv/Withcontrib/include/opencv2/core/bufferpool.hpp \
opencv/Withcontrib/include/opencv2/core/mat.inl.hpp \
opencv/Withcontrib/include/opencv2/core/persistence.hpp \
opencv/Withcontrib/include/opencv2/core/operations.hpp \
opencv/Withcontrib/include/opencv2/core/cvstd.inl.hpp \
opencv/Withcontrib/include/opencv2/core/utility.hpp \
opencv/Withcontrib/include/opencv2/core/core_c.h \
opencv/Withcontrib/include/opencv2/core/types_c.h \
opencv/Withcontrib/include/opencv2/core/optim.hpp \
opencv/Withcontrib/include/opencv2/core/ovx.hpp \
opencv/Withcontrib/include/opencv2/calib3d.hpp \
opencv/Withcontrib/include/opencv2/features2d.hpp \
opencv/Withcontrib/include/opencv2/flann/miniflann.hpp \
opencv/Withcontrib/include/opencv2/flann/defines.h \
opencv/Withcontrib/include/opencv2/flann/config.h \
opencv/Withcontrib/include/opencv2/core/affine.hpp \
opencv/Withcontrib/include/opencv2/calib3d/calib3d_c.h \
opencv/Withcontrib/include/opencv2/dnn.hpp \
opencv/Withcontrib/include/opencv2/dnn/dnn.hpp \
opencv/Withcontrib/include/opencv2/dnn/dict.hpp \
opencv/Withcontrib/include/opencv2/dnn/layer.hpp \
opencv/Withcontrib/include/opencv2/dnn/dnn.inl.hpp \
opencv/Withcontrib/include/opencv2/flann.hpp \
opencv/Withcontrib/include/opencv2/flann/flann_base.hpp \
opencv/Withcontrib/include/opencv2/flann/general.h \
opencv/Withcontrib/include/opencv2/flann/matrix.h \
opencv/Withcontrib/include/opencv2/flann/params.h \
opencv/Withcontrib/include/opencv2/flann/any.h \
opencv/Withcontrib/include/opencv2/flann/saving.h \
opencv/Withcontrib/include/opencv2/flann/nn_index.h \
opencv/Withcontrib/include/opencv2/flann/result_set.h \
opencv/Withcontrib/include/opencv2/flann/all_indices.h \
opencv/Withcontrib/include/opencv2/flann/kdtree_index.h \
opencv/Withcontrib/include/opencv2/flann/dynamic_bitset.h \
opencv/Withcontrib/include/opencv2/flann/dist.h \
opencv/Withcontrib/include/opencv2/flann/heap.h \
opencv/Withcontrib/include/opencv2/flann/allocator.h \
opencv/Withcontrib/include/opencv2/flann/random.h \
opencv/Withcontrib/include/opencv2/flann/kdtree_single_index.h \
opencv/Withcontrib/include/opencv2/flann/kmeans_index.h \
opencv/Withcontrib/include/opencv2/flann/logger.h \
opencv/Withcontrib/include/opencv2/flann/composite_index.h \
opencv/Withcontrib/include/opencv2/flann/linear_index.h \
opencv/Withcontrib/include/opencv2/flann/hierarchical_clustering_index.h \
opencv/Withcontrib/include/opencv2/flann/lsh_index.h \
opencv/Withcontrib/include/opencv2/flann/lsh_table.h \
opencv/Withcontrib/include/opencv2/flann/autotuned_index.h \
opencv/Withcontrib/include/opencv2/flann/ground_truth.h \
opencv/Withcontrib/include/opencv2/flann/index_testing.h \
opencv/Withcontrib/include/opencv2/flann/timer.h \
opencv/Withcontrib/include/opencv2/flann/sampling.h \
opencv/Withcontrib/include/opencv2/highgui.hpp \
opencv/Withcontrib/include/opencv2/imgcodecs.hpp \
opencv/Withcontrib/include/opencv2/videoio.hpp \
opencv/Withcontrib/include/opencv2/highgui/highgui_c.h \
opencv/Withcontrib/include/opencv2/imgproc/imgproc_c.h \
opencv/Withcontrib/include/opencv2/imgproc/types_c.h \
opencv/Withcontrib/include/opencv2/imgcodecs/imgcodecs_c.h \
opencv/Withcontrib/include/opencv2/videoio/videoio_c.h \
opencv/Withcontrib/include/opencv2/imgproc.hpp \
opencv/Withcontrib/include/opencv2/ml.hpp \
opencv/Withcontrib/include/opencv2/ml/ml.inl.hpp \
opencv/Withcontrib/include/opencv2/objdetect.hpp \
opencv/Withcontrib/include/opencv2/objdetect/detection_based_tracker.hpp \
opencv/Withcontrib/include/opencv2/objdetect/objdetect_c.h \
opencv/Withcontrib/include/opencv2/photo.hpp \
opencv/Withcontrib/include/opencv2/photo/photo_c.h \
opencv/Withcontrib/include/opencv2/shape.hpp \
opencv/Withcontrib/include/opencv2/shape/emdL1.hpp \
opencv/Withcontrib/include/opencv2/shape/shape_transformer.hpp \
opencv/Withcontrib/include/opencv2/shape/hist_cost.hpp \
opencv/Withcontrib/include/opencv2/shape/shape_distance.hpp \
opencv/Withcontrib/include/opencv2/stitching.hpp \
opencv/Withcontrib/include/opencv2/stitching/warpers.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/warpers.hpp \
opencv/Withcontrib/include/opencv2/core/cuda.hpp \
opencv/Withcontrib/include/opencv2/core/cuda_types.hpp \
opencv/Withcontrib/include/opencv2/core/cuda.inl.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/warpers_inl.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/matchers.hpp \
opencv/Withcontrib/include/opencv2/xfeatures2d/cuda.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/motion_estimators.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/util.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/util_inl.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/camera.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/exposure_compensate.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/seam_finders.hpp \
opencv/Withcontrib/include/opencv2/stitching/detail/blenders.hpp \
opencv/Withcontrib/include/opencv2/superres.hpp \
opencv/Withcontrib/include/opencv2/superres/optical_flow.hpp \
opencv/Withcontrib/include/opencv2/video.hpp \
opencv/Withcontrib/include/opencv2/video/tracking.hpp \
opencv/Withcontrib/include/opencv2/video/background_segm.hpp \
opencv/Withcontrib/include/opencv2/video/tracking_c.h \
opencv/Withcontrib/include/opencv2/videostab.hpp \
opencv/Withcontrib/include/opencv2/videostab/stabilizer.hpp \
opencv/Withcontrib/include/opencv2/videostab/global_motion.hpp \
opencv/Withcontrib/include/opencv2/videostab/optical_flow.hpp \
opencv/Withcontrib/include/opencv2/videostab/motion_core.hpp \
opencv/Withcontrib/include/opencv2/videostab/outlier_rejection.hpp \
opencv/Withcontrib/include/opencv2/videostab/motion_stabilizing.hpp \
opencv/Withcontrib/include/opencv2/videostab/frame_source.hpp \
opencv/Withcontrib/include/opencv2/videostab/log.hpp \
opencv/Withcontrib/include/opencv2/videostab/inpainting.hpp \
opencv/Withcontrib/include/opencv2/videostab/fast_marching.hpp \
opencv/Withcontrib/include/opencv2/videostab/fast_marching_inl.hpp \
opencv/Withcontrib/include/opencv2/videostab/deblurring.hpp \
opencv/Withcontrib/include/opencv2/videostab/wobble_suppression.hpp \
opencv/Withcontrib/include/opencv2/videostab/ring_buffer.hpp \
E:/QT/5.15.2/mingw81_64/include/QtGui/QImage \
E:/QT/5.15.2/mingw81_64/include/QtCore/QMutex \
E:/QT/5.15.2/mingw81_64/include/QtNetwork/QTcpServer \
E:/QT/5.15.2/mingw81_64/include/QtNetwork/qtcpserver.h \
E:/QT/5.15.2/mingw81_64/include/QtNetwork/qtnetworkglobal.h \
E:/QT/5.15.2/mingw81_64/include/QtNetwork/qtnetwork-config.h \
E:/QT/5.15.2/mingw81_64/include/QtNetwork/qabstractsocket.h \
E:/QT/5.15.2/mingw81_64/include/QtNetwork/qhostaddress.h \
E:/QT/5.15.2/mingw81_64/include/QtNetwork/QTcpSocket \
E:/QT/5.15.2/mingw81_64/include/QtNetwork/qtcpsocket.h \
src/modbus.h \
src/modbus-version.h \
src/modbus-tcp.h \
src/modbus-rtu.h \
ui_widget.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/QVariant \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/QApplication \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/qapplication.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qcoreapplication.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qeventloop.h \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/qdesktopwidget.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qguiapplication.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qinputmethod.h \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/QGridLayout \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/qgridlayout.h \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/qlayout.h \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/qlayoutitem.h \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/qboxlayout.h \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/QGroupBox \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/qgroupbox.h \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/qframe.h \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/QHBoxLayout \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/QLabel \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/qlabel.h \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/QLineEdit \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/qlineedit.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qtextcursor.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qtextformat.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qpen.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qtextoption.h \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/QPushButton \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/qpushbutton.h \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/qabstractbutton.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qicon.h \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/QSpacerItem \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/QSpinBox \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/qspinbox.h \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/qabstractspinbox.h \
E:/QT/5.15.2/mingw81_64/include/QtGui/qvalidator.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/qregularexpression.h \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/QTabWidget \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/qtabwidget.h \
E:/QT/5.15.2/mingw81_64/include/QtWidgets/QVBoxLayout \
E:/QT/5.15.2/mingw81_64/include/QtCore/QDateTime \
E:/QT/5.15.2/mingw81_64/include/QtCore/qdatetime.h \
E:/QT/5.15.2/mingw81_64/include/QtCore/QSemaphore \
E:/QT/5.15.2/mingw81_64/include/QtCore/qsemaphore.h
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\widget.o widget.cpp
release/moc_camera.o: release/moc_camera.cpp
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_camera.o release\moc_camera.cpp
release/moc_thread.o: release/moc_thread.cpp
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_thread.o release\moc_thread.cpp
release/moc_widget.o: release/moc_widget.cpp
$(CXX) -c $(CXXFLAGS) $(INCPATH) -o release\moc_widget.o release\moc_widget.cpp
####### Install
install: FORCE
uninstall: FORCE
FORCE: