diff --git a/Config/Gandalf b/Config/Gandalf index c507170..cb9a86f 100644 --- a/Config/Gandalf +++ b/Config/Gandalf @@ -1,5 +1,5 @@ -67 84 155 -100 241 255 -6 +83 116 169 +148 213 255 +1 Goalkeeper diff --git a/Config/Leona b/Config/Leona index be89bae..1d0b9a1 100644 --- a/Config/Leona +++ b/Config/Leona @@ -1,5 +1,5 @@ -0 79 209 -186 174 255 -7 +141 32 197 +255 255 255 +2 Goalkeeper diff --git a/Config/Presto b/Config/Presto index 80441df..627fc3d 100644 --- a/Config/Presto +++ b/Config/Presto @@ -1,5 +1,5 @@ -37 118 0 +37 118 225 69 230 255 -8 +3 Goalkeeper diff --git a/Config/T2 b/Config/T2 index 9872044..59f1a55 100644 --- a/Config/T2 +++ b/Config/T2 @@ -1,2 +1,6 @@ +109 130 42 +142 255 255 +======= 102 125 0 +>>>>>>> origin/IronCup2018 128 255 255 diff --git a/Config/cam_calib.conf b/Config/cam_calib.conf new file mode 100644 index 0000000..1b4e049 --- /dev/null +++ b/Config/cam_calib.conf @@ -0,0 +1,7 @@ +brightness 152 +contrast 255 +saturation 255 +gain 50 +white_balance_temperature 4313 +sharpness 255 +exposure_absolute 117 diff --git a/Config/map b/Config/map index 6672589..8f31ba4 100644 --- a/Config/map +++ b/Config/map @@ -1,18 +1,18 @@ -272 11 -467 9 -489 29 -494 135 -526 134 -531 255 -499 256 -504 365 -483 389 -280 394 -71 402 -48 379 -47 267 -12 266 -15 142 -49 142 -50 33 -74 13 +336 26 +570 28 +589 50 +585 180 +619 183 +611 315 +579 317 +576 444 +559 461 +331 456 +104 455 +83 439 +87 311 +50 308 +50 172 +86 171 +83 131 +82 40 diff --git a/Makefile b/Makefile index 4b304e5..b51fb1b 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ # Generated by qmake (3.1) (Qt 5.8.0) # Project: Rinobot_System.pro # Template: app -# Command: /home/rinobot/Qt/5.8/gcc_64/bin/qmake -o Makefile Rinobot_System.pro -spec linux-g++ CONFIG+=debug CONFIG+=qml_debug +# Command: /home/igor/Qt5.8.0/5.8/gcc_64/bin/qmake -o Makefile Rinobot_System.pro -spec linux-g++ CONFIG+=debug CONFIG+=qml_debug ############################################################################# MAKEFILE = Makefile @@ -15,8 +15,8 @@ CXX = g++ DEFINES = -DQT_QML_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_SERIALPORT_LIB -DQT_CORE_LIB CFLAGS = -pipe -g -Wall -W -D_REENTRANT -fPIC $(DEFINES) CXXFLAGS = -pipe -g -std=gnu++11 -Wall -W -D_REENTRANT -fPIC $(DEFINES) -INCPATH = -I. -isystem /usr/local/include/opencv2 -I../../Qt/5.8/gcc_64/include -I../../Qt/5.8/gcc_64/include/QtWidgets -I../../Qt/5.8/gcc_64/include/QtGui -I../../Qt/5.8/gcc_64/include/QtSerialPort -I../../Qt/5.8/gcc_64/include/QtCore -I. -isystem /usr/include/libdrm -I. -I../../Qt/5.8/gcc_64/mkspecs/linux-g++ -QMAKE = /home/rinobot/Qt/5.8/gcc_64/bin/qmake +INCPATH = -I. -isystem /usr/local/include/opencv2 -I../../../../Qt5.8.0/5.8/gcc_64/include -I../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets -I../../../../Qt5.8.0/5.8/gcc_64/include/QtGui -I../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort -I../../../../Qt5.8.0/5.8/gcc_64/include/QtCore -I. -isystem /usr/include/libdrm -I. -I../../../../Qt5.8.0/5.8/gcc_64/mkspecs/linux-g++ +QMAKE = /home/igor/Qt5.8.0/5.8/gcc_64/bin/qmake DEL_FILE = rm -f CHK_DIR_EXISTS= test -d MKDIR = mkdir -p @@ -33,10 +33,10 @@ MOVE = mv -f TAR = tar -cf COMPRESS = gzip -9f DISTNAME = Rinobot_System1.0.0 -DISTDIR = /home/rinobot/Documents/RinoBot-System/.tmp/Rinobot_System1.0.0 +DISTDIR = /home/igor/Documents/RINOBOT/RinoBot-System/RinoBot-System/.tmp/Rinobot_System1.0.0 LINK = g++ -LFLAGS = -Wl,-rpath,/home/rinobot/Qt/5.8/gcc_64/lib -LIBS = $(SUBLIBS) `pkg-config --cflags --libs opencv` -L/home/rinobot/Qt/5.8/gcc_64/lib -lQt5Widgets -lQt5Gui -lQt5SerialPort -lQt5Core -lGL -lpthread +LFLAGS = -Wl,-rpath,/home/igor/Qt5.8.0/5.8/gcc_64/lib +LIBS = $(SUBLIBS) `pkg-config --cflags --libs opencv` -L/home/igor/Qt5.8.0/5.8/gcc_64/lib -lQt5Widgets -lQt5Gui -lQt5SerialPort -lQt5Core -lGL -lpthread AR = ar cqs RANLIB = SED = sed @@ -58,25 +58,25 @@ SOURCES = main.cpp \ setcolorrange.cpp \ serial.cpp \ settingsdialog.cpp \ - soccer_window.cpp \ fuzzy.cpp \ navigation.cpp \ game_functions.cpp \ video4linuxconfig.cpp \ drawobjects.cpp \ - mover.cpp moc_mainwindow.cpp \ + mover.cpp \ + informationwindow.cpp moc_mainwindow.cpp \ moc_vision.cpp \ moc_setparameters.cpp \ moc_configrobots.cpp \ moc_setcolorrange.cpp \ moc_settingsdialog.cpp \ - moc_soccer_window.cpp \ moc_fuzzy.cpp \ moc_serial.cpp \ moc_navigation.cpp \ moc_game_functions.cpp \ moc_video4linuxconfig.cpp \ - moc_mover.cpp + moc_mover.cpp \ + moc_informationwindow.cpp OBJECTS = main.o \ mainwindow.o \ vision.o \ @@ -87,196 +87,196 @@ OBJECTS = main.o \ setcolorrange.o \ serial.o \ settingsdialog.o \ - soccer_window.o \ fuzzy.o \ navigation.o \ game_functions.o \ video4linuxconfig.o \ drawobjects.o \ mover.o \ + informationwindow.o \ moc_mainwindow.o \ moc_vision.o \ moc_setparameters.o \ moc_configrobots.o \ moc_setcolorrange.o \ moc_settingsdialog.o \ - moc_soccer_window.o \ moc_fuzzy.o \ moc_serial.o \ moc_navigation.o \ moc_game_functions.o \ moc_video4linuxconfig.o \ - moc_mover.o -DIST = ../../Qt/5.8/gcc_64/mkspecs/features/spec_pre.prf \ - ../../Qt/5.8/gcc_64/mkspecs/common/unix.conf \ - ../../Qt/5.8/gcc_64/mkspecs/common/linux.conf \ - ../../Qt/5.8/gcc_64/mkspecs/common/sanitize.conf \ - ../../Qt/5.8/gcc_64/mkspecs/common/gcc-base.conf \ - ../../Qt/5.8/gcc_64/mkspecs/common/gcc-base-unix.conf \ - ../../Qt/5.8/gcc_64/mkspecs/common/g++-base.conf \ - ../../Qt/5.8/gcc_64/mkspecs/common/g++-unix.conf \ - ../../Qt/5.8/gcc_64/mkspecs/qconfig.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_3dcore.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_3dcore_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_3dextras.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_3dextras_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_3dinput.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_3dinput_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_3dlogic.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_3dlogic_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_3dquick.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_3dquick_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_3dquickextras.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_3dquickextras_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_3dquickinput.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_3dquickinput_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_3dquickrender.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_3dquickrender_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_3drender.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_3drender_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_accessibility_support_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_bluetooth.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_bluetooth_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_bootstrap_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_charts.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_charts_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_clucene_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_concurrent.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_concurrent_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_core.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_core_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_datavisualization.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_datavisualization_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_dbus.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_dbus_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_designer.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_designer_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_designercomponents_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_devicediscovery_support_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_egl_support_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_eglfsdeviceintegration_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_eventdispatcher_support_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_fb_support_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_fontdatabase_support_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_gamepad.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_gamepad_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_glx_support_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_gui.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_gui_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_help.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_help_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_input_support_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_linuxaccessibility_support_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_location.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_location_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_multimedia.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_multimedia_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_multimediawidgets.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_multimediawidgets_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_network.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_network_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_networkauth.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_networkauth_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_nfc.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_nfc_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_opengl.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_opengl_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_openglextensions.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_openglextensions_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_packetprotocol_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_platformcompositor_support_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_positioning.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_positioning_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_printsupport.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_printsupport_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_purchasing.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_purchasing_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_qml.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_qml_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_qmldebug_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_qmldevtools_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_qmltest.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_qmltest_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_qtmultimediaquicktools_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_quick.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_quick_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_quickcontrols2.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_quickcontrols2_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_quickparticles_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_quicktemplates2_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_quickwidgets.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_quickwidgets_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_script.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_script_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_scripttools.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_scripttools_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_scxml.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_scxml_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_sensors.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_sensors_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_serialbus.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_serialbus_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_serialport.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_serialport_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_service_support_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_sql.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_sql_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_svg.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_svg_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_testlib.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_testlib_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_texttospeech.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_texttospeech_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_theme_support_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_uiplugin.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_uitools.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_uitools_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_webchannel.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_webchannel_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_webengine.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_webengine_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_webenginecore.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_webenginecore_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_webenginecoreheaders_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_webenginewidgets.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_webenginewidgets_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_websockets.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_websockets_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_webview.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_webview_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_widgets.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_widgets_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_x11extras.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_x11extras_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_xcb_qpa_lib_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_xml.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_xml_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_xmlpatterns.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_xmlpatterns_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/features/qt_functions.prf \ - ../../Qt/5.8/gcc_64/mkspecs/features/qt_config.prf \ - ../../Qt/5.8/gcc_64/mkspecs/linux-g++/qmake.conf \ - ../../Qt/5.8/gcc_64/mkspecs/features/spec_post.prf \ + moc_mover.o \ + moc_informationwindow.o +DIST = ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/spec_pre.prf \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/common/unix.conf \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/common/linux.conf \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/common/sanitize.conf \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/common/gcc-base.conf \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/common/gcc-base-unix.conf \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/common/g++-base.conf \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/common/g++-unix.conf \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/qconfig.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_3dcore.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_3dcore_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_3dextras.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_3dextras_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_3dinput.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_3dinput_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_3dlogic.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_3dlogic_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_3dquick.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_3dquick_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_3dquickextras.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_3dquickextras_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_3dquickinput.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_3dquickinput_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_3dquickrender.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_3dquickrender_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_3drender.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_3drender_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_accessibility_support_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_bluetooth.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_bluetooth_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_bootstrap_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_charts.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_charts_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_clucene_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_concurrent.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_concurrent_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_core.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_core_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_datavisualization.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_datavisualization_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_dbus.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_dbus_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_designer.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_designer_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_designercomponents_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_devicediscovery_support_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_egl_support_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_eglfsdeviceintegration_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_eventdispatcher_support_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_fb_support_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_fontdatabase_support_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_gamepad.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_gamepad_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_glx_support_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_gui.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_gui_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_help.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_help_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_input_support_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_linuxaccessibility_support_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_location.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_location_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_multimedia.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_multimedia_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_multimediawidgets.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_multimediawidgets_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_network.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_network_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_networkauth.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_networkauth_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_nfc.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_nfc_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_opengl.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_opengl_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_openglextensions.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_openglextensions_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_packetprotocol_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_platformcompositor_support_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_positioning.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_positioning_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_printsupport.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_printsupport_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_purchasing.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_purchasing_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_qml.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_qml_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_qmldebug_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_qmldevtools_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_qmltest.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_qmltest_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_qtmultimediaquicktools_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_quick.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_quick_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_quickcontrols2.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_quickcontrols2_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_quickparticles_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_quicktemplates2_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_quickwidgets.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_quickwidgets_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_script.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_script_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_scripttools.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_scripttools_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_scxml.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_scxml_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_sensors.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_sensors_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_serialbus.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_serialbus_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_serialport.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_serialport_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_service_support_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_sql.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_sql_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_svg.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_svg_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_testlib.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_testlib_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_texttospeech.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_texttospeech_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_theme_support_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_uiplugin.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_uitools.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_uitools_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_webchannel.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_webchannel_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_webengine.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_webengine_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_webenginecore.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_webenginecore_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_webenginecoreheaders_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_webenginewidgets.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_webenginewidgets_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_websockets.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_websockets_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_webview.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_webview_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_widgets.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_widgets_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_x11extras.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_x11extras_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_xcb_qpa_lib_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_xml.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_xml_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_xmlpatterns.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_xmlpatterns_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/qt_functions.prf \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/qt_config.prf \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/linux-g++/qmake.conf \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/spec_post.prf \ .qmake.stash \ - ../../Qt/5.8/gcc_64/mkspecs/features/exclusive_builds.prf \ - ../../Qt/5.8/gcc_64/mkspecs/features/toolchain.prf \ - ../../Qt/5.8/gcc_64/mkspecs/features/default_pre.prf \ - ../../Qt/5.8/gcc_64/mkspecs/features/resolve_config.prf \ - ../../Qt/5.8/gcc_64/mkspecs/features/default_post.prf \ - ../../Qt/5.8/gcc_64/mkspecs/features/qml_debug.prf \ - ../../Qt/5.8/gcc_64/mkspecs/features/warn_on.prf \ - ../../Qt/5.8/gcc_64/mkspecs/features/qt.prf \ - ../../Qt/5.8/gcc_64/mkspecs/features/resources.prf \ - ../../Qt/5.8/gcc_64/mkspecs/features/moc.prf \ - ../../Qt/5.8/gcc_64/mkspecs/features/unix/opengl.prf \ - ../../Qt/5.8/gcc_64/mkspecs/features/uic.prf \ - ../../Qt/5.8/gcc_64/mkspecs/features/unix/thread.prf \ - ../../Qt/5.8/gcc_64/mkspecs/features/qmake_use.prf \ - ../../Qt/5.8/gcc_64/mkspecs/features/file_copies.prf \ - ../../Qt/5.8/gcc_64/mkspecs/features/testcase_targets.prf \ - ../../Qt/5.8/gcc_64/mkspecs/features/exceptions.prf \ - ../../Qt/5.8/gcc_64/mkspecs/features/yacc.prf \ - ../../Qt/5.8/gcc_64/mkspecs/features/lex.prf \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/exclusive_builds.prf \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/toolchain.prf \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/default_pre.prf \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/resolve_config.prf \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/default_post.prf \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/qml_debug.prf \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/warn_on.prf \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/qt.prf \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/resources.prf \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/moc.prf \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/unix/opengl.prf \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/uic.prf \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/unix/thread.prf \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/qmake_use.prf \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/file_copies.prf \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/testcase_targets.prf \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/exceptions.prf \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/yacc.prf \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/lex.prf \ Rinobot_System.pro mainwindow.h \ vision.h \ setparameters.h \ @@ -285,14 +285,14 @@ DIST = ../../Qt/5.8/gcc_64/mkspecs/features/spec_pre.prf \ configrobots.h \ setcolorrange.h \ settingsdialog.h \ - soccer_window.h \ fuzzy.h \ serial.h \ navigation.h \ game_functions.h \ video4linuxconfig.h \ drawobjects.h \ - mover.h main.cpp \ + mover.h \ + informationwindow.h main.cpp \ mainwindow.cpp \ vision.cpp \ setparameters.cpp \ @@ -302,13 +302,13 @@ DIST = ../../Qt/5.8/gcc_64/mkspecs/features/spec_pre.prf \ setcolorrange.cpp \ serial.cpp \ settingsdialog.cpp \ - soccer_window.cpp \ fuzzy.cpp \ navigation.cpp \ game_functions.cpp \ video4linuxconfig.cpp \ drawobjects.cpp \ - mover.cpp + mover.cpp \ + informationwindow.cpp QMAKE_TARGET = Rinobot_System DESTDIR = TARGET = Rinobot_System @@ -317,360 +317,360 @@ TARGET = Rinobot_System first: all ####### Build rules -$(TARGET): ui_mainwindow.h ui_setparameters.h ui_configrobots.h ui_setcolorrange.h ui_settingsdialog.h ui_soccer_window.h ui_video4linuxconfig.h $(OBJECTS) +$(TARGET): ui_mainwindow.h ui_setparameters.h ui_configrobots.h ui_setcolorrange.h ui_settingsdialog.h ui_video4linuxconfig.h ui_informationwindow.h $(OBJECTS) $(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS) -Makefile: Rinobot_System.pro ../../Qt/5.8/gcc_64/mkspecs/linux-g++/qmake.conf ../../Qt/5.8/gcc_64/mkspecs/features/spec_pre.prf \ - ../../Qt/5.8/gcc_64/mkspecs/common/unix.conf \ - ../../Qt/5.8/gcc_64/mkspecs/common/linux.conf \ - ../../Qt/5.8/gcc_64/mkspecs/common/sanitize.conf \ - ../../Qt/5.8/gcc_64/mkspecs/common/gcc-base.conf \ - ../../Qt/5.8/gcc_64/mkspecs/common/gcc-base-unix.conf \ - ../../Qt/5.8/gcc_64/mkspecs/common/g++-base.conf \ - ../../Qt/5.8/gcc_64/mkspecs/common/g++-unix.conf \ - ../../Qt/5.8/gcc_64/mkspecs/qconfig.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_3dcore.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_3dcore_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_3dextras.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_3dextras_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_3dinput.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_3dinput_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_3dlogic.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_3dlogic_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_3dquick.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_3dquick_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_3dquickextras.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_3dquickextras_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_3dquickinput.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_3dquickinput_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_3dquickrender.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_3dquickrender_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_3drender.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_3drender_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_accessibility_support_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_bluetooth.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_bluetooth_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_bootstrap_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_charts.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_charts_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_clucene_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_concurrent.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_concurrent_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_core.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_core_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_datavisualization.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_datavisualization_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_dbus.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_dbus_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_designer.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_designer_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_designercomponents_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_devicediscovery_support_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_egl_support_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_eglfsdeviceintegration_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_eventdispatcher_support_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_fb_support_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_fontdatabase_support_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_gamepad.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_gamepad_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_glx_support_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_gui.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_gui_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_help.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_help_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_input_support_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_linuxaccessibility_support_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_location.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_location_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_multimedia.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_multimedia_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_multimediawidgets.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_multimediawidgets_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_network.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_network_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_networkauth.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_networkauth_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_nfc.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_nfc_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_opengl.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_opengl_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_openglextensions.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_openglextensions_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_packetprotocol_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_platformcompositor_support_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_positioning.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_positioning_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_printsupport.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_printsupport_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_purchasing.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_purchasing_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_qml.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_qml_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_qmldebug_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_qmldevtools_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_qmltest.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_qmltest_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_qtmultimediaquicktools_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_quick.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_quick_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_quickcontrols2.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_quickcontrols2_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_quickparticles_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_quicktemplates2_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_quickwidgets.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_quickwidgets_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_script.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_script_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_scripttools.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_scripttools_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_scxml.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_scxml_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_sensors.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_sensors_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_serialbus.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_serialbus_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_serialport.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_serialport_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_service_support_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_sql.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_sql_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_svg.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_svg_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_testlib.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_testlib_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_texttospeech.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_texttospeech_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_theme_support_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_uiplugin.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_uitools.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_uitools_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_webchannel.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_webchannel_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_webengine.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_webengine_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_webenginecore.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_webenginecore_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_webenginecoreheaders_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_webenginewidgets.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_webenginewidgets_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_websockets.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_websockets_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_webview.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_webview_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_widgets.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_widgets_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_x11extras.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_x11extras_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_xcb_qpa_lib_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_xml.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_xml_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_xmlpatterns.pri \ - ../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_xmlpatterns_private.pri \ - ../../Qt/5.8/gcc_64/mkspecs/features/qt_functions.prf \ - ../../Qt/5.8/gcc_64/mkspecs/features/qt_config.prf \ - ../../Qt/5.8/gcc_64/mkspecs/linux-g++/qmake.conf \ - ../../Qt/5.8/gcc_64/mkspecs/features/spec_post.prf \ +Makefile: Rinobot_System.pro ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/linux-g++/qmake.conf ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/spec_pre.prf \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/common/unix.conf \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/common/linux.conf \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/common/sanitize.conf \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/common/gcc-base.conf \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/common/gcc-base-unix.conf \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/common/g++-base.conf \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/common/g++-unix.conf \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/qconfig.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_3dcore.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_3dcore_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_3dextras.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_3dextras_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_3dinput.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_3dinput_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_3dlogic.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_3dlogic_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_3dquick.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_3dquick_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_3dquickextras.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_3dquickextras_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_3dquickinput.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_3dquickinput_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_3dquickrender.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_3dquickrender_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_3drender.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_3drender_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_accessibility_support_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_bluetooth.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_bluetooth_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_bootstrap_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_charts.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_charts_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_clucene_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_concurrent.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_concurrent_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_core.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_core_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_datavisualization.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_datavisualization_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_dbus.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_dbus_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_designer.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_designer_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_designercomponents_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_devicediscovery_support_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_egl_support_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_eglfsdeviceintegration_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_eventdispatcher_support_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_fb_support_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_fontdatabase_support_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_gamepad.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_gamepad_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_glx_support_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_gui.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_gui_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_help.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_help_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_input_support_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_linuxaccessibility_support_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_location.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_location_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_multimedia.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_multimedia_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_multimediawidgets.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_multimediawidgets_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_network.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_network_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_networkauth.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_networkauth_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_nfc.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_nfc_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_opengl.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_opengl_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_openglextensions.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_openglextensions_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_packetprotocol_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_platformcompositor_support_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_positioning.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_positioning_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_printsupport.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_printsupport_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_purchasing.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_purchasing_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_qml.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_qml_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_qmldebug_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_qmldevtools_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_qmltest.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_qmltest_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_qtmultimediaquicktools_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_quick.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_quick_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_quickcontrols2.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_quickcontrols2_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_quickparticles_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_quicktemplates2_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_quickwidgets.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_quickwidgets_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_script.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_script_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_scripttools.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_scripttools_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_scxml.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_scxml_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_sensors.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_sensors_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_serialbus.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_serialbus_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_serialport.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_serialport_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_service_support_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_sql.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_sql_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_svg.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_svg_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_testlib.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_testlib_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_texttospeech.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_texttospeech_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_theme_support_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_uiplugin.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_uitools.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_uitools_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_webchannel.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_webchannel_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_webengine.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_webengine_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_webenginecore.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_webenginecore_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_webenginecoreheaders_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_webenginewidgets.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_webenginewidgets_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_websockets.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_websockets_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_webview.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_webview_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_widgets.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_widgets_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_x11extras.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_x11extras_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_xcb_qpa_lib_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_xml.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_xml_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_xmlpatterns.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_xmlpatterns_private.pri \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/qt_functions.prf \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/qt_config.prf \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/linux-g++/qmake.conf \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/spec_post.prf \ .qmake.stash \ - ../../Qt/5.8/gcc_64/mkspecs/features/exclusive_builds.prf \ - ../../Qt/5.8/gcc_64/mkspecs/features/toolchain.prf \ - ../../Qt/5.8/gcc_64/mkspecs/features/default_pre.prf \ - ../../Qt/5.8/gcc_64/mkspecs/features/resolve_config.prf \ - ../../Qt/5.8/gcc_64/mkspecs/features/default_post.prf \ - ../../Qt/5.8/gcc_64/mkspecs/features/qml_debug.prf \ - ../../Qt/5.8/gcc_64/mkspecs/features/warn_on.prf \ - ../../Qt/5.8/gcc_64/mkspecs/features/qt.prf \ - ../../Qt/5.8/gcc_64/mkspecs/features/resources.prf \ - ../../Qt/5.8/gcc_64/mkspecs/features/moc.prf \ - ../../Qt/5.8/gcc_64/mkspecs/features/unix/opengl.prf \ - ../../Qt/5.8/gcc_64/mkspecs/features/uic.prf \ - ../../Qt/5.8/gcc_64/mkspecs/features/unix/thread.prf \ - ../../Qt/5.8/gcc_64/mkspecs/features/qmake_use.prf \ - ../../Qt/5.8/gcc_64/mkspecs/features/file_copies.prf \ - ../../Qt/5.8/gcc_64/mkspecs/features/testcase_targets.prf \ - ../../Qt/5.8/gcc_64/mkspecs/features/exceptions.prf \ - ../../Qt/5.8/gcc_64/mkspecs/features/yacc.prf \ - ../../Qt/5.8/gcc_64/mkspecs/features/lex.prf \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/exclusive_builds.prf \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/toolchain.prf \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/default_pre.prf \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/resolve_config.prf \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/default_post.prf \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/qml_debug.prf \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/warn_on.prf \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/qt.prf \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/resources.prf \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/moc.prf \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/unix/opengl.prf \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/uic.prf \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/unix/thread.prf \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/qmake_use.prf \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/file_copies.prf \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/testcase_targets.prf \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/exceptions.prf \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/yacc.prf \ + ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/lex.prf \ Rinobot_System.pro \ - ../../Qt/5.8/gcc_64/lib/libQt5Widgets.prl \ - ../../Qt/5.8/gcc_64/lib/libQt5Gui.prl \ - ../../Qt/5.8/gcc_64/lib/libQt5SerialPort.prl \ - ../../Qt/5.8/gcc_64/lib/libQt5Core.prl + ../../../../Qt5.8.0/5.8/gcc_64/lib/libQt5Widgets.prl \ + ../../../../Qt5.8.0/5.8/gcc_64/lib/libQt5Gui.prl \ + ../../../../Qt5.8.0/5.8/gcc_64/lib/libQt5SerialPort.prl \ + ../../../../Qt5.8.0/5.8/gcc_64/lib/libQt5Core.prl $(QMAKE) -o Makefile Rinobot_System.pro -spec linux-g++ CONFIG+=debug CONFIG+=qml_debug -../../Qt/5.8/gcc_64/mkspecs/features/spec_pre.prf: -../../Qt/5.8/gcc_64/mkspecs/common/unix.conf: -../../Qt/5.8/gcc_64/mkspecs/common/linux.conf: -../../Qt/5.8/gcc_64/mkspecs/common/sanitize.conf: -../../Qt/5.8/gcc_64/mkspecs/common/gcc-base.conf: -../../Qt/5.8/gcc_64/mkspecs/common/gcc-base-unix.conf: -../../Qt/5.8/gcc_64/mkspecs/common/g++-base.conf: -../../Qt/5.8/gcc_64/mkspecs/common/g++-unix.conf: -../../Qt/5.8/gcc_64/mkspecs/qconfig.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_3dcore.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_3dcore_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_3dextras.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_3dextras_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_3dinput.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_3dinput_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_3dlogic.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_3dlogic_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_3dquick.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_3dquick_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_3dquickextras.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_3dquickextras_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_3dquickinput.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_3dquickinput_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_3dquickrender.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_3dquickrender_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_3drender.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_3drender_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_accessibility_support_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_bluetooth.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_bluetooth_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_bootstrap_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_charts.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_charts_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_clucene_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_concurrent.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_concurrent_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_core.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_core_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_datavisualization.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_datavisualization_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_dbus.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_dbus_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_designer.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_designer_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_designercomponents_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_devicediscovery_support_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_egl_support_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_eglfsdeviceintegration_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_eventdispatcher_support_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_fb_support_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_fontdatabase_support_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_gamepad.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_gamepad_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_glx_support_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_gui.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_gui_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_help.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_help_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_input_support_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_linuxaccessibility_support_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_location.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_location_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_multimedia.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_multimedia_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_multimediawidgets.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_multimediawidgets_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_network.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_network_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_networkauth.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_networkauth_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_nfc.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_nfc_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_opengl.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_opengl_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_openglextensions.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_openglextensions_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_packetprotocol_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_platformcompositor_support_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_positioning.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_positioning_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_printsupport.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_printsupport_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_purchasing.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_purchasing_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_qml.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_qml_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_qmldebug_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_qmldevtools_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_qmltest.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_qmltest_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_qtmultimediaquicktools_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_quick.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_quick_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_quickcontrols2.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_quickcontrols2_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_quickparticles_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_quicktemplates2_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_quickwidgets.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_quickwidgets_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_script.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_script_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_scripttools.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_scripttools_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_scxml.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_scxml_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_sensors.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_sensors_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_serialbus.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_serialbus_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_serialport.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_serialport_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_service_support_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_sql.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_sql_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_svg.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_svg_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_testlib.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_testlib_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_texttospeech.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_texttospeech_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_theme_support_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_uiplugin.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_uitools.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_uitools_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_webchannel.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_webchannel_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_webengine.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_webengine_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_webenginecore.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_webenginecore_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_webenginecoreheaders_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_webenginewidgets.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_webenginewidgets_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_websockets.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_websockets_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_webview.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_webview_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_widgets.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_widgets_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_x11extras.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_x11extras_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_xcb_qpa_lib_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_xml.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_xml_private.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_xmlpatterns.pri: -../../Qt/5.8/gcc_64/mkspecs/modules/qt_lib_xmlpatterns_private.pri: -../../Qt/5.8/gcc_64/mkspecs/features/qt_functions.prf: -../../Qt/5.8/gcc_64/mkspecs/features/qt_config.prf: -../../Qt/5.8/gcc_64/mkspecs/linux-g++/qmake.conf: -../../Qt/5.8/gcc_64/mkspecs/features/spec_post.prf: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/spec_pre.prf: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/common/unix.conf: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/common/linux.conf: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/common/sanitize.conf: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/common/gcc-base.conf: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/common/gcc-base-unix.conf: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/common/g++-base.conf: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/common/g++-unix.conf: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/qconfig.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_3dcore.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_3dcore_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_3dextras.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_3dextras_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_3dinput.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_3dinput_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_3dlogic.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_3dlogic_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_3dquick.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_3dquick_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_3dquickextras.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_3dquickextras_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_3dquickinput.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_3dquickinput_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_3dquickrender.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_3dquickrender_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_3drender.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_3drender_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_accessibility_support_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_bluetooth.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_bluetooth_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_bootstrap_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_charts.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_charts_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_clucene_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_concurrent.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_concurrent_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_core.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_core_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_datavisualization.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_datavisualization_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_dbus.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_dbus_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_designer.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_designer_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_designercomponents_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_devicediscovery_support_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_egl_support_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_eglfsdeviceintegration_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_eventdispatcher_support_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_fb_support_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_fontdatabase_support_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_gamepad.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_gamepad_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_glx_support_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_gui.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_gui_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_help.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_help_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_input_support_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_linuxaccessibility_support_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_location.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_location_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_multimedia.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_multimedia_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_multimediawidgets.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_multimediawidgets_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_network.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_network_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_networkauth.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_networkauth_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_nfc.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_nfc_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_opengl.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_opengl_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_openglextensions.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_openglextensions_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_packetprotocol_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_platformcompositor_support_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_positioning.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_positioning_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_printsupport.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_printsupport_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_purchasing.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_purchasing_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_qml.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_qml_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_qmldebug_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_qmldevtools_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_qmltest.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_qmltest_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_qtmultimediaquicktools_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_quick.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_quick_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_quickcontrols2.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_quickcontrols2_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_quickparticles_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_quicktemplates2_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_quickwidgets.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_quickwidgets_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_script.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_script_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_scripttools.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_scripttools_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_scxml.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_scxml_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_sensors.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_sensors_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_serialbus.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_serialbus_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_serialport.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_serialport_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_service_support_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_sql.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_sql_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_svg.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_svg_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_testlib.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_testlib_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_texttospeech.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_texttospeech_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_theme_support_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_uiplugin.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_uitools.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_uitools_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_webchannel.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_webchannel_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_webengine.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_webengine_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_webenginecore.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_webenginecore_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_webenginecoreheaders_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_webenginewidgets.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_webenginewidgets_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_websockets.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_websockets_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_webview.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_webview_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_widgets.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_widgets_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_x11extras.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_x11extras_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_xcb_qpa_lib_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_xml.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_xml_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_xmlpatterns.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/modules/qt_lib_xmlpatterns_private.pri: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/qt_functions.prf: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/qt_config.prf: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/linux-g++/qmake.conf: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/spec_post.prf: .qmake.stash: -../../Qt/5.8/gcc_64/mkspecs/features/exclusive_builds.prf: -../../Qt/5.8/gcc_64/mkspecs/features/toolchain.prf: -../../Qt/5.8/gcc_64/mkspecs/features/default_pre.prf: -../../Qt/5.8/gcc_64/mkspecs/features/resolve_config.prf: -../../Qt/5.8/gcc_64/mkspecs/features/default_post.prf: -../../Qt/5.8/gcc_64/mkspecs/features/qml_debug.prf: -../../Qt/5.8/gcc_64/mkspecs/features/warn_on.prf: -../../Qt/5.8/gcc_64/mkspecs/features/qt.prf: -../../Qt/5.8/gcc_64/mkspecs/features/resources.prf: -../../Qt/5.8/gcc_64/mkspecs/features/moc.prf: -../../Qt/5.8/gcc_64/mkspecs/features/unix/opengl.prf: -../../Qt/5.8/gcc_64/mkspecs/features/uic.prf: -../../Qt/5.8/gcc_64/mkspecs/features/unix/thread.prf: -../../Qt/5.8/gcc_64/mkspecs/features/qmake_use.prf: -../../Qt/5.8/gcc_64/mkspecs/features/file_copies.prf: -../../Qt/5.8/gcc_64/mkspecs/features/testcase_targets.prf: -../../Qt/5.8/gcc_64/mkspecs/features/exceptions.prf: -../../Qt/5.8/gcc_64/mkspecs/features/yacc.prf: -../../Qt/5.8/gcc_64/mkspecs/features/lex.prf: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/exclusive_builds.prf: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/toolchain.prf: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/default_pre.prf: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/resolve_config.prf: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/default_post.prf: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/qml_debug.prf: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/warn_on.prf: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/qt.prf: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/resources.prf: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/moc.prf: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/unix/opengl.prf: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/uic.prf: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/unix/thread.prf: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/qmake_use.prf: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/file_copies.prf: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/testcase_targets.prf: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/exceptions.prf: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/yacc.prf: +../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/lex.prf: Rinobot_System.pro: -../../Qt/5.8/gcc_64/lib/libQt5Widgets.prl: -../../Qt/5.8/gcc_64/lib/libQt5Gui.prl: -../../Qt/5.8/gcc_64/lib/libQt5SerialPort.prl: -../../Qt/5.8/gcc_64/lib/libQt5Core.prl: +../../../../Qt5.8.0/5.8/gcc_64/lib/libQt5Widgets.prl: +../../../../Qt5.8.0/5.8/gcc_64/lib/libQt5Gui.prl: +../../../../Qt5.8.0/5.8/gcc_64/lib/libQt5SerialPort.prl: +../../../../Qt5.8.0/5.8/gcc_64/lib/libQt5Core.prl: qmake: FORCE @$(QMAKE) -o Makefile Rinobot_System.pro -spec linux-g++ CONFIG+=debug CONFIG+=qml_debug @@ -685,10 +685,10 @@ dist: distdir FORCE distdir: FORCE @test -d $(DISTDIR) || mkdir -p $(DISTDIR) $(COPY_FILE) --parents $(DIST) $(DISTDIR)/ - $(COPY_FILE) --parents ../../Qt/5.8/gcc_64/mkspecs/features/data/dummy.cpp $(DISTDIR)/ - $(COPY_FILE) --parents mainwindow.h vision.h setparameters.h robot.h utils.h configrobots.h setcolorrange.h settingsdialog.h soccer_window.h fuzzy.h serial.h navigation.h game_functions.h video4linuxconfig.h drawobjects.h mover.h $(DISTDIR)/ - $(COPY_FILE) --parents main.cpp mainwindow.cpp vision.cpp setparameters.cpp robot.cpp utils.cpp configrobots.cpp setcolorrange.cpp serial.cpp settingsdialog.cpp soccer_window.cpp fuzzy.cpp navigation.cpp game_functions.cpp video4linuxconfig.cpp drawobjects.cpp mover.cpp $(DISTDIR)/ - $(COPY_FILE) --parents mainwindow.ui setparameters.ui configrobots.ui setcolorrange.ui settingsdialog.ui soccer_window.ui video4linuxconfig.ui $(DISTDIR)/ + $(COPY_FILE) --parents ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/data/dummy.cpp $(DISTDIR)/ + $(COPY_FILE) --parents mainwindow.h vision.h setparameters.h robot.h utils.h configrobots.h setcolorrange.h settingsdialog.h fuzzy.h serial.h navigation.h game_functions.h video4linuxconfig.h drawobjects.h mover.h informationwindow.h $(DISTDIR)/ + $(COPY_FILE) --parents main.cpp mainwindow.cpp vision.cpp setparameters.cpp robot.cpp utils.cpp configrobots.cpp setcolorrange.cpp serial.cpp settingsdialog.cpp fuzzy.cpp navigation.cpp game_functions.cpp video4linuxconfig.cpp drawobjects.cpp mover.cpp informationwindow.cpp $(DISTDIR)/ + $(COPY_FILE) --parents mainwindow.ui setparameters.ui configrobots.ui setcolorrange.ui settingsdialog.ui video4linuxconfig.ui informationwindow.ui $(DISTDIR)/ clean: compiler_clean @@ -717,2589 +717,2576 @@ compiler_rcc_clean: compiler_moc_predefs_make_all: moc_predefs.h compiler_moc_predefs_clean: -$(DEL_FILE) moc_predefs.h -moc_predefs.h: ../../Qt/5.8/gcc_64/mkspecs/features/data/dummy.cpp - g++ -pipe -g -std=gnu++11 -Wall -W -dM -E -o moc_predefs.h ../../Qt/5.8/gcc_64/mkspecs/features/data/dummy.cpp +moc_predefs.h: ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/data/dummy.cpp + g++ -pipe -g -std=gnu++11 -Wall -W -dM -E -o moc_predefs.h ../../../../Qt5.8.0/5.8/gcc_64/mkspecs/features/data/dummy.cpp -compiler_moc_header_make_all: moc_mainwindow.cpp moc_vision.cpp moc_setparameters.cpp moc_configrobots.cpp moc_setcolorrange.cpp moc_settingsdialog.cpp moc_soccer_window.cpp moc_fuzzy.cpp moc_serial.cpp moc_navigation.cpp moc_game_functions.cpp moc_video4linuxconfig.cpp moc_mover.cpp +compiler_moc_header_make_all: moc_mainwindow.cpp moc_vision.cpp moc_setparameters.cpp moc_configrobots.cpp moc_setcolorrange.cpp moc_settingsdialog.cpp moc_fuzzy.cpp moc_serial.cpp moc_navigation.cpp moc_game_functions.cpp moc_video4linuxconfig.cpp moc_mover.cpp moc_informationwindow.cpp compiler_moc_header_clean: - -$(DEL_FILE) moc_mainwindow.cpp moc_vision.cpp moc_setparameters.cpp moc_configrobots.cpp moc_setcolorrange.cpp moc_settingsdialog.cpp moc_soccer_window.cpp moc_fuzzy.cpp moc_serial.cpp moc_navigation.cpp moc_game_functions.cpp moc_video4linuxconfig.cpp moc_mover.cpp -moc_mainwindow.cpp: ../../Qt/5.8/gcc_64/include/QtWidgets/QMainWindow \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qmainwindow.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtguiglobal.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qglobal.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qconfig-bootstrapped.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qconfig.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtcore-config.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsystemdetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qprocessordetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcompilerdetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtypeinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsysinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlogging.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qflags.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtypetraits.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbasicatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_bootstrap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qgenericatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_cxx11.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_msvc.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qglobalstatic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmutex.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qnumeric.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qversiontagging.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtgui-config.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtwidgets-config.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qwidget.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qwindowdefs.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectdefs.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qnamespace.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectdefs_impl.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qwindowdefs_win.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobject.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstring.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qchar.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrefcount.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qarraydata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringbuilder.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qalgorithms.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qiterator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhashfunctions.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpair.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearraylist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qregexp.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringmatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcoreevent.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qscopedpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmetatype.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvarlengtharray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcontainerfwd.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobject_impl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmargins.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpaintdevice.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrect.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsize.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpoint.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpalette.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qcolor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qrgb.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qrgba64.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qbrush.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvector.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qmatrix.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpolygon.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qregion.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdatastream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qiodevice.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qline.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtransform.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpainterpath.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qimage.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpixelformat.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpixmap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qshareddata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhash.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedpointer_impl.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfont.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfontmetrics.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfontinfo.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qsizepolicy.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qcursor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qkeysequence.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qevent.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvariant.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdebug.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtextstream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlocale.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qset.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcontiguouscache.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qurl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qurlquery.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfiledevice.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qvector2d.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtouchdevice.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtabwidget.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qicon.h \ + -$(DEL_FILE) moc_mainwindow.cpp moc_vision.cpp moc_setparameters.cpp moc_configrobots.cpp moc_setcolorrange.cpp moc_settingsdialog.cpp moc_fuzzy.cpp moc_serial.cpp moc_navigation.cpp moc_game_functions.cpp moc_video4linuxconfig.cpp moc_mover.cpp moc_informationwindow.cpp +moc_mainwindow.cpp: ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QWidget \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qwidget.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtguiglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qconfig-bootstrapped.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qconfig.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtcore-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsystemdetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qprocessordetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcompilerdetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtypeinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsysinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlogging.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qflags.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtypetraits.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbasicatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_bootstrap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qgenericatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_cxx11.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_msvc.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qglobalstatic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmutex.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qnumeric.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qversiontagging.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtgui-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtwidgets-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qwindowdefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectdefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qnamespace.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectdefs_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qwindowdefs_win.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobject.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstring.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qchar.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrefcount.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qarraydata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringbuilder.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qalgorithms.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qiterator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhashfunctions.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpair.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearraylist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qregexp.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringmatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcoreevent.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qscopedpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmetatype.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvarlengtharray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcontainerfwd.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobject_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmargins.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpaintdevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrect.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsize.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpoint.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpalette.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qcolor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qrgb.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qrgba64.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qbrush.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvector.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qmatrix.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpolygon.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qregion.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdatastream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qiodevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qline.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtransform.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpainterpath.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qimage.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpixelformat.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpixmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qshareddata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhash.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedpointer_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfont.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfontmetrics.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfontinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qsizepolicy.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qcursor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qkeysequence.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qevent.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvariant.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdebug.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtextstream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlocale.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qset.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcontiguouscache.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qurl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qurlquery.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfiledevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qvector2d.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtouchdevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QGraphicsScene \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qgraphicsscene.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpen.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QMainWindow \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qmainwindow.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtabwidget.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qicon.h \ setparameters.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QMessageBox \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qmessagebox.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qdialog.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QMessageBox \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qmessagebox.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qdialog.h \ vision.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QMutex \ - ../../Qt/5.8/gcc_64/include/QtCore/QThread \ - ../../Qt/5.8/gcc_64/include/QtCore/qthread.h \ - ../../Qt/5.8/gcc_64/include/QtGui/QImage \ - ../../Qt/5.8/gcc_64/include/QtCore/QWaitCondition \ - ../../Qt/5.8/gcc_64/include/QtCore/qwaitcondition.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/QtConcurrent \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/QtConcurrentDepends \ - ../../Qt/5.8/gcc_64/include/QtCore/QtCore \ - ../../Qt/5.8/gcc_64/include/QtCore/QtCoreDepends \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractanimation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstracteventdispatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qeventloop.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractitemmodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractnativeeventfilter.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractproxymodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractstate.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstracttransition.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qanimationgroup.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qarraydataops.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qarraydatapointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbasictimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbitarray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbuffer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearraymatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcache.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcollator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcommandlineoption.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcommandlineparser.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcoreapplication.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcryptographichash.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdatetime.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdeadlinetimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qelapsedtimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdir.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfileinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdiriterator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qeasingcurve.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qendian.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qeventtransition.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qexception.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfactoryinterface.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfileselector.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QObject \ - ../../Qt/5.8/gcc_64/include/QtCore/QStringList \ - ../../Qt/5.8/gcc_64/include/QtCore/qfilesystemwatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfinalstate.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfuture.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfutureinterface.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrunnable.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qresultstore.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfuturesynchronizer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfuturewatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhistorystate.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qidentityproxymodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qisenum.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qitemselectionmodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qjsonarray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qjsonvalue.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qjsondocument.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qjsonobject.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlibrary.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlibraryinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qversionnumber.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlinkedlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlockfile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qloggingcategory.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmath.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmessageauthenticationcode.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmetaobject.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmimedata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmimedatabase.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmimetype.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectcleanuphandler.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qparallelanimationgroup.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpauseanimation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qplugin.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpluginloader.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qprocess.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpropertyanimation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvariantanimation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qqueue.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qreadwritelock.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qregularexpression.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qresource.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsavefile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qscopedvaluerollback.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsemaphore.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsequentialanimationgroup.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsettings.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedmemory.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsignalmapper.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsignaltransition.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsocketnotifier.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsortfilterproxymodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstack.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstandardpaths.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstate.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstatemachine.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstorageinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringlistmodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsystemsemaphore.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtemporarydir.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QScopedPointer \ - ../../Qt/5.8/gcc_64/include/QtCore/qtemporaryfile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtextboundaryfinder.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtextcodec.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qthreadpool.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qthreadstorage.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtimeline.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtimezone.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtranslator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/quuid.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qwineventnotifier.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qxmlstream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtcoreversion.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentcompilertest.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrent_global.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentexception.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentfilter.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentfilterkernel.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentiteratekernel.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentmedian.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentthreadengine.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentmapkernel.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentreducekernel.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentfunctionwrappers.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentmap.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentrun.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentrunbase.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentstoredfunctioncall.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentversion.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QGraphicsScene \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qgraphicsscene.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpen.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QMutex \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QThread \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qthread.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/QImage \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QWaitCondition \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qwaitcondition.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/QtConcurrent \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/QtConcurrentDepends \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QtCore \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QtCoreDepends \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractanimation.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstracteventdispatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qeventloop.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractitemmodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractnativeeventfilter.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractproxymodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractstate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstracttransition.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qanimationgroup.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qarraydataops.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qarraydatapointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbasictimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbitarray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbuffer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearraymatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcache.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcollator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcommandlineoption.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcommandlineparser.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcoreapplication.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcryptographichash.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdatetime.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdeadlinetimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qelapsedtimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdir.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfileinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdiriterator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qeasingcurve.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qendian.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qeventtransition.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qexception.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfactoryinterface.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfileselector.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QObject \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QStringList \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfilesystemwatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfinalstate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfuture.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfutureinterface.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrunnable.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qresultstore.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfuturesynchronizer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfuturewatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhistorystate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qidentityproxymodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qisenum.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qitemselectionmodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qjsonarray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qjsonvalue.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qjsondocument.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qjsonobject.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlibrary.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlibraryinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qversionnumber.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlinkedlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlockfile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qloggingcategory.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmath.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmessageauthenticationcode.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmetaobject.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmimedata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmimedatabase.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmimetype.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectcleanuphandler.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qparallelanimationgroup.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpauseanimation.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qplugin.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpluginloader.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qprocess.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpropertyanimation.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvariantanimation.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qqueue.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qreadwritelock.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qregularexpression.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qresource.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsavefile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qscopedvaluerollback.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsemaphore.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsequentialanimationgroup.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsettings.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedmemory.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsignalmapper.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsignaltransition.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsocketnotifier.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsortfilterproxymodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstack.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstandardpaths.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstatemachine.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstorageinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringlistmodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsystemsemaphore.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtemporarydir.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QScopedPointer \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtemporaryfile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtextboundaryfinder.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtextcodec.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qthreadpool.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qthreadstorage.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtimeline.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtimezone.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtranslator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/quuid.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qwineventnotifier.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qxmlstream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtcoreversion.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentcompilertest.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrent_global.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentexception.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentfilter.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentfilterkernel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentiteratekernel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentmedian.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentthreadengine.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentmapkernel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentreducekernel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentfunctionwrappers.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentrun.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentrunbase.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentstoredfunctioncall.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentversion.h \ robot.h \ serial.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QTimer \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/QSerialPort \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialport.h \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialportglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QTimer \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/QSerialPort \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialport.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialportglobal.h \ settingsdialog.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QDialog \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QDialog \ utils.h \ configrobots.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QWidget \ setcolorrange.h \ - ../../Qt/5.8/gcc_64/include/QtGui/QCloseEvent \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/QCloseEvent \ video4linuxconfig.h \ - soccer_window.h \ fuzzy.h \ game_functions.h \ navigation.h \ drawobjects.h \ - ../../Qt/5.8/gcc_64/include/QtGui/QPainter \ - ../../Qt/5.8/gcc_64/include/QtGui/qpainter.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtextoption.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QGraphicsItem \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qgraphicsitem.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/QPainter \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpainter.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtextoption.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QGraphicsItem \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qgraphicsitem.h \ mover.h \ + informationwindow.h \ mainwindow.h \ moc_predefs.h \ - ../../Qt/5.8/gcc_64/bin/moc - /home/rinobot/Qt/5.8/gcc_64/bin/moc $(DEFINES) --include ./moc_predefs.h -I/home/rinobot/Qt/5.8/gcc_64/mkspecs/linux-g++ -I/home/rinobot/Documents/RinoBot-System -I/usr/local/include/opencv2 -I/home/rinobot/Qt/5.8/gcc_64/include -I/home/rinobot/Qt/5.8/gcc_64/include/QtWidgets -I/home/rinobot/Qt/5.8/gcc_64/include/QtGui -I/home/rinobot/Qt/5.8/gcc_64/include/QtSerialPort -I/home/rinobot/Qt/5.8/gcc_64/include/QtCore -I/usr/include/c++/6 -I/usr/include/x86_64-linux-gnu/c++/6 -I/usr/include/c++/6/backward -I/usr/lib/gcc/x86_64-linux-gnu/6/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/6/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include mainwindow.h -o moc_mainwindow.cpp + ../../../../Qt5.8.0/5.8/gcc_64/bin/moc + /home/igor/Qt5.8.0/5.8/gcc_64/bin/moc $(DEFINES) --include ./moc_predefs.h -I/home/igor/Qt5.8.0/5.8/gcc_64/mkspecs/linux-g++ -I/home/igor/Documents/RINOBOT/RinoBot-System/RinoBot-System -I/usr/local/include/opencv2 -I/home/igor/Qt5.8.0/5.8/gcc_64/include -I/home/igor/Qt5.8.0/5.8/gcc_64/include/QtWidgets -I/home/igor/Qt5.8.0/5.8/gcc_64/include/QtGui -I/home/igor/Qt5.8.0/5.8/gcc_64/include/QtSerialPort -I/home/igor/Qt5.8.0/5.8/gcc_64/include/QtCore -I/usr/include/c++/6 -I/usr/include/x86_64-linux-gnu/c++/6 -I/usr/include/c++/6/backward -I/usr/lib/gcc/x86_64-linux-gnu/6/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/6/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include mainwindow.h -o moc_mainwindow.cpp -moc_vision.cpp: ../../Qt/5.8/gcc_64/include/QtCore/QMutex \ - ../../Qt/5.8/gcc_64/include/QtCore/qmutex.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qglobal.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qconfig-bootstrapped.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qconfig.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtcore-config.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsystemdetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qprocessordetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcompilerdetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtypeinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsysinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlogging.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qflags.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtypetraits.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbasicatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_bootstrap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qgenericatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_cxx11.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_msvc.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qglobalstatic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qnumeric.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qversiontagging.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QThread \ - ../../Qt/5.8/gcc_64/include/QtCore/qthread.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobject.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectdefs.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qnamespace.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectdefs_impl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstring.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qchar.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrefcount.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qarraydata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringbuilder.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qalgorithms.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qiterator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhashfunctions.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpair.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearraylist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qregexp.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringmatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcoreevent.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qscopedpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmetatype.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvarlengtharray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcontainerfwd.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobject_impl.h \ - ../../Qt/5.8/gcc_64/include/QtGui/QImage \ - ../../Qt/5.8/gcc_64/include/QtGui/qimage.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtguiglobal.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtgui-config.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qcolor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qrgb.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qrgba64.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpaintdevice.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qwindowdefs.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qwindowdefs_win.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrect.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmargins.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsize.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpoint.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpixelformat.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtransform.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qmatrix.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpolygon.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvector.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qregion.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdatastream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qiodevice.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qline.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpainterpath.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QWaitCondition \ - ../../Qt/5.8/gcc_64/include/QtCore/qwaitcondition.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/QtConcurrent \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/QtConcurrentDepends \ - ../../Qt/5.8/gcc_64/include/QtCore/QtCore \ - ../../Qt/5.8/gcc_64/include/QtCore/QtCoreDepends \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractanimation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstracteventdispatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qeventloop.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractitemmodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvariant.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdebug.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhash.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtextstream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlocale.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qshareddata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qset.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcontiguouscache.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedpointer_impl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractnativeeventfilter.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractproxymodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractstate.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstracttransition.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qanimationgroup.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qarraydataops.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qarraydatapointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbasictimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbitarray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbuffer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearraymatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcache.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcollator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcommandlineoption.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcommandlineparser.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcoreapplication.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcryptographichash.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdatetime.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdeadlinetimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qelapsedtimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdir.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfileinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfiledevice.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdiriterator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qeasingcurve.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qendian.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qeventtransition.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qexception.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfactoryinterface.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfileselector.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QObject \ - ../../Qt/5.8/gcc_64/include/QtCore/QStringList \ - ../../Qt/5.8/gcc_64/include/QtCore/qfilesystemwatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfinalstate.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfuture.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfutureinterface.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrunnable.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qresultstore.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfuturesynchronizer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfuturewatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhistorystate.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qidentityproxymodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qisenum.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qitemselectionmodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qjsonarray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qjsonvalue.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qjsondocument.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qjsonobject.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlibrary.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlibraryinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qversionnumber.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlinkedlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlockfile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qloggingcategory.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmath.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmessageauthenticationcode.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmetaobject.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmimedata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmimedatabase.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmimetype.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectcleanuphandler.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qparallelanimationgroup.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpauseanimation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qplugin.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpluginloader.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qprocess.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpropertyanimation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvariantanimation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qqueue.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qreadwritelock.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qregularexpression.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qresource.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsavefile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qscopedvaluerollback.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsemaphore.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsequentialanimationgroup.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsettings.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedmemory.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsignalmapper.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsignaltransition.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsocketnotifier.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsortfilterproxymodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstack.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstandardpaths.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstate.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstatemachine.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstorageinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringlistmodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsystemsemaphore.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtemporarydir.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QScopedPointer \ - ../../Qt/5.8/gcc_64/include/QtCore/qtemporaryfile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtextboundaryfinder.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtextcodec.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qthreadpool.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qthreadstorage.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtimeline.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtimezone.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtranslator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qurl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qurlquery.h \ - ../../Qt/5.8/gcc_64/include/QtCore/quuid.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qwineventnotifier.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qxmlstream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtcoreversion.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentcompilertest.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrent_global.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentexception.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentfilter.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentfilterkernel.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentiteratekernel.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentmedian.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentthreadengine.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentmapkernel.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentreducekernel.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentfunctionwrappers.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentmap.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentrun.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentrunbase.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentstoredfunctioncall.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentversion.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QGraphicsScene \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qgraphicsscene.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtwidgets-config.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qbrush.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpixmap.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfont.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpen.h \ +moc_vision.cpp: ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QMutex \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmutex.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qconfig-bootstrapped.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qconfig.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtcore-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsystemdetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qprocessordetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcompilerdetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtypeinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsysinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlogging.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qflags.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtypetraits.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbasicatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_bootstrap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qgenericatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_cxx11.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_msvc.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qglobalstatic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qnumeric.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qversiontagging.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QThread \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qthread.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobject.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectdefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qnamespace.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectdefs_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstring.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qchar.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrefcount.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qarraydata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringbuilder.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qalgorithms.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qiterator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhashfunctions.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpair.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearraylist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qregexp.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringmatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcoreevent.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qscopedpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmetatype.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvarlengtharray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcontainerfwd.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobject_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/QImage \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qimage.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtguiglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtgui-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qcolor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qrgb.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qrgba64.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpaintdevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qwindowdefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qwindowdefs_win.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrect.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmargins.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsize.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpoint.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpixelformat.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtransform.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qmatrix.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpolygon.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvector.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qregion.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdatastream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qiodevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qline.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpainterpath.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QWaitCondition \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qwaitcondition.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/QtConcurrent \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/QtConcurrentDepends \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QtCore \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QtCoreDepends \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractanimation.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstracteventdispatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qeventloop.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractitemmodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvariant.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdebug.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhash.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtextstream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlocale.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qshareddata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qset.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcontiguouscache.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedpointer_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractnativeeventfilter.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractproxymodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractstate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstracttransition.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qanimationgroup.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qarraydataops.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qarraydatapointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbasictimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbitarray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbuffer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearraymatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcache.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcollator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcommandlineoption.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcommandlineparser.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcoreapplication.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcryptographichash.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdatetime.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdeadlinetimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qelapsedtimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdir.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfileinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfiledevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdiriterator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qeasingcurve.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qendian.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qeventtransition.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qexception.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfactoryinterface.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfileselector.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QObject \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QStringList \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfilesystemwatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfinalstate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfuture.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfutureinterface.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrunnable.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qresultstore.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfuturesynchronizer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfuturewatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhistorystate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qidentityproxymodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qisenum.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qitemselectionmodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qjsonarray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qjsonvalue.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qjsondocument.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qjsonobject.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlibrary.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlibraryinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qversionnumber.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlinkedlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlockfile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qloggingcategory.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmath.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmessageauthenticationcode.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmetaobject.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmimedata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmimedatabase.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmimetype.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectcleanuphandler.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qparallelanimationgroup.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpauseanimation.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qplugin.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpluginloader.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qprocess.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpropertyanimation.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvariantanimation.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qqueue.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qreadwritelock.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qregularexpression.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qresource.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsavefile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qscopedvaluerollback.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsemaphore.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsequentialanimationgroup.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsettings.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedmemory.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsignalmapper.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsignaltransition.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsocketnotifier.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsortfilterproxymodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstack.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstandardpaths.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstatemachine.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstorageinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringlistmodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsystemsemaphore.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtemporarydir.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QScopedPointer \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtemporaryfile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtextboundaryfinder.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtextcodec.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qthreadpool.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qthreadstorage.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtimeline.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtimezone.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtranslator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qurl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qurlquery.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/quuid.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qwineventnotifier.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qxmlstream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtcoreversion.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentcompilertest.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrent_global.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentexception.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentfilter.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentfilterkernel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentiteratekernel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentmedian.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentthreadengine.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentmapkernel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentreducekernel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentfunctionwrappers.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentrun.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentrunbase.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentstoredfunctioncall.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentversion.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QGraphicsScene \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qgraphicsscene.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtwidgets-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qbrush.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpixmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfont.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpen.h \ robot.h \ serial.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QTimer \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/QSerialPort \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialport.h \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialportglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QTimer \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/QSerialPort \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialport.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialportglobal.h \ settingsdialog.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QDialog \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qdialog.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qwidget.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpalette.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfontmetrics.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfontinfo.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qsizepolicy.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qcursor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qkeysequence.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qevent.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qvector2d.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtouchdevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QDialog \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qdialog.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qwidget.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpalette.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfontmetrics.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfontinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qsizepolicy.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qcursor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qkeysequence.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qevent.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qvector2d.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtouchdevice.h \ utils.h \ vision.h \ moc_predefs.h \ - ../../Qt/5.8/gcc_64/bin/moc - /home/rinobot/Qt/5.8/gcc_64/bin/moc $(DEFINES) --include ./moc_predefs.h -I/home/rinobot/Qt/5.8/gcc_64/mkspecs/linux-g++ -I/home/rinobot/Documents/RinoBot-System -I/usr/local/include/opencv2 -I/home/rinobot/Qt/5.8/gcc_64/include -I/home/rinobot/Qt/5.8/gcc_64/include/QtWidgets -I/home/rinobot/Qt/5.8/gcc_64/include/QtGui -I/home/rinobot/Qt/5.8/gcc_64/include/QtSerialPort -I/home/rinobot/Qt/5.8/gcc_64/include/QtCore -I/usr/include/c++/6 -I/usr/include/x86_64-linux-gnu/c++/6 -I/usr/include/c++/6/backward -I/usr/lib/gcc/x86_64-linux-gnu/6/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/6/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include vision.h -o moc_vision.cpp + ../../../../Qt5.8.0/5.8/gcc_64/bin/moc + /home/igor/Qt5.8.0/5.8/gcc_64/bin/moc $(DEFINES) --include ./moc_predefs.h -I/home/igor/Qt5.8.0/5.8/gcc_64/mkspecs/linux-g++ -I/home/igor/Documents/RINOBOT/RinoBot-System/RinoBot-System -I/usr/local/include/opencv2 -I/home/igor/Qt5.8.0/5.8/gcc_64/include -I/home/igor/Qt5.8.0/5.8/gcc_64/include/QtWidgets -I/home/igor/Qt5.8.0/5.8/gcc_64/include/QtGui -I/home/igor/Qt5.8.0/5.8/gcc_64/include/QtSerialPort -I/home/igor/Qt5.8.0/5.8/gcc_64/include/QtCore -I/usr/include/c++/6 -I/usr/include/x86_64-linux-gnu/c++/6 -I/usr/include/c++/6/backward -I/usr/lib/gcc/x86_64-linux-gnu/6/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/6/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include vision.h -o moc_vision.cpp -moc_setparameters.cpp: ../../Qt/5.8/gcc_64/include/QtWidgets/QMainWindow \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qmainwindow.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtguiglobal.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qglobal.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qconfig-bootstrapped.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qconfig.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtcore-config.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsystemdetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qprocessordetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcompilerdetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtypeinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsysinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlogging.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qflags.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtypetraits.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbasicatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_bootstrap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qgenericatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_cxx11.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_msvc.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qglobalstatic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmutex.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qnumeric.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qversiontagging.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtgui-config.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtwidgets-config.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qwidget.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qwindowdefs.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectdefs.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qnamespace.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectdefs_impl.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qwindowdefs_win.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobject.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstring.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qchar.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrefcount.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qarraydata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringbuilder.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qalgorithms.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qiterator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhashfunctions.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpair.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearraylist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qregexp.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringmatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcoreevent.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qscopedpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmetatype.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvarlengtharray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcontainerfwd.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobject_impl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmargins.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpaintdevice.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrect.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsize.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpoint.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpalette.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qcolor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qrgb.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qrgba64.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qbrush.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvector.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qmatrix.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpolygon.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qregion.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdatastream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qiodevice.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qline.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtransform.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpainterpath.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qimage.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpixelformat.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpixmap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qshareddata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhash.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedpointer_impl.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfont.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfontmetrics.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfontinfo.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qsizepolicy.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qcursor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qkeysequence.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qevent.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvariant.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdebug.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtextstream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlocale.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qset.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcontiguouscache.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qurl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qurlquery.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfiledevice.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qvector2d.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtouchdevice.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtabwidget.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qicon.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QMessageBox \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qmessagebox.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qdialog.h \ +moc_setparameters.cpp: ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QMainWindow \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qmainwindow.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtguiglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qconfig-bootstrapped.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qconfig.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtcore-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsystemdetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qprocessordetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcompilerdetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtypeinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsysinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlogging.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qflags.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtypetraits.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbasicatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_bootstrap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qgenericatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_cxx11.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_msvc.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qglobalstatic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmutex.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qnumeric.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qversiontagging.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtgui-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtwidgets-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qwidget.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qwindowdefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectdefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qnamespace.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectdefs_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qwindowdefs_win.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobject.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstring.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qchar.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrefcount.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qarraydata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringbuilder.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qalgorithms.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qiterator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhashfunctions.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpair.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearraylist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qregexp.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringmatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcoreevent.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qscopedpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmetatype.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvarlengtharray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcontainerfwd.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobject_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmargins.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpaintdevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrect.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsize.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpoint.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpalette.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qcolor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qrgb.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qrgba64.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qbrush.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvector.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qmatrix.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpolygon.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qregion.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdatastream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qiodevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qline.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtransform.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpainterpath.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qimage.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpixelformat.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpixmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qshareddata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhash.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedpointer_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfont.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfontmetrics.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfontinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qsizepolicy.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qcursor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qkeysequence.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qevent.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvariant.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdebug.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtextstream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlocale.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qset.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcontiguouscache.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qurl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qurlquery.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfiledevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qvector2d.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtouchdevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtabwidget.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qicon.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QMessageBox \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qmessagebox.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qdialog.h \ vision.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QMutex \ - ../../Qt/5.8/gcc_64/include/QtCore/QThread \ - ../../Qt/5.8/gcc_64/include/QtCore/qthread.h \ - ../../Qt/5.8/gcc_64/include/QtGui/QImage \ - ../../Qt/5.8/gcc_64/include/QtCore/QWaitCondition \ - ../../Qt/5.8/gcc_64/include/QtCore/qwaitcondition.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/QtConcurrent \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/QtConcurrentDepends \ - ../../Qt/5.8/gcc_64/include/QtCore/QtCore \ - ../../Qt/5.8/gcc_64/include/QtCore/QtCoreDepends \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractanimation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstracteventdispatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qeventloop.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractitemmodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractnativeeventfilter.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractproxymodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractstate.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstracttransition.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qanimationgroup.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qarraydataops.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qarraydatapointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbasictimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbitarray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbuffer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearraymatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcache.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcollator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcommandlineoption.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcommandlineparser.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcoreapplication.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcryptographichash.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdatetime.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdeadlinetimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qelapsedtimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdir.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfileinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdiriterator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qeasingcurve.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qendian.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qeventtransition.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qexception.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfactoryinterface.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfileselector.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QObject \ - ../../Qt/5.8/gcc_64/include/QtCore/QStringList \ - ../../Qt/5.8/gcc_64/include/QtCore/qfilesystemwatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfinalstate.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfuture.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfutureinterface.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrunnable.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qresultstore.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfuturesynchronizer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfuturewatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhistorystate.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qidentityproxymodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qisenum.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qitemselectionmodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qjsonarray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qjsonvalue.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qjsondocument.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qjsonobject.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlibrary.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlibraryinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qversionnumber.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlinkedlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlockfile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qloggingcategory.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmath.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmessageauthenticationcode.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmetaobject.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmimedata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmimedatabase.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmimetype.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectcleanuphandler.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qparallelanimationgroup.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpauseanimation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qplugin.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpluginloader.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qprocess.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpropertyanimation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvariantanimation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qqueue.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qreadwritelock.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qregularexpression.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qresource.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsavefile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qscopedvaluerollback.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsemaphore.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsequentialanimationgroup.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsettings.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedmemory.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsignalmapper.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsignaltransition.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsocketnotifier.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsortfilterproxymodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstack.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstandardpaths.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstate.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstatemachine.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstorageinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringlistmodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsystemsemaphore.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtemporarydir.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QScopedPointer \ - ../../Qt/5.8/gcc_64/include/QtCore/qtemporaryfile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtextboundaryfinder.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtextcodec.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qthreadpool.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qthreadstorage.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtimeline.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtimezone.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtranslator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/quuid.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qwineventnotifier.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qxmlstream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtcoreversion.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentcompilertest.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrent_global.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentexception.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentfilter.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentfilterkernel.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentiteratekernel.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentmedian.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentthreadengine.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentmapkernel.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentreducekernel.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentfunctionwrappers.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentmap.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentrun.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentrunbase.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentstoredfunctioncall.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentversion.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QGraphicsScene \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qgraphicsscene.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpen.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QMutex \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QThread \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qthread.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/QImage \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QWaitCondition \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qwaitcondition.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/QtConcurrent \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/QtConcurrentDepends \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QtCore \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QtCoreDepends \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractanimation.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstracteventdispatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qeventloop.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractitemmodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractnativeeventfilter.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractproxymodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractstate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstracttransition.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qanimationgroup.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qarraydataops.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qarraydatapointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbasictimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbitarray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbuffer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearraymatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcache.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcollator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcommandlineoption.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcommandlineparser.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcoreapplication.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcryptographichash.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdatetime.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdeadlinetimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qelapsedtimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdir.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfileinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdiriterator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qeasingcurve.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qendian.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qeventtransition.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qexception.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfactoryinterface.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfileselector.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QObject \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QStringList \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfilesystemwatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfinalstate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfuture.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfutureinterface.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrunnable.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qresultstore.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfuturesynchronizer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfuturewatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhistorystate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qidentityproxymodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qisenum.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qitemselectionmodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qjsonarray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qjsonvalue.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qjsondocument.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qjsonobject.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlibrary.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlibraryinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qversionnumber.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlinkedlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlockfile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qloggingcategory.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmath.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmessageauthenticationcode.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmetaobject.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmimedata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmimedatabase.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmimetype.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectcleanuphandler.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qparallelanimationgroup.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpauseanimation.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qplugin.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpluginloader.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qprocess.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpropertyanimation.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvariantanimation.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qqueue.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qreadwritelock.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qregularexpression.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qresource.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsavefile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qscopedvaluerollback.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsemaphore.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsequentialanimationgroup.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsettings.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedmemory.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsignalmapper.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsignaltransition.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsocketnotifier.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsortfilterproxymodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstack.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstandardpaths.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstatemachine.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstorageinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringlistmodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsystemsemaphore.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtemporarydir.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QScopedPointer \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtemporaryfile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtextboundaryfinder.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtextcodec.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qthreadpool.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qthreadstorage.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtimeline.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtimezone.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtranslator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/quuid.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qwineventnotifier.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qxmlstream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtcoreversion.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentcompilertest.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrent_global.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentexception.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentfilter.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentfilterkernel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentiteratekernel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentmedian.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentthreadengine.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentmapkernel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentreducekernel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentfunctionwrappers.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentrun.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentrunbase.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentstoredfunctioncall.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentversion.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QGraphicsScene \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qgraphicsscene.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpen.h \ robot.h \ serial.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QTimer \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/QSerialPort \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialport.h \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialportglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QTimer \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/QSerialPort \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialport.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialportglobal.h \ settingsdialog.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QDialog \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QDialog \ utils.h \ configrobots.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QWidget \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QWidget \ setcolorrange.h \ - ../../Qt/5.8/gcc_64/include/QtGui/QCloseEvent \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/QCloseEvent \ video4linuxconfig.h \ setparameters.h \ moc_predefs.h \ - ../../Qt/5.8/gcc_64/bin/moc - /home/rinobot/Qt/5.8/gcc_64/bin/moc $(DEFINES) --include ./moc_predefs.h -I/home/rinobot/Qt/5.8/gcc_64/mkspecs/linux-g++ -I/home/rinobot/Documents/RinoBot-System -I/usr/local/include/opencv2 -I/home/rinobot/Qt/5.8/gcc_64/include -I/home/rinobot/Qt/5.8/gcc_64/include/QtWidgets -I/home/rinobot/Qt/5.8/gcc_64/include/QtGui -I/home/rinobot/Qt/5.8/gcc_64/include/QtSerialPort -I/home/rinobot/Qt/5.8/gcc_64/include/QtCore -I/usr/include/c++/6 -I/usr/include/x86_64-linux-gnu/c++/6 -I/usr/include/c++/6/backward -I/usr/lib/gcc/x86_64-linux-gnu/6/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/6/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include setparameters.h -o moc_setparameters.cpp + ../../../../Qt5.8.0/5.8/gcc_64/bin/moc + /home/igor/Qt5.8.0/5.8/gcc_64/bin/moc $(DEFINES) --include ./moc_predefs.h -I/home/igor/Qt5.8.0/5.8/gcc_64/mkspecs/linux-g++ -I/home/igor/Documents/RINOBOT/RinoBot-System/RinoBot-System -I/usr/local/include/opencv2 -I/home/igor/Qt5.8.0/5.8/gcc_64/include -I/home/igor/Qt5.8.0/5.8/gcc_64/include/QtWidgets -I/home/igor/Qt5.8.0/5.8/gcc_64/include/QtGui -I/home/igor/Qt5.8.0/5.8/gcc_64/include/QtSerialPort -I/home/igor/Qt5.8.0/5.8/gcc_64/include/QtCore -I/usr/include/c++/6 -I/usr/include/x86_64-linux-gnu/c++/6 -I/usr/include/c++/6/backward -I/usr/lib/gcc/x86_64-linux-gnu/6/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/6/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include setparameters.h -o moc_setparameters.cpp -moc_configrobots.cpp: ../../Qt/5.8/gcc_64/include/QtWidgets/QWidget \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qwidget.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtguiglobal.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qglobal.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qconfig-bootstrapped.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qconfig.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtcore-config.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsystemdetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qprocessordetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcompilerdetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtypeinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsysinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlogging.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qflags.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtypetraits.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbasicatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_bootstrap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qgenericatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_cxx11.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_msvc.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qglobalstatic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmutex.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qnumeric.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qversiontagging.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtgui-config.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtwidgets-config.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qwindowdefs.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectdefs.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qnamespace.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectdefs_impl.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qwindowdefs_win.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobject.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstring.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qchar.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrefcount.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qarraydata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringbuilder.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qalgorithms.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qiterator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhashfunctions.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpair.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearraylist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qregexp.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringmatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcoreevent.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qscopedpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmetatype.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvarlengtharray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcontainerfwd.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobject_impl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmargins.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpaintdevice.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrect.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsize.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpoint.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpalette.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qcolor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qrgb.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qrgba64.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qbrush.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvector.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qmatrix.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpolygon.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qregion.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdatastream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qiodevice.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qline.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtransform.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpainterpath.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qimage.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpixelformat.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpixmap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qshareddata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhash.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedpointer_impl.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfont.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfontmetrics.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfontinfo.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qsizepolicy.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qcursor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qkeysequence.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qevent.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvariant.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdebug.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtextstream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlocale.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qset.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcontiguouscache.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qurl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qurlquery.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfiledevice.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qvector2d.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtouchdevice.h \ +moc_configrobots.cpp: ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QWidget \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qwidget.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtguiglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qconfig-bootstrapped.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qconfig.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtcore-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsystemdetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qprocessordetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcompilerdetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtypeinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsysinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlogging.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qflags.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtypetraits.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbasicatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_bootstrap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qgenericatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_cxx11.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_msvc.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qglobalstatic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmutex.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qnumeric.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qversiontagging.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtgui-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtwidgets-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qwindowdefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectdefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qnamespace.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectdefs_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qwindowdefs_win.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobject.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstring.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qchar.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrefcount.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qarraydata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringbuilder.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qalgorithms.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qiterator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhashfunctions.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpair.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearraylist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qregexp.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringmatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcoreevent.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qscopedpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmetatype.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvarlengtharray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcontainerfwd.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobject_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmargins.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpaintdevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrect.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsize.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpoint.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpalette.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qcolor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qrgb.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qrgba64.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qbrush.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvector.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qmatrix.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpolygon.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qregion.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdatastream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qiodevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qline.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtransform.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpainterpath.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qimage.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpixelformat.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpixmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qshareddata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhash.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedpointer_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfont.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfontmetrics.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfontinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qsizepolicy.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qcursor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qkeysequence.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qevent.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvariant.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdebug.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtextstream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlocale.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qset.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcontiguouscache.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qurl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qurlquery.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfiledevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qvector2d.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtouchdevice.h \ setcolorrange.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QMessageBox \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qmessagebox.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qdialog.h \ - ../../Qt/5.8/gcc_64/include/QtGui/QCloseEvent \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QMessageBox \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qmessagebox.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qdialog.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/QCloseEvent \ vision.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QMutex \ - ../../Qt/5.8/gcc_64/include/QtCore/QThread \ - ../../Qt/5.8/gcc_64/include/QtCore/qthread.h \ - ../../Qt/5.8/gcc_64/include/QtGui/QImage \ - ../../Qt/5.8/gcc_64/include/QtCore/QWaitCondition \ - ../../Qt/5.8/gcc_64/include/QtCore/qwaitcondition.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/QtConcurrent \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/QtConcurrentDepends \ - ../../Qt/5.8/gcc_64/include/QtCore/QtCore \ - ../../Qt/5.8/gcc_64/include/QtCore/QtCoreDepends \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractanimation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstracteventdispatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qeventloop.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractitemmodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractnativeeventfilter.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractproxymodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractstate.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstracttransition.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qanimationgroup.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qarraydataops.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qarraydatapointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbasictimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbitarray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbuffer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearraymatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcache.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcollator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcommandlineoption.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcommandlineparser.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcoreapplication.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcryptographichash.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdatetime.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdeadlinetimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qelapsedtimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdir.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfileinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdiriterator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qeasingcurve.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qendian.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qeventtransition.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qexception.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfactoryinterface.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfileselector.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QObject \ - ../../Qt/5.8/gcc_64/include/QtCore/QStringList \ - ../../Qt/5.8/gcc_64/include/QtCore/qfilesystemwatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfinalstate.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfuture.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfutureinterface.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrunnable.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qresultstore.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfuturesynchronizer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfuturewatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhistorystate.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qidentityproxymodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qisenum.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qitemselectionmodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qjsonarray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qjsonvalue.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qjsondocument.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qjsonobject.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlibrary.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlibraryinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qversionnumber.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlinkedlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlockfile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qloggingcategory.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmath.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmessageauthenticationcode.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmetaobject.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmimedata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmimedatabase.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmimetype.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectcleanuphandler.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qparallelanimationgroup.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpauseanimation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qplugin.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpluginloader.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qprocess.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpropertyanimation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvariantanimation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qqueue.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qreadwritelock.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qregularexpression.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qresource.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsavefile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qscopedvaluerollback.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsemaphore.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsequentialanimationgroup.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsettings.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedmemory.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsignalmapper.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsignaltransition.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsocketnotifier.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsortfilterproxymodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstack.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstandardpaths.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstate.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstatemachine.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstorageinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringlistmodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsystemsemaphore.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtemporarydir.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QScopedPointer \ - ../../Qt/5.8/gcc_64/include/QtCore/qtemporaryfile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtextboundaryfinder.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtextcodec.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qthreadpool.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qthreadstorage.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtimeline.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtimezone.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtranslator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/quuid.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qwineventnotifier.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qxmlstream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtcoreversion.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentcompilertest.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrent_global.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentexception.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentfilter.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentfilterkernel.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentiteratekernel.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentmedian.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentthreadengine.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentmapkernel.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentreducekernel.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentfunctionwrappers.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentmap.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentrun.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentrunbase.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentstoredfunctioncall.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentversion.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QGraphicsScene \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qgraphicsscene.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpen.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QMutex \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QThread \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qthread.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/QImage \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QWaitCondition \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qwaitcondition.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/QtConcurrent \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/QtConcurrentDepends \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QtCore \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QtCoreDepends \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractanimation.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstracteventdispatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qeventloop.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractitemmodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractnativeeventfilter.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractproxymodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractstate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstracttransition.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qanimationgroup.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qarraydataops.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qarraydatapointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbasictimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbitarray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbuffer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearraymatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcache.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcollator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcommandlineoption.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcommandlineparser.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcoreapplication.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcryptographichash.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdatetime.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdeadlinetimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qelapsedtimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdir.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfileinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdiriterator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qeasingcurve.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qendian.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qeventtransition.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qexception.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfactoryinterface.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfileselector.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QObject \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QStringList \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfilesystemwatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfinalstate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfuture.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfutureinterface.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrunnable.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qresultstore.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfuturesynchronizer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfuturewatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhistorystate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qidentityproxymodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qisenum.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qitemselectionmodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qjsonarray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qjsonvalue.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qjsondocument.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qjsonobject.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlibrary.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlibraryinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qversionnumber.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlinkedlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlockfile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qloggingcategory.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmath.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmessageauthenticationcode.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmetaobject.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmimedata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmimedatabase.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmimetype.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectcleanuphandler.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qparallelanimationgroup.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpauseanimation.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qplugin.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpluginloader.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qprocess.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpropertyanimation.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvariantanimation.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qqueue.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qreadwritelock.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qregularexpression.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qresource.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsavefile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qscopedvaluerollback.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsemaphore.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsequentialanimationgroup.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsettings.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedmemory.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsignalmapper.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsignaltransition.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsocketnotifier.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsortfilterproxymodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstack.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstandardpaths.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstatemachine.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstorageinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringlistmodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsystemsemaphore.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtemporarydir.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QScopedPointer \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtemporaryfile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtextboundaryfinder.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtextcodec.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qthreadpool.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qthreadstorage.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtimeline.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtimezone.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtranslator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/quuid.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qwineventnotifier.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qxmlstream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtcoreversion.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentcompilertest.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrent_global.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentexception.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentfilter.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentfilterkernel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentiteratekernel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentmedian.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentthreadengine.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentmapkernel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentreducekernel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentfunctionwrappers.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentrun.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentrunbase.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentstoredfunctioncall.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentversion.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QGraphicsScene \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qgraphicsscene.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpen.h \ robot.h \ serial.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QTimer \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/QSerialPort \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialport.h \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialportglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QTimer \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/QSerialPort \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialport.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialportglobal.h \ settingsdialog.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QDialog \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QDialog \ utils.h \ configrobots.h \ moc_predefs.h \ - ../../Qt/5.8/gcc_64/bin/moc - /home/rinobot/Qt/5.8/gcc_64/bin/moc $(DEFINES) --include ./moc_predefs.h -I/home/rinobot/Qt/5.8/gcc_64/mkspecs/linux-g++ -I/home/rinobot/Documents/RinoBot-System -I/usr/local/include/opencv2 -I/home/rinobot/Qt/5.8/gcc_64/include -I/home/rinobot/Qt/5.8/gcc_64/include/QtWidgets -I/home/rinobot/Qt/5.8/gcc_64/include/QtGui -I/home/rinobot/Qt/5.8/gcc_64/include/QtSerialPort -I/home/rinobot/Qt/5.8/gcc_64/include/QtCore -I/usr/include/c++/6 -I/usr/include/x86_64-linux-gnu/c++/6 -I/usr/include/c++/6/backward -I/usr/lib/gcc/x86_64-linux-gnu/6/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/6/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include configrobots.h -o moc_configrobots.cpp + ../../../../Qt5.8.0/5.8/gcc_64/bin/moc + /home/igor/Qt5.8.0/5.8/gcc_64/bin/moc $(DEFINES) --include ./moc_predefs.h -I/home/igor/Qt5.8.0/5.8/gcc_64/mkspecs/linux-g++ -I/home/igor/Documents/RINOBOT/RinoBot-System/RinoBot-System -I/usr/local/include/opencv2 -I/home/igor/Qt5.8.0/5.8/gcc_64/include -I/home/igor/Qt5.8.0/5.8/gcc_64/include/QtWidgets -I/home/igor/Qt5.8.0/5.8/gcc_64/include/QtGui -I/home/igor/Qt5.8.0/5.8/gcc_64/include/QtSerialPort -I/home/igor/Qt5.8.0/5.8/gcc_64/include/QtCore -I/usr/include/c++/6 -I/usr/include/x86_64-linux-gnu/c++/6 -I/usr/include/c++/6/backward -I/usr/lib/gcc/x86_64-linux-gnu/6/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/6/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include configrobots.h -o moc_configrobots.cpp -moc_setcolorrange.cpp: ../../Qt/5.8/gcc_64/include/QtWidgets/QWidget \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qwidget.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtguiglobal.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qglobal.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qconfig-bootstrapped.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qconfig.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtcore-config.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsystemdetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qprocessordetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcompilerdetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtypeinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsysinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlogging.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qflags.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtypetraits.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbasicatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_bootstrap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qgenericatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_cxx11.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_msvc.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qglobalstatic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmutex.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qnumeric.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qversiontagging.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtgui-config.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtwidgets-config.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qwindowdefs.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectdefs.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qnamespace.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectdefs_impl.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qwindowdefs_win.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobject.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstring.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qchar.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrefcount.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qarraydata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringbuilder.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qalgorithms.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qiterator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhashfunctions.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpair.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearraylist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qregexp.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringmatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcoreevent.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qscopedpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmetatype.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvarlengtharray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcontainerfwd.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobject_impl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmargins.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpaintdevice.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrect.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsize.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpoint.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpalette.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qcolor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qrgb.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qrgba64.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qbrush.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvector.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qmatrix.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpolygon.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qregion.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdatastream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qiodevice.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qline.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtransform.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpainterpath.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qimage.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpixelformat.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpixmap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qshareddata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhash.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedpointer_impl.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfont.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfontmetrics.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfontinfo.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qsizepolicy.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qcursor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qkeysequence.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qevent.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvariant.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdebug.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtextstream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlocale.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qset.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcontiguouscache.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qurl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qurlquery.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfiledevice.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qvector2d.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtouchdevice.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QMessageBox \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qmessagebox.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qdialog.h \ - ../../Qt/5.8/gcc_64/include/QtGui/QCloseEvent \ +moc_setcolorrange.cpp: ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QWidget \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qwidget.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtguiglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qconfig-bootstrapped.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qconfig.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtcore-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsystemdetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qprocessordetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcompilerdetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtypeinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsysinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlogging.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qflags.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtypetraits.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbasicatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_bootstrap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qgenericatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_cxx11.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_msvc.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qglobalstatic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmutex.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qnumeric.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qversiontagging.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtgui-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtwidgets-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qwindowdefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectdefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qnamespace.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectdefs_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qwindowdefs_win.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobject.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstring.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qchar.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrefcount.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qarraydata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringbuilder.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qalgorithms.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qiterator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhashfunctions.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpair.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearraylist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qregexp.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringmatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcoreevent.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qscopedpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmetatype.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvarlengtharray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcontainerfwd.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobject_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmargins.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpaintdevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrect.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsize.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpoint.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpalette.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qcolor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qrgb.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qrgba64.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qbrush.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvector.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qmatrix.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpolygon.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qregion.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdatastream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qiodevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qline.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtransform.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpainterpath.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qimage.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpixelformat.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpixmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qshareddata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhash.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedpointer_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfont.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfontmetrics.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfontinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qsizepolicy.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qcursor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qkeysequence.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qevent.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvariant.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdebug.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtextstream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlocale.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qset.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcontiguouscache.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qurl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qurlquery.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfiledevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qvector2d.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtouchdevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QMessageBox \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qmessagebox.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qdialog.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/QCloseEvent \ vision.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QMutex \ - ../../Qt/5.8/gcc_64/include/QtCore/QThread \ - ../../Qt/5.8/gcc_64/include/QtCore/qthread.h \ - ../../Qt/5.8/gcc_64/include/QtGui/QImage \ - ../../Qt/5.8/gcc_64/include/QtCore/QWaitCondition \ - ../../Qt/5.8/gcc_64/include/QtCore/qwaitcondition.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/QtConcurrent \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/QtConcurrentDepends \ - ../../Qt/5.8/gcc_64/include/QtCore/QtCore \ - ../../Qt/5.8/gcc_64/include/QtCore/QtCoreDepends \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractanimation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstracteventdispatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qeventloop.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractitemmodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractnativeeventfilter.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractproxymodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractstate.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstracttransition.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qanimationgroup.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qarraydataops.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qarraydatapointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbasictimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbitarray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbuffer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearraymatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcache.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcollator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcommandlineoption.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcommandlineparser.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcoreapplication.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcryptographichash.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdatetime.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdeadlinetimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qelapsedtimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdir.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfileinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdiriterator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qeasingcurve.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qendian.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qeventtransition.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qexception.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfactoryinterface.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfileselector.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QObject \ - ../../Qt/5.8/gcc_64/include/QtCore/QStringList \ - ../../Qt/5.8/gcc_64/include/QtCore/qfilesystemwatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfinalstate.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfuture.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfutureinterface.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrunnable.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qresultstore.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfuturesynchronizer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfuturewatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhistorystate.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qidentityproxymodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qisenum.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qitemselectionmodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qjsonarray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qjsonvalue.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qjsondocument.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qjsonobject.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlibrary.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlibraryinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qversionnumber.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlinkedlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlockfile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qloggingcategory.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmath.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmessageauthenticationcode.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmetaobject.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmimedata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmimedatabase.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmimetype.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectcleanuphandler.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qparallelanimationgroup.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpauseanimation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qplugin.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpluginloader.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qprocess.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpropertyanimation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvariantanimation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qqueue.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qreadwritelock.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qregularexpression.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qresource.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsavefile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qscopedvaluerollback.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsemaphore.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsequentialanimationgroup.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsettings.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedmemory.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsignalmapper.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsignaltransition.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsocketnotifier.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsortfilterproxymodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstack.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstandardpaths.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstate.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstatemachine.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstorageinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringlistmodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsystemsemaphore.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtemporarydir.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QScopedPointer \ - ../../Qt/5.8/gcc_64/include/QtCore/qtemporaryfile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtextboundaryfinder.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtextcodec.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qthreadpool.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qthreadstorage.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtimeline.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtimezone.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtranslator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/quuid.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qwineventnotifier.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qxmlstream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtcoreversion.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentcompilertest.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrent_global.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentexception.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentfilter.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentfilterkernel.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentiteratekernel.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentmedian.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentthreadengine.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentmapkernel.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentreducekernel.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentfunctionwrappers.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentmap.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentrun.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentrunbase.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentstoredfunctioncall.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentversion.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QGraphicsScene \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qgraphicsscene.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpen.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QMutex \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QThread \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qthread.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/QImage \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QWaitCondition \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qwaitcondition.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/QtConcurrent \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/QtConcurrentDepends \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QtCore \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QtCoreDepends \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractanimation.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstracteventdispatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qeventloop.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractitemmodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractnativeeventfilter.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractproxymodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractstate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstracttransition.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qanimationgroup.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qarraydataops.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qarraydatapointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbasictimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbitarray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbuffer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearraymatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcache.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcollator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcommandlineoption.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcommandlineparser.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcoreapplication.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcryptographichash.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdatetime.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdeadlinetimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qelapsedtimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdir.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfileinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdiriterator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qeasingcurve.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qendian.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qeventtransition.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qexception.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfactoryinterface.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfileselector.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QObject \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QStringList \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfilesystemwatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfinalstate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfuture.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfutureinterface.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrunnable.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qresultstore.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfuturesynchronizer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfuturewatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhistorystate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qidentityproxymodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qisenum.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qitemselectionmodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qjsonarray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qjsonvalue.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qjsondocument.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qjsonobject.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlibrary.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlibraryinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qversionnumber.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlinkedlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlockfile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qloggingcategory.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmath.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmessageauthenticationcode.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmetaobject.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmimedata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmimedatabase.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmimetype.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectcleanuphandler.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qparallelanimationgroup.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpauseanimation.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qplugin.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpluginloader.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qprocess.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpropertyanimation.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvariantanimation.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qqueue.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qreadwritelock.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qregularexpression.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qresource.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsavefile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qscopedvaluerollback.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsemaphore.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsequentialanimationgroup.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsettings.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedmemory.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsignalmapper.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsignaltransition.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsocketnotifier.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsortfilterproxymodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstack.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstandardpaths.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstatemachine.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstorageinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringlistmodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsystemsemaphore.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtemporarydir.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QScopedPointer \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtemporaryfile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtextboundaryfinder.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtextcodec.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qthreadpool.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qthreadstorage.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtimeline.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtimezone.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtranslator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/quuid.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qwineventnotifier.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qxmlstream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtcoreversion.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentcompilertest.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrent_global.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentexception.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentfilter.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentfilterkernel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentiteratekernel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentmedian.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentthreadengine.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentmapkernel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentreducekernel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentfunctionwrappers.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentrun.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentrunbase.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentstoredfunctioncall.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentversion.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QGraphicsScene \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qgraphicsscene.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpen.h \ robot.h \ serial.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QTimer \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/QSerialPort \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialport.h \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialportglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QTimer \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/QSerialPort \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialport.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialportglobal.h \ settingsdialog.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QDialog \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QDialog \ utils.h \ setcolorrange.h \ moc_predefs.h \ - ../../Qt/5.8/gcc_64/bin/moc - /home/rinobot/Qt/5.8/gcc_64/bin/moc $(DEFINES) --include ./moc_predefs.h -I/home/rinobot/Qt/5.8/gcc_64/mkspecs/linux-g++ -I/home/rinobot/Documents/RinoBot-System -I/usr/local/include/opencv2 -I/home/rinobot/Qt/5.8/gcc_64/include -I/home/rinobot/Qt/5.8/gcc_64/include/QtWidgets -I/home/rinobot/Qt/5.8/gcc_64/include/QtGui -I/home/rinobot/Qt/5.8/gcc_64/include/QtSerialPort -I/home/rinobot/Qt/5.8/gcc_64/include/QtCore -I/usr/include/c++/6 -I/usr/include/x86_64-linux-gnu/c++/6 -I/usr/include/c++/6/backward -I/usr/lib/gcc/x86_64-linux-gnu/6/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/6/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include setcolorrange.h -o moc_setcolorrange.cpp + ../../../../Qt5.8.0/5.8/gcc_64/bin/moc + /home/igor/Qt5.8.0/5.8/gcc_64/bin/moc $(DEFINES) --include ./moc_predefs.h -I/home/igor/Qt5.8.0/5.8/gcc_64/mkspecs/linux-g++ -I/home/igor/Documents/RINOBOT/RinoBot-System/RinoBot-System -I/usr/local/include/opencv2 -I/home/igor/Qt5.8.0/5.8/gcc_64/include -I/home/igor/Qt5.8.0/5.8/gcc_64/include/QtWidgets -I/home/igor/Qt5.8.0/5.8/gcc_64/include/QtGui -I/home/igor/Qt5.8.0/5.8/gcc_64/include/QtSerialPort -I/home/igor/Qt5.8.0/5.8/gcc_64/include/QtCore -I/usr/include/c++/6 -I/usr/include/x86_64-linux-gnu/c++/6 -I/usr/include/c++/6/backward -I/usr/lib/gcc/x86_64-linux-gnu/6/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/6/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include setcolorrange.h -o moc_setcolorrange.cpp -moc_settingsdialog.cpp: ../../Qt/5.8/gcc_64/include/QtWidgets/QDialog \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qdialog.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtguiglobal.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qglobal.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qconfig-bootstrapped.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qconfig.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtcore-config.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsystemdetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qprocessordetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcompilerdetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtypeinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsysinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlogging.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qflags.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtypetraits.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbasicatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_bootstrap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qgenericatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_cxx11.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_msvc.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qglobalstatic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmutex.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qnumeric.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qversiontagging.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtgui-config.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtwidgets-config.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qwidget.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qwindowdefs.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectdefs.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qnamespace.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectdefs_impl.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qwindowdefs_win.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobject.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstring.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qchar.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrefcount.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qarraydata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringbuilder.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qalgorithms.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qiterator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhashfunctions.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpair.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearraylist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qregexp.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringmatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcoreevent.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qscopedpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmetatype.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvarlengtharray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcontainerfwd.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobject_impl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmargins.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpaintdevice.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrect.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsize.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpoint.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpalette.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qcolor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qrgb.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qrgba64.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qbrush.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvector.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qmatrix.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpolygon.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qregion.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdatastream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qiodevice.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qline.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtransform.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpainterpath.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qimage.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpixelformat.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpixmap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qshareddata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhash.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedpointer_impl.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfont.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfontmetrics.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfontinfo.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qsizepolicy.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qcursor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qkeysequence.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qevent.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvariant.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdebug.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtextstream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlocale.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qset.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcontiguouscache.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qurl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qurlquery.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfiledevice.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qvector2d.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtouchdevice.h \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/QSerialPort \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialport.h \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialportglobal.h \ +moc_settingsdialog.cpp: ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QDialog \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qdialog.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtguiglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qconfig-bootstrapped.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qconfig.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtcore-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsystemdetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qprocessordetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcompilerdetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtypeinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsysinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlogging.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qflags.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtypetraits.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbasicatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_bootstrap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qgenericatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_cxx11.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_msvc.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qglobalstatic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmutex.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qnumeric.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qversiontagging.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtgui-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtwidgets-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qwidget.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qwindowdefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectdefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qnamespace.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectdefs_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qwindowdefs_win.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobject.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstring.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qchar.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrefcount.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qarraydata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringbuilder.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qalgorithms.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qiterator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhashfunctions.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpair.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearraylist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qregexp.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringmatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcoreevent.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qscopedpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmetatype.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvarlengtharray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcontainerfwd.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobject_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmargins.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpaintdevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrect.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsize.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpoint.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpalette.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qcolor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qrgb.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qrgba64.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qbrush.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvector.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qmatrix.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpolygon.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qregion.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdatastream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qiodevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qline.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtransform.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpainterpath.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qimage.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpixelformat.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpixmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qshareddata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhash.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedpointer_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfont.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfontmetrics.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfontinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qsizepolicy.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qcursor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qkeysequence.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qevent.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvariant.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdebug.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtextstream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlocale.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qset.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcontiguouscache.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qurl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qurlquery.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfiledevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qvector2d.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtouchdevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/QSerialPort \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialport.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialportglobal.h \ settingsdialog.h \ moc_predefs.h \ - ../../Qt/5.8/gcc_64/bin/moc - /home/rinobot/Qt/5.8/gcc_64/bin/moc $(DEFINES) --include ./moc_predefs.h -I/home/rinobot/Qt/5.8/gcc_64/mkspecs/linux-g++ -I/home/rinobot/Documents/RinoBot-System -I/usr/local/include/opencv2 -I/home/rinobot/Qt/5.8/gcc_64/include -I/home/rinobot/Qt/5.8/gcc_64/include/QtWidgets -I/home/rinobot/Qt/5.8/gcc_64/include/QtGui -I/home/rinobot/Qt/5.8/gcc_64/include/QtSerialPort -I/home/rinobot/Qt/5.8/gcc_64/include/QtCore -I/usr/include/c++/6 -I/usr/include/x86_64-linux-gnu/c++/6 -I/usr/include/c++/6/backward -I/usr/lib/gcc/x86_64-linux-gnu/6/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/6/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include settingsdialog.h -o moc_settingsdialog.cpp - -moc_soccer_window.cpp: ../../Qt/5.8/gcc_64/include/QtWidgets/QMainWindow \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qmainwindow.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtguiglobal.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qglobal.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qconfig-bootstrapped.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qconfig.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtcore-config.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsystemdetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qprocessordetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcompilerdetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtypeinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsysinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlogging.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qflags.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtypetraits.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbasicatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_bootstrap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qgenericatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_cxx11.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_msvc.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qglobalstatic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmutex.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qnumeric.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qversiontagging.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtgui-config.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtwidgets-config.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qwidget.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qwindowdefs.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectdefs.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qnamespace.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectdefs_impl.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qwindowdefs_win.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobject.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstring.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qchar.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrefcount.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qarraydata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringbuilder.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qalgorithms.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qiterator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhashfunctions.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpair.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearraylist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qregexp.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringmatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcoreevent.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qscopedpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmetatype.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvarlengtharray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcontainerfwd.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobject_impl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmargins.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpaintdevice.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrect.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsize.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpoint.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpalette.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qcolor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qrgb.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qrgba64.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qbrush.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvector.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qmatrix.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpolygon.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qregion.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdatastream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qiodevice.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qline.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtransform.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpainterpath.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qimage.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpixelformat.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpixmap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qshareddata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhash.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedpointer_impl.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfont.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfontmetrics.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfontinfo.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qsizepolicy.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qcursor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qkeysequence.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qevent.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvariant.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdebug.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtextstream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlocale.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qset.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcontiguouscache.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qurl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qurlquery.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfiledevice.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qvector2d.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtouchdevice.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtabwidget.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qicon.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QWidget \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QGraphicsScene \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qgraphicsscene.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpen.h \ - settingsdialog.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QDialog \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qdialog.h \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/QSerialPort \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialport.h \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialportglobal.h \ - vision.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QMutex \ - ../../Qt/5.8/gcc_64/include/QtCore/QThread \ - ../../Qt/5.8/gcc_64/include/QtCore/qthread.h \ - ../../Qt/5.8/gcc_64/include/QtGui/QImage \ - ../../Qt/5.8/gcc_64/include/QtCore/QWaitCondition \ - ../../Qt/5.8/gcc_64/include/QtCore/qwaitcondition.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/QtConcurrent \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/QtConcurrentDepends \ - ../../Qt/5.8/gcc_64/include/QtCore/QtCore \ - ../../Qt/5.8/gcc_64/include/QtCore/QtCoreDepends \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractanimation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstracteventdispatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qeventloop.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractitemmodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractnativeeventfilter.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractproxymodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractstate.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstracttransition.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qanimationgroup.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qarraydataops.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qarraydatapointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbasictimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbitarray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbuffer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearraymatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcache.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcollator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcommandlineoption.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcommandlineparser.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcoreapplication.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcryptographichash.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdatetime.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdeadlinetimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qelapsedtimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdir.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfileinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdiriterator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qeasingcurve.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qendian.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qeventtransition.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qexception.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfactoryinterface.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfileselector.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QObject \ - ../../Qt/5.8/gcc_64/include/QtCore/QStringList \ - ../../Qt/5.8/gcc_64/include/QtCore/qfilesystemwatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfinalstate.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfuture.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfutureinterface.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrunnable.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qresultstore.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfuturesynchronizer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfuturewatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhistorystate.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qidentityproxymodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qisenum.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qitemselectionmodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qjsonarray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qjsonvalue.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qjsondocument.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qjsonobject.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlibrary.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlibraryinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qversionnumber.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlinkedlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlockfile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qloggingcategory.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmath.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmessageauthenticationcode.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmetaobject.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmimedata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmimedatabase.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmimetype.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectcleanuphandler.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qparallelanimationgroup.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpauseanimation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qplugin.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpluginloader.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qprocess.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpropertyanimation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvariantanimation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qqueue.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qreadwritelock.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qregularexpression.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qresource.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsavefile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qscopedvaluerollback.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsemaphore.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsequentialanimationgroup.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsettings.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedmemory.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsignalmapper.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsignaltransition.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsocketnotifier.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsortfilterproxymodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstack.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstandardpaths.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstate.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstatemachine.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstorageinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringlistmodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsystemsemaphore.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtemporarydir.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QScopedPointer \ - ../../Qt/5.8/gcc_64/include/QtCore/qtemporaryfile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtextboundaryfinder.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtextcodec.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qthreadpool.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qthreadstorage.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtimeline.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtimezone.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtranslator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/quuid.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qwineventnotifier.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qxmlstream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtcoreversion.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentcompilertest.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrent_global.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentexception.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentfilter.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentfilterkernel.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentiteratekernel.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentmedian.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentthreadengine.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentmapkernel.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentreducekernel.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentfunctionwrappers.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentmap.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentrun.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentrunbase.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentstoredfunctioncall.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentversion.h \ - robot.h \ - serial.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QTimer \ - utils.h \ - fuzzy.h \ - game_functions.h \ - navigation.h \ - drawobjects.h \ - ../../Qt/5.8/gcc_64/include/QtGui/QPainter \ - ../../Qt/5.8/gcc_64/include/QtGui/qpainter.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtextoption.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QGraphicsItem \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qgraphicsitem.h \ - mover.h \ - soccer_window.h \ - moc_predefs.h \ - ../../Qt/5.8/gcc_64/bin/moc - /home/rinobot/Qt/5.8/gcc_64/bin/moc $(DEFINES) --include ./moc_predefs.h -I/home/rinobot/Qt/5.8/gcc_64/mkspecs/linux-g++ -I/home/rinobot/Documents/RinoBot-System -I/usr/local/include/opencv2 -I/home/rinobot/Qt/5.8/gcc_64/include -I/home/rinobot/Qt/5.8/gcc_64/include/QtWidgets -I/home/rinobot/Qt/5.8/gcc_64/include/QtGui -I/home/rinobot/Qt/5.8/gcc_64/include/QtSerialPort -I/home/rinobot/Qt/5.8/gcc_64/include/QtCore -I/usr/include/c++/6 -I/usr/include/x86_64-linux-gnu/c++/6 -I/usr/include/c++/6/backward -I/usr/lib/gcc/x86_64-linux-gnu/6/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/6/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include soccer_window.h -o moc_soccer_window.cpp + ../../../../Qt5.8.0/5.8/gcc_64/bin/moc + /home/igor/Qt5.8.0/5.8/gcc_64/bin/moc $(DEFINES) --include ./moc_predefs.h -I/home/igor/Qt5.8.0/5.8/gcc_64/mkspecs/linux-g++ -I/home/igor/Documents/RINOBOT/RinoBot-System/RinoBot-System -I/usr/local/include/opencv2 -I/home/igor/Qt5.8.0/5.8/gcc_64/include -I/home/igor/Qt5.8.0/5.8/gcc_64/include/QtWidgets -I/home/igor/Qt5.8.0/5.8/gcc_64/include/QtGui -I/home/igor/Qt5.8.0/5.8/gcc_64/include/QtSerialPort -I/home/igor/Qt5.8.0/5.8/gcc_64/include/QtCore -I/usr/include/c++/6 -I/usr/include/x86_64-linux-gnu/c++/6 -I/usr/include/c++/6/backward -I/usr/lib/gcc/x86_64-linux-gnu/6/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/6/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include settingsdialog.h -o moc_settingsdialog.cpp -moc_fuzzy.cpp: ../../Qt/5.8/gcc_64/include/QtCore/QThread \ - ../../Qt/5.8/gcc_64/include/QtCore/qthread.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobject.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectdefs.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qnamespace.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qglobal.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qconfig-bootstrapped.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qconfig.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtcore-config.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsystemdetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qprocessordetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcompilerdetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtypeinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsysinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlogging.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qflags.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtypetraits.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbasicatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_bootstrap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qgenericatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_cxx11.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_msvc.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qglobalstatic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmutex.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qnumeric.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qversiontagging.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectdefs_impl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstring.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qchar.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrefcount.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qarraydata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringbuilder.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qalgorithms.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qiterator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhashfunctions.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpair.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearraylist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qregexp.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringmatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcoreevent.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qscopedpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmetatype.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvarlengtharray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcontainerfwd.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobject_impl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QMutex \ +moc_fuzzy.cpp: ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QThread \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qthread.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobject.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectdefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qnamespace.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qconfig-bootstrapped.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qconfig.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtcore-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsystemdetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qprocessordetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcompilerdetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtypeinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsysinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlogging.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qflags.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtypetraits.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbasicatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_bootstrap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qgenericatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_cxx11.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_msvc.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qglobalstatic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmutex.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qnumeric.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qversiontagging.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectdefs_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstring.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qchar.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrefcount.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qarraydata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringbuilder.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qalgorithms.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qiterator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhashfunctions.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpair.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearraylist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qregexp.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringmatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcoreevent.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qscopedpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmetatype.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvarlengtharray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcontainerfwd.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobject_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QMutex \ robot.h \ serial.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QTimer \ - ../../Qt/5.8/gcc_64/include/QtCore/qtimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbasictimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QObject \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/QSerialPort \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialport.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qiodevice.h \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialportglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QTimer \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbasictimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QObject \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/QSerialPort \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialport.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qiodevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialportglobal.h \ settingsdialog.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QDialog \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qdialog.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtguiglobal.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtgui-config.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtwidgets-config.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qwidget.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qwindowdefs.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qwindowdefs_win.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmargins.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpaintdevice.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrect.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsize.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpoint.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpalette.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qcolor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qrgb.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qrgba64.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qbrush.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvector.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qmatrix.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpolygon.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qregion.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdatastream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qline.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtransform.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpainterpath.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qimage.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpixelformat.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpixmap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qshareddata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhash.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedpointer_impl.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfont.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfontmetrics.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfontinfo.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qsizepolicy.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qcursor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qkeysequence.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qevent.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvariant.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdebug.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtextstream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlocale.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qset.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcontiguouscache.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qurl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qurlquery.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfiledevice.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qvector2d.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtouchdevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QDialog \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qdialog.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtguiglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtgui-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtwidgets-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qwidget.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qwindowdefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qwindowdefs_win.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmargins.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpaintdevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrect.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsize.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpoint.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpalette.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qcolor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qrgb.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qrgba64.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qbrush.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvector.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qmatrix.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpolygon.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qregion.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdatastream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qline.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtransform.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpainterpath.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qimage.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpixelformat.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpixmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qshareddata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhash.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedpointer_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfont.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfontmetrics.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfontinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qsizepolicy.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qcursor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qkeysequence.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qevent.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvariant.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdebug.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtextstream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlocale.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qset.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcontiguouscache.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qurl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qurlquery.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfiledevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qvector2d.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtouchdevice.h \ utils.h \ fuzzy.h \ moc_predefs.h \ - ../../Qt/5.8/gcc_64/bin/moc - /home/rinobot/Qt/5.8/gcc_64/bin/moc $(DEFINES) --include ./moc_predefs.h -I/home/rinobot/Qt/5.8/gcc_64/mkspecs/linux-g++ -I/home/rinobot/Documents/RinoBot-System -I/usr/local/include/opencv2 -I/home/rinobot/Qt/5.8/gcc_64/include -I/home/rinobot/Qt/5.8/gcc_64/include/QtWidgets -I/home/rinobot/Qt/5.8/gcc_64/include/QtGui -I/home/rinobot/Qt/5.8/gcc_64/include/QtSerialPort -I/home/rinobot/Qt/5.8/gcc_64/include/QtCore -I/usr/include/c++/6 -I/usr/include/x86_64-linux-gnu/c++/6 -I/usr/include/c++/6/backward -I/usr/lib/gcc/x86_64-linux-gnu/6/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/6/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include fuzzy.h -o moc_fuzzy.cpp + ../../../../Qt5.8.0/5.8/gcc_64/bin/moc + /home/igor/Qt5.8.0/5.8/gcc_64/bin/moc $(DEFINES) --include ./moc_predefs.h -I/home/igor/Qt5.8.0/5.8/gcc_64/mkspecs/linux-g++ -I/home/igor/Documents/RINOBOT/RinoBot-System/RinoBot-System -I/usr/local/include/opencv2 -I/home/igor/Qt5.8.0/5.8/gcc_64/include -I/home/igor/Qt5.8.0/5.8/gcc_64/include/QtWidgets -I/home/igor/Qt5.8.0/5.8/gcc_64/include/QtGui -I/home/igor/Qt5.8.0/5.8/gcc_64/include/QtSerialPort -I/home/igor/Qt5.8.0/5.8/gcc_64/include/QtCore -I/usr/include/c++/6 -I/usr/include/x86_64-linux-gnu/c++/6 -I/usr/include/c++/6/backward -I/usr/lib/gcc/x86_64-linux-gnu/6/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/6/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include fuzzy.h -o moc_fuzzy.cpp -moc_serial.cpp: ../../Qt/5.8/gcc_64/include/QtCore/QTimer \ - ../../Qt/5.8/gcc_64/include/QtCore/qtimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qglobal.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qconfig-bootstrapped.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qconfig.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtcore-config.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsystemdetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qprocessordetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcompilerdetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtypeinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsysinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlogging.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qflags.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtypetraits.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbasicatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_bootstrap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qgenericatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_cxx11.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_msvc.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qglobalstatic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmutex.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qnumeric.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qversiontagging.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbasictimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qnamespace.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobject.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectdefs.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectdefs_impl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstring.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qchar.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrefcount.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qarraydata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringbuilder.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qalgorithms.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qiterator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhashfunctions.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpair.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearraylist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qregexp.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringmatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcoreevent.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qscopedpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmetatype.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvarlengtharray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcontainerfwd.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobject_impl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QObject \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/QSerialPort \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialport.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qiodevice.h \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialportglobal.h \ +moc_serial.cpp: ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QTimer \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qconfig-bootstrapped.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qconfig.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtcore-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsystemdetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qprocessordetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcompilerdetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtypeinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsysinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlogging.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qflags.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtypetraits.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbasicatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_bootstrap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qgenericatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_cxx11.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_msvc.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qglobalstatic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmutex.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qnumeric.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qversiontagging.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbasictimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qnamespace.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobject.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectdefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectdefs_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstring.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qchar.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrefcount.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qarraydata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringbuilder.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qalgorithms.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qiterator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhashfunctions.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpair.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearraylist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qregexp.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringmatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcoreevent.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qscopedpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmetatype.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvarlengtharray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcontainerfwd.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobject_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QObject \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/QSerialPort \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialport.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qiodevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialportglobal.h \ settingsdialog.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QDialog \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qdialog.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtguiglobal.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtgui-config.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtwidgets-config.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qwidget.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qwindowdefs.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qwindowdefs_win.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmargins.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpaintdevice.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrect.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsize.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpoint.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpalette.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qcolor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qrgb.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qrgba64.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qbrush.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvector.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qmatrix.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpolygon.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qregion.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdatastream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qline.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtransform.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpainterpath.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qimage.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpixelformat.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpixmap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qshareddata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhash.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedpointer_impl.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfont.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfontmetrics.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfontinfo.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qsizepolicy.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qcursor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qkeysequence.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qevent.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvariant.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdebug.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtextstream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlocale.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qset.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcontiguouscache.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qurl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qurlquery.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfiledevice.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qvector2d.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtouchdevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QDialog \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qdialog.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtguiglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtgui-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtwidgets-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qwidget.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qwindowdefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qwindowdefs_win.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmargins.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpaintdevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrect.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsize.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpoint.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpalette.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qcolor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qrgb.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qrgba64.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qbrush.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvector.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qmatrix.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpolygon.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qregion.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdatastream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qline.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtransform.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpainterpath.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qimage.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpixelformat.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpixmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qshareddata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhash.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedpointer_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfont.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfontmetrics.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfontinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qsizepolicy.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qcursor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qkeysequence.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qevent.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvariant.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdebug.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtextstream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlocale.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qset.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcontiguouscache.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qurl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qurlquery.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfiledevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qvector2d.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtouchdevice.h \ serial.h \ moc_predefs.h \ - ../../Qt/5.8/gcc_64/bin/moc - /home/rinobot/Qt/5.8/gcc_64/bin/moc $(DEFINES) --include ./moc_predefs.h -I/home/rinobot/Qt/5.8/gcc_64/mkspecs/linux-g++ -I/home/rinobot/Documents/RinoBot-System -I/usr/local/include/opencv2 -I/home/rinobot/Qt/5.8/gcc_64/include -I/home/rinobot/Qt/5.8/gcc_64/include/QtWidgets -I/home/rinobot/Qt/5.8/gcc_64/include/QtGui -I/home/rinobot/Qt/5.8/gcc_64/include/QtSerialPort -I/home/rinobot/Qt/5.8/gcc_64/include/QtCore -I/usr/include/c++/6 -I/usr/include/x86_64-linux-gnu/c++/6 -I/usr/include/c++/6/backward -I/usr/lib/gcc/x86_64-linux-gnu/6/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/6/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include serial.h -o moc_serial.cpp + ../../../../Qt5.8.0/5.8/gcc_64/bin/moc + /home/igor/Qt5.8.0/5.8/gcc_64/bin/moc $(DEFINES) --include ./moc_predefs.h -I/home/igor/Qt5.8.0/5.8/gcc_64/mkspecs/linux-g++ -I/home/igor/Documents/RINOBOT/RinoBot-System/RinoBot-System -I/usr/local/include/opencv2 -I/home/igor/Qt5.8.0/5.8/gcc_64/include -I/home/igor/Qt5.8.0/5.8/gcc_64/include/QtWidgets -I/home/igor/Qt5.8.0/5.8/gcc_64/include/QtGui -I/home/igor/Qt5.8.0/5.8/gcc_64/include/QtSerialPort -I/home/igor/Qt5.8.0/5.8/gcc_64/include/QtCore -I/usr/include/c++/6 -I/usr/include/x86_64-linux-gnu/c++/6 -I/usr/include/c++/6/backward -I/usr/lib/gcc/x86_64-linux-gnu/6/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/6/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include serial.h -o moc_serial.cpp -moc_navigation.cpp: ../../Qt/5.8/gcc_64/include/QtCore/QThread \ - ../../Qt/5.8/gcc_64/include/QtCore/qthread.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobject.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectdefs.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qnamespace.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qglobal.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qconfig-bootstrapped.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qconfig.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtcore-config.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsystemdetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qprocessordetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcompilerdetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtypeinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsysinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlogging.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qflags.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtypetraits.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbasicatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_bootstrap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qgenericatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_cxx11.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_msvc.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qglobalstatic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmutex.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qnumeric.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qversiontagging.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectdefs_impl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstring.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qchar.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrefcount.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qarraydata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringbuilder.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qalgorithms.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qiterator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhashfunctions.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpair.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearraylist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qregexp.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringmatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcoreevent.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qscopedpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmetatype.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvarlengtharray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcontainerfwd.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobject_impl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QMutex \ +moc_navigation.cpp: ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QThread \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qthread.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobject.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectdefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qnamespace.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qconfig-bootstrapped.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qconfig.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtcore-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsystemdetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qprocessordetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcompilerdetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtypeinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsysinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlogging.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qflags.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtypetraits.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbasicatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_bootstrap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qgenericatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_cxx11.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_msvc.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qglobalstatic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmutex.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qnumeric.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qversiontagging.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectdefs_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstring.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qchar.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrefcount.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qarraydata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringbuilder.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qalgorithms.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qiterator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhashfunctions.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpair.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearraylist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qregexp.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringmatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcoreevent.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qscopedpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmetatype.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvarlengtharray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcontainerfwd.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobject_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QMutex \ robot.h \ serial.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QTimer \ - ../../Qt/5.8/gcc_64/include/QtCore/qtimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbasictimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QObject \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/QSerialPort \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialport.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qiodevice.h \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialportglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QTimer \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbasictimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QObject \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/QSerialPort \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialport.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qiodevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialportglobal.h \ settingsdialog.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QDialog \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qdialog.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtguiglobal.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtgui-config.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtwidgets-config.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qwidget.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qwindowdefs.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qwindowdefs_win.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmargins.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpaintdevice.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrect.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsize.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpoint.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpalette.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qcolor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qrgb.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qrgba64.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qbrush.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvector.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qmatrix.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpolygon.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qregion.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdatastream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qline.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtransform.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpainterpath.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qimage.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpixelformat.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpixmap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qshareddata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhash.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedpointer_impl.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfont.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfontmetrics.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfontinfo.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qsizepolicy.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qcursor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qkeysequence.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qevent.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvariant.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdebug.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtextstream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlocale.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qset.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcontiguouscache.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qurl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qurlquery.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfiledevice.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qvector2d.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtouchdevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QDialog \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qdialog.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtguiglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtgui-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtwidgets-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qwidget.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qwindowdefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qwindowdefs_win.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmargins.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpaintdevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrect.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsize.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpoint.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpalette.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qcolor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qrgb.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qrgba64.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qbrush.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvector.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qmatrix.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpolygon.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qregion.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdatastream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qline.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtransform.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpainterpath.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qimage.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpixelformat.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpixmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qshareddata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhash.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedpointer_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfont.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfontmetrics.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfontinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qsizepolicy.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qcursor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qkeysequence.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qevent.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvariant.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdebug.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtextstream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlocale.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qset.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcontiguouscache.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qurl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qurlquery.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfiledevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qvector2d.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtouchdevice.h \ utils.h \ navigation.h \ moc_predefs.h \ - ../../Qt/5.8/gcc_64/bin/moc - /home/rinobot/Qt/5.8/gcc_64/bin/moc $(DEFINES) --include ./moc_predefs.h -I/home/rinobot/Qt/5.8/gcc_64/mkspecs/linux-g++ -I/home/rinobot/Documents/RinoBot-System -I/usr/local/include/opencv2 -I/home/rinobot/Qt/5.8/gcc_64/include -I/home/rinobot/Qt/5.8/gcc_64/include/QtWidgets -I/home/rinobot/Qt/5.8/gcc_64/include/QtGui -I/home/rinobot/Qt/5.8/gcc_64/include/QtSerialPort -I/home/rinobot/Qt/5.8/gcc_64/include/QtCore -I/usr/include/c++/6 -I/usr/include/x86_64-linux-gnu/c++/6 -I/usr/include/c++/6/backward -I/usr/lib/gcc/x86_64-linux-gnu/6/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/6/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include navigation.h -o moc_navigation.cpp + ../../../../Qt5.8.0/5.8/gcc_64/bin/moc + /home/igor/Qt5.8.0/5.8/gcc_64/bin/moc $(DEFINES) --include ./moc_predefs.h -I/home/igor/Qt5.8.0/5.8/gcc_64/mkspecs/linux-g++ -I/home/igor/Documents/RINOBOT/RinoBot-System/RinoBot-System -I/usr/local/include/opencv2 -I/home/igor/Qt5.8.0/5.8/gcc_64/include -I/home/igor/Qt5.8.0/5.8/gcc_64/include/QtWidgets -I/home/igor/Qt5.8.0/5.8/gcc_64/include/QtGui -I/home/igor/Qt5.8.0/5.8/gcc_64/include/QtSerialPort -I/home/igor/Qt5.8.0/5.8/gcc_64/include/QtCore -I/usr/include/c++/6 -I/usr/include/x86_64-linux-gnu/c++/6 -I/usr/include/c++/6/backward -I/usr/lib/gcc/x86_64-linux-gnu/6/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/6/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include navigation.h -o moc_navigation.cpp -moc_game_functions.cpp: ../../Qt/5.8/gcc_64/include/QtCore/QThread \ - ../../Qt/5.8/gcc_64/include/QtCore/qthread.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobject.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectdefs.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qnamespace.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qglobal.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qconfig-bootstrapped.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qconfig.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtcore-config.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsystemdetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qprocessordetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcompilerdetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtypeinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsysinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlogging.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qflags.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtypetraits.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbasicatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_bootstrap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qgenericatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_cxx11.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_msvc.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qglobalstatic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmutex.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qnumeric.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qversiontagging.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectdefs_impl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstring.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qchar.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrefcount.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qarraydata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringbuilder.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qalgorithms.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qiterator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhashfunctions.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpair.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearraylist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qregexp.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringmatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcoreevent.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qscopedpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmetatype.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvarlengtharray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcontainerfwd.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobject_impl.h \ +moc_game_functions.cpp: ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QThread \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qthread.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobject.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectdefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qnamespace.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qconfig-bootstrapped.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qconfig.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtcore-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsystemdetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qprocessordetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcompilerdetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtypeinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsysinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlogging.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qflags.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtypetraits.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbasicatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_bootstrap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qgenericatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_cxx11.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_msvc.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qglobalstatic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmutex.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qnumeric.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qversiontagging.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectdefs_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstring.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qchar.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrefcount.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qarraydata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringbuilder.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qalgorithms.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qiterator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhashfunctions.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpair.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearraylist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qregexp.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringmatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcoreevent.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qscopedpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmetatype.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvarlengtharray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcontainerfwd.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobject_impl.h \ robot.h \ serial.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QTimer \ - ../../Qt/5.8/gcc_64/include/QtCore/qtimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbasictimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QObject \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/QSerialPort \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialport.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qiodevice.h \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialportglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QTimer \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbasictimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QObject \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/QSerialPort \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialport.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qiodevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialportglobal.h \ settingsdialog.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QDialog \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qdialog.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtguiglobal.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtgui-config.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtwidgets-config.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qwidget.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qwindowdefs.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qwindowdefs_win.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmargins.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpaintdevice.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrect.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsize.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpoint.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpalette.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qcolor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qrgb.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qrgba64.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qbrush.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvector.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qmatrix.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpolygon.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qregion.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdatastream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qline.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtransform.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpainterpath.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qimage.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpixelformat.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpixmap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qshareddata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhash.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedpointer_impl.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfont.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfontmetrics.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfontinfo.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qsizepolicy.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qcursor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qkeysequence.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qevent.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvariant.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdebug.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtextstream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlocale.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qset.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcontiguouscache.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qurl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qurlquery.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfiledevice.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qvector2d.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtouchdevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QDialog \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qdialog.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtguiglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtgui-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtwidgets-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qwidget.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qwindowdefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qwindowdefs_win.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmargins.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpaintdevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrect.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsize.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpoint.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpalette.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qcolor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qrgb.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qrgba64.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qbrush.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvector.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qmatrix.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpolygon.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qregion.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdatastream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qline.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtransform.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpainterpath.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qimage.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpixelformat.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpixmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qshareddata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhash.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedpointer_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfont.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfontmetrics.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfontinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qsizepolicy.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qcursor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qkeysequence.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qevent.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvariant.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdebug.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtextstream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlocale.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qset.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcontiguouscache.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qurl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qurlquery.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfiledevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qvector2d.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtouchdevice.h \ utils.h \ fuzzy.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QMutex \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QMutex \ navigation.h \ game_functions.h \ moc_predefs.h \ - ../../Qt/5.8/gcc_64/bin/moc - /home/rinobot/Qt/5.8/gcc_64/bin/moc $(DEFINES) --include ./moc_predefs.h -I/home/rinobot/Qt/5.8/gcc_64/mkspecs/linux-g++ -I/home/rinobot/Documents/RinoBot-System -I/usr/local/include/opencv2 -I/home/rinobot/Qt/5.8/gcc_64/include -I/home/rinobot/Qt/5.8/gcc_64/include/QtWidgets -I/home/rinobot/Qt/5.8/gcc_64/include/QtGui -I/home/rinobot/Qt/5.8/gcc_64/include/QtSerialPort -I/home/rinobot/Qt/5.8/gcc_64/include/QtCore -I/usr/include/c++/6 -I/usr/include/x86_64-linux-gnu/c++/6 -I/usr/include/c++/6/backward -I/usr/lib/gcc/x86_64-linux-gnu/6/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/6/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include game_functions.h -o moc_game_functions.cpp + ../../../../Qt5.8.0/5.8/gcc_64/bin/moc + /home/igor/Qt5.8.0/5.8/gcc_64/bin/moc $(DEFINES) --include ./moc_predefs.h -I/home/igor/Qt5.8.0/5.8/gcc_64/mkspecs/linux-g++ -I/home/igor/Documents/RINOBOT/RinoBot-System/RinoBot-System -I/usr/local/include/opencv2 -I/home/igor/Qt5.8.0/5.8/gcc_64/include -I/home/igor/Qt5.8.0/5.8/gcc_64/include/QtWidgets -I/home/igor/Qt5.8.0/5.8/gcc_64/include/QtGui -I/home/igor/Qt5.8.0/5.8/gcc_64/include/QtSerialPort -I/home/igor/Qt5.8.0/5.8/gcc_64/include/QtCore -I/usr/include/c++/6 -I/usr/include/x86_64-linux-gnu/c++/6 -I/usr/include/c++/6/backward -I/usr/lib/gcc/x86_64-linux-gnu/6/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/6/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include game_functions.h -o moc_game_functions.cpp -moc_video4linuxconfig.cpp: ../../Qt/5.8/gcc_64/include/QtWidgets/QWidget \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qwidget.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtguiglobal.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qglobal.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qconfig-bootstrapped.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qconfig.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtcore-config.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsystemdetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qprocessordetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcompilerdetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtypeinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsysinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlogging.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qflags.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtypetraits.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbasicatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_bootstrap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qgenericatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_cxx11.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_msvc.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qglobalstatic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmutex.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qnumeric.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qversiontagging.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtgui-config.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtwidgets-config.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qwindowdefs.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectdefs.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qnamespace.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectdefs_impl.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qwindowdefs_win.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobject.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstring.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qchar.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrefcount.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qarraydata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringbuilder.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qalgorithms.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qiterator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhashfunctions.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpair.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearraylist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qregexp.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringmatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcoreevent.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qscopedpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmetatype.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvarlengtharray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcontainerfwd.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobject_impl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmargins.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpaintdevice.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrect.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsize.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpoint.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpalette.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qcolor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qrgb.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qrgba64.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qbrush.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvector.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qmatrix.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpolygon.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qregion.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdatastream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qiodevice.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qline.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtransform.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpainterpath.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qimage.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpixelformat.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpixmap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qshareddata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhash.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedpointer_impl.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfont.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfontmetrics.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfontinfo.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qsizepolicy.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qcursor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qkeysequence.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qevent.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvariant.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdebug.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtextstream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlocale.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qset.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcontiguouscache.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qurl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qurlquery.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfiledevice.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qvector2d.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtouchdevice.h \ +moc_video4linuxconfig.cpp: ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QWidget \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qwidget.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtguiglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qconfig-bootstrapped.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qconfig.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtcore-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsystemdetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qprocessordetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcompilerdetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtypeinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsysinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlogging.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qflags.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtypetraits.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbasicatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_bootstrap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qgenericatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_cxx11.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_msvc.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qglobalstatic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmutex.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qnumeric.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qversiontagging.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtgui-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtwidgets-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qwindowdefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectdefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qnamespace.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectdefs_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qwindowdefs_win.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobject.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstring.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qchar.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrefcount.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qarraydata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringbuilder.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qalgorithms.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qiterator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhashfunctions.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpair.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearraylist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qregexp.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringmatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcoreevent.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qscopedpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmetatype.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvarlengtharray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcontainerfwd.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobject_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmargins.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpaintdevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrect.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsize.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpoint.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpalette.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qcolor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qrgb.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qrgba64.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qbrush.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvector.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qmatrix.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpolygon.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qregion.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdatastream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qiodevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qline.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtransform.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpainterpath.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qimage.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpixelformat.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpixmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qshareddata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhash.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedpointer_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfont.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfontmetrics.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfontinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qsizepolicy.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qcursor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qkeysequence.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qevent.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvariant.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdebug.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtextstream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlocale.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qset.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcontiguouscache.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qurl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qurlquery.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfiledevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qvector2d.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtouchdevice.h \ vision.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QMutex \ - ../../Qt/5.8/gcc_64/include/QtCore/QThread \ - ../../Qt/5.8/gcc_64/include/QtCore/qthread.h \ - ../../Qt/5.8/gcc_64/include/QtGui/QImage \ - ../../Qt/5.8/gcc_64/include/QtCore/QWaitCondition \ - ../../Qt/5.8/gcc_64/include/QtCore/qwaitcondition.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/QtConcurrent \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/QtConcurrentDepends \ - ../../Qt/5.8/gcc_64/include/QtCore/QtCore \ - ../../Qt/5.8/gcc_64/include/QtCore/QtCoreDepends \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractanimation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstracteventdispatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qeventloop.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractitemmodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractnativeeventfilter.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractproxymodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractstate.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstracttransition.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qanimationgroup.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qarraydataops.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qarraydatapointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbasictimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbitarray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbuffer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearraymatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcache.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcollator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcommandlineoption.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcommandlineparser.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcoreapplication.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcryptographichash.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdatetime.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdeadlinetimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qelapsedtimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdir.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfileinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdiriterator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qeasingcurve.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qendian.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qeventtransition.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qexception.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfactoryinterface.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfileselector.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QObject \ - ../../Qt/5.8/gcc_64/include/QtCore/QStringList \ - ../../Qt/5.8/gcc_64/include/QtCore/qfilesystemwatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfinalstate.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfuture.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfutureinterface.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrunnable.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qresultstore.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfuturesynchronizer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfuturewatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhistorystate.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qidentityproxymodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qisenum.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qitemselectionmodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qjsonarray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qjsonvalue.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qjsondocument.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qjsonobject.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlibrary.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlibraryinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qversionnumber.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlinkedlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlockfile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qloggingcategory.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmath.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmessageauthenticationcode.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmetaobject.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmimedata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmimedatabase.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmimetype.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectcleanuphandler.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qparallelanimationgroup.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpauseanimation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qplugin.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpluginloader.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qprocess.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpropertyanimation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvariantanimation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qqueue.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qreadwritelock.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qregularexpression.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qresource.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsavefile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qscopedvaluerollback.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsemaphore.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsequentialanimationgroup.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsettings.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedmemory.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsignalmapper.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsignaltransition.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsocketnotifier.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsortfilterproxymodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstack.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstandardpaths.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstate.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstatemachine.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstorageinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringlistmodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsystemsemaphore.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtemporarydir.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QScopedPointer \ - ../../Qt/5.8/gcc_64/include/QtCore/qtemporaryfile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtextboundaryfinder.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtextcodec.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qthreadpool.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qthreadstorage.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtimeline.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtimezone.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtranslator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/quuid.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qwineventnotifier.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qxmlstream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtcoreversion.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentcompilertest.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrent_global.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentexception.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentfilter.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentfilterkernel.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentiteratekernel.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentmedian.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentthreadengine.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentmapkernel.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentreducekernel.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentfunctionwrappers.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentmap.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentrun.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentrunbase.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentstoredfunctioncall.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentversion.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QGraphicsScene \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qgraphicsscene.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpen.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QMutex \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QThread \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qthread.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/QImage \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QWaitCondition \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qwaitcondition.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/QtConcurrent \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/QtConcurrentDepends \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QtCore \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QtCoreDepends \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractanimation.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstracteventdispatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qeventloop.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractitemmodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractnativeeventfilter.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractproxymodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractstate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstracttransition.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qanimationgroup.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qarraydataops.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qarraydatapointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbasictimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbitarray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbuffer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearraymatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcache.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcollator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcommandlineoption.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcommandlineparser.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcoreapplication.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcryptographichash.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdatetime.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdeadlinetimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qelapsedtimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdir.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfileinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdiriterator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qeasingcurve.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qendian.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qeventtransition.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qexception.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfactoryinterface.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfileselector.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QObject \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QStringList \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfilesystemwatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfinalstate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfuture.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfutureinterface.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrunnable.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qresultstore.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfuturesynchronizer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfuturewatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhistorystate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qidentityproxymodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qisenum.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qitemselectionmodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qjsonarray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qjsonvalue.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qjsondocument.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qjsonobject.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlibrary.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlibraryinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qversionnumber.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlinkedlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlockfile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qloggingcategory.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmath.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmessageauthenticationcode.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmetaobject.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmimedata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmimedatabase.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmimetype.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectcleanuphandler.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qparallelanimationgroup.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpauseanimation.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qplugin.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpluginloader.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qprocess.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpropertyanimation.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvariantanimation.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qqueue.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qreadwritelock.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qregularexpression.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qresource.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsavefile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qscopedvaluerollback.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsemaphore.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsequentialanimationgroup.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsettings.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedmemory.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsignalmapper.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsignaltransition.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsocketnotifier.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsortfilterproxymodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstack.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstandardpaths.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstatemachine.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstorageinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringlistmodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsystemsemaphore.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtemporarydir.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QScopedPointer \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtemporaryfile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtextboundaryfinder.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtextcodec.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qthreadpool.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qthreadstorage.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtimeline.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtimezone.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtranslator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/quuid.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qwineventnotifier.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qxmlstream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtcoreversion.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentcompilertest.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrent_global.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentexception.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentfilter.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentfilterkernel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentiteratekernel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentmedian.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentthreadengine.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentmapkernel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentreducekernel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentfunctionwrappers.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentrun.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentrunbase.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentstoredfunctioncall.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentversion.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QGraphicsScene \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qgraphicsscene.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpen.h \ robot.h \ serial.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QTimer \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/QSerialPort \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialport.h \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialportglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QTimer \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/QSerialPort \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialport.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialportglobal.h \ settingsdialog.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QDialog \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qdialog.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QDialog \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qdialog.h \ utils.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QMessageBox \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qmessagebox.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QMessageBox \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qmessagebox.h \ video4linuxconfig.h \ moc_predefs.h \ - ../../Qt/5.8/gcc_64/bin/moc - /home/rinobot/Qt/5.8/gcc_64/bin/moc $(DEFINES) --include ./moc_predefs.h -I/home/rinobot/Qt/5.8/gcc_64/mkspecs/linux-g++ -I/home/rinobot/Documents/RinoBot-System -I/usr/local/include/opencv2 -I/home/rinobot/Qt/5.8/gcc_64/include -I/home/rinobot/Qt/5.8/gcc_64/include/QtWidgets -I/home/rinobot/Qt/5.8/gcc_64/include/QtGui -I/home/rinobot/Qt/5.8/gcc_64/include/QtSerialPort -I/home/rinobot/Qt/5.8/gcc_64/include/QtCore -I/usr/include/c++/6 -I/usr/include/x86_64-linux-gnu/c++/6 -I/usr/include/c++/6/backward -I/usr/lib/gcc/x86_64-linux-gnu/6/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/6/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include video4linuxconfig.h -o moc_video4linuxconfig.cpp + ../../../../Qt5.8.0/5.8/gcc_64/bin/moc + /home/igor/Qt5.8.0/5.8/gcc_64/bin/moc $(DEFINES) --include ./moc_predefs.h -I/home/igor/Qt5.8.0/5.8/gcc_64/mkspecs/linux-g++ -I/home/igor/Documents/RINOBOT/RinoBot-System/RinoBot-System -I/usr/local/include/opencv2 -I/home/igor/Qt5.8.0/5.8/gcc_64/include -I/home/igor/Qt5.8.0/5.8/gcc_64/include/QtWidgets -I/home/igor/Qt5.8.0/5.8/gcc_64/include/QtGui -I/home/igor/Qt5.8.0/5.8/gcc_64/include/QtSerialPort -I/home/igor/Qt5.8.0/5.8/gcc_64/include/QtCore -I/usr/include/c++/6 -I/usr/include/x86_64-linux-gnu/c++/6 -I/usr/include/c++/6/backward -I/usr/lib/gcc/x86_64-linux-gnu/6/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/6/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include video4linuxconfig.h -o moc_video4linuxconfig.cpp -moc_mover.cpp: ../../Qt/5.8/gcc_64/include/QtCore/QThread \ - ../../Qt/5.8/gcc_64/include/QtCore/qthread.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobject.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectdefs.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qnamespace.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qglobal.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qconfig-bootstrapped.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qconfig.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtcore-config.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsystemdetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qprocessordetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcompilerdetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtypeinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsysinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlogging.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qflags.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtypetraits.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbasicatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_bootstrap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qgenericatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_cxx11.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_msvc.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qglobalstatic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmutex.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qnumeric.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qversiontagging.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectdefs_impl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstring.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qchar.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrefcount.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qarraydata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringbuilder.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qalgorithms.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qiterator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhashfunctions.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpair.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearraylist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qregexp.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringmatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcoreevent.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qscopedpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmetatype.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvarlengtharray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcontainerfwd.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobject_impl.h \ +moc_mover.cpp: ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QThread \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qthread.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobject.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectdefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qnamespace.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qconfig-bootstrapped.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qconfig.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtcore-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsystemdetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qprocessordetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcompilerdetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtypeinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsysinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlogging.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qflags.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtypetraits.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbasicatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_bootstrap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qgenericatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_cxx11.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_msvc.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qglobalstatic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmutex.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qnumeric.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qversiontagging.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectdefs_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstring.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qchar.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrefcount.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qarraydata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringbuilder.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qalgorithms.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qiterator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhashfunctions.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpair.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearraylist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qregexp.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringmatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcoreevent.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qscopedpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmetatype.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvarlengtharray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcontainerfwd.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobject_impl.h \ robot.h \ serial.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QTimer \ - ../../Qt/5.8/gcc_64/include/QtCore/qtimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbasictimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QObject \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/QSerialPort \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialport.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qiodevice.h \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialportglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QTimer \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbasictimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QObject \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/QSerialPort \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialport.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qiodevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialportglobal.h \ settingsdialog.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QDialog \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qdialog.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtguiglobal.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtgui-config.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtwidgets-config.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qwidget.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qwindowdefs.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qwindowdefs_win.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmargins.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpaintdevice.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrect.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsize.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpoint.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpalette.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qcolor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qrgb.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qrgba64.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qbrush.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvector.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qmatrix.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpolygon.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qregion.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdatastream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qline.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtransform.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpainterpath.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qimage.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpixelformat.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpixmap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qshareddata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhash.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedpointer_impl.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfont.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfontmetrics.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfontinfo.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qsizepolicy.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qcursor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qkeysequence.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qevent.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvariant.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdebug.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtextstream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlocale.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qset.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcontiguouscache.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qurl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qurlquery.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfiledevice.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qvector2d.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtouchdevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QDialog \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qdialog.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtguiglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtgui-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtwidgets-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qwidget.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qwindowdefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qwindowdefs_win.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmargins.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpaintdevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrect.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsize.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpoint.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpalette.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qcolor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qrgb.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qrgba64.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qbrush.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvector.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qmatrix.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpolygon.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qregion.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdatastream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qline.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtransform.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpainterpath.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qimage.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpixelformat.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpixmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qshareddata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhash.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedpointer_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfont.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfontmetrics.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfontinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qsizepolicy.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qcursor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qkeysequence.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qevent.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvariant.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdebug.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtextstream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlocale.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qset.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcontiguouscache.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qurl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qurlquery.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfiledevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qvector2d.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtouchdevice.h \ utils.h \ fuzzy.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QMutex \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QMutex \ game_functions.h \ navigation.h \ mover.h \ moc_predefs.h \ - ../../Qt/5.8/gcc_64/bin/moc - /home/rinobot/Qt/5.8/gcc_64/bin/moc $(DEFINES) --include ./moc_predefs.h -I/home/rinobot/Qt/5.8/gcc_64/mkspecs/linux-g++ -I/home/rinobot/Documents/RinoBot-System -I/usr/local/include/opencv2 -I/home/rinobot/Qt/5.8/gcc_64/include -I/home/rinobot/Qt/5.8/gcc_64/include/QtWidgets -I/home/rinobot/Qt/5.8/gcc_64/include/QtGui -I/home/rinobot/Qt/5.8/gcc_64/include/QtSerialPort -I/home/rinobot/Qt/5.8/gcc_64/include/QtCore -I/usr/include/c++/6 -I/usr/include/x86_64-linux-gnu/c++/6 -I/usr/include/c++/6/backward -I/usr/lib/gcc/x86_64-linux-gnu/6/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/6/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include mover.h -o moc_mover.cpp + ../../../../Qt5.8.0/5.8/gcc_64/bin/moc + /home/igor/Qt5.8.0/5.8/gcc_64/bin/moc $(DEFINES) --include ./moc_predefs.h -I/home/igor/Qt5.8.0/5.8/gcc_64/mkspecs/linux-g++ -I/home/igor/Documents/RINOBOT/RinoBot-System/RinoBot-System -I/usr/local/include/opencv2 -I/home/igor/Qt5.8.0/5.8/gcc_64/include -I/home/igor/Qt5.8.0/5.8/gcc_64/include/QtWidgets -I/home/igor/Qt5.8.0/5.8/gcc_64/include/QtGui -I/home/igor/Qt5.8.0/5.8/gcc_64/include/QtSerialPort -I/home/igor/Qt5.8.0/5.8/gcc_64/include/QtCore -I/usr/include/c++/6 -I/usr/include/x86_64-linux-gnu/c++/6 -I/usr/include/c++/6/backward -I/usr/lib/gcc/x86_64-linux-gnu/6/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/6/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include mover.h -o moc_mover.cpp + +moc_informationwindow.cpp: vision.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QMutex \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmutex.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qconfig-bootstrapped.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qconfig.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtcore-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsystemdetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qprocessordetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcompilerdetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtypeinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsysinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlogging.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qflags.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtypetraits.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbasicatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_bootstrap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qgenericatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_cxx11.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_msvc.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qglobalstatic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qnumeric.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qversiontagging.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QThread \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qthread.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobject.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectdefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qnamespace.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectdefs_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstring.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qchar.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrefcount.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qarraydata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringbuilder.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qalgorithms.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qiterator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhashfunctions.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpair.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearraylist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qregexp.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringmatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcoreevent.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qscopedpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmetatype.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvarlengtharray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcontainerfwd.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobject_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/QImage \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qimage.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtguiglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtgui-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qcolor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qrgb.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qrgba64.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpaintdevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qwindowdefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qwindowdefs_win.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrect.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmargins.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsize.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpoint.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpixelformat.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtransform.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qmatrix.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpolygon.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvector.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qregion.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdatastream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qiodevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qline.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpainterpath.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QWaitCondition \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qwaitcondition.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/QtConcurrent \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/QtConcurrentDepends \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QtCore \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QtCoreDepends \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractanimation.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstracteventdispatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qeventloop.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractitemmodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvariant.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdebug.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhash.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtextstream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlocale.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qshareddata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qset.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcontiguouscache.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedpointer_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractnativeeventfilter.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractproxymodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractstate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstracttransition.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qanimationgroup.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qarraydataops.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qarraydatapointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbasictimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbitarray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbuffer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearraymatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcache.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcollator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcommandlineoption.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcommandlineparser.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcoreapplication.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcryptographichash.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdatetime.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdeadlinetimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qelapsedtimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdir.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfileinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfiledevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdiriterator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qeasingcurve.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qendian.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qeventtransition.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qexception.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfactoryinterface.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfileselector.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QObject \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QStringList \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfilesystemwatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfinalstate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfuture.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfutureinterface.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrunnable.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qresultstore.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfuturesynchronizer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfuturewatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhistorystate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qidentityproxymodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qisenum.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qitemselectionmodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qjsonarray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qjsonvalue.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qjsondocument.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qjsonobject.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlibrary.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlibraryinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qversionnumber.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlinkedlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlockfile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qloggingcategory.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmath.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmessageauthenticationcode.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmetaobject.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmimedata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmimedatabase.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmimetype.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectcleanuphandler.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qparallelanimationgroup.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpauseanimation.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qplugin.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpluginloader.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qprocess.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpropertyanimation.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvariantanimation.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qqueue.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qreadwritelock.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qregularexpression.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qresource.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsavefile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qscopedvaluerollback.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsemaphore.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsequentialanimationgroup.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsettings.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedmemory.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsignalmapper.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsignaltransition.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsocketnotifier.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsortfilterproxymodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstack.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstandardpaths.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstatemachine.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstorageinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringlistmodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsystemsemaphore.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtemporarydir.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QScopedPointer \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtemporaryfile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtextboundaryfinder.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtextcodec.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qthreadpool.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qthreadstorage.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtimeline.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtimezone.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtranslator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qurl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qurlquery.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/quuid.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qwineventnotifier.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qxmlstream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtcoreversion.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentcompilertest.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrent_global.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentexception.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentfilter.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentfilterkernel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentiteratekernel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentmedian.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentthreadengine.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentmapkernel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentreducekernel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentfunctionwrappers.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentrun.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentrunbase.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentstoredfunctioncall.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentversion.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QGraphicsScene \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qgraphicsscene.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtwidgets-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qbrush.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpixmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfont.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpen.h \ + robot.h \ + serial.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QTimer \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/QSerialPort \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialport.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialportglobal.h \ + settingsdialog.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QDialog \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qdialog.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qwidget.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpalette.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfontmetrics.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfontinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qsizepolicy.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qcursor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qkeysequence.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qevent.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qvector2d.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtouchdevice.h \ + utils.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QMessageBox \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qmessagebox.h \ + informationwindow.h \ + moc_predefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/bin/moc + /home/igor/Qt5.8.0/5.8/gcc_64/bin/moc $(DEFINES) --include ./moc_predefs.h -I/home/igor/Qt5.8.0/5.8/gcc_64/mkspecs/linux-g++ -I/home/igor/Documents/RINOBOT/RinoBot-System/RinoBot-System -I/usr/local/include/opencv2 -I/home/igor/Qt5.8.0/5.8/gcc_64/include -I/home/igor/Qt5.8.0/5.8/gcc_64/include/QtWidgets -I/home/igor/Qt5.8.0/5.8/gcc_64/include/QtGui -I/home/igor/Qt5.8.0/5.8/gcc_64/include/QtSerialPort -I/home/igor/Qt5.8.0/5.8/gcc_64/include/QtCore -I/usr/include/c++/6 -I/usr/include/x86_64-linux-gnu/c++/6 -I/usr/include/c++/6/backward -I/usr/lib/gcc/x86_64-linux-gnu/6/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/6/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include informationwindow.h -o moc_informationwindow.cpp compiler_moc_source_make_all: compiler_moc_source_clean: -compiler_uic_make_all: ui_mainwindow.h ui_setparameters.h ui_configrobots.h ui_setcolorrange.h ui_settingsdialog.h ui_soccer_window.h ui_video4linuxconfig.h +compiler_uic_make_all: ui_mainwindow.h ui_setparameters.h ui_configrobots.h ui_setcolorrange.h ui_settingsdialog.h ui_video4linuxconfig.h ui_informationwindow.h compiler_uic_clean: - -$(DEL_FILE) ui_mainwindow.h ui_setparameters.h ui_configrobots.h ui_setcolorrange.h ui_settingsdialog.h ui_soccer_window.h ui_video4linuxconfig.h + -$(DEL_FILE) ui_mainwindow.h ui_setparameters.h ui_configrobots.h ui_setcolorrange.h ui_settingsdialog.h ui_video4linuxconfig.h ui_informationwindow.h ui_mainwindow.h: mainwindow.ui \ - ../../Qt/5.8/gcc_64/bin/uic - /home/rinobot/Qt/5.8/gcc_64/bin/uic mainwindow.ui -o ui_mainwindow.h + ../../../../Qt5.8.0/5.8/gcc_64/bin/uic + /home/igor/Qt5.8.0/5.8/gcc_64/bin/uic mainwindow.ui -o ui_mainwindow.h ui_setparameters.h: setparameters.ui \ - ../../Qt/5.8/gcc_64/bin/uic - /home/rinobot/Qt/5.8/gcc_64/bin/uic setparameters.ui -o ui_setparameters.h + ../../../../Qt5.8.0/5.8/gcc_64/bin/uic + /home/igor/Qt5.8.0/5.8/gcc_64/bin/uic setparameters.ui -o ui_setparameters.h ui_configrobots.h: configrobots.ui \ - ../../Qt/5.8/gcc_64/bin/uic - /home/rinobot/Qt/5.8/gcc_64/bin/uic configrobots.ui -o ui_configrobots.h + ../../../../Qt5.8.0/5.8/gcc_64/bin/uic + /home/igor/Qt5.8.0/5.8/gcc_64/bin/uic configrobots.ui -o ui_configrobots.h ui_setcolorrange.h: setcolorrange.ui \ - ../../Qt/5.8/gcc_64/bin/uic - /home/rinobot/Qt/5.8/gcc_64/bin/uic setcolorrange.ui -o ui_setcolorrange.h + ../../../../Qt5.8.0/5.8/gcc_64/bin/uic + /home/igor/Qt5.8.0/5.8/gcc_64/bin/uic setcolorrange.ui -o ui_setcolorrange.h ui_settingsdialog.h: settingsdialog.ui \ - ../../Qt/5.8/gcc_64/bin/uic - /home/rinobot/Qt/5.8/gcc_64/bin/uic settingsdialog.ui -o ui_settingsdialog.h - -ui_soccer_window.h: soccer_window.ui \ - ../../Qt/5.8/gcc_64/bin/uic - /home/rinobot/Qt/5.8/gcc_64/bin/uic soccer_window.ui -o ui_soccer_window.h + ../../../../Qt5.8.0/5.8/gcc_64/bin/uic + /home/igor/Qt5.8.0/5.8/gcc_64/bin/uic settingsdialog.ui -o ui_settingsdialog.h ui_video4linuxconfig.h: video4linuxconfig.ui \ - ../../Qt/5.8/gcc_64/bin/uic - /home/rinobot/Qt/5.8/gcc_64/bin/uic video4linuxconfig.ui -o ui_video4linuxconfig.h + ../../../../Qt5.8.0/5.8/gcc_64/bin/uic + /home/igor/Qt5.8.0/5.8/gcc_64/bin/uic video4linuxconfig.ui -o ui_video4linuxconfig.h + +ui_informationwindow.h: informationwindow.ui \ + ../../../../Qt5.8.0/5.8/gcc_64/bin/uic + /home/igor/Qt5.8.0/5.8/gcc_64/bin/uic informationwindow.ui -o ui_informationwindow.h compiler_yacc_decl_make_all: compiler_yacc_decl_clean: @@ -3312,3190 +3299,3459 @@ compiler_clean: compiler_moc_predefs_clean compiler_moc_header_clean compiler_ui ####### Compile main.o: main.cpp mainwindow.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QMainWindow \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qmainwindow.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtguiglobal.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qglobal.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qconfig-bootstrapped.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qconfig.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtcore-config.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsystemdetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qprocessordetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcompilerdetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtypeinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsysinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlogging.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qflags.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtypetraits.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbasicatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_bootstrap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qgenericatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_cxx11.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_msvc.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qglobalstatic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmutex.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qnumeric.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qversiontagging.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtgui-config.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtwidgets-config.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qwidget.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qwindowdefs.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectdefs.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qnamespace.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectdefs_impl.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qwindowdefs_win.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobject.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstring.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qchar.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrefcount.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qarraydata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringbuilder.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qalgorithms.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qiterator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhashfunctions.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpair.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearraylist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qregexp.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringmatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcoreevent.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qscopedpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmetatype.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvarlengtharray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcontainerfwd.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobject_impl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmargins.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpaintdevice.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrect.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsize.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpoint.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpalette.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qcolor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qrgb.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qrgba64.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qbrush.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvector.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qmatrix.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpolygon.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qregion.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdatastream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qiodevice.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qline.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtransform.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpainterpath.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qimage.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpixelformat.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpixmap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qshareddata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhash.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedpointer_impl.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfont.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfontmetrics.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfontinfo.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qsizepolicy.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qcursor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qkeysequence.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qevent.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvariant.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdebug.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtextstream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlocale.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qset.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcontiguouscache.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qurl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qurlquery.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfiledevice.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qvector2d.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtouchdevice.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtabwidget.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qicon.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QWidget \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qwidget.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtguiglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qconfig-bootstrapped.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qconfig.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtcore-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsystemdetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qprocessordetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcompilerdetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtypeinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsysinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlogging.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qflags.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtypetraits.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbasicatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_bootstrap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qgenericatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_cxx11.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_msvc.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qglobalstatic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmutex.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qnumeric.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qversiontagging.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtgui-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtwidgets-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qwindowdefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectdefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qnamespace.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectdefs_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qwindowdefs_win.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobject.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstring.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qchar.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrefcount.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qarraydata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringbuilder.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qalgorithms.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qiterator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhashfunctions.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpair.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearraylist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qregexp.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringmatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcoreevent.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qscopedpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmetatype.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvarlengtharray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcontainerfwd.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobject_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmargins.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpaintdevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrect.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsize.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpoint.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpalette.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qcolor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qrgb.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qrgba64.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qbrush.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvector.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qmatrix.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpolygon.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qregion.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdatastream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qiodevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qline.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtransform.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpainterpath.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qimage.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpixelformat.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpixmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qshareddata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhash.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedpointer_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfont.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfontmetrics.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfontinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qsizepolicy.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qcursor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qkeysequence.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qevent.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvariant.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdebug.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtextstream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlocale.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qset.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcontiguouscache.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qurl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qurlquery.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfiledevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qvector2d.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtouchdevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QGraphicsScene \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qgraphicsscene.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpen.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QMainWindow \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qmainwindow.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtabwidget.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qicon.h \ setparameters.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QMessageBox \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qmessagebox.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qdialog.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QMessageBox \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qmessagebox.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qdialog.h \ vision.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QMutex \ - ../../Qt/5.8/gcc_64/include/QtCore/QThread \ - ../../Qt/5.8/gcc_64/include/QtCore/qthread.h \ - ../../Qt/5.8/gcc_64/include/QtGui/QImage \ - ../../Qt/5.8/gcc_64/include/QtCore/QWaitCondition \ - ../../Qt/5.8/gcc_64/include/QtCore/qwaitcondition.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/QtConcurrent \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/QtConcurrentDepends \ - ../../Qt/5.8/gcc_64/include/QtCore/QtCore \ - ../../Qt/5.8/gcc_64/include/QtCore/QtCoreDepends \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractanimation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstracteventdispatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qeventloop.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractitemmodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractnativeeventfilter.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractproxymodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractstate.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstracttransition.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qanimationgroup.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qarraydataops.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qarraydatapointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbasictimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbitarray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbuffer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearraymatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcache.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcollator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcommandlineoption.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcommandlineparser.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcoreapplication.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcryptographichash.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdatetime.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdeadlinetimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qelapsedtimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdir.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfileinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdiriterator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qeasingcurve.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qendian.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qeventtransition.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qexception.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfactoryinterface.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfileselector.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QObject \ - ../../Qt/5.8/gcc_64/include/QtCore/QStringList \ - ../../Qt/5.8/gcc_64/include/QtCore/qfilesystemwatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfinalstate.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfuture.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfutureinterface.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrunnable.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qresultstore.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfuturesynchronizer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfuturewatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhistorystate.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qidentityproxymodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qisenum.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qitemselectionmodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qjsonarray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qjsonvalue.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qjsondocument.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qjsonobject.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlibrary.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlibraryinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qversionnumber.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlinkedlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlockfile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qloggingcategory.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmath.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmessageauthenticationcode.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmetaobject.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmimedata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmimedatabase.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmimetype.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectcleanuphandler.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qparallelanimationgroup.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpauseanimation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qplugin.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpluginloader.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qprocess.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpropertyanimation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvariantanimation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qqueue.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qreadwritelock.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qregularexpression.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qresource.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsavefile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qscopedvaluerollback.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsemaphore.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsequentialanimationgroup.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsettings.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedmemory.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsignalmapper.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsignaltransition.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsocketnotifier.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsortfilterproxymodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstack.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstandardpaths.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstate.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstatemachine.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstorageinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringlistmodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsystemsemaphore.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtemporarydir.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QScopedPointer \ - ../../Qt/5.8/gcc_64/include/QtCore/qtemporaryfile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtextboundaryfinder.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtextcodec.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qthreadpool.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qthreadstorage.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtimeline.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtimezone.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtranslator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/quuid.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qwineventnotifier.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qxmlstream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtcoreversion.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentcompilertest.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrent_global.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentexception.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentfilter.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentfilterkernel.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentiteratekernel.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentmedian.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentthreadengine.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentmapkernel.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentreducekernel.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentfunctionwrappers.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentmap.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentrun.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentrunbase.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentstoredfunctioncall.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentversion.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QGraphicsScene \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qgraphicsscene.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpen.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QMutex \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QThread \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qthread.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/QImage \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QWaitCondition \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qwaitcondition.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/QtConcurrent \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/QtConcurrentDepends \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QtCore \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QtCoreDepends \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractanimation.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstracteventdispatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qeventloop.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractitemmodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractnativeeventfilter.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractproxymodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractstate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstracttransition.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qanimationgroup.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qarraydataops.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qarraydatapointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbasictimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbitarray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbuffer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearraymatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcache.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcollator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcommandlineoption.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcommandlineparser.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcoreapplication.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcryptographichash.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdatetime.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdeadlinetimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qelapsedtimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdir.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfileinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdiriterator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qeasingcurve.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qendian.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qeventtransition.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qexception.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfactoryinterface.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfileselector.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QObject \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QStringList \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfilesystemwatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfinalstate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfuture.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfutureinterface.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrunnable.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qresultstore.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfuturesynchronizer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfuturewatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhistorystate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qidentityproxymodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qisenum.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qitemselectionmodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qjsonarray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qjsonvalue.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qjsondocument.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qjsonobject.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlibrary.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlibraryinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qversionnumber.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlinkedlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlockfile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qloggingcategory.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmath.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmessageauthenticationcode.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmetaobject.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmimedata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmimedatabase.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmimetype.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectcleanuphandler.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qparallelanimationgroup.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpauseanimation.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qplugin.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpluginloader.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qprocess.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpropertyanimation.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvariantanimation.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qqueue.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qreadwritelock.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qregularexpression.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qresource.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsavefile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qscopedvaluerollback.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsemaphore.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsequentialanimationgroup.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsettings.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedmemory.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsignalmapper.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsignaltransition.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsocketnotifier.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsortfilterproxymodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstack.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstandardpaths.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstatemachine.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstorageinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringlistmodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsystemsemaphore.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtemporarydir.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QScopedPointer \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtemporaryfile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtextboundaryfinder.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtextcodec.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qthreadpool.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qthreadstorage.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtimeline.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtimezone.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtranslator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/quuid.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qwineventnotifier.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qxmlstream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtcoreversion.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentcompilertest.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrent_global.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentexception.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentfilter.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentfilterkernel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentiteratekernel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentmedian.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentthreadengine.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentmapkernel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentreducekernel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentfunctionwrappers.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentrun.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentrunbase.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentstoredfunctioncall.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentversion.h \ robot.h \ serial.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QTimer \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/QSerialPort \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialport.h \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialportglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QTimer \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/QSerialPort \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialport.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialportglobal.h \ settingsdialog.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QDialog \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QDialog \ utils.h \ configrobots.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QWidget \ setcolorrange.h \ - ../../Qt/5.8/gcc_64/include/QtGui/QCloseEvent \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/QCloseEvent \ video4linuxconfig.h \ - soccer_window.h \ fuzzy.h \ game_functions.h \ navigation.h \ drawobjects.h \ - ../../Qt/5.8/gcc_64/include/QtGui/QPainter \ - ../../Qt/5.8/gcc_64/include/QtGui/qpainter.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtextoption.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QGraphicsItem \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qgraphicsitem.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/QPainter \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpainter.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtextoption.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QGraphicsItem \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qgraphicsitem.h \ mover.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QApplication \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qapplication.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qdesktopwidget.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qguiapplication.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qinputmethod.h + informationwindow.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QApplication \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qapplication.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qdesktopwidget.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qguiapplication.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qinputmethod.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o main.o main.cpp mainwindow.o: mainwindow.cpp mainwindow.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QMainWindow \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qmainwindow.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtguiglobal.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qglobal.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qconfig-bootstrapped.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qconfig.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtcore-config.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsystemdetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qprocessordetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcompilerdetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtypeinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsysinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlogging.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qflags.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtypetraits.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbasicatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_bootstrap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qgenericatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_cxx11.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_msvc.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qglobalstatic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmutex.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qnumeric.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qversiontagging.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtgui-config.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtwidgets-config.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qwidget.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qwindowdefs.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectdefs.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qnamespace.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectdefs_impl.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qwindowdefs_win.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobject.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstring.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qchar.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrefcount.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qarraydata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringbuilder.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qalgorithms.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qiterator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhashfunctions.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpair.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearraylist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qregexp.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringmatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcoreevent.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qscopedpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmetatype.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvarlengtharray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcontainerfwd.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobject_impl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmargins.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpaintdevice.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrect.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsize.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpoint.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpalette.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qcolor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qrgb.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qrgba64.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qbrush.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvector.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qmatrix.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpolygon.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qregion.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdatastream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qiodevice.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qline.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtransform.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpainterpath.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qimage.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpixelformat.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpixmap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qshareddata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhash.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedpointer_impl.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfont.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfontmetrics.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfontinfo.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qsizepolicy.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qcursor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qkeysequence.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qevent.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvariant.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdebug.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtextstream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlocale.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qset.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcontiguouscache.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qurl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qurlquery.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfiledevice.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qvector2d.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtouchdevice.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtabwidget.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qicon.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QWidget \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qwidget.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtguiglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qconfig-bootstrapped.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qconfig.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtcore-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsystemdetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qprocessordetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcompilerdetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtypeinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsysinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlogging.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qflags.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtypetraits.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbasicatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_bootstrap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qgenericatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_cxx11.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_msvc.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qglobalstatic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmutex.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qnumeric.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qversiontagging.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtgui-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtwidgets-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qwindowdefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectdefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qnamespace.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectdefs_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qwindowdefs_win.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobject.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstring.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qchar.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrefcount.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qarraydata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringbuilder.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qalgorithms.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qiterator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhashfunctions.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpair.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearraylist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qregexp.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringmatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcoreevent.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qscopedpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmetatype.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvarlengtharray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcontainerfwd.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobject_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmargins.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpaintdevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrect.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsize.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpoint.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpalette.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qcolor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qrgb.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qrgba64.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qbrush.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvector.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qmatrix.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpolygon.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qregion.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdatastream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qiodevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qline.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtransform.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpainterpath.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qimage.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpixelformat.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpixmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qshareddata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhash.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedpointer_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfont.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfontmetrics.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfontinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qsizepolicy.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qcursor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qkeysequence.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qevent.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvariant.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdebug.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtextstream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlocale.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qset.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcontiguouscache.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qurl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qurlquery.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfiledevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qvector2d.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtouchdevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QGraphicsScene \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qgraphicsscene.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpen.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QMainWindow \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qmainwindow.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtabwidget.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qicon.h \ setparameters.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QMessageBox \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qmessagebox.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qdialog.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QMessageBox \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qmessagebox.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qdialog.h \ vision.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QMutex \ - ../../Qt/5.8/gcc_64/include/QtCore/QThread \ - ../../Qt/5.8/gcc_64/include/QtCore/qthread.h \ - ../../Qt/5.8/gcc_64/include/QtGui/QImage \ - ../../Qt/5.8/gcc_64/include/QtCore/QWaitCondition \ - ../../Qt/5.8/gcc_64/include/QtCore/qwaitcondition.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/QtConcurrent \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/QtConcurrentDepends \ - ../../Qt/5.8/gcc_64/include/QtCore/QtCore \ - ../../Qt/5.8/gcc_64/include/QtCore/QtCoreDepends \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractanimation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstracteventdispatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qeventloop.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractitemmodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractnativeeventfilter.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractproxymodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractstate.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstracttransition.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qanimationgroup.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qarraydataops.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qarraydatapointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbasictimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbitarray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbuffer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearraymatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcache.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcollator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcommandlineoption.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcommandlineparser.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcoreapplication.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcryptographichash.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdatetime.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdeadlinetimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qelapsedtimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdir.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfileinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdiriterator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qeasingcurve.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qendian.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qeventtransition.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qexception.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfactoryinterface.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfileselector.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QObject \ - ../../Qt/5.8/gcc_64/include/QtCore/QStringList \ - ../../Qt/5.8/gcc_64/include/QtCore/qfilesystemwatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfinalstate.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfuture.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfutureinterface.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrunnable.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qresultstore.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfuturesynchronizer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfuturewatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhistorystate.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qidentityproxymodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qisenum.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qitemselectionmodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qjsonarray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qjsonvalue.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qjsondocument.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qjsonobject.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlibrary.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlibraryinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qversionnumber.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlinkedlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlockfile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qloggingcategory.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmath.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmessageauthenticationcode.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmetaobject.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmimedata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmimedatabase.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmimetype.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectcleanuphandler.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qparallelanimationgroup.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpauseanimation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qplugin.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpluginloader.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qprocess.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpropertyanimation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvariantanimation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qqueue.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qreadwritelock.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qregularexpression.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qresource.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsavefile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qscopedvaluerollback.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsemaphore.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsequentialanimationgroup.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsettings.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedmemory.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsignalmapper.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsignaltransition.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsocketnotifier.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsortfilterproxymodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstack.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstandardpaths.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstate.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstatemachine.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstorageinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringlistmodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsystemsemaphore.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtemporarydir.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QScopedPointer \ - ../../Qt/5.8/gcc_64/include/QtCore/qtemporaryfile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtextboundaryfinder.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtextcodec.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qthreadpool.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qthreadstorage.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtimeline.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtimezone.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtranslator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/quuid.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qwineventnotifier.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qxmlstream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtcoreversion.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentcompilertest.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrent_global.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentexception.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentfilter.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentfilterkernel.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentiteratekernel.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentmedian.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentthreadengine.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentmapkernel.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentreducekernel.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentfunctionwrappers.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentmap.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentrun.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentrunbase.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentstoredfunctioncall.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentversion.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QGraphicsScene \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qgraphicsscene.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpen.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QMutex \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QThread \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qthread.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/QImage \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QWaitCondition \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qwaitcondition.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/QtConcurrent \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/QtConcurrentDepends \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QtCore \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QtCoreDepends \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractanimation.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstracteventdispatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qeventloop.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractitemmodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractnativeeventfilter.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractproxymodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractstate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstracttransition.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qanimationgroup.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qarraydataops.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qarraydatapointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbasictimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbitarray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbuffer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearraymatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcache.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcollator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcommandlineoption.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcommandlineparser.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcoreapplication.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcryptographichash.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdatetime.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdeadlinetimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qelapsedtimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdir.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfileinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdiriterator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qeasingcurve.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qendian.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qeventtransition.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qexception.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfactoryinterface.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfileselector.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QObject \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QStringList \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfilesystemwatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfinalstate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfuture.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfutureinterface.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrunnable.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qresultstore.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfuturesynchronizer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfuturewatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhistorystate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qidentityproxymodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qisenum.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qitemselectionmodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qjsonarray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qjsonvalue.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qjsondocument.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qjsonobject.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlibrary.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlibraryinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qversionnumber.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlinkedlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlockfile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qloggingcategory.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmath.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmessageauthenticationcode.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmetaobject.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmimedata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmimedatabase.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmimetype.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectcleanuphandler.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qparallelanimationgroup.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpauseanimation.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qplugin.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpluginloader.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qprocess.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpropertyanimation.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvariantanimation.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qqueue.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qreadwritelock.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qregularexpression.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qresource.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsavefile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qscopedvaluerollback.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsemaphore.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsequentialanimationgroup.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsettings.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedmemory.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsignalmapper.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsignaltransition.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsocketnotifier.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsortfilterproxymodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstack.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstandardpaths.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstatemachine.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstorageinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringlistmodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsystemsemaphore.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtemporarydir.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QScopedPointer \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtemporaryfile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtextboundaryfinder.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtextcodec.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qthreadpool.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qthreadstorage.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtimeline.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtimezone.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtranslator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/quuid.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qwineventnotifier.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qxmlstream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtcoreversion.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentcompilertest.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrent_global.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentexception.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentfilter.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentfilterkernel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentiteratekernel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentmedian.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentthreadengine.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentmapkernel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentreducekernel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentfunctionwrappers.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentrun.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentrunbase.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentstoredfunctioncall.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentversion.h \ robot.h \ serial.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QTimer \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/QSerialPort \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialport.h \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialportglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QTimer \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/QSerialPort \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialport.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialportglobal.h \ settingsdialog.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QDialog \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QDialog \ utils.h \ configrobots.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QWidget \ setcolorrange.h \ - ../../Qt/5.8/gcc_64/include/QtGui/QCloseEvent \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/QCloseEvent \ video4linuxconfig.h \ - soccer_window.h \ fuzzy.h \ game_functions.h \ navigation.h \ drawobjects.h \ - ../../Qt/5.8/gcc_64/include/QtGui/QPainter \ - ../../Qt/5.8/gcc_64/include/QtGui/qpainter.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtextoption.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QGraphicsItem \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qgraphicsitem.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/QPainter \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpainter.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtextoption.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QGraphicsItem \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qgraphicsitem.h \ mover.h \ - ui_mainwindow.h + informationwindow.h \ + ui_mainwindow.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QLocale \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QVariant \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QAction \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qaction.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qactiongroup.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QApplication \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qapplication.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qdesktopwidget.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qguiapplication.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qinputmethod.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QButtonGroup \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qbuttongroup.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QComboBox \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qcombobox.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qabstractitemdelegate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qstyleoption.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qabstractspinbox.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qvalidator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qslider.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qabstractslider.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qstyle.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtabbar.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qrubberband.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qframe.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QGraphicsView \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qgraphicsview.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qscrollarea.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qabstractscrollarea.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QHBoxLayout \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qboxlayout.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qlayout.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qlayoutitem.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qgridlayout.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QHeaderView \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qheaderview.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qabstractitemview.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QLCDNumber \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qlcdnumber.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QLabel \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qlabel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QMenu \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qmenu.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QMenuBar \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qmenubar.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QPushButton \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qpushbutton.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qabstractbutton.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QSpacerItem \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QSpinBox \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qspinbox.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QVBoxLayout $(CXX) -c $(CXXFLAGS) $(INCPATH) -o mainwindow.o mainwindow.cpp -vision.o: vision.cpp ../../Qt/5.8/gcc_64/include/QtWidgets/QMessageBox \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qmessagebox.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtguiglobal.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qglobal.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qconfig-bootstrapped.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qconfig.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtcore-config.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsystemdetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qprocessordetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcompilerdetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtypeinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsysinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlogging.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qflags.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtypetraits.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbasicatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_bootstrap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qgenericatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_cxx11.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_msvc.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qglobalstatic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmutex.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qnumeric.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qversiontagging.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtgui-config.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtwidgets-config.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qdialog.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qwidget.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qwindowdefs.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectdefs.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qnamespace.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectdefs_impl.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qwindowdefs_win.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobject.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstring.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qchar.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrefcount.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qarraydata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringbuilder.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qalgorithms.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qiterator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhashfunctions.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpair.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearraylist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qregexp.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringmatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcoreevent.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qscopedpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmetatype.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvarlengtharray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcontainerfwd.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobject_impl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmargins.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpaintdevice.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrect.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsize.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpoint.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpalette.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qcolor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qrgb.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qrgba64.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qbrush.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvector.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qmatrix.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpolygon.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qregion.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdatastream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qiodevice.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qline.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtransform.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpainterpath.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qimage.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpixelformat.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpixmap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qshareddata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhash.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedpointer_impl.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfont.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfontmetrics.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfontinfo.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qsizepolicy.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qcursor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qkeysequence.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qevent.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvariant.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdebug.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtextstream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlocale.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qset.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcontiguouscache.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qurl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qurlquery.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfiledevice.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qvector2d.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtouchdevice.h \ +vision.o: vision.cpp ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QMessageBox \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qmessagebox.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtguiglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qconfig-bootstrapped.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qconfig.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtcore-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsystemdetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qprocessordetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcompilerdetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtypeinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsysinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlogging.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qflags.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtypetraits.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbasicatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_bootstrap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qgenericatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_cxx11.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_msvc.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qglobalstatic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmutex.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qnumeric.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qversiontagging.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtgui-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtwidgets-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qdialog.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qwidget.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qwindowdefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectdefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qnamespace.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectdefs_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qwindowdefs_win.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobject.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstring.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qchar.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrefcount.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qarraydata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringbuilder.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qalgorithms.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qiterator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhashfunctions.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpair.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearraylist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qregexp.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringmatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcoreevent.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qscopedpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmetatype.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvarlengtharray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcontainerfwd.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobject_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmargins.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpaintdevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrect.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsize.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpoint.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpalette.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qcolor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qrgb.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qrgba64.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qbrush.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvector.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qmatrix.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpolygon.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qregion.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdatastream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qiodevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qline.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtransform.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpainterpath.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qimage.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpixelformat.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpixmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qshareddata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhash.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedpointer_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfont.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfontmetrics.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfontinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qsizepolicy.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qcursor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qkeysequence.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qevent.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvariant.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdebug.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtextstream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlocale.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qset.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcontiguouscache.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qurl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qurlquery.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfiledevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qvector2d.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtouchdevice.h \ utils.h \ robot.h \ serial.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QTimer \ - ../../Qt/5.8/gcc_64/include/QtCore/qtimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbasictimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QObject \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/QSerialPort \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialport.h \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialportglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QTimer \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbasictimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QObject \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/QSerialPort \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialport.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialportglobal.h \ settingsdialog.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QDialog \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QDialog \ vision.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QMutex \ - ../../Qt/5.8/gcc_64/include/QtCore/QThread \ - ../../Qt/5.8/gcc_64/include/QtCore/qthread.h \ - ../../Qt/5.8/gcc_64/include/QtGui/QImage \ - ../../Qt/5.8/gcc_64/include/QtCore/QWaitCondition \ - ../../Qt/5.8/gcc_64/include/QtCore/qwaitcondition.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/QtConcurrent \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/QtConcurrentDepends \ - ../../Qt/5.8/gcc_64/include/QtCore/QtCore \ - ../../Qt/5.8/gcc_64/include/QtCore/QtCoreDepends \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractanimation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstracteventdispatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qeventloop.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractitemmodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractnativeeventfilter.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractproxymodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractstate.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstracttransition.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qanimationgroup.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qarraydataops.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qarraydatapointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbitarray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbuffer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearraymatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcache.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcollator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcommandlineoption.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcommandlineparser.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcoreapplication.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcryptographichash.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdatetime.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdeadlinetimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qelapsedtimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdir.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfileinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdiriterator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qeasingcurve.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qendian.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qeventtransition.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qexception.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfactoryinterface.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfileselector.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QStringList \ - ../../Qt/5.8/gcc_64/include/QtCore/qfilesystemwatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfinalstate.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfuture.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfutureinterface.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrunnable.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qresultstore.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfuturesynchronizer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfuturewatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhistorystate.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qidentityproxymodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qisenum.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qitemselectionmodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qjsonarray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qjsonvalue.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qjsondocument.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qjsonobject.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlibrary.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlibraryinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qversionnumber.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlinkedlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlockfile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qloggingcategory.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmath.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmessageauthenticationcode.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmetaobject.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmimedata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmimedatabase.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmimetype.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectcleanuphandler.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qparallelanimationgroup.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpauseanimation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qplugin.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpluginloader.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qprocess.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpropertyanimation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvariantanimation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qqueue.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qreadwritelock.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qregularexpression.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qresource.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsavefile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qscopedvaluerollback.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsemaphore.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsequentialanimationgroup.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsettings.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedmemory.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsignalmapper.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsignaltransition.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsocketnotifier.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsortfilterproxymodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstack.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstandardpaths.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstate.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstatemachine.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstorageinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringlistmodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsystemsemaphore.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtemporarydir.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QScopedPointer \ - ../../Qt/5.8/gcc_64/include/QtCore/qtemporaryfile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtextboundaryfinder.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtextcodec.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qthreadpool.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qthreadstorage.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtimeline.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtimezone.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtranslator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/quuid.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qwineventnotifier.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qxmlstream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtcoreversion.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentcompilertest.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrent_global.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentexception.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentfilter.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentfilterkernel.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentiteratekernel.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentmedian.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentthreadengine.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentmapkernel.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentreducekernel.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentfunctionwrappers.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentmap.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentrun.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentrunbase.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentstoredfunctioncall.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentversion.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QGraphicsScene \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qgraphicsscene.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpen.h + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QMutex \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QThread \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qthread.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/QImage \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QWaitCondition \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qwaitcondition.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/QtConcurrent \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/QtConcurrentDepends \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QtCore \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QtCoreDepends \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractanimation.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstracteventdispatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qeventloop.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractitemmodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractnativeeventfilter.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractproxymodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractstate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstracttransition.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qanimationgroup.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qarraydataops.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qarraydatapointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbitarray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbuffer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearraymatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcache.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcollator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcommandlineoption.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcommandlineparser.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcoreapplication.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcryptographichash.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdatetime.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdeadlinetimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qelapsedtimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdir.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfileinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdiriterator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qeasingcurve.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qendian.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qeventtransition.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qexception.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfactoryinterface.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfileselector.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QStringList \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfilesystemwatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfinalstate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfuture.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfutureinterface.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrunnable.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qresultstore.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfuturesynchronizer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfuturewatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhistorystate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qidentityproxymodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qisenum.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qitemselectionmodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qjsonarray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qjsonvalue.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qjsondocument.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qjsonobject.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlibrary.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlibraryinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qversionnumber.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlinkedlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlockfile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qloggingcategory.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmath.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmessageauthenticationcode.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmetaobject.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmimedata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmimedatabase.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmimetype.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectcleanuphandler.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qparallelanimationgroup.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpauseanimation.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qplugin.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpluginloader.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qprocess.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpropertyanimation.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvariantanimation.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qqueue.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qreadwritelock.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qregularexpression.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qresource.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsavefile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qscopedvaluerollback.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsemaphore.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsequentialanimationgroup.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsettings.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedmemory.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsignalmapper.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsignaltransition.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsocketnotifier.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsortfilterproxymodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstack.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstandardpaths.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstatemachine.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstorageinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringlistmodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsystemsemaphore.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtemporarydir.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QScopedPointer \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtemporaryfile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtextboundaryfinder.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtextcodec.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qthreadpool.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qthreadstorage.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtimeline.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtimezone.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtranslator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/quuid.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qwineventnotifier.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qxmlstream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtcoreversion.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentcompilertest.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrent_global.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentexception.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentfilter.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentfilterkernel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentiteratekernel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentmedian.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentthreadengine.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentmapkernel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentreducekernel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentfunctionwrappers.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentrun.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentrunbase.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentstoredfunctioncall.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentversion.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QGraphicsScene \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qgraphicsscene.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpen.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o vision.o vision.cpp setparameters.o: setparameters.cpp setparameters.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QMainWindow \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qmainwindow.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtguiglobal.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qglobal.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qconfig-bootstrapped.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qconfig.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtcore-config.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsystemdetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qprocessordetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcompilerdetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtypeinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsysinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlogging.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qflags.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtypetraits.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbasicatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_bootstrap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qgenericatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_cxx11.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_msvc.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qglobalstatic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmutex.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qnumeric.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qversiontagging.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtgui-config.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtwidgets-config.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qwidget.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qwindowdefs.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectdefs.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qnamespace.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectdefs_impl.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qwindowdefs_win.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobject.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstring.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qchar.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrefcount.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qarraydata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringbuilder.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qalgorithms.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qiterator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhashfunctions.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpair.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearraylist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qregexp.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringmatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcoreevent.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qscopedpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmetatype.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvarlengtharray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcontainerfwd.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobject_impl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmargins.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpaintdevice.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrect.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsize.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpoint.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpalette.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qcolor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qrgb.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qrgba64.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qbrush.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvector.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qmatrix.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpolygon.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qregion.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdatastream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qiodevice.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qline.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtransform.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpainterpath.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qimage.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpixelformat.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpixmap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qshareddata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhash.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedpointer_impl.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfont.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfontmetrics.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfontinfo.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qsizepolicy.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qcursor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qkeysequence.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qevent.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvariant.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdebug.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtextstream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlocale.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qset.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcontiguouscache.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qurl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qurlquery.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfiledevice.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qvector2d.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtouchdevice.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtabwidget.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qicon.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QMessageBox \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qmessagebox.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qdialog.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QMainWindow \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qmainwindow.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtguiglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qconfig-bootstrapped.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qconfig.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtcore-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsystemdetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qprocessordetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcompilerdetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtypeinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsysinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlogging.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qflags.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtypetraits.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbasicatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_bootstrap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qgenericatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_cxx11.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_msvc.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qglobalstatic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmutex.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qnumeric.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qversiontagging.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtgui-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtwidgets-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qwidget.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qwindowdefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectdefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qnamespace.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectdefs_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qwindowdefs_win.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobject.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstring.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qchar.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrefcount.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qarraydata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringbuilder.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qalgorithms.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qiterator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhashfunctions.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpair.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearraylist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qregexp.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringmatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcoreevent.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qscopedpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmetatype.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvarlengtharray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcontainerfwd.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobject_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmargins.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpaintdevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrect.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsize.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpoint.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpalette.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qcolor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qrgb.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qrgba64.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qbrush.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvector.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qmatrix.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpolygon.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qregion.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdatastream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qiodevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qline.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtransform.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpainterpath.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qimage.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpixelformat.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpixmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qshareddata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhash.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedpointer_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfont.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfontmetrics.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfontinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qsizepolicy.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qcursor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qkeysequence.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qevent.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvariant.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdebug.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtextstream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlocale.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qset.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcontiguouscache.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qurl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qurlquery.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfiledevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qvector2d.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtouchdevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtabwidget.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qicon.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QMessageBox \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qmessagebox.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qdialog.h \ vision.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QMutex \ - ../../Qt/5.8/gcc_64/include/QtCore/QThread \ - ../../Qt/5.8/gcc_64/include/QtCore/qthread.h \ - ../../Qt/5.8/gcc_64/include/QtGui/QImage \ - ../../Qt/5.8/gcc_64/include/QtCore/QWaitCondition \ - ../../Qt/5.8/gcc_64/include/QtCore/qwaitcondition.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/QtConcurrent \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/QtConcurrentDepends \ - ../../Qt/5.8/gcc_64/include/QtCore/QtCore \ - ../../Qt/5.8/gcc_64/include/QtCore/QtCoreDepends \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractanimation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstracteventdispatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qeventloop.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractitemmodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractnativeeventfilter.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractproxymodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractstate.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstracttransition.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qanimationgroup.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qarraydataops.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qarraydatapointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbasictimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbitarray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbuffer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearraymatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcache.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcollator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcommandlineoption.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcommandlineparser.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcoreapplication.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcryptographichash.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdatetime.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdeadlinetimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qelapsedtimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdir.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfileinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdiriterator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qeasingcurve.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qendian.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qeventtransition.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qexception.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfactoryinterface.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfileselector.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QObject \ - ../../Qt/5.8/gcc_64/include/QtCore/QStringList \ - ../../Qt/5.8/gcc_64/include/QtCore/qfilesystemwatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfinalstate.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfuture.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfutureinterface.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrunnable.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qresultstore.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfuturesynchronizer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfuturewatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhistorystate.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qidentityproxymodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qisenum.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qitemselectionmodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qjsonarray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qjsonvalue.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qjsondocument.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qjsonobject.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlibrary.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlibraryinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qversionnumber.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlinkedlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlockfile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qloggingcategory.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmath.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmessageauthenticationcode.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmetaobject.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmimedata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmimedatabase.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmimetype.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectcleanuphandler.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qparallelanimationgroup.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpauseanimation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qplugin.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpluginloader.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qprocess.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpropertyanimation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvariantanimation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qqueue.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qreadwritelock.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qregularexpression.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qresource.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsavefile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qscopedvaluerollback.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsemaphore.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsequentialanimationgroup.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsettings.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedmemory.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsignalmapper.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsignaltransition.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsocketnotifier.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsortfilterproxymodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstack.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstandardpaths.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstate.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstatemachine.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstorageinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringlistmodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsystemsemaphore.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtemporarydir.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QScopedPointer \ - ../../Qt/5.8/gcc_64/include/QtCore/qtemporaryfile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtextboundaryfinder.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtextcodec.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qthreadpool.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qthreadstorage.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtimeline.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtimezone.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtranslator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/quuid.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qwineventnotifier.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qxmlstream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtcoreversion.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentcompilertest.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrent_global.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentexception.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentfilter.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentfilterkernel.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentiteratekernel.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentmedian.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentthreadengine.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentmapkernel.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentreducekernel.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentfunctionwrappers.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentmap.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentrun.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentrunbase.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentstoredfunctioncall.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentversion.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QGraphicsScene \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qgraphicsscene.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpen.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QMutex \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QThread \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qthread.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/QImage \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QWaitCondition \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qwaitcondition.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/QtConcurrent \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/QtConcurrentDepends \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QtCore \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QtCoreDepends \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractanimation.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstracteventdispatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qeventloop.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractitemmodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractnativeeventfilter.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractproxymodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractstate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstracttransition.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qanimationgroup.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qarraydataops.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qarraydatapointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbasictimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbitarray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbuffer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearraymatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcache.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcollator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcommandlineoption.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcommandlineparser.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcoreapplication.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcryptographichash.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdatetime.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdeadlinetimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qelapsedtimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdir.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfileinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdiriterator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qeasingcurve.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qendian.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qeventtransition.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qexception.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfactoryinterface.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfileselector.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QObject \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QStringList \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfilesystemwatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfinalstate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfuture.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfutureinterface.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrunnable.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qresultstore.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfuturesynchronizer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfuturewatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhistorystate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qidentityproxymodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qisenum.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qitemselectionmodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qjsonarray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qjsonvalue.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qjsondocument.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qjsonobject.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlibrary.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlibraryinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qversionnumber.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlinkedlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlockfile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qloggingcategory.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmath.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmessageauthenticationcode.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmetaobject.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmimedata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmimedatabase.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmimetype.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectcleanuphandler.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qparallelanimationgroup.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpauseanimation.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qplugin.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpluginloader.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qprocess.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpropertyanimation.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvariantanimation.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qqueue.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qreadwritelock.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qregularexpression.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qresource.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsavefile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qscopedvaluerollback.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsemaphore.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsequentialanimationgroup.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsettings.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedmemory.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsignalmapper.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsignaltransition.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsocketnotifier.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsortfilterproxymodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstack.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstandardpaths.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstatemachine.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstorageinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringlistmodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsystemsemaphore.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtemporarydir.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QScopedPointer \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtemporaryfile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtextboundaryfinder.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtextcodec.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qthreadpool.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qthreadstorage.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtimeline.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtimezone.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtranslator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/quuid.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qwineventnotifier.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qxmlstream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtcoreversion.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentcompilertest.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrent_global.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentexception.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentfilter.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentfilterkernel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentiteratekernel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentmedian.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentthreadengine.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentmapkernel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentreducekernel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentfunctionwrappers.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentrun.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentrunbase.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentstoredfunctioncall.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentversion.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QGraphicsScene \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qgraphicsscene.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpen.h \ robot.h \ serial.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QTimer \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/QSerialPort \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialport.h \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialportglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QTimer \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/QSerialPort \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialport.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialportglobal.h \ settingsdialog.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QDialog \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QDialog \ utils.h \ configrobots.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QWidget \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QWidget \ setcolorrange.h \ - ../../Qt/5.8/gcc_64/include/QtGui/QCloseEvent \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/QCloseEvent \ video4linuxconfig.h \ - ui_setparameters.h + ui_setparameters.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QVariant \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QAction \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qaction.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qactiongroup.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QApplication \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qapplication.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qdesktopwidget.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qguiapplication.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qinputmethod.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QButtonGroup \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qbuttongroup.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QHeaderView \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qheaderview.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qabstractitemview.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qabstractscrollarea.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qframe.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qabstractitemdelegate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qstyleoption.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qabstractspinbox.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qvalidator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qslider.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qabstractslider.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qstyle.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtabbar.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qrubberband.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QLCDNumber \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qlcdnumber.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QLabel \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qlabel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QPushButton \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qpushbutton.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qabstractbutton.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QSpinBox \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qspinbox.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QStatusBar \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qstatusbar.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o setparameters.o setparameters.cpp robot.o: robot.cpp utils.h \ robot.h \ serial.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QTimer \ - ../../Qt/5.8/gcc_64/include/QtCore/qtimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qglobal.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qconfig-bootstrapped.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qconfig.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtcore-config.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsystemdetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qprocessordetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcompilerdetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtypeinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsysinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlogging.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qflags.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtypetraits.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbasicatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_bootstrap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qgenericatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_cxx11.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_msvc.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qglobalstatic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmutex.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qnumeric.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qversiontagging.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbasictimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qnamespace.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobject.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectdefs.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectdefs_impl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstring.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qchar.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrefcount.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qarraydata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringbuilder.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qalgorithms.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qiterator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhashfunctions.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpair.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearraylist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qregexp.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringmatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcoreevent.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qscopedpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmetatype.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvarlengtharray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcontainerfwd.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobject_impl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QObject \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/QSerialPort \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialport.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qiodevice.h \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialportglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QTimer \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qconfig-bootstrapped.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qconfig.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtcore-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsystemdetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qprocessordetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcompilerdetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtypeinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsysinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlogging.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qflags.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtypetraits.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbasicatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_bootstrap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qgenericatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_cxx11.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_msvc.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qglobalstatic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmutex.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qnumeric.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qversiontagging.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbasictimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qnamespace.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobject.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectdefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectdefs_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstring.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qchar.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrefcount.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qarraydata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringbuilder.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qalgorithms.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qiterator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhashfunctions.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpair.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearraylist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qregexp.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringmatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcoreevent.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qscopedpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmetatype.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvarlengtharray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcontainerfwd.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobject_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QObject \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/QSerialPort \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialport.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qiodevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialportglobal.h \ settingsdialog.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QDialog \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qdialog.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtguiglobal.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtgui-config.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtwidgets-config.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qwidget.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qwindowdefs.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qwindowdefs_win.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmargins.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpaintdevice.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrect.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsize.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpoint.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpalette.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qcolor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qrgb.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qrgba64.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qbrush.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvector.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qmatrix.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpolygon.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qregion.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdatastream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qline.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtransform.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpainterpath.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qimage.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpixelformat.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpixmap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qshareddata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhash.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedpointer_impl.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfont.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfontmetrics.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfontinfo.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qsizepolicy.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qcursor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qkeysequence.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qevent.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvariant.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdebug.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtextstream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlocale.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qset.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcontiguouscache.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qurl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qurlquery.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfiledevice.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qvector2d.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtouchdevice.h + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QDialog \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qdialog.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtguiglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtgui-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtwidgets-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qwidget.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qwindowdefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qwindowdefs_win.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmargins.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpaintdevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrect.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsize.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpoint.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpalette.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qcolor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qrgb.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qrgba64.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qbrush.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvector.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qmatrix.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpolygon.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qregion.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdatastream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qline.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtransform.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpainterpath.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qimage.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpixelformat.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpixmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qshareddata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhash.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedpointer_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfont.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfontmetrics.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfontinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qsizepolicy.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qcursor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qkeysequence.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qevent.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvariant.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdebug.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtextstream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlocale.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qset.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcontiguouscache.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qurl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qurlquery.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfiledevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qvector2d.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtouchdevice.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o robot.o robot.cpp utils.o: utils.cpp utils.h \ robot.h \ serial.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QTimer \ - ../../Qt/5.8/gcc_64/include/QtCore/qtimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qglobal.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qconfig-bootstrapped.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qconfig.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtcore-config.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsystemdetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qprocessordetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcompilerdetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtypeinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsysinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlogging.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qflags.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtypetraits.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbasicatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_bootstrap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qgenericatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_cxx11.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_msvc.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qglobalstatic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmutex.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qnumeric.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qversiontagging.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbasictimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qnamespace.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobject.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectdefs.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectdefs_impl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstring.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qchar.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrefcount.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qarraydata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringbuilder.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qalgorithms.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qiterator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhashfunctions.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpair.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearraylist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qregexp.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringmatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcoreevent.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qscopedpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmetatype.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvarlengtharray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcontainerfwd.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobject_impl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QObject \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/QSerialPort \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialport.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qiodevice.h \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialportglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QTimer \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qconfig-bootstrapped.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qconfig.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtcore-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsystemdetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qprocessordetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcompilerdetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtypeinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsysinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlogging.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qflags.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtypetraits.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbasicatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_bootstrap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qgenericatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_cxx11.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_msvc.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qglobalstatic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmutex.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qnumeric.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qversiontagging.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbasictimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qnamespace.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobject.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectdefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectdefs_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstring.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qchar.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrefcount.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qarraydata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringbuilder.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qalgorithms.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qiterator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhashfunctions.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpair.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearraylist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qregexp.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringmatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcoreevent.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qscopedpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmetatype.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvarlengtharray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcontainerfwd.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobject_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QObject \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/QSerialPort \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialport.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qiodevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialportglobal.h \ settingsdialog.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QDialog \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qdialog.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtguiglobal.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtgui-config.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtwidgets-config.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qwidget.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qwindowdefs.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qwindowdefs_win.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmargins.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpaintdevice.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrect.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsize.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpoint.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpalette.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qcolor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qrgb.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qrgba64.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qbrush.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvector.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qmatrix.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpolygon.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qregion.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdatastream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qline.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtransform.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpainterpath.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qimage.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpixelformat.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpixmap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qshareddata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhash.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedpointer_impl.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfont.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfontmetrics.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfontinfo.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qsizepolicy.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qcursor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qkeysequence.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qevent.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvariant.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdebug.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtextstream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlocale.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qset.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcontiguouscache.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qurl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qurlquery.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfiledevice.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qvector2d.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtouchdevice.h + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QDialog \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qdialog.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtguiglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtgui-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtwidgets-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qwidget.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qwindowdefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qwindowdefs_win.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmargins.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpaintdevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrect.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsize.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpoint.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpalette.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qcolor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qrgb.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qrgba64.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qbrush.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvector.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qmatrix.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpolygon.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qregion.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdatastream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qline.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtransform.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpainterpath.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qimage.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpixelformat.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpixmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qshareddata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhash.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedpointer_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfont.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfontmetrics.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfontinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qsizepolicy.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qcursor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qkeysequence.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qevent.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvariant.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdebug.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtextstream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlocale.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qset.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcontiguouscache.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qurl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qurlquery.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfiledevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qvector2d.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtouchdevice.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o utils.o utils.cpp configrobots.o: configrobots.cpp configrobots.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QWidget \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qwidget.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtguiglobal.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qglobal.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qconfig-bootstrapped.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qconfig.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtcore-config.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsystemdetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qprocessordetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcompilerdetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtypeinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsysinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlogging.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qflags.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtypetraits.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbasicatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_bootstrap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qgenericatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_cxx11.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_msvc.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qglobalstatic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmutex.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qnumeric.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qversiontagging.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtgui-config.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtwidgets-config.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qwindowdefs.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectdefs.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qnamespace.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectdefs_impl.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qwindowdefs_win.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobject.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstring.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qchar.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrefcount.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qarraydata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringbuilder.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qalgorithms.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qiterator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhashfunctions.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpair.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearraylist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qregexp.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringmatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcoreevent.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qscopedpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmetatype.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvarlengtharray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcontainerfwd.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobject_impl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmargins.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpaintdevice.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrect.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsize.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpoint.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpalette.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qcolor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qrgb.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qrgba64.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qbrush.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvector.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qmatrix.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpolygon.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qregion.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdatastream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qiodevice.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qline.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtransform.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpainterpath.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qimage.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpixelformat.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpixmap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qshareddata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhash.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedpointer_impl.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfont.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfontmetrics.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfontinfo.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qsizepolicy.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qcursor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qkeysequence.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qevent.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvariant.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdebug.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtextstream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlocale.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qset.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcontiguouscache.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qurl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qurlquery.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfiledevice.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qvector2d.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtouchdevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QWidget \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qwidget.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtguiglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qconfig-bootstrapped.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qconfig.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtcore-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsystemdetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qprocessordetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcompilerdetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtypeinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsysinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlogging.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qflags.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtypetraits.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbasicatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_bootstrap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qgenericatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_cxx11.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_msvc.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qglobalstatic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmutex.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qnumeric.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qversiontagging.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtgui-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtwidgets-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qwindowdefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectdefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qnamespace.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectdefs_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qwindowdefs_win.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobject.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstring.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qchar.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrefcount.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qarraydata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringbuilder.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qalgorithms.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qiterator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhashfunctions.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpair.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearraylist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qregexp.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringmatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcoreevent.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qscopedpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmetatype.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvarlengtharray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcontainerfwd.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobject_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmargins.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpaintdevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrect.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsize.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpoint.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpalette.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qcolor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qrgb.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qrgba64.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qbrush.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvector.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qmatrix.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpolygon.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qregion.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdatastream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qiodevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qline.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtransform.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpainterpath.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qimage.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpixelformat.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpixmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qshareddata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhash.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedpointer_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfont.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfontmetrics.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfontinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qsizepolicy.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qcursor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qkeysequence.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qevent.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvariant.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdebug.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtextstream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlocale.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qset.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcontiguouscache.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qurl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qurlquery.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfiledevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qvector2d.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtouchdevice.h \ setcolorrange.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QMessageBox \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qmessagebox.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qdialog.h \ - ../../Qt/5.8/gcc_64/include/QtGui/QCloseEvent \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QMessageBox \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qmessagebox.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qdialog.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/QCloseEvent \ vision.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QMutex \ - ../../Qt/5.8/gcc_64/include/QtCore/QThread \ - ../../Qt/5.8/gcc_64/include/QtCore/qthread.h \ - ../../Qt/5.8/gcc_64/include/QtGui/QImage \ - ../../Qt/5.8/gcc_64/include/QtCore/QWaitCondition \ - ../../Qt/5.8/gcc_64/include/QtCore/qwaitcondition.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/QtConcurrent \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/QtConcurrentDepends \ - ../../Qt/5.8/gcc_64/include/QtCore/QtCore \ - ../../Qt/5.8/gcc_64/include/QtCore/QtCoreDepends \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractanimation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstracteventdispatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qeventloop.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractitemmodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractnativeeventfilter.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractproxymodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractstate.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstracttransition.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qanimationgroup.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qarraydataops.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qarraydatapointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbasictimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbitarray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbuffer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearraymatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcache.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcollator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcommandlineoption.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcommandlineparser.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcoreapplication.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcryptographichash.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdatetime.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdeadlinetimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qelapsedtimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdir.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfileinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdiriterator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qeasingcurve.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qendian.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qeventtransition.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qexception.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfactoryinterface.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfileselector.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QObject \ - ../../Qt/5.8/gcc_64/include/QtCore/QStringList \ - ../../Qt/5.8/gcc_64/include/QtCore/qfilesystemwatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfinalstate.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfuture.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfutureinterface.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrunnable.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qresultstore.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfuturesynchronizer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfuturewatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhistorystate.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qidentityproxymodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qisenum.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qitemselectionmodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qjsonarray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qjsonvalue.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qjsondocument.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qjsonobject.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlibrary.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlibraryinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qversionnumber.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlinkedlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlockfile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qloggingcategory.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmath.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmessageauthenticationcode.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmetaobject.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmimedata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmimedatabase.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmimetype.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectcleanuphandler.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qparallelanimationgroup.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpauseanimation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qplugin.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpluginloader.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qprocess.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpropertyanimation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvariantanimation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qqueue.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qreadwritelock.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qregularexpression.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qresource.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsavefile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qscopedvaluerollback.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsemaphore.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsequentialanimationgroup.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsettings.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedmemory.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsignalmapper.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsignaltransition.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsocketnotifier.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsortfilterproxymodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstack.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstandardpaths.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstate.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstatemachine.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstorageinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringlistmodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsystemsemaphore.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtemporarydir.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QScopedPointer \ - ../../Qt/5.8/gcc_64/include/QtCore/qtemporaryfile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtextboundaryfinder.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtextcodec.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qthreadpool.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qthreadstorage.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtimeline.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtimezone.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtranslator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/quuid.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qwineventnotifier.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qxmlstream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtcoreversion.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentcompilertest.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrent_global.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentexception.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentfilter.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentfilterkernel.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentiteratekernel.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentmedian.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentthreadengine.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentmapkernel.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentreducekernel.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentfunctionwrappers.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentmap.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentrun.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentrunbase.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentstoredfunctioncall.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentversion.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QGraphicsScene \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qgraphicsscene.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpen.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QMutex \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QThread \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qthread.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/QImage \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QWaitCondition \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qwaitcondition.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/QtConcurrent \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/QtConcurrentDepends \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QtCore \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QtCoreDepends \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractanimation.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstracteventdispatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qeventloop.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractitemmodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractnativeeventfilter.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractproxymodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractstate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstracttransition.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qanimationgroup.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qarraydataops.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qarraydatapointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbasictimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbitarray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbuffer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearraymatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcache.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcollator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcommandlineoption.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcommandlineparser.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcoreapplication.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcryptographichash.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdatetime.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdeadlinetimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qelapsedtimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdir.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfileinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdiriterator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qeasingcurve.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qendian.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qeventtransition.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qexception.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfactoryinterface.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfileselector.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QObject \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QStringList \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfilesystemwatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfinalstate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfuture.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfutureinterface.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrunnable.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qresultstore.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfuturesynchronizer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfuturewatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhistorystate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qidentityproxymodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qisenum.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qitemselectionmodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qjsonarray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qjsonvalue.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qjsondocument.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qjsonobject.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlibrary.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlibraryinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qversionnumber.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlinkedlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlockfile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qloggingcategory.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmath.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmessageauthenticationcode.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmetaobject.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmimedata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmimedatabase.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmimetype.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectcleanuphandler.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qparallelanimationgroup.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpauseanimation.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qplugin.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpluginloader.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qprocess.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpropertyanimation.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvariantanimation.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qqueue.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qreadwritelock.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qregularexpression.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qresource.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsavefile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qscopedvaluerollback.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsemaphore.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsequentialanimationgroup.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsettings.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedmemory.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsignalmapper.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsignaltransition.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsocketnotifier.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsortfilterproxymodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstack.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstandardpaths.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstatemachine.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstorageinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringlistmodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsystemsemaphore.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtemporarydir.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QScopedPointer \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtemporaryfile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtextboundaryfinder.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtextcodec.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qthreadpool.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qthreadstorage.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtimeline.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtimezone.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtranslator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/quuid.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qwineventnotifier.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qxmlstream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtcoreversion.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentcompilertest.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrent_global.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentexception.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentfilter.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentfilterkernel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentiteratekernel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentmedian.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentthreadengine.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentmapkernel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentreducekernel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentfunctionwrappers.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentrun.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentrunbase.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentstoredfunctioncall.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentversion.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QGraphicsScene \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qgraphicsscene.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpen.h \ robot.h \ serial.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QTimer \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/QSerialPort \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialport.h \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialportglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QTimer \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/QSerialPort \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialport.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialportglobal.h \ settingsdialog.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QDialog \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QDialog \ utils.h \ - ui_configrobots.h + ui_configrobots.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QVariant \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QAction \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qaction.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qicon.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qactiongroup.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QApplication \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qapplication.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qdesktopwidget.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qguiapplication.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qinputmethod.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QButtonGroup \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qbuttongroup.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QComboBox \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qcombobox.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qabstractitemdelegate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qstyleoption.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qabstractspinbox.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qvalidator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qslider.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qabstractslider.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qstyle.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtabbar.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtabwidget.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qrubberband.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qframe.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QHeaderView \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qheaderview.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qabstractitemview.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qabstractscrollarea.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QLabel \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qlabel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QLineEdit \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qlineedit.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtextcursor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtextformat.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtextoption.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QPushButton \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qpushbutton.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qabstractbutton.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QSpinBox \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qspinbox.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o configrobots.o configrobots.cpp setcolorrange.o: setcolorrange.cpp setcolorrange.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QWidget \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qwidget.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtguiglobal.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qglobal.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qconfig-bootstrapped.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qconfig.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtcore-config.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsystemdetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qprocessordetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcompilerdetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtypeinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsysinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlogging.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qflags.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtypetraits.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbasicatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_bootstrap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qgenericatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_cxx11.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_msvc.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qglobalstatic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmutex.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qnumeric.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qversiontagging.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtgui-config.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtwidgets-config.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qwindowdefs.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectdefs.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qnamespace.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectdefs_impl.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qwindowdefs_win.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobject.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstring.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qchar.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrefcount.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qarraydata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringbuilder.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qalgorithms.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qiterator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhashfunctions.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpair.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearraylist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qregexp.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringmatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcoreevent.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qscopedpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmetatype.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvarlengtharray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcontainerfwd.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobject_impl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmargins.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpaintdevice.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrect.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsize.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpoint.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpalette.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qcolor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qrgb.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qrgba64.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qbrush.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvector.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qmatrix.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpolygon.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qregion.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdatastream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qiodevice.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qline.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtransform.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpainterpath.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qimage.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpixelformat.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpixmap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qshareddata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhash.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedpointer_impl.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfont.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfontmetrics.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfontinfo.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qsizepolicy.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qcursor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qkeysequence.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qevent.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvariant.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdebug.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtextstream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlocale.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qset.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcontiguouscache.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qurl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qurlquery.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfiledevice.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qvector2d.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtouchdevice.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QMessageBox \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qmessagebox.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qdialog.h \ - ../../Qt/5.8/gcc_64/include/QtGui/QCloseEvent \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QWidget \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qwidget.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtguiglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qconfig-bootstrapped.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qconfig.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtcore-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsystemdetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qprocessordetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcompilerdetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtypeinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsysinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlogging.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qflags.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtypetraits.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbasicatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_bootstrap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qgenericatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_cxx11.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_msvc.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qglobalstatic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmutex.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qnumeric.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qversiontagging.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtgui-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtwidgets-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qwindowdefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectdefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qnamespace.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectdefs_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qwindowdefs_win.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobject.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstring.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qchar.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrefcount.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qarraydata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringbuilder.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qalgorithms.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qiterator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhashfunctions.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpair.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearraylist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qregexp.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringmatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcoreevent.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qscopedpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmetatype.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvarlengtharray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcontainerfwd.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobject_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmargins.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpaintdevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrect.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsize.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpoint.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpalette.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qcolor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qrgb.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qrgba64.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qbrush.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvector.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qmatrix.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpolygon.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qregion.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdatastream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qiodevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qline.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtransform.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpainterpath.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qimage.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpixelformat.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpixmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qshareddata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhash.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedpointer_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfont.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfontmetrics.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfontinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qsizepolicy.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qcursor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qkeysequence.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qevent.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvariant.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdebug.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtextstream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlocale.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qset.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcontiguouscache.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qurl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qurlquery.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfiledevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qvector2d.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtouchdevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QMessageBox \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qmessagebox.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qdialog.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/QCloseEvent \ vision.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QMutex \ - ../../Qt/5.8/gcc_64/include/QtCore/QThread \ - ../../Qt/5.8/gcc_64/include/QtCore/qthread.h \ - ../../Qt/5.8/gcc_64/include/QtGui/QImage \ - ../../Qt/5.8/gcc_64/include/QtCore/QWaitCondition \ - ../../Qt/5.8/gcc_64/include/QtCore/qwaitcondition.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/QtConcurrent \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/QtConcurrentDepends \ - ../../Qt/5.8/gcc_64/include/QtCore/QtCore \ - ../../Qt/5.8/gcc_64/include/QtCore/QtCoreDepends \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractanimation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstracteventdispatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qeventloop.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractitemmodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractnativeeventfilter.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractproxymodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractstate.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstracttransition.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qanimationgroup.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qarraydataops.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qarraydatapointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbasictimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbitarray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbuffer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearraymatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcache.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcollator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcommandlineoption.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcommandlineparser.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcoreapplication.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcryptographichash.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdatetime.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdeadlinetimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qelapsedtimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdir.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfileinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdiriterator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qeasingcurve.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qendian.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qeventtransition.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qexception.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfactoryinterface.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfileselector.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QObject \ - ../../Qt/5.8/gcc_64/include/QtCore/QStringList \ - ../../Qt/5.8/gcc_64/include/QtCore/qfilesystemwatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfinalstate.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfuture.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfutureinterface.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrunnable.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qresultstore.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfuturesynchronizer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfuturewatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhistorystate.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qidentityproxymodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qisenum.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qitemselectionmodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qjsonarray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qjsonvalue.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qjsondocument.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qjsonobject.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlibrary.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlibraryinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qversionnumber.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlinkedlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlockfile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qloggingcategory.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmath.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmessageauthenticationcode.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmetaobject.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmimedata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmimedatabase.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmimetype.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectcleanuphandler.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qparallelanimationgroup.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpauseanimation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qplugin.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpluginloader.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qprocess.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpropertyanimation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvariantanimation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qqueue.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qreadwritelock.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qregularexpression.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qresource.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsavefile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qscopedvaluerollback.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsemaphore.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsequentialanimationgroup.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsettings.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedmemory.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsignalmapper.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsignaltransition.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsocketnotifier.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsortfilterproxymodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstack.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstandardpaths.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstate.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstatemachine.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstorageinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringlistmodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsystemsemaphore.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtemporarydir.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QScopedPointer \ - ../../Qt/5.8/gcc_64/include/QtCore/qtemporaryfile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtextboundaryfinder.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtextcodec.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qthreadpool.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qthreadstorage.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtimeline.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtimezone.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtranslator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/quuid.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qwineventnotifier.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qxmlstream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtcoreversion.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentcompilertest.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrent_global.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentexception.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentfilter.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentfilterkernel.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentiteratekernel.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentmedian.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentthreadengine.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentmapkernel.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentreducekernel.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentfunctionwrappers.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentmap.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentrun.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentrunbase.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentstoredfunctioncall.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentversion.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QGraphicsScene \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qgraphicsscene.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpen.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QMutex \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QThread \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qthread.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/QImage \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QWaitCondition \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qwaitcondition.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/QtConcurrent \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/QtConcurrentDepends \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QtCore \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QtCoreDepends \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractanimation.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstracteventdispatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qeventloop.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractitemmodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractnativeeventfilter.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractproxymodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractstate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstracttransition.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qanimationgroup.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qarraydataops.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qarraydatapointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbasictimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbitarray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbuffer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearraymatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcache.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcollator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcommandlineoption.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcommandlineparser.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcoreapplication.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcryptographichash.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdatetime.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdeadlinetimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qelapsedtimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdir.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfileinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdiriterator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qeasingcurve.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qendian.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qeventtransition.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qexception.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfactoryinterface.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfileselector.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QObject \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QStringList \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfilesystemwatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfinalstate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfuture.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfutureinterface.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrunnable.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qresultstore.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfuturesynchronizer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfuturewatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhistorystate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qidentityproxymodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qisenum.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qitemselectionmodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qjsonarray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qjsonvalue.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qjsondocument.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qjsonobject.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlibrary.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlibraryinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qversionnumber.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlinkedlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlockfile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qloggingcategory.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmath.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmessageauthenticationcode.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmetaobject.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmimedata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmimedatabase.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmimetype.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectcleanuphandler.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qparallelanimationgroup.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpauseanimation.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qplugin.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpluginloader.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qprocess.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpropertyanimation.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvariantanimation.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qqueue.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qreadwritelock.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qregularexpression.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qresource.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsavefile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qscopedvaluerollback.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsemaphore.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsequentialanimationgroup.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsettings.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedmemory.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsignalmapper.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsignaltransition.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsocketnotifier.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsortfilterproxymodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstack.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstandardpaths.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstatemachine.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstorageinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringlistmodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsystemsemaphore.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtemporarydir.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QScopedPointer \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtemporaryfile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtextboundaryfinder.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtextcodec.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qthreadpool.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qthreadstorage.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtimeline.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtimezone.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtranslator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/quuid.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qwineventnotifier.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qxmlstream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtcoreversion.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentcompilertest.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrent_global.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentexception.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentfilter.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentfilterkernel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentiteratekernel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentmedian.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentthreadengine.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentmapkernel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentreducekernel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentfunctionwrappers.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentrun.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentrunbase.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentstoredfunctioncall.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentversion.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QGraphicsScene \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qgraphicsscene.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpen.h \ robot.h \ serial.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QTimer \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/QSerialPort \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialport.h \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialportglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QTimer \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/QSerialPort \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialport.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialportglobal.h \ settingsdialog.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QDialog \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QDialog \ utils.h \ ui_setcolorrange.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QFile \ - ../../Qt/5.8/gcc_64/include/QtCore/QTextStream \ - ../../Qt/5.8/gcc_64/include/QtCore/QString + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QVariant \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QAction \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qaction.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qicon.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qactiongroup.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QApplication \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qapplication.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qdesktopwidget.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qguiapplication.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qinputmethod.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QButtonGroup \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qbuttongroup.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QGroupBox \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qgroupbox.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qframe.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QHeaderView \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qheaderview.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qabstractitemview.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qabstractscrollarea.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qabstractitemdelegate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qstyleoption.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qabstractspinbox.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qvalidator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qslider.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qabstractslider.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qstyle.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtabbar.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtabwidget.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qrubberband.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QLCDNumber \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qlcdnumber.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QLabel \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qlabel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QPushButton \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qpushbutton.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qabstractbutton.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QSlider \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QFile \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QTextStream \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QString $(CXX) -c $(CXXFLAGS) $(INCPATH) -o setcolorrange.o setcolorrange.cpp -serial.o: serial.cpp ../../Qt/5.8/gcc_64/include/QtCore/QCoreApplication \ - ../../Qt/5.8/gcc_64/include/QtCore/qcoreapplication.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qglobal.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qconfig-bootstrapped.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qconfig.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtcore-config.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsystemdetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qprocessordetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcompilerdetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtypeinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsysinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlogging.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qflags.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtypetraits.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbasicatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_bootstrap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qgenericatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_cxx11.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_msvc.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qglobalstatic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmutex.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qnumeric.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qversiontagging.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstring.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qchar.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrefcount.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qnamespace.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qarraydata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringbuilder.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobject.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectdefs.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectdefs_impl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qalgorithms.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qiterator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhashfunctions.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpair.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearraylist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qregexp.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringmatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcoreevent.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qscopedpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmetatype.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvarlengtharray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcontainerfwd.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobject_impl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qeventloop.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QMessageBox \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qmessagebox.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtguiglobal.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtgui-config.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtwidgets-config.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qdialog.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qwidget.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qwindowdefs.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qwindowdefs_win.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmargins.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpaintdevice.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrect.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsize.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpoint.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpalette.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qcolor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qrgb.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qrgba64.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qbrush.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvector.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qmatrix.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpolygon.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qregion.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdatastream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qiodevice.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qline.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtransform.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpainterpath.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qimage.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpixelformat.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpixmap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qshareddata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhash.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedpointer_impl.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfont.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfontmetrics.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfontinfo.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qsizepolicy.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qcursor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qkeysequence.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qevent.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvariant.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdebug.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtextstream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlocale.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qset.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcontiguouscache.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qurl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qurlquery.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfiledevice.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qvector2d.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtouchdevice.h \ +serial.o: serial.cpp ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QCoreApplication \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcoreapplication.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qconfig-bootstrapped.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qconfig.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtcore-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsystemdetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qprocessordetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcompilerdetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtypeinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsysinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlogging.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qflags.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtypetraits.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbasicatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_bootstrap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qgenericatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_cxx11.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_msvc.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qglobalstatic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmutex.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qnumeric.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qversiontagging.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstring.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qchar.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrefcount.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qnamespace.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qarraydata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringbuilder.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobject.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectdefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectdefs_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qalgorithms.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qiterator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhashfunctions.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpair.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearraylist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qregexp.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringmatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcoreevent.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qscopedpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmetatype.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvarlengtharray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcontainerfwd.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobject_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qeventloop.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QMessageBox \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qmessagebox.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtguiglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtgui-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtwidgets-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qdialog.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qwidget.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qwindowdefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qwindowdefs_win.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmargins.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpaintdevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrect.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsize.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpoint.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpalette.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qcolor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qrgb.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qrgba64.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qbrush.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvector.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qmatrix.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpolygon.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qregion.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdatastream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qiodevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qline.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtransform.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpainterpath.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qimage.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpixelformat.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpixmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qshareddata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhash.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedpointer_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfont.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfontmetrics.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfontinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qsizepolicy.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qcursor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qkeysequence.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qevent.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvariant.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdebug.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtextstream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlocale.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qset.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcontiguouscache.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qurl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qurlquery.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfiledevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qvector2d.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtouchdevice.h \ robot.h \ serial.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QTimer \ - ../../Qt/5.8/gcc_64/include/QtCore/qtimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbasictimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QObject \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/QSerialPort \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialport.h \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialportglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QTimer \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbasictimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QObject \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/QSerialPort \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialport.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialportglobal.h \ settingsdialog.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QDialog + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QDialog $(CXX) -c $(CXXFLAGS) $(INCPATH) -o serial.o serial.cpp settingsdialog.o: settingsdialog.cpp settingsdialog.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QDialog \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qdialog.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtguiglobal.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qglobal.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qconfig-bootstrapped.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qconfig.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtcore-config.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsystemdetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qprocessordetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcompilerdetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtypeinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsysinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlogging.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qflags.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtypetraits.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbasicatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_bootstrap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qgenericatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_cxx11.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_msvc.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qglobalstatic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmutex.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qnumeric.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qversiontagging.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtgui-config.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtwidgets-config.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qwidget.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qwindowdefs.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectdefs.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qnamespace.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectdefs_impl.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qwindowdefs_win.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobject.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstring.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qchar.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrefcount.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qarraydata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringbuilder.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qalgorithms.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qiterator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhashfunctions.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpair.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearraylist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qregexp.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringmatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcoreevent.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qscopedpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmetatype.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvarlengtharray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcontainerfwd.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobject_impl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmargins.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpaintdevice.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrect.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsize.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpoint.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpalette.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qcolor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qrgb.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qrgba64.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qbrush.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvector.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qmatrix.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpolygon.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qregion.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdatastream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qiodevice.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qline.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtransform.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpainterpath.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qimage.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpixelformat.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpixmap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qshareddata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhash.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedpointer_impl.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfont.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfontmetrics.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfontinfo.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qsizepolicy.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qcursor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qkeysequence.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qevent.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvariant.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdebug.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtextstream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlocale.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qset.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcontiguouscache.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qurl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qurlquery.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfiledevice.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qvector2d.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtouchdevice.h \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/QSerialPort \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialport.h \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialportglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QDialog \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qdialog.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtguiglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qconfig-bootstrapped.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qconfig.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtcore-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsystemdetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qprocessordetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcompilerdetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtypeinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsysinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlogging.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qflags.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtypetraits.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbasicatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_bootstrap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qgenericatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_cxx11.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_msvc.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qglobalstatic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmutex.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qnumeric.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qversiontagging.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtgui-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtwidgets-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qwidget.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qwindowdefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectdefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qnamespace.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectdefs_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qwindowdefs_win.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobject.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstring.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qchar.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrefcount.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qarraydata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringbuilder.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qalgorithms.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qiterator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhashfunctions.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpair.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearraylist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qregexp.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringmatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcoreevent.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qscopedpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmetatype.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvarlengtharray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcontainerfwd.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobject_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmargins.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpaintdevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrect.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsize.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpoint.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpalette.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qcolor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qrgb.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qrgba64.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qbrush.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvector.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qmatrix.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpolygon.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qregion.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdatastream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qiodevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qline.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtransform.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpainterpath.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qimage.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpixelformat.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpixmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qshareddata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhash.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedpointer_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfont.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfontmetrics.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfontinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qsizepolicy.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qcursor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qkeysequence.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qevent.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvariant.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdebug.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtextstream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlocale.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qset.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcontiguouscache.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qurl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qurlquery.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfiledevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qvector2d.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtouchdevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/QSerialPort \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialport.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialportglobal.h \ ui_settingsdialog.h \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/QSerialPortInfo \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialportinfo.h \ - ../../Qt/5.8/gcc_64/include/QtGui/QIntValidator \ - ../../Qt/5.8/gcc_64/include/QtGui/qvalidator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qregularexpression.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QLineEdit \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qlineedit.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qframe.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtextcursor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtextformat.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpen.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtextoption.h + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QVariant \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QAction \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qaction.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qicon.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qactiongroup.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QApplication \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qapplication.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcoreapplication.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qeventloop.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qdesktopwidget.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qguiapplication.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qinputmethod.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QButtonGroup \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qbuttongroup.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QCheckBox \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qcheckbox.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qabstractbutton.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QComboBox \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qcombobox.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qabstractitemdelegate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qstyleoption.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qabstractspinbox.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qvalidator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qregularexpression.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qslider.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qabstractslider.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qstyle.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtabbar.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtabwidget.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qrubberband.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qframe.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractitemmodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QGridLayout \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qgridlayout.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qlayout.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qlayoutitem.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qboxlayout.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QGroupBox \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qgroupbox.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QHBoxLayout \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QHeaderView \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qheaderview.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qabstractitemview.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qabstractscrollarea.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qitemselectionmodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QLabel \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qlabel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QPushButton \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qpushbutton.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QSpacerItem \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QVBoxLayout \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/QSerialPortInfo \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialportinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/QIntValidator \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QLineEdit \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qlineedit.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtextcursor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtextformat.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpen.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtextoption.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o settingsdialog.o settingsdialog.cpp -soccer_window.o: soccer_window.cpp ../../Qt/5.8/gcc_64/include/QtWidgets/QMessageBox \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qmessagebox.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtguiglobal.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qglobal.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qconfig-bootstrapped.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qconfig.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtcore-config.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsystemdetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qprocessordetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcompilerdetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtypeinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsysinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlogging.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qflags.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtypetraits.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbasicatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_bootstrap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qgenericatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_cxx11.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_msvc.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qglobalstatic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmutex.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qnumeric.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qversiontagging.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtgui-config.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtwidgets-config.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qdialog.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qwidget.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qwindowdefs.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectdefs.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qnamespace.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectdefs_impl.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qwindowdefs_win.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobject.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstring.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qchar.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrefcount.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qarraydata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringbuilder.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qalgorithms.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qiterator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhashfunctions.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpair.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearraylist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qregexp.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringmatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcoreevent.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qscopedpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmetatype.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvarlengtharray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcontainerfwd.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobject_impl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmargins.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpaintdevice.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrect.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsize.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpoint.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpalette.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qcolor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qrgb.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qrgba64.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qbrush.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvector.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qmatrix.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpolygon.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qregion.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdatastream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qiodevice.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qline.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtransform.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpainterpath.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qimage.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpixelformat.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpixmap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qshareddata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhash.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedpointer_impl.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfont.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfontmetrics.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfontinfo.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qsizepolicy.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qcursor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qkeysequence.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qevent.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvariant.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdebug.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtextstream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlocale.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qset.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcontiguouscache.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qurl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qurlquery.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfiledevice.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qvector2d.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtouchdevice.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QDebug \ - ../../Qt/5.8/gcc_64/include/QtGui/QPainterPath \ - soccer_window.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QMainWindow \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qmainwindow.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtabwidget.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qicon.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QWidget \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QGraphicsScene \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qgraphicsscene.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpen.h \ - settingsdialog.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QDialog \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/QSerialPort \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialport.h \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialportglobal.h \ - vision.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QMutex \ - ../../Qt/5.8/gcc_64/include/QtCore/QThread \ - ../../Qt/5.8/gcc_64/include/QtCore/qthread.h \ - ../../Qt/5.8/gcc_64/include/QtGui/QImage \ - ../../Qt/5.8/gcc_64/include/QtCore/QWaitCondition \ - ../../Qt/5.8/gcc_64/include/QtCore/qwaitcondition.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/QtConcurrent \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/QtConcurrentDepends \ - ../../Qt/5.8/gcc_64/include/QtCore/QtCore \ - ../../Qt/5.8/gcc_64/include/QtCore/QtCoreDepends \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractanimation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstracteventdispatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qeventloop.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractitemmodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractnativeeventfilter.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractproxymodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractstate.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstracttransition.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qanimationgroup.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qarraydataops.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qarraydatapointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbasictimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbitarray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbuffer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearraymatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcache.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcollator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcommandlineoption.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcommandlineparser.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcoreapplication.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcryptographichash.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdatetime.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdeadlinetimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qelapsedtimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdir.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfileinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdiriterator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qeasingcurve.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qendian.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qeventtransition.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qexception.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfactoryinterface.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfileselector.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QObject \ - ../../Qt/5.8/gcc_64/include/QtCore/QStringList \ - ../../Qt/5.8/gcc_64/include/QtCore/qfilesystemwatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfinalstate.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfuture.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfutureinterface.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrunnable.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qresultstore.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfuturesynchronizer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfuturewatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhistorystate.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qidentityproxymodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qisenum.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qitemselectionmodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qjsonarray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qjsonvalue.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qjsondocument.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qjsonobject.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlibrary.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlibraryinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qversionnumber.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlinkedlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlockfile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qloggingcategory.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmath.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmessageauthenticationcode.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmetaobject.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmimedata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmimedatabase.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmimetype.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectcleanuphandler.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qparallelanimationgroup.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpauseanimation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qplugin.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpluginloader.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qprocess.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpropertyanimation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvariantanimation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qqueue.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qreadwritelock.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qregularexpression.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qresource.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsavefile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qscopedvaluerollback.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsemaphore.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsequentialanimationgroup.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsettings.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedmemory.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsignalmapper.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsignaltransition.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsocketnotifier.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsortfilterproxymodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstack.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstandardpaths.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstate.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstatemachine.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstorageinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringlistmodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsystemsemaphore.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtemporarydir.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QScopedPointer \ - ../../Qt/5.8/gcc_64/include/QtCore/qtemporaryfile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtextboundaryfinder.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtextcodec.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qthreadpool.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qthreadstorage.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtimeline.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtimezone.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtranslator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/quuid.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qwineventnotifier.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qxmlstream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtcoreversion.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentcompilertest.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrent_global.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentexception.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentfilter.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentfilterkernel.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentiteratekernel.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentmedian.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentthreadengine.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentmapkernel.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentreducekernel.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentfunctionwrappers.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentmap.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentrun.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentrunbase.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentstoredfunctioncall.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentversion.h \ - robot.h \ - serial.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QTimer \ - utils.h \ - fuzzy.h \ - game_functions.h \ - navigation.h \ - drawobjects.h \ - ../../Qt/5.8/gcc_64/include/QtGui/QPainter \ - ../../Qt/5.8/gcc_64/include/QtGui/qpainter.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtextoption.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QGraphicsItem \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qgraphicsitem.h \ - mover.h \ - ui_soccer_window.h - $(CXX) -c $(CXXFLAGS) $(INCPATH) -o soccer_window.o soccer_window.cpp - fuzzy.o: fuzzy.cpp fuzzy.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QThread \ - ../../Qt/5.8/gcc_64/include/QtCore/qthread.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobject.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectdefs.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qnamespace.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qglobal.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qconfig-bootstrapped.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qconfig.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtcore-config.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsystemdetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qprocessordetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcompilerdetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtypeinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsysinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlogging.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qflags.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtypetraits.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbasicatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_bootstrap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qgenericatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_cxx11.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_msvc.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qglobalstatic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmutex.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qnumeric.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qversiontagging.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectdefs_impl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstring.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qchar.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrefcount.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qarraydata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringbuilder.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qalgorithms.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qiterator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhashfunctions.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpair.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearraylist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qregexp.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringmatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcoreevent.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qscopedpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmetatype.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvarlengtharray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcontainerfwd.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobject_impl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QMutex \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QThread \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qthread.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobject.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectdefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qnamespace.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qconfig-bootstrapped.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qconfig.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtcore-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsystemdetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qprocessordetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcompilerdetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtypeinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsysinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlogging.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qflags.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtypetraits.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbasicatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_bootstrap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qgenericatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_cxx11.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_msvc.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qglobalstatic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmutex.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qnumeric.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qversiontagging.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectdefs_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstring.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qchar.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrefcount.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qarraydata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringbuilder.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qalgorithms.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qiterator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhashfunctions.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpair.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearraylist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qregexp.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringmatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcoreevent.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qscopedpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmetatype.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvarlengtharray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcontainerfwd.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobject_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QMutex \ robot.h \ serial.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QTimer \ - ../../Qt/5.8/gcc_64/include/QtCore/qtimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbasictimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QObject \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/QSerialPort \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialport.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qiodevice.h \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialportglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QTimer \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbasictimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QObject \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/QSerialPort \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialport.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qiodevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialportglobal.h \ settingsdialog.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QDialog \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qdialog.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtguiglobal.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtgui-config.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtwidgets-config.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qwidget.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qwindowdefs.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qwindowdefs_win.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmargins.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpaintdevice.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrect.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsize.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpoint.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpalette.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qcolor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qrgb.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qrgba64.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qbrush.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvector.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qmatrix.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpolygon.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qregion.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdatastream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qline.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtransform.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpainterpath.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qimage.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpixelformat.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpixmap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qshareddata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhash.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedpointer_impl.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfont.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfontmetrics.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfontinfo.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qsizepolicy.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qcursor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qkeysequence.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qevent.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvariant.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdebug.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtextstream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlocale.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qset.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcontiguouscache.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qurl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qurlquery.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfiledevice.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qvector2d.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtouchdevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QDialog \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qdialog.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtguiglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtgui-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtwidgets-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qwidget.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qwindowdefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qwindowdefs_win.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmargins.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpaintdevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrect.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsize.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpoint.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpalette.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qcolor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qrgb.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qrgba64.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qbrush.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvector.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qmatrix.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpolygon.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qregion.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdatastream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qline.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtransform.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpainterpath.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qimage.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpixelformat.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpixmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qshareddata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhash.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedpointer_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfont.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfontmetrics.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfontinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qsizepolicy.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qcursor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qkeysequence.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qevent.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvariant.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdebug.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtextstream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlocale.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qset.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcontiguouscache.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qurl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qurlquery.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfiledevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qvector2d.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtouchdevice.h \ utils.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o fuzzy.o fuzzy.cpp navigation.o: navigation.cpp navigation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QThread \ - ../../Qt/5.8/gcc_64/include/QtCore/qthread.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobject.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectdefs.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qnamespace.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qglobal.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qconfig-bootstrapped.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qconfig.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtcore-config.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsystemdetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qprocessordetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcompilerdetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtypeinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsysinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlogging.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qflags.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtypetraits.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbasicatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_bootstrap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qgenericatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_cxx11.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_msvc.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qglobalstatic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmutex.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qnumeric.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qversiontagging.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectdefs_impl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstring.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qchar.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrefcount.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qarraydata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringbuilder.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qalgorithms.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qiterator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhashfunctions.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpair.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearraylist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qregexp.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringmatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcoreevent.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qscopedpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmetatype.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvarlengtharray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcontainerfwd.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobject_impl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QMutex \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QThread \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qthread.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobject.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectdefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qnamespace.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qconfig-bootstrapped.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qconfig.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtcore-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsystemdetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qprocessordetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcompilerdetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtypeinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsysinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlogging.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qflags.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtypetraits.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbasicatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_bootstrap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qgenericatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_cxx11.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_msvc.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qglobalstatic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmutex.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qnumeric.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qversiontagging.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectdefs_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstring.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qchar.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrefcount.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qarraydata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringbuilder.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qalgorithms.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qiterator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhashfunctions.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpair.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearraylist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qregexp.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringmatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcoreevent.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qscopedpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmetatype.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvarlengtharray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcontainerfwd.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobject_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QMutex \ robot.h \ serial.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QTimer \ - ../../Qt/5.8/gcc_64/include/QtCore/qtimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbasictimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QObject \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/QSerialPort \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialport.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qiodevice.h \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialportglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QTimer \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbasictimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QObject \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/QSerialPort \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialport.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qiodevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialportglobal.h \ settingsdialog.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QDialog \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qdialog.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtguiglobal.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtgui-config.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtwidgets-config.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qwidget.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qwindowdefs.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qwindowdefs_win.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmargins.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpaintdevice.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrect.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsize.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpoint.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpalette.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qcolor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qrgb.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qrgba64.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qbrush.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvector.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qmatrix.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpolygon.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qregion.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdatastream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qline.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtransform.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpainterpath.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qimage.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpixelformat.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpixmap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qshareddata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhash.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedpointer_impl.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfont.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfontmetrics.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfontinfo.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qsizepolicy.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qcursor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qkeysequence.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qevent.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvariant.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdebug.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtextstream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlocale.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qset.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcontiguouscache.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qurl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qurlquery.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfiledevice.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qvector2d.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtouchdevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QDialog \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qdialog.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtguiglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtgui-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtwidgets-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qwidget.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qwindowdefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qwindowdefs_win.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmargins.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpaintdevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrect.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsize.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpoint.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpalette.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qcolor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qrgb.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qrgba64.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qbrush.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvector.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qmatrix.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpolygon.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qregion.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdatastream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qline.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtransform.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpainterpath.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qimage.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpixelformat.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpixmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qshareddata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhash.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedpointer_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfont.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfontmetrics.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfontinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qsizepolicy.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qcursor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qkeysequence.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qevent.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvariant.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdebug.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtextstream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlocale.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qset.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcontiguouscache.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qurl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qurlquery.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfiledevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qvector2d.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtouchdevice.h \ utils.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o navigation.o navigation.cpp game_functions.o: game_functions.cpp game_functions.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QThread \ - ../../Qt/5.8/gcc_64/include/QtCore/qthread.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobject.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectdefs.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qnamespace.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qglobal.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qconfig-bootstrapped.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qconfig.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtcore-config.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsystemdetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qprocessordetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcompilerdetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtypeinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsysinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlogging.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qflags.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtypetraits.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbasicatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_bootstrap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qgenericatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_cxx11.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_msvc.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qglobalstatic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmutex.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qnumeric.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qversiontagging.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectdefs_impl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstring.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qchar.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrefcount.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qarraydata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringbuilder.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qalgorithms.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qiterator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhashfunctions.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpair.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearraylist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qregexp.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringmatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcoreevent.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qscopedpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmetatype.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvarlengtharray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcontainerfwd.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobject_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QThread \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qthread.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobject.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectdefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qnamespace.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qconfig-bootstrapped.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qconfig.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtcore-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsystemdetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qprocessordetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcompilerdetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtypeinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsysinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlogging.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qflags.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtypetraits.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbasicatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_bootstrap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qgenericatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_cxx11.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_msvc.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qglobalstatic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmutex.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qnumeric.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qversiontagging.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectdefs_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstring.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qchar.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrefcount.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qarraydata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringbuilder.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qalgorithms.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qiterator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhashfunctions.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpair.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearraylist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qregexp.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringmatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcoreevent.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qscopedpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmetatype.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvarlengtharray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcontainerfwd.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobject_impl.h \ robot.h \ serial.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QTimer \ - ../../Qt/5.8/gcc_64/include/QtCore/qtimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbasictimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QObject \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/QSerialPort \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialport.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qiodevice.h \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialportglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QTimer \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbasictimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QObject \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/QSerialPort \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialport.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qiodevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialportglobal.h \ settingsdialog.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QDialog \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qdialog.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtguiglobal.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtgui-config.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtwidgets-config.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qwidget.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qwindowdefs.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qwindowdefs_win.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmargins.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpaintdevice.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrect.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsize.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpoint.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpalette.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qcolor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qrgb.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qrgba64.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qbrush.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvector.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qmatrix.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpolygon.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qregion.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdatastream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qline.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtransform.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpainterpath.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qimage.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpixelformat.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpixmap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qshareddata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhash.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedpointer_impl.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfont.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfontmetrics.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfontinfo.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qsizepolicy.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qcursor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qkeysequence.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qevent.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvariant.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdebug.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtextstream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlocale.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qset.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcontiguouscache.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qurl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qurlquery.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfiledevice.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qvector2d.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtouchdevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QDialog \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qdialog.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtguiglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtgui-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtwidgets-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qwidget.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qwindowdefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qwindowdefs_win.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmargins.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpaintdevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrect.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsize.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpoint.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpalette.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qcolor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qrgb.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qrgba64.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qbrush.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvector.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qmatrix.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpolygon.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qregion.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdatastream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qline.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtransform.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpainterpath.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qimage.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpixelformat.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpixmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qshareddata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhash.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedpointer_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfont.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfontmetrics.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfontinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qsizepolicy.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qcursor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qkeysequence.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qevent.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvariant.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdebug.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtextstream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlocale.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qset.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcontiguouscache.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qurl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qurlquery.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfiledevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qvector2d.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtouchdevice.h \ utils.h \ fuzzy.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QMutex \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QMutex \ navigation.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o game_functions.o game_functions.cpp video4linuxconfig.o: video4linuxconfig.cpp video4linuxconfig.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QWidget \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qwidget.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtguiglobal.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qglobal.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qconfig-bootstrapped.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qconfig.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtcore-config.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsystemdetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qprocessordetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcompilerdetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtypeinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsysinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlogging.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qflags.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtypetraits.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbasicatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_bootstrap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qgenericatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_cxx11.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_msvc.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qglobalstatic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmutex.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qnumeric.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qversiontagging.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtgui-config.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtwidgets-config.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qwindowdefs.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectdefs.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qnamespace.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectdefs_impl.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qwindowdefs_win.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobject.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstring.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qchar.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrefcount.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qarraydata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringbuilder.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qalgorithms.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qiterator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhashfunctions.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpair.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearraylist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qregexp.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringmatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcoreevent.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qscopedpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmetatype.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvarlengtharray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcontainerfwd.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobject_impl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmargins.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpaintdevice.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrect.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsize.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpoint.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpalette.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qcolor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qrgb.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qrgba64.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qbrush.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvector.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qmatrix.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpolygon.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qregion.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdatastream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qiodevice.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qline.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtransform.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpainterpath.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qimage.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpixelformat.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpixmap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qshareddata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhash.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedpointer_impl.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfont.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfontmetrics.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfontinfo.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qsizepolicy.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qcursor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qkeysequence.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qevent.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvariant.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdebug.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtextstream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlocale.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qset.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcontiguouscache.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qurl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qurlquery.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfiledevice.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qvector2d.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtouchdevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QWidget \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qwidget.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtguiglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qconfig-bootstrapped.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qconfig.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtcore-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsystemdetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qprocessordetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcompilerdetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtypeinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsysinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlogging.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qflags.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtypetraits.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbasicatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_bootstrap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qgenericatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_cxx11.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_msvc.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qglobalstatic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmutex.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qnumeric.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qversiontagging.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtgui-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtwidgets-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qwindowdefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectdefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qnamespace.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectdefs_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qwindowdefs_win.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobject.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstring.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qchar.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrefcount.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qarraydata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringbuilder.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qalgorithms.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qiterator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhashfunctions.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpair.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearraylist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qregexp.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringmatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcoreevent.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qscopedpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmetatype.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvarlengtharray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcontainerfwd.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobject_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmargins.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpaintdevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrect.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsize.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpoint.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpalette.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qcolor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qrgb.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qrgba64.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qbrush.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvector.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qmatrix.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpolygon.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qregion.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdatastream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qiodevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qline.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtransform.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpainterpath.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qimage.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpixelformat.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpixmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qshareddata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhash.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedpointer_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfont.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfontmetrics.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfontinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qsizepolicy.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qcursor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qkeysequence.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qevent.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvariant.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdebug.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtextstream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlocale.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qset.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcontiguouscache.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qurl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qurlquery.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfiledevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qvector2d.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtouchdevice.h \ vision.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QMutex \ - ../../Qt/5.8/gcc_64/include/QtCore/QThread \ - ../../Qt/5.8/gcc_64/include/QtCore/qthread.h \ - ../../Qt/5.8/gcc_64/include/QtGui/QImage \ - ../../Qt/5.8/gcc_64/include/QtCore/QWaitCondition \ - ../../Qt/5.8/gcc_64/include/QtCore/qwaitcondition.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/QtConcurrent \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/QtConcurrentDepends \ - ../../Qt/5.8/gcc_64/include/QtCore/QtCore \ - ../../Qt/5.8/gcc_64/include/QtCore/QtCoreDepends \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractanimation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstracteventdispatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qeventloop.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractitemmodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractnativeeventfilter.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractproxymodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstractstate.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qabstracttransition.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qanimationgroup.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qarraydataops.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qarraydatapointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbasictimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbitarray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbuffer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearraymatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcache.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcollator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcommandlineoption.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcommandlineparser.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcoreapplication.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcryptographichash.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdatetime.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdeadlinetimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qelapsedtimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdir.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfileinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdiriterator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qeasingcurve.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qendian.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qeventtransition.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qexception.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfactoryinterface.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfileselector.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QObject \ - ../../Qt/5.8/gcc_64/include/QtCore/QStringList \ - ../../Qt/5.8/gcc_64/include/QtCore/qfilesystemwatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfinalstate.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfuture.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfutureinterface.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrunnable.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qresultstore.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfuturesynchronizer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfuturewatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhistorystate.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qidentityproxymodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qisenum.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qitemselectionmodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qjsonarray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qjsonvalue.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qjsondocument.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qjsonobject.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlibrary.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlibraryinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qversionnumber.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlinkedlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlockfile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qloggingcategory.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmath.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmessageauthenticationcode.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmetaobject.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmimedata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmimedatabase.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmimetype.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectcleanuphandler.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qparallelanimationgroup.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpauseanimation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qplugin.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpluginloader.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qprocess.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpropertyanimation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvariantanimation.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qqueue.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qreadwritelock.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qregularexpression.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qresource.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsavefile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qscopedvaluerollback.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsemaphore.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsequentialanimationgroup.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsettings.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedmemory.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsignalmapper.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsignaltransition.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsocketnotifier.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsortfilterproxymodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstack.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstandardpaths.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstate.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstatemachine.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstorageinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringlistmodel.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsystemsemaphore.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtemporarydir.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QScopedPointer \ - ../../Qt/5.8/gcc_64/include/QtCore/qtemporaryfile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtextboundaryfinder.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtextcodec.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qthreadpool.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qthreadstorage.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtimeline.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtimezone.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtranslator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/quuid.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qwineventnotifier.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qxmlstream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtcoreversion.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentcompilertest.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrent_global.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentexception.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentfilter.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentfilterkernel.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentiteratekernel.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentmedian.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentthreadengine.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentmapkernel.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentreducekernel.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentfunctionwrappers.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentmap.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentrun.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentrunbase.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentstoredfunctioncall.h \ - ../../Qt/5.8/gcc_64/include/QtConcurrent/qtconcurrentversion.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QGraphicsScene \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qgraphicsscene.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpen.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QMutex \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QThread \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qthread.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/QImage \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QWaitCondition \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qwaitcondition.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/QtConcurrent \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/QtConcurrentDepends \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QtCore \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QtCoreDepends \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractanimation.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstracteventdispatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qeventloop.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractitemmodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractnativeeventfilter.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractproxymodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractstate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstracttransition.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qanimationgroup.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qarraydataops.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qarraydatapointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbasictimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbitarray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbuffer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearraymatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcache.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcollator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcommandlineoption.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcommandlineparser.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcoreapplication.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcryptographichash.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdatetime.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdeadlinetimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qelapsedtimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdir.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfileinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdiriterator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qeasingcurve.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qendian.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qeventtransition.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qexception.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfactoryinterface.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfileselector.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QObject \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QStringList \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfilesystemwatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfinalstate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfuture.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfutureinterface.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrunnable.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qresultstore.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfuturesynchronizer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfuturewatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhistorystate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qidentityproxymodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qisenum.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qitemselectionmodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qjsonarray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qjsonvalue.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qjsondocument.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qjsonobject.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlibrary.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlibraryinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qversionnumber.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlinkedlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlockfile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qloggingcategory.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmath.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmessageauthenticationcode.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmetaobject.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmimedata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmimedatabase.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmimetype.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectcleanuphandler.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qparallelanimationgroup.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpauseanimation.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qplugin.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpluginloader.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qprocess.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpropertyanimation.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvariantanimation.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qqueue.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qreadwritelock.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qregularexpression.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qresource.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsavefile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qscopedvaluerollback.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsemaphore.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsequentialanimationgroup.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsettings.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedmemory.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsignalmapper.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsignaltransition.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsocketnotifier.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsortfilterproxymodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstack.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstandardpaths.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstatemachine.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstorageinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringlistmodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsystemsemaphore.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtemporarydir.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QScopedPointer \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtemporaryfile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtextboundaryfinder.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtextcodec.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qthreadpool.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qthreadstorage.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtimeline.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtimezone.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtranslator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/quuid.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qwineventnotifier.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qxmlstream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtcoreversion.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentcompilertest.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrent_global.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentexception.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentfilter.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentfilterkernel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentiteratekernel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentmedian.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentthreadengine.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentmapkernel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentreducekernel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentfunctionwrappers.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentrun.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentrunbase.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentstoredfunctioncall.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentversion.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QGraphicsScene \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qgraphicsscene.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpen.h \ robot.h \ serial.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QTimer \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/QSerialPort \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialport.h \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialportglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QTimer \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/QSerialPort \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialport.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialportglobal.h \ settingsdialog.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QDialog \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qdialog.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QDialog \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qdialog.h \ utils.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QMessageBox \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qmessagebox.h \ - ui_video4linuxconfig.h + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QMessageBox \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qmessagebox.h \ + ui_video4linuxconfig.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QVariant \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QAction \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qaction.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qicon.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qactiongroup.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QApplication \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qapplication.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qdesktopwidget.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qguiapplication.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qinputmethod.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QButtonGroup \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qbuttongroup.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QHeaderView \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qheaderview.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qabstractitemview.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qabstractscrollarea.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qframe.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qabstractitemdelegate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qstyleoption.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qabstractspinbox.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qvalidator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qslider.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qabstractslider.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qstyle.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtabbar.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtabwidget.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qrubberband.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QLCDNumber \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qlcdnumber.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QLabel \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qlabel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QPushButton \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qpushbutton.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qabstractbutton.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QSlider $(CXX) -c $(CXXFLAGS) $(INCPATH) -o video4linuxconfig.o video4linuxconfig.cpp drawobjects.o: drawobjects.cpp drawobjects.h \ - ../../Qt/5.8/gcc_64/include/QtGui/QPainter \ - ../../Qt/5.8/gcc_64/include/QtGui/qpainter.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtguiglobal.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qglobal.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qconfig-bootstrapped.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qconfig.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtcore-config.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsystemdetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qprocessordetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcompilerdetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtypeinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsysinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlogging.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qflags.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtypetraits.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbasicatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_bootstrap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qgenericatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_cxx11.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_msvc.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qglobalstatic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmutex.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qnumeric.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qversiontagging.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtgui-config.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qnamespace.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrect.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmargins.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsize.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpoint.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qscopedpointer.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpixmap.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpaintdevice.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qwindowdefs.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectdefs.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectdefs_impl.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qwindowdefs_win.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qcolor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qrgb.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qalgorithms.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qiterator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrefcount.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qarraydata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhashfunctions.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qchar.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpair.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearraylist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstring.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringbuilder.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qregexp.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringmatcher.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qrgba64.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qshareddata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhash.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedpointer_impl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobject.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcoreevent.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmetatype.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvarlengtharray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcontainerfwd.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobject_impl.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qimage.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpixelformat.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtransform.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qmatrix.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpolygon.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvector.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qregion.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdatastream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qiodevice.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qline.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpainterpath.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtextoption.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpen.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qbrush.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfontinfo.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfont.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfontmetrics.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QGraphicsItem \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qgraphicsitem.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtwidgets-config.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvariant.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdebug.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtextstream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlocale.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qset.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcontiguouscache.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/QPainter \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpainter.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtguiglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qconfig-bootstrapped.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qconfig.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtcore-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsystemdetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qprocessordetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcompilerdetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtypeinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsysinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlogging.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qflags.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtypetraits.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbasicatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_bootstrap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qgenericatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_cxx11.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_msvc.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qglobalstatic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmutex.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qnumeric.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qversiontagging.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtgui-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qnamespace.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrect.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmargins.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsize.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpoint.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qscopedpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpixmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpaintdevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qwindowdefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectdefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectdefs_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qwindowdefs_win.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qcolor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qrgb.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qalgorithms.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qiterator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrefcount.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qarraydata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhashfunctions.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qchar.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpair.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearraylist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstring.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringbuilder.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qregexp.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringmatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qrgba64.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qshareddata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhash.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedpointer_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobject.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcoreevent.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmetatype.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvarlengtharray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcontainerfwd.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobject_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qimage.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpixelformat.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtransform.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qmatrix.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpolygon.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvector.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qregion.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdatastream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qiodevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qline.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpainterpath.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtextoption.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpen.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qbrush.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfontinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfont.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfontmetrics.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QGraphicsItem \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qgraphicsitem.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtwidgets-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvariant.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdebug.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtextstream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlocale.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qset.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcontiguouscache.h \ utils.h \ robot.h \ serial.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QTimer \ - ../../Qt/5.8/gcc_64/include/QtCore/qtimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbasictimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QObject \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/QSerialPort \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialport.h \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialportglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QTimer \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbasictimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QObject \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/QSerialPort \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialport.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialportglobal.h \ settingsdialog.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QDialog \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qdialog.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qwidget.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpalette.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qsizepolicy.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qcursor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qkeysequence.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qevent.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qurl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qurlquery.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfiledevice.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qvector2d.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtouchdevice.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QtDebug + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QDialog \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qdialog.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qwidget.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpalette.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qsizepolicy.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qcursor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qkeysequence.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qevent.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qurl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qurlquery.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfiledevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qvector2d.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtouchdevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QtDebug $(CXX) -c $(CXXFLAGS) $(INCPATH) -o drawobjects.o drawobjects.cpp mover.o: mover.cpp mover.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QThread \ - ../../Qt/5.8/gcc_64/include/QtCore/qthread.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobject.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectdefs.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qnamespace.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qglobal.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qconfig-bootstrapped.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qconfig.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtcore-config.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsystemdetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qprocessordetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcompilerdetection.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtypeinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsysinfo.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlogging.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qflags.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtypetraits.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbasicatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_bootstrap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qgenericatomic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_cxx11.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qatomic_msvc.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qglobalstatic.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmutex.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qnumeric.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qversiontagging.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobjectdefs_impl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstring.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qchar.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrefcount.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qarraydata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringbuilder.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qalgorithms.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qiterator.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhashfunctions.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpair.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbytearraylist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringlist.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qregexp.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qstringmatcher.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcoreevent.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qscopedpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmetatype.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvarlengtharray.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcontainerfwd.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qobject_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QThread \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qthread.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobject.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectdefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qnamespace.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qconfig-bootstrapped.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qconfig.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtcore-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsystemdetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qprocessordetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcompilerdetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtypeinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsysinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlogging.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qflags.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtypetraits.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbasicatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_bootstrap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qgenericatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_cxx11.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_msvc.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qglobalstatic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmutex.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qnumeric.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qversiontagging.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectdefs_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstring.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qchar.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrefcount.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qarraydata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringbuilder.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qalgorithms.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qiterator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhashfunctions.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpair.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearraylist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qregexp.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringmatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcoreevent.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qscopedpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmetatype.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvarlengtharray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcontainerfwd.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobject_impl.h \ robot.h \ serial.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QTimer \ - ../../Qt/5.8/gcc_64/include/QtCore/qtimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qbasictimer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QObject \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/QSerialPort \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialport.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qiodevice.h \ - ../../Qt/5.8/gcc_64/include/QtSerialPort/qserialportglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QTimer \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbasictimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QObject \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/QSerialPort \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialport.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qiodevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialportglobal.h \ settingsdialog.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/QDialog \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qdialog.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtguiglobal.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtgui-config.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qtwidgets-config.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qwidget.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qwindowdefs.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qwindowdefs_win.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmargins.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpaintdevice.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qrect.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsize.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qpoint.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpalette.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qcolor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qrgb.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qrgba64.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qbrush.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvector.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qmatrix.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpolygon.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qregion.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdatastream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qline.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtransform.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpainterpath.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qimage.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpixelformat.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qpixmap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedpointer.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qshareddata.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qhash.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qsharedpointer_impl.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfont.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfontmetrics.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qfontinfo.h \ - ../../Qt/5.8/gcc_64/include/QtWidgets/qsizepolicy.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qcursor.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qkeysequence.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qevent.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qvariant.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qmap.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qdebug.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qtextstream.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qlocale.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qset.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qcontiguouscache.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qurl.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qurlquery.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfile.h \ - ../../Qt/5.8/gcc_64/include/QtCore/qfiledevice.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qvector2d.h \ - ../../Qt/5.8/gcc_64/include/QtGui/qtouchdevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QDialog \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qdialog.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtguiglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtgui-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtwidgets-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qwidget.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qwindowdefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qwindowdefs_win.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmargins.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpaintdevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrect.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsize.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpoint.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpalette.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qcolor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qrgb.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qrgba64.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qbrush.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvector.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qmatrix.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpolygon.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qregion.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdatastream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qline.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtransform.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpainterpath.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qimage.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpixelformat.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpixmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qshareddata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhash.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedpointer_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfont.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfontmetrics.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfontinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qsizepolicy.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qcursor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qkeysequence.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qevent.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvariant.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdebug.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtextstream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlocale.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qset.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcontiguouscache.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qurl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qurlquery.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfiledevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qvector2d.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtouchdevice.h \ utils.h \ fuzzy.h \ - ../../Qt/5.8/gcc_64/include/QtCore/QMutex \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QMutex \ game_functions.h \ navigation.h $(CXX) -c $(CXXFLAGS) $(INCPATH) -o mover.o mover.cpp +informationwindow.o: informationwindow.cpp informationwindow.h \ + vision.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QMutex \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmutex.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qconfig-bootstrapped.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qconfig.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtcore-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsystemdetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qprocessordetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcompilerdetection.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtypeinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsysinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlogging.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qflags.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtypetraits.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbasicatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_bootstrap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qgenericatomic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_cxx11.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qatomic_msvc.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qglobalstatic.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qnumeric.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qversiontagging.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QThread \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qthread.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobject.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectdefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qnamespace.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectdefs_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstring.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qchar.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrefcount.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qarraydata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringbuilder.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qalgorithms.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qiterator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhashfunctions.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpair.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearraylist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qregexp.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringmatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcoreevent.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qscopedpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmetatype.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvarlengtharray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcontainerfwd.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobject_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/QImage \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qimage.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtguiglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtgui-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qcolor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qrgb.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qrgba64.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpaintdevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qwindowdefs.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qwindowdefs_win.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrect.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmargins.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsize.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpoint.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpixelformat.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtransform.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qmatrix.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpolygon.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvector.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qregion.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdatastream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qiodevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qline.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpainterpath.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QWaitCondition \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qwaitcondition.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/QtConcurrent \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/QtConcurrentDepends \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QtCore \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QtCoreDepends \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractanimation.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstracteventdispatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qeventloop.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractitemmodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvariant.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdebug.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhash.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtextstream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlocale.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qshareddata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qset.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcontiguouscache.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedpointer_impl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractnativeeventfilter.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractproxymodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstractstate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qabstracttransition.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qanimationgroup.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qarraydataops.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qarraydatapointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbasictimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbitarray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbuffer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qbytearraymatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcache.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcollator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcommandlineoption.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcommandlineparser.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcoreapplication.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qcryptographichash.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdatetime.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdeadlinetimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qelapsedtimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdir.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfileinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfiledevice.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qdiriterator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qeasingcurve.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qendian.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qeventtransition.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qexception.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfactoryinterface.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfileselector.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QObject \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QStringList \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfilesystemwatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfinalstate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfuture.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfutureinterface.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qrunnable.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qresultstore.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfuturesynchronizer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qfuturewatcher.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qhistorystate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qidentityproxymodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qisenum.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qitemselectionmodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qjsonarray.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qjsonvalue.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qjsondocument.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qjsonobject.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlibrary.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlibraryinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qversionnumber.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlinkedlist.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qlockfile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qloggingcategory.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmath.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmessageauthenticationcode.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmetaobject.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmimedata.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmimedatabase.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qmimetype.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qobjectcleanuphandler.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qparallelanimationgroup.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpauseanimation.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qplugin.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpointer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpluginloader.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qprocess.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qpropertyanimation.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qvariantanimation.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qqueue.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qreadwritelock.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qregularexpression.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qresource.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsavefile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qscopedvaluerollback.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsemaphore.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsequentialanimationgroup.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsettings.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsharedmemory.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsignalmapper.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsignaltransition.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsocketnotifier.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsortfilterproxymodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstack.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstandardpaths.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstatemachine.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstorageinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qstringlistmodel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qsystemsemaphore.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtemporarydir.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QScopedPointer \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtemporaryfile.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtextboundaryfinder.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtextcodec.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qthreadpool.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qthreadstorage.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtimeline.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtimer.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtimezone.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtranslator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qurl.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qurlquery.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/quuid.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qwineventnotifier.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qxmlstream.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/qtcoreversion.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentcompilertest.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrent_global.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentexception.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentfilter.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentfilterkernel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentiteratekernel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentmedian.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentthreadengine.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentmapkernel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentreducekernel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentfunctionwrappers.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentrun.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentrunbase.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentstoredfunctioncall.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtConcurrent/qtconcurrentversion.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QGraphicsScene \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qgraphicsscene.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtwidgets-config.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qbrush.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpixmap.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfont.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpen.h \ + robot.h \ + serial.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QTimer \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/QSerialPort \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialport.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtSerialPort/qserialportglobal.h \ + settingsdialog.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QDialog \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qdialog.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qwidget.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qpalette.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfontmetrics.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qfontinfo.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qsizepolicy.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qcursor.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qkeysequence.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qevent.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qvector2d.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qtouchdevice.h \ + utils.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QMessageBox \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qmessagebox.h \ + ui_informationwindow.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtCore/QVariant \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QAction \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qaction.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qicon.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qactiongroup.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QApplication \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qapplication.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qdesktopwidget.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qguiapplication.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qinputmethod.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QButtonGroup \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qbuttongroup.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QComboBox \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qcombobox.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qabstractitemdelegate.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qstyleoption.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qabstractspinbox.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtGui/qvalidator.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qslider.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qabstractslider.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qstyle.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtabbar.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qtabwidget.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qrubberband.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qframe.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QDoubleSpinBox \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qspinbox.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QHeaderView \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qheaderview.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qabstractitemview.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qabstractscrollarea.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QLabel \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qlabel.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QPushButton \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qpushbutton.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/qabstractbutton.h \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QTabWidget \ + ../../../../Qt5.8.0/5.8/gcc_64/include/QtWidgets/QWidget + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o informationwindow.o informationwindow.cpp + moc_mainwindow.o: moc_mainwindow.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_mainwindow.o moc_mainwindow.cpp @@ -6514,9 +6770,6 @@ moc_setcolorrange.o: moc_setcolorrange.cpp moc_settingsdialog.o: moc_settingsdialog.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_settingsdialog.o moc_settingsdialog.cpp -moc_soccer_window.o: moc_soccer_window.cpp - $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_soccer_window.o moc_soccer_window.cpp - moc_fuzzy.o: moc_fuzzy.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_fuzzy.o moc_fuzzy.cpp @@ -6535,6 +6788,9 @@ moc_video4linuxconfig.o: moc_video4linuxconfig.cpp moc_mover.o: moc_mover.cpp $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_mover.o moc_mover.cpp +moc_informationwindow.o: moc_informationwindow.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_informationwindow.o moc_informationwindow.cpp + ####### Install install: FORCE diff --git a/Rinobot_System b/Rinobot_System index 846cdc0..ee9a69c 100755 Binary files a/Rinobot_System and b/Rinobot_System differ diff --git a/Rinobot_System.pro b/Rinobot_System.pro index 3fbe748..b15ccf2 100644 --- a/Rinobot_System.pro +++ b/Rinobot_System.pro @@ -22,13 +22,13 @@ SOURCES += main.cpp\ setcolorrange.cpp \ serial.cpp \ settingsdialog.cpp \ - soccer_window.cpp \ fuzzy.cpp \ navigation.cpp \ game_functions.cpp \ video4linuxconfig.cpp \ drawobjects.cpp \ - mover.cpp + mover.cpp \ + informationwindow.cpp mover.cpp HEADERS += mainwindow.h \ @@ -39,14 +39,14 @@ HEADERS += mainwindow.h \ configrobots.h \ setcolorrange.h \ settingsdialog.h \ - soccer_window.h \ fuzzy.h \ serial.h \ navigation.h \ game_functions.h \ video4linuxconfig.h \ drawobjects.h \ - mover.h + mover.h \ + informationwindow.h mover.h FORMS += mainwindow.ui \ @@ -54,8 +54,8 @@ FORMS += mainwindow.ui \ configrobots.ui \ setcolorrange.ui \ settingsdialog.ui \ - soccer_window.ui \ - video4linuxconfig.ui + video4linuxconfig.ui \ + informationwindow.ui INCLUDEPATH += "/usr/local/include/opencv2" LIBS += `pkg-config --cflags --libs opencv` diff --git a/configrobots.o b/configrobots.o deleted file mode 100644 index c9df48b..0000000 Binary files a/configrobots.o and /dev/null differ diff --git a/drawobjects.o b/drawobjects.o deleted file mode 100644 index e4ae084..0000000 Binary files a/drawobjects.o and /dev/null differ diff --git a/fuzzy.o b/fuzzy.o deleted file mode 100644 index 6185276..0000000 Binary files a/fuzzy.o and /dev/null differ diff --git a/game_functions.o b/game_functions.o deleted file mode 100644 index 455f904..0000000 Binary files a/game_functions.o and /dev/null differ diff --git a/gandalf.jpg b/gandalf.jpg new file mode 100644 index 0000000..2ebed83 Binary files /dev/null and b/gandalf.jpg differ diff --git a/hueBar.png b/hueBar.png new file mode 100644 index 0000000..912acb2 Binary files /dev/null and b/hueBar.png differ diff --git a/informationwindow.cpp b/informationwindow.cpp new file mode 100644 index 0000000..0ffb348 --- /dev/null +++ b/informationwindow.cpp @@ -0,0 +1,222 @@ +#include "informationwindow.h" +#include "ui_informationwindow.h" + +InformationWindow::InformationWindow(QWidget *parent) : + QDialog(parent), + ui(new Ui::InformationWindow) +{ + ui->setupUi(this); + //pegando as imagens e passando para os labels, para adicionar as fotinhas + QPixmap gandalf("/home/bruno/Downloads/gandalf.jpg"); + QPixmap leona("/home/bruno/Downloads/leona.jpg"); + QPixmap presto("/home/bruno/Downloads/presto.jpg"); + ui->imgGandalflbl->setPixmap(gandalf); + ui->imgGandalflbl->setScaledContents(true); + ui->imgLeonalbl->setPixmap(leona); + ui->imgLeonalbl->setScaledContents(true); + ui->imgPrestolbl->setPixmap(presto); + ui->imgPrestolbl->setScaledContents(true); + + ui->imgGandalflbl_2->setPixmap(gandalf); + ui->imgGandalflbl_2->setScaledContents(true); + ui->imgLeonalbl_2->setPixmap(leona); + ui->imgLeonalbl_2->setScaledContents(true); + ui->imgPrestolbl_2->setPixmap(presto); + ui->imgPrestolbl_2->setScaledContents(true); + + updateData(); +} + +InformationWindow::~InformationWindow() +{ + delete ui; +} + +void InformationWindow::closeEvent(QCloseEvent *event){ + emit close(); +} + +void InformationWindow::on_valueFilterchangebtn_clicked() +{ + if(ui->filterspb->value() <= 0) + { + QMessageBox msgBox; + msgBox.setText("Invalid"); + msgBox.exec(); + } + else + { + ui->frequencyFilterlbl->setText("Frequency: " + QString::number(ui->filterspb->value())); + } +} + +void InformationWindow::on_startFilterbtn_clicked() +{ +// vector flagChop = data.eye->get_(); +// if(flagChop == 0) //se a flag estiver falsa (off), vira true (on) +// { +// eye->set_LPF_flag(1); +// ui->startFilterbtn->setStyleSheet("background-color: green"); +// ui->startFilterbtn->setText("On"); +// ui->frequencyFilterlbl->setVisible(true); +// ui->filterspb->setVisible(true); +// ui->valueFilterchangebtn->setVisible(true); +// }else{ +// eye->set_LPF_flag(0); +// ui->startFilterbtn->setText("Off"); +// ui->startFilterbtn->setStyleSheet("background-color: red"); +// ui->frequencyFilterlbl->setVisible(false); +// ui->filterspb->setVisible(false); +// ui->valueFilterchangebtn->setVisible(false); +// } + +} + +void InformationWindow::on_velocityMaxGandalfbtn_clicked() +{ + if(ui->velocityMaxGandalfspb->value() <= 0) + { + QMessageBox msgBox; + msgBox.setText("Invalid"); + msgBox.exec(); + } + else + { + ui->velocityMaxGandalflbl->setText("Speed Máx: " + QString::number(ui->velocityMaxGandalfspb->value())); + } +} + +void InformationWindow::on_velocityMaxLeonabtn_clicked() +{ + if(ui->velocityMaxLeonaspb->value() <= 0) + { + QMessageBox msgBox; + msgBox.setText("Invalid"); + msgBox.exec(); + } + else + { + ui->velocityMaxLeonalbl->setText("Speed Máx: " + QString::number(ui->velocityMaxLeonaspb->value())); + } + +} + +void InformationWindow::on_velocityMaxPrestobtn_clicked() +{ + if(ui->velocityMaxPrestospb->value() <= 0) + { + QMessageBox msgBox; + msgBox.setText("Invalid"); + msgBox.exec(); + } + else + { + ui->velocityMaxPrestolbl->setText("Speed Máx: " + QString::number(ui->velocityMaxPrestospb->value())); + } + +} + +void InformationWindow::on_pidbtn_clicked() +{ + if(ui->pidspb->value() <= 0) + { + QMessageBox msgBox; + msgBox.setText("Invalid"); + msgBox.exec(); + } + else + { + ui->pidlbl->setText("PID: " + QString::number(ui->pidspb->value())); + } + +} + +void InformationWindow::on_strategybtn_clicked() +{ + /* string strategy = ui->strategy_options->currentText().toUtf8().constData(); + + cout << strategy << endl; + + char num_strategy; + + if(strategy == "Test") + num_strategy = 0; + else if (strategy == "Strategy 1") + num_strategy = 1; + else if (strategy == "Strategy 2") + num_strategy = 2; + + fuzzy->set_strategy(num_strategy); + */ + switch(ui->strategycbx->currentIndex()) + { + case 0: + ui->currentStrategylbl->setText("Current: 2"); + break; + case 1: + ui->currentStrategylbl->setText("Current: 1"); + break; + case 2: + ui->currentStrategylbl->setText("Current: Text"); + break; + } + +} + +void InformationWindow::updateData(InfoParameters data){ + this->data = data; + updateData(); +} + +void InformationWindow::updateData(){ + //informações das variaveis, receberam os gets para depois manipular as variaveis e exibir as informações + QString channel, velocity, velocityMax, posicao; + + //manipulating gandalf + channel = "Canal: " + QString::number(data.robots[GANDALF].channel); + ui->channelGandalflbl->setText(channel); + velocity = "Speed: (" + QString::number(data.robots[GANDALF].vel_strategy.first) + " , " + QString::number(data.robots[GANDALF].vel_strategy.second) + ")"; + ui->velocityGandalflbl->setText(velocity); + velocityMax = "Speed Máx: " + QString::number(data.robots[GANDALF].vel_max); + ui->velocityMaxGandalflbl->setText(velocityMax); + + //manipulating leona + channel = "Canal: " + QString::number(data.robots[LEONA].channel); + ui->channelLeonalbl->setText(channel); + velocity = "Speed: (" + QString::number(data.robots[LEONA].vel_strategy.first) + " , " + QString::number(data.robots[LEONA].vel_strategy.second) + ")"; + ui->velocityLeonalbl->setText(velocity); + velocityMax = "Speed Máx: " + QString::number(data.robots[LEONA].vel_max); + ui->velocityMaxLeonalbl->setText(velocityMax); + + //manipulating presto + channel = "Canal: " + QString::number(data.robots[PRESTO].channel); + ui->channelPrestolbl->setText(channel); + velocity = "Speed: (" + QString::number(data.robots[PRESTO].vel_strategy.first) + " , " + QString::number(data.robots[PRESTO].vel_strategy.second) + ")"; + ui->velocityPrestolbl->setText(velocity); + velocityMax = "Speed Máx: " + QString::number(data.robots[PRESTO].vel_max); + ui->velocityMaxPrestolbl->setText(velocityMax); + + //manipulating gandalf + posicao = "Posição: (" + QString::number(data.robots[GANDALF].x) + " , " + QString::number(data.robots[GANDALF].y) + ")"; + ui->positionGandalflbl->setText(posicao); + velocity = "Speed: (" + QString::number(data.robots[GANDALF].vel_vision.first) + " , " + QString::number(data.robots[GANDALF].vel_vision.second) + ")"; + ui->velocityGandalflbl_2->setText(velocity); + + //manipulating leona + posicao = "Posição: (" + QString::number(data.robots[LEONA].x) + " , " + QString::number(data.robots[LEONA].y) + ")"; + ui->positionLeonalbl->setText(posicao); + velocity = "Speed: (" + QString::number(data.robots[LEONA].vel_vision.first) + " , " + QString::number(data.robots[LEONA].vel_vision.second) + ")"; + ui->velocityLeonalbl_2->setText(velocity); + + //manipulating presto + posicao = "Posição: (" + QString::number(data.robots[PRESTO].x) + " , " + QString::number(data.robots[PRESTO].y) + ")"; + ui->positionPrestolbl->setText(posicao); + velocity = "Speed: (" + QString::number(data.robots[PRESTO].vel_vision.first) + " , " + QString::number(data.robots[PRESTO].vel_vision.second) + ")"; + ui->velocityPrestolbl_2->setText(velocity); + + //manipulating ball + posicao = "Posição: (" + QString::number(data.ball.x) + " , " + QString::number(data.ball.y) + ")"; + ui->positionBalllbl->setText(posicao); + velocity = "Speed: (" + QString::number(data.ball.vel_vision.first) + " , " + QString::number(data.ball.vel_vision.second) + ")"; + ui->velocityBalllbl->setText(velocity); +} diff --git a/informationwindow.h b/informationwindow.h new file mode 100644 index 0000000..3aca7a2 --- /dev/null +++ b/informationwindow.h @@ -0,0 +1,91 @@ +#ifndef INFORMATIONWINDOW_H +#define INFORMATIONWINDOW_H + +#include +#include "vision.h" +#include +#include + +using namespace std; + +#define NUM_ROBOTS 3 +#define GANDALF 0 +#define LEONA 1 +#define PRESTO 2 + +struct BallInfo{ + double x; + double y; + pair vel_vision; +}; + +struct RobotInfo{ + double channel; + double x; + double y; + pair vel_strategy; + pair vel_vision; + double vel_max; +}; +/**************ROBOT INFO******************** + * robots array: + * + * -0 + * Gandalf + * + * -1 + * Leona + * + * -2 + * Presto + * ******************************************/ +struct InfoParameters{ + RobotInfo robots[NUM_ROBOTS]; + BallInfo ball; + Vision* eye; +}; + +namespace Ui { +class InformationWindow; +} + +class InformationWindow : public QDialog +{ + Q_OBJECT + +public slots: + void updateData(InfoParameters data); + +public: + explicit InformationWindow(QWidget *parent = 0); + ~InformationWindow(); + +private slots: + void on_valueFilterchangebtn_clicked(); + + void on_startFilterbtn_clicked(); + + void on_velocityMaxGandalfbtn_clicked(); + + void on_velocityMaxLeonabtn_clicked(); + + void on_velocityMaxPrestobtn_clicked(); + + void on_pidbtn_clicked(); + + void on_strategybtn_clicked(); + +signals: + void close(); + +private: + Ui::InformationWindow *ui; + + InfoParameters data; + + void updateData(); + + void closeEvent(QCloseEvent *event); +}; + +#endif // INFORMATIONWINDOW_H diff --git a/informationwindow.ui b/informationwindow.ui new file mode 100644 index 0000000..f1995a8 --- /dev/null +++ b/informationwindow.ui @@ -0,0 +1,799 @@ + + + InformationWindow + + + + 0 + 0 + 771 + 439 + + + + Dialog + + + + + 0 + 0 + 771 + 441 + + + + 1 + + + + Strategy + + + + + 10 + 140 + 81 + 81 + + + + TextLabel + + + + + + 10 + 270 + 81 + 81 + + + + TextLabel + + + + + + 10 + 10 + 81 + 81 + + + + TextLabel + + + + + + 100 + 30 + 131 + 31 + + + + Canal: + + + + + + 100 + 60 + 131 + 31 + + + + Speed: + + + + + + 100 + 150 + 141 + 31 + + + + Canal: + + + + + + 100 + 180 + 141 + 31 + + + + Speed: + + + + + + 100 + 280 + 141 + 31 + + + + Canal: + + + + + + 100 + 310 + 141 + 31 + + + + Speed: + + + + + + 440 + 30 + 63 + 31 + + + + PID: + + + + + + 100 + 90 + 171 + 31 + + + + Speed Máx: + + + + + + 100 + 210 + 141 + 31 + + + + Speed Máx: + + + + + + 100 + 340 + 141 + 31 + + + + Speed Máx: + + + + + + 640 + 30 + 71 + 36 + + + + Change + + + + + + 330 + 90 + 71 + 36 + + + + Change + + + F5 + + + + + + 330 + 210 + 71 + 36 + + + + Change + + + + + + 330 + 340 + 71 + 36 + + + + Change + + + + + + 440 + 130 + 91 + 31 + + + + Strategy: + + + + + + 530 + 130 + 103 + 36 + + + + + 2 + + + + + 1 + + + + + Text + + + + + + + 640 + 130 + 71 + 36 + + + + Change + + + + + + 10 + 100 + 63 + 20 + + + + Gandalf + + + + + + 10 + 220 + 63 + 20 + + + + Leona + + + + + + 10 + 350 + 63 + 20 + + + + Presto + + + + + + 170 + 0 + 63 + 20 + + + + Robots + + + + + + 270 + 90 + 81 + 36 + + + + + 0 + 0 + + + + Qt::WheelFocus + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter + + + QAbstractSpinBox::NoButtons + + + + + + 270 + 210 + 81 + 36 + + + + + 0 + 0 + + + + Qt::WheelFocus + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter + + + QAbstractSpinBox::NoButtons + + + + + + 270 + 340 + 81 + 36 + + + + + 0 + 0 + + + + Qt::WheelFocus + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter + + + QAbstractSpinBox::NoButtons + + + + + + 580 + 30 + 81 + 36 + + + + + 0 + 0 + + + + Qt::WheelFocus + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter + + + QAbstractSpinBox::NoButtons + + + + + + 440 + 190 + 301 + 20 + + + + Current: + + + imgLeonalbl + imgPrestolbl + imgGandalflbl + channelGandalflbl + velocityGandalflbl + channelLeonalbl + velocityLeonalbl + channelPrestolbl + velocityPrestolbl + pidlbl + velocityMaxGandalflbl + velocityMaxLeonalbl + velocityMaxPrestolbl + strategylbl + strategycbx + strategybtn + gandalflbl + leonalbl + prestolbl + label_39 + velocityMaxGandalfspb + velocityMaxLeonaspb + velocityMaxPrestospb + pidspb + currentStrategylbl + velocityMaxGandalfbtn + velocityMaxLeonabtn + pidbtn + velocityMaxPrestobtn + + + + Vision + + + + + 100 + 350 + 161 + 31 + + + + Speed: + + + + + + 10 + 140 + 81 + 81 + + + + TextLabel + + + + + + 100 + 90 + 141 + 31 + + + + Speed: + + + + + + 100 + 210 + 151 + 31 + + + + Speed: + + + + + + 10 + 10 + 81 + 81 + + + + TextLabel + + + + + + 100 + 40 + 141 + 31 + + + + Posição: + + + + + + 100 + 300 + 141 + 31 + + + + Posição: + + + + + + 100 + 160 + 131 + 31 + + + + Posição: + + + + + + 10 + 270 + 81 + 81 + + + + TextLabel + + + + + + 430 + 90 + 161 + 31 + + + + Speed: + + + + + + 340 + 10 + 81 + 81 + + + + TextLabel + + + + + + 430 + 40 + 131 + 31 + + + + Posição: + + + + + + 10 + 210 + 63 + 31 + + + + Leona + + + + + + 10 + 350 + 63 + 31 + + + + Presto + + + + + + 10 + 90 + 63 + 31 + + + + Gandalf + + + + + + 340 + 90 + 63 + 31 + + + + Bola + + + + + + 500 + 150 + 41 + 31 + + + + Off + + + + + + 340 + 150 + 121 + 31 + + + + Chop Frequency: + + + + + + 500 + 190 + 81 + 36 + + + + + 0 + 0 + + + + Qt::WheelFocus + + + Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter + + + QAbstractSpinBox::NoButtons + + + + + + 560 + 190 + 71 + 36 + + + + Change + + + F5 + + + + + + 340 + 190 + 171 + 31 + + + + Frequency: + + + + + + + + diff --git a/leona.jpg b/leona.jpg new file mode 100644 index 0000000..01ac48a Binary files /dev/null and b/leona.jpg differ diff --git a/main.o b/main.o deleted file mode 100644 index db4f1ae..0000000 Binary files a/main.o and /dev/null differ diff --git a/mainwindow.cpp b/mainwindow.cpp index d4364c5..e3098ff 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -8,31 +8,797 @@ MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent), ui(new Ui::MainWindow) { - qRegisterMetaType("SettingsDialog::Settings"); + int i; + qRegisterMetaType("Vision::Perception"); + qRegisterMetaType("Selector"); + //qRegisterMetaType("rVector"); - setparam = new SetParameters; - soccer = new soccer_window; ui->setupUi(this); + + + ui->currentStrategylbl->setText("Current: 3"); + ui->cbox_strategyOptions->addItem("Strategy 3"); + ui->cbox_strategyOptions->addItem("Strategy 2"); + ui->cbox_strategyOptions->addItem("Strategy 1"); + ui->cbox_strategyOptions->addItem("- Strategy Test -"); + QPixmap pix("rino.png"); ui->logo->setPixmap(pix); - connect(ui->setParameters, SIGNAL(clicked(bool)), this, SLOT(openSetParameters())); - connect(setparam, SIGNAL(serialSettings(SettingsDialog::Settings)), soccer, SLOT(receiveSerialSettings(SettingsDialog::Settings)), Qt::QueuedConnection); + ui->actionShow_Areas->setChecked(true); + + setparam = new SetParameters; + iWindow = new InformationWindow; + area_read = false; + eye = new Vision; + fuzzy = new Fuzzy; //instancia o objeto fuzzy na rotina do sistema + leona = new Game_functions; //instancia o objeto leona na rotina do sistema + presto = new Game_functions; //instancia o objeto presto na rotina do sistema + gandalf = new Game_functions; //instancia o objeto gandalf na rotina do sistema + mover = new Mover; //instancia o objeto mover na rotina do sistema + run_fuzzy = false; //flag da thread do fuzzy + run_gandalf = false; //flag da thread da gandalf + run_leona = false; //flag da thread da leona + run_presto = false; //flag da thread da presto + run_mover = false; //flag da thread da mover + game_started = false; + game_scene = new QGraphicsScene; + field = new FieldDraw; + ball = new BallDraw; + + //caso não seja selecionado nada na change strategy é forçada a nova estrategia + fuzzy->set_strategy(3); + + + /****************** SETS INFORMATION WINDOW DATA *******************/ + iWindowData.eye = eye; + iWindowData.ball.vel_vision.first = 0.0; + iWindowData.ball.vel_vision.second = 0.0; + iWindowData.ball.x = 0.0; + iWindowData.ball.y = 0.0; + iWindowData.robots[GANDALF].channel = 0.0; + iWindowData.robots[GANDALF].vel_max = 0.0; + iWindowData.robots[GANDALF].vel_strategy.first = 0.0; + iWindowData.robots[GANDALF].vel_strategy.second = 0.0; + iWindowData.robots[GANDALF].vel_vision.first = 0.0; + iWindowData.robots[GANDALF].vel_vision.second = 0.0; + iWindowData.robots[GANDALF].x = 0.0; + iWindowData.robots[GANDALF].y = 0.0; + iWindowData.robots[LEONA].channel = 0.0; + iWindowData.robots[LEONA].vel_max = 0.0; + iWindowData.robots[LEONA].vel_strategy.first = 0.0; + iWindowData.robots[LEONA].vel_strategy.second = 0.0; + iWindowData.robots[LEONA].vel_vision.first = 0.0; + iWindowData.robots[LEONA].vel_vision.second = 0.0; + iWindowData.robots[LEONA].x = 0.0; + iWindowData.robots[LEONA].y = 0.0; + iWindowData.robots[PRESTO].channel = 0.0; + iWindowData.robots[PRESTO].vel_max = 0.0; + iWindowData.robots[PRESTO].vel_strategy.first = 0.0; + iWindowData.robots[PRESTO].vel_strategy.second = 0.0; + iWindowData.robots[PRESTO].vel_vision.first = 0.0; + iWindowData.robots[PRESTO].vel_vision.second = 0.0; + iWindowData.robots[PRESTO].x = 0.0; + iWindowData.robots[PRESTO].y = 0.0; + + iWindowOpen = false; + + field->setZValue(-1000); + eye->show_area(true); + field->showFields = true; + team_robots.resize(3); + team_shapes.resize(3); + enemy.resize(3); + + for(i = 0; i < 3; i++){ + team_shapes[i] = new RobotDraw; + enemy[i] = new Enemy; + } + eye->set_mode(0); + eye->togglePlay(true); + + load_serial_cfg(); + Robot::config_serial(serial_config); + + connect(eye, SIGNAL(framesPerSecond(double)), this, SLOT(updateFPS(double))); + connect(eye, SIGNAL(infoPercepted(Vision::Perception)), this, SLOT(updatePerceptionInfo(Vision::Perception)), Qt::QueuedConnection); + connect(fuzzy, SIGNAL(emitRobots(Selector)), this, SLOT(updateFuzzyRobots(Selector)), Qt::QueuedConnection); + connect(mover, SIGNAL(emitRobots(Selector)), this, SLOT(updateMoverRobots(Selector)), Qt::QueuedConnection); + connect(iWindow, SIGNAL(close()), this, SLOT(on_InfoWindow_closed())); + connect(this, SIGNAL(updateVisionInfo(std::vector)), eye, SLOT(updateFuzzyRobots(std::vector))); + connect(this, SIGNAL(updateVisionInfo(std::vector)), eye, SLOT(updateMoverRobots(std::vector))); + connect(this, SIGNAL(updateInformationWindow(InfoParameters)), iWindow, SLOT(updateData(InfoParameters))); + + qRegisterMetaType("SettingsDialog::Settings"); + + } MainWindow::~MainWindow() { + unsigned int i = 0; + + delete eye; + delete ball; + delete field; + + for(i = 0; i < team_shapes.size(); i++){ + delete team_shapes[i]; + } + for(i = 0; i < enemy.size(); i++){ + delete enemy[i]; + } + + delete game_scene; delete ui; } +void MainWindow::load_serial_cfg(){ + fstream in; + string name; + int flowControl, parity, stopBits, dataBits; + + in.open("Config/serial.cfg", fstream::in); + + in >> name; + in >> serial_config.baudRate; + in >> flowControl; + in >> parity; + in >> stopBits; + in >> dataBits; + + in.close(); + + serial_config.name = QString::fromStdString(name); + serial_config.flowControl = QSerialPort::FlowControl(flowControl); + serial_config.parity = QSerialPort::Parity(parity); + serial_config.stopBits = QSerialPort::StopBits(stopBits); + serial_config.dataBits = QSerialPort::DataBits(dataBits); +} + +void MainWindow::prepare_game_scene(int w, int h) +{ + int i; + + game_scene->setBackgroundBrush(Qt::black); + game_scene->setSceneRect(0, 0, w, h); + ui->game_view->setScene(game_scene); + + for(i = 0; i < 3; i++){ + team_shapes[i]->pos = team_robots[i].get_centroid(); + game_scene->addItem(team_shapes[i]); + game_scene->addItem(enemy[i]); + } + game_scene->addItem(field); + game_scene->addItem(ball); +} + +void MainWindow::closeEvent(QCloseEvent *event){ + QWidget::closeEvent(event); + Robot::close_serial(); + eye->Stop(); + eye->wait(); + eye->release_cam(); +} + +void MainWindow::receiveSerialSettings(SettingsDialog::Settings serial_config){ + Robot::config_serial(serial_config); +} + +void MainWindow::updateFuzzyRobots(Selector selec_robot){ + team_robots[0].set_flag_fuzzy(selec_robot.r3.get_flag_fuzzy()); + team_robots[1].set_flag_fuzzy(selec_robot.r1.get_flag_fuzzy()); + team_robots[2].set_flag_fuzzy(selec_robot.r2.get_flag_fuzzy()); + + team_robots[0].set_output_fuzzy(selec_robot.r3.get_output_fuzzy()); + team_robots[1].set_output_fuzzy(selec_robot.r1.get_output_fuzzy()); + team_robots[2].set_output_fuzzy(selec_robot.r2.get_output_fuzzy()); + + emit updateVisionInfo(team_robots); +} + +void MainWindow::updateMoverRobots(Selector selec_robot){ + + team_robots[0].set_lin_vel(make_pair(selec_robot.r3.get_l_vel(), selec_robot.r3.get_r_vel())); + team_robots[1].set_lin_vel(make_pair(selec_robot.r1.get_l_vel(), selec_robot.r1.get_r_vel())); + team_robots[2].set_lin_vel(make_pair(selec_robot.r2.get_l_vel(), selec_robot.r2.get_r_vel())); + + + if(game_started){ + Robot::send_velocities(team_robots[1].get_channel(),make_pair(team_robots[1].get_r_vel(), team_robots[1].get_l_vel())); + Robot::send_velocities(team_robots[2].get_channel(),make_pair(team_robots[2].get_r_vel(), team_robots[2].get_l_vel())); + Robot::send_velocities(team_robots[0].get_channel(),make_pair(team_robots[0].get_r_vel(), team_robots[0].get_l_vel())); + + // Troca de funções da estratégia 3 + if (fabs(team_robots[1].get_l_vel()) < 0.05 && fabs(team_robots[1].get_r_vel()) < 0.05 && fabs(team_robots[2].get_l_vel()) < 0.05 && fabs(team_robots[2].get_r_vel()) < 0.05){ + if(ui->actionSwap_Roles->isChecked()){ + ui->actionSwap_Roles->setChecked(false); + fuzzy->set_roles(false); + }else{ + ui->actionSwap_Roles->setChecked(true); + fuzzy->set_roles(true); + } + } + + }else{ + Robot::send_velocities(team_robots[1].get_channel(), make_pair(0, 0)); + Robot::send_velocities(team_robots[2].get_channel(), make_pair(0, 0)); + Robot::send_velocities(team_robots[0].get_channel(), make_pair(0, 0)); + } + + emit updateVisionInfo(team_robots); +} + +void MainWindow::updatePerceptionInfo(Vision::Perception percep_info){ + p2dVector enemy_pos(3), team_pos(3); + pair, vector > cont; + unsigned int i,j; + + percep = percep_info; + + if(!area_read){ + map_area = percep.map_area; + atk_area = percep.atk_area; + def_area = percep.def_area; + field->fieldPoints = map_area; + field->atkPoints = atk_area; + field->defPoints = def_area; + prepare_game_scene(DEFAULT_NCOLS, DEFAULT_NROWS); + area_read = true; + centroid_atk = (atk_area[2] + atk_area[3] + atk_area[4] + atk_area[5])/4; + centroid_def = (def_area[2] + def_area[3] + def_area[4] + def_area[5])/4; + + centroid_atk.x = centroid_atk.x * X_CONV_CONST; + centroid_atk.y = centroid_atk.y * Y_CONV_CONST; + + centroid_def.x = centroid_def.x * X_CONV_CONST; + centroid_def.y = centroid_def.y * Y_CONV_CONST; + + fuzzy->set_centroid_atk(centroid_atk); //salva a area de atk para o fuzzy + fuzzy->set_centroid_def(centroid_def); //salva a area de def para o fuzzy + + leona->set_centroid_atk(centroid_atk); //salva a area de atk para a leona + leona->set_centroid_def(centroid_def); //salva a area de def para a leona + leona->set_def_area(def_area); + + presto->set_centroid_atk(centroid_atk); //salva a area de atk para o presto + presto->set_centroid_def(centroid_def); //salva a area de def para o presto + presto->set_def_area(def_area); + + gandalf->set_centroid_atk(centroid_atk); //salva a area de atk para o gandalf + gandalf->set_centroid_def(centroid_def); //salva a area de def para o gandalf + gandalf->set_def_area(def_area); + + mover->set_centroid_atk(centroid_atk); //salva a area de atk para o gandalf + mover->set_centroid_def(centroid_def); //salva a area de def para o gandalf + mover->set_def_area(def_area); + } + for(i = 0; i < team_robots.size(); i++){ + cont = team_robots[i].get_contour(); + Point c = team_robots[i].get_centroid(); + team_shapes[i]->angle = team_robots[i].get_angle(); + team_shapes[i]->team_contour = cont.first; + team_shapes[i]->role_contour = cont.second; + enemy[i]->pos = percep.enemy_robots[i].get_centroid(); + + for(j = 0; j < 3; j++){ + vector lower, upper; + + lower = team_robots[i].get_team_low_color(); + upper = team_robots[i].get_team_upper_color(); + + team_shapes[i]->team_color[j] = (lower[j]+upper[j])/2; + + lower = team_robots[i].get_low_color(); + upper = team_robots[i].get_upper_color(); + + team_shapes[i]->role_color[j] = (lower[j]+upper[j])/2; + } + team_shapes[i]->pos = c; + } + //Atualiza informação da velocidade da bola + iWindowData.ball.vel_vision = percep.ball_vel; + + leona->set_ball_vel(percep.ball_vel); //salva a velocidade da bola para a leona + presto->set_ball_vel(percep.ball_vel); //salva a velocidade da bola para o presto + gandalf->set_ball_vel(percep.ball_vel); //salva a velocidade da bola para o gandalf + mover->set_ball_vel(percep.ball_vel); //salva a velocidade da bola para a mover + + if(percep.ball_found){ + ui->ball_detec_col_label->setStyleSheet("QLabel { background-color : green; }"); + ui->ball_detec_label->setText("Ball found"); + ball_pos = percep.ball_pos_cm; + ball->pos = percep.ball_pos; + ball->contour = percep.ball_contour; + + //Atualiza informação da posição da bola + iWindowData.ball.x = percep.ball_pos_cm.x; + iWindowData.ball.y = percep.ball_pos_cm.y; + + for(i = 0; i < ball->color.size(); i++){ + ball->color[i] = percep_info.ball_color.second[i] + percep.ball_color.first[i]; + ball->color[i] /= 2; + } + }else{ + ui->ball_detec_col_label->setStyleSheet("QLabel { background-color : red; }"); + ui->ball_detec_label->setText("Ball not found"); + } + game_scene->update(); + + enemy_pos[0] = percep.enemy_robots[0].get_pos(); + enemy_pos[1] = percep.enemy_robots[1].get_pos(); + enemy_pos[2] = percep.enemy_robots[2].get_pos(); + + team_pos[0] = percep.team_robots[0].get_pos(); //Leona + team_pos[1] = percep.team_robots[1].get_pos(); //Gandalf + team_pos[2] = percep.team_robots[2].get_pos(); //Presto + team_robots = percep.team_robots; + + leona->set_ball_pos(ball_pos); //Salva a posicao da bola para a leona + leona->set_enemy_pos(enemy_pos); //Salva a posicao dos inimigos para a leona + leona->set_team_pos(team_pos); //Salva a posicao do time para a leona + + presto->set_ball_pos(ball_pos); //Salva a posicao da bola para o presto + presto->set_enemy_pos(enemy_pos); //Salva a posicao dos inimigos para o presto + presto->set_team_pos(team_pos); //Salva a posicao do time para o presto + + gandalf->set_ball_pos(ball_pos); //Salva a posicao da bola para o gandalf + gandalf->set_enemy_pos(enemy_pos); //Salva a posicao dos inimigos para o gandalf + gandalf->set_team_pos(team_pos); //Salva a posicao do time para o gandalf + + fuzzy->set_to_select(percep.team_robots[1], percep.team_robots[2], percep.team_robots[0]); //Gandalf, Presto e Leona nesta ordem + fuzzy->set_ball_pos(ball_pos); //Salva a posicao da bola para o fuzzy + fuzzy->set_enemy_pos(enemy_pos); //Salva a posicao dos inimigos para o fuzzy + + leona->set_to_select(percep.team_robots[1], percep.team_robots[2], percep.team_robots[0]); + leona->set_def_area(def_area); + leona->set_calc_Gandalf(false); + leona->set_calc_Presto(false); + leona->set_calc_Leona(true); + + presto->set_to_select(percep.team_robots[1], percep.team_robots[2], percep.team_robots[0]); + presto->set_def_area(def_area); + presto->set_calc_Gandalf(false); + presto->set_calc_Presto(true); + presto->set_calc_Leona(false); + + gandalf->set_to_select(percep.team_robots[1], percep.team_robots[2], percep.team_robots[0]); + gandalf->set_def_area(def_area); + gandalf->set_calc_Gandalf(true); + gandalf->set_calc_Presto(false); + gandalf->set_calc_Leona(false); + + mover->set_to_select(percep.team_robots[1], percep.team_robots[2], percep.team_robots[0]); + mover->set_to_select_iterador(gandalf, presto, leona); + mover->set_enemy_pos(enemy_pos); + mover->set_ball_pos(ball_pos); + mover->set_def_area(def_area); + + /******************* GANDALF DETECTED **********************/ + if(percep.team_robots[1].is_detected()){ + ui->gandalf_detec_col_label->setStyleSheet("QLabel { background-color : green; }"); + ui->gandalf_detec_label->setText("Detected"); + + //Atualiza informação da posição do gandalf + Robot r = percep.team_robots[1]; + iWindowData.robots[GANDALF].x = r.get_centroid().x; + iWindowData.robots[GANDALF].y = r.get_centroid().y; + iWindowData.robots[GANDALF].vel_vision = r.get_velocities(); + iWindowData.robots[GANDALF].channel = r.get_channel(); + iWindowData.robots[GANDALF].vel_strategy.first = r.get_l_vel(); + iWindowData.robots[GANDALF].vel_strategy.second = r.get_l_vel(); + }else{ + ui->gandalf_detec_col_label->setStyleSheet("QLabel { background-color : red; }"); + ui->gandalf_detec_label->setText("Not Detected"); + } + + /******************* LEONA DETECTED **********************/ + if(percep.team_robots[0].is_detected()){ + ui->leona_detec_col_label->setStyleSheet("QLabel { background-color : green; }"); + ui->leona_detec_label->setText("Detected"); + + //Atualiza informação da posição do gandalf + Robot r = percep.team_robots[0]; + iWindowData.robots[LEONA].x = r.get_centroid().x; + iWindowData.robots[LEONA].y = r.get_centroid().y; + iWindowData.robots[LEONA].vel_vision = r.get_velocities(); + iWindowData.robots[LEONA].channel = r.get_channel(); + iWindowData.robots[LEONA].vel_strategy.first = r.get_l_vel(); + iWindowData.robots[LEONA].vel_strategy.second = r.get_l_vel(); + + }else{ + ui->leona_detec_col_label->setStyleSheet("QLabel { background-color : red; }"); + ui->leona_detec_label->setText("Not Detected"); + } + + /******************* PRESTO DETECTED **********************/ + if(percep.team_robots[2].is_detected()){ + ui->presto_detec_col_label->setStyleSheet("QLabel { background-color : green; }"); + ui->presto_detec_label->setText("Detected"); + + //Atualiza informação da posição do gandalf + Robot r = percep.team_robots[2]; + iWindowData.robots[PRESTO].x = r.get_centroid().x; + iWindowData.robots[PRESTO].y = r.get_centroid().y; + iWindowData.robots[PRESTO].vel_vision = r.get_velocities(); + iWindowData.robots[PRESTO].channel = r.get_channel(); + iWindowData.robots[PRESTO].vel_strategy.first = r.get_l_vel(); + iWindowData.robots[PRESTO].vel_strategy.second = r.get_l_vel(); + }else{ + ui->presto_detec_col_label->setStyleSheet("QLabel { background-color : red; }"); + ui->presto_detec_label->setText("Not Detected"); + } + + fuzzy->zera_flag_finish(); + gandalf->zera_flag_finish(); + presto->zera_flag_finish(); + leona->zera_flag_finish(); + + //inicia a thread do fuzzy caso ela nao esteja em execucao + if(run_fuzzy){ + if(fuzzy->is_running()){ + fuzzy->wait(); + } + fuzzy->Play(); + } + + if(!run_leona || !run_presto || !run_gandalf){ + fuzzy->wait(); + + if (fuzzy->get_flag_finish() && !run_mover){ + run_leona = true; + run_presto = true; + run_gandalf = true; + }else{ + run_leona = false; + run_presto = false; + run_gandalf = false; + } + } + + //inicia a thread da leona caso ela nao esteja em execucao + if(run_leona){ + if(leona->is_running()){ + leona->wait(); + } + leona->Play(); + } + + //inicia a thread do presto caso ela nao esteja em execucao + if(run_presto){ + if(presto->is_running()){ + presto->wait(); + } + presto->Play(); + } + + //inicia a thread do gandalf caso ela nao esteja em execucao + if(run_gandalf){ + if(gandalf->is_running()){ + gandalf->wait(); + } + gandalf->Play(); + } + + //inicia a thread da mover caso ela nao esteja em execucao + if(run_mover){ + if(mover->is_running()){ + mover->wait(); + } + mover->Play(); + } + + if(!run_mover){ + gandalf->wait(); + presto->wait(); + leona->wait(); + fuzzy->wait(); + + if(gandalf->get_flag_finish() && presto->get_flag_finish() && leona->get_flag_finish() && !run_mover){ + run_mover = true; + } + else{ + run_mover = false; + } + } + + emit updateInformationWindow(iWindowData); +} + +void MainWindow::updateFPS(double fps){ + ui->lcd_fps->display(fps); +} + +void MainWindow::updateSerialSettings(SettingsDialog::Settings settings){ + Robot::config_serial(settings); +} + void MainWindow::openSetParameters() { setparam->show(); } +void MainWindow::on_actionOpen_Camera_triggered(bool checked) +{ + cam_id = ui->cam_id_spinBox->value(); + + if(checked && eye->isStopped()){ + if(!eye->open_camera(cam_id)){ + QMessageBox msgBox; + msgBox.setText("The camera could not be opened!"); + msgBox.exec(); + return; + } + eye->Play(); + + }else{ + eye->Stop(); + eye->wait(); + eye->release_cam(); + } +} + +void MainWindow::on_btn_startGame_clicked() +{ + if(!game_started){ + game_started = true; + //Point convert_C_to_G(Point2d); + + run_fuzzy = true; + + if(!Robot::is_serial_open()){ + Robot::open_serial(); + ui->serial_status_col_label->setStyleSheet("QLabel { background-color : green; }"); + ui->serial_status_label->setText("Serial Open"); + } + + ui->btn_startGame->setText("Stop"); + }else{ + game_started = false; + run_fuzzy = false; + run_leona = false; + run_presto = false; + run_gandalf = false; + run_mover = false; + + Robot::send_velocities(team_robots[1].get_channel(), make_pair(0, 0)); + Robot::send_velocities(team_robots[2].get_channel(), make_pair(0, 0)); + Robot::send_velocities(team_robots[0].get_channel(), make_pair(0, 0)); + + ui->btn_startGame->setText("Start"); + } +} + +void MainWindow::on_btn_changeStrategy_clicked() +{ + string strategy = ui->cbox_strategyOptions->currentText().toUtf8().constData(); + + cout << strategy << endl; + + char num_strategy; + + if(strategy == "Test") + num_strategy = 0; + else if (strategy == "Strategy 1") + num_strategy = 1; + else if (strategy == "Strategy 2") + num_strategy = 2; + else if (strategy == "Strategy 3") + num_strategy = 3; + + fuzzy->set_strategy(num_strategy); + + switch(ui->cbox_strategyOptions->currentIndex()) + { + case 0: + ui->currentStrategylbl->setText("Current: 3"); + break; + case 1: + ui->currentStrategylbl->setText("Current: 2"); + break; + case 2: + ui->currentStrategylbl->setText("Current: 1"); + break; + case 3: + ui->currentStrategylbl->setText("Current: Text"); + break; + } +} + +void MainWindow::on_actionSwap_Teams_triggered() +{ + vector robots = eye->get_robots(); + + vector low_team1_color = robots[0].get_team_low_color(); + vector upper_team1_color = robots[0].get_team_upper_color(); + vector low_team2_color = robots[4].get_team_low_color(); + vector upper_team2_color = robots[4].get_team_upper_color(); + + robots[0].set_team_low_color(low_team2_color); + robots[0].set_team_upper_color(upper_team2_color); + robots[4].set_team_low_color(low_team1_color); + robots[4].set_team_upper_color(upper_team1_color); + + eye->set_robots(robots); +} + +void MainWindow::on_actionShow_VisionLog_triggered(bool checked) +{ + eye->show_errors(checked); +} + +void MainWindow::on_actionRead_Parameters_triggered() +{ + int ch; + char cwd[1024]; + vector robots = eye->get_robots(); + vector low_color(3); + vector upper_color(3); + Point convert_C_to_G(Point2d); + vector low_team_color(3); + vector upper_team_color(3); + pair, vector > ball_range; + string path, role, ID; + ifstream file, t1_file, t2_file, ball; + + if (getcwd(cwd, sizeof(cwd)) != NULL) + fprintf(stdout, "Current working dir: %s\n", cwd); + else + perror("getcwd() error"); + + ball_range.first.resize(3); + ball_range.second.resize(3); + t1_file.open("Config/T1", fstream::in); + + if(!t1_file){ + cerr << "Team 1 config could not be opened!" << endl; + } + + t1_file >> low_team_color[0] >> low_team_color[1] >> low_team_color[2]; + t1_file >> upper_team_color[0] >> upper_team_color[1] >> upper_team_color[2]; + + t1_file.close(); + t1_file.clear(); + + for(auto itr = robots.begin(); itr != robots.end(); ++itr){ + path = "Config/" + (*itr).get_nick(); + file.open(path.c_str()); + + if(!file){ + cerr << (*itr).get_nick() << " config could not be opened!" << endl; + } + + file >> low_color[0] >> low_color[1] >> low_color[2]; + file >> upper_color[0] >> upper_color[1] >> upper_color[2]; + file >> ch; + file >> role; + file >> ID; + + (*itr).set_team_low_color(low_team_color); + (*itr).set_team_upper_color(upper_team_color); + (*itr).set_low_color(low_color); + (*itr).set_upper_color(upper_color); + (*itr).set_ID(ID); + (*itr).set_channel(ch); + (*itr).set_role(role); + + file.close(); + file.clear(); + } + + t2_file.open("Config/T2", fstream::in); + + if(!t2_file){ + cerr << "Team 2 config could not be opened!" << endl; + } + + t2_file >> low_team_color[0] >> low_team_color[1] >> low_team_color[2]; + t2_file >> upper_team_color[0] >> upper_team_color[1] >> upper_team_color[2]; + t2_file.close(); + t2_file.clear(); + + for(auto itr = robots.begin() + 3; itr != robots.end(); ++itr){ + (*itr).set_team_low_color(low_team_color); + (*itr).set_team_upper_color(upper_team_color); + } + + eye->set_robots(robots); + ball.open("Config/ball", fstream::in); + + if(!ball){ + cout << "Ball config could not be opened!" << endl; + } + + ball >> ball_range.first[0] >> ball_range.first[1] >> ball_range.first[2]; + ball >> ball_range.second[0] >> ball_range.second[1] >> ball_range.second[2]; + ball.close(); + ball.clear(); + + eye->set_ball(ball_range); + +} + +void MainWindow::on_actionSet_Parameters_triggered() +{ + Robot::close_serial(); + ui->actionOpen_Camera->setChecked(false); + eye->Stop(); + eye->wait(); + eye->release_cam(); + setparam->show(); +} + +void MainWindow::on_actionSwap_ATK_DEF_triggered() +{ + pVector aux; + + aux = atk_area; + atk_area = def_area; + def_area = aux; + + eye->switch_teams_areas(); + eye->set_atk_area(atk_area); + eye->set_def_area(def_area); + + centroid_atk = (atk_area[2] + atk_area[3] + atk_area[4] + atk_area[5])/4; + centroid_def = (def_area[2] + def_area[3] + def_area[4] + def_area[5])/4; + + centroid_atk.x = centroid_atk.x * X_CONV_CONST; + centroid_atk.y = centroid_atk.y * Y_CONV_CONST; + + centroid_def.x = centroid_def.x * X_CONV_CONST; + centroid_def.y = centroid_def.y * Y_CONV_CONST; + + fuzzy->set_centroid_atk(centroid_atk); //salva a area de atk para o fuzzy + fuzzy->set_centroid_def(centroid_def); //salva a area de def para o fuzzy + + leona->set_centroid_atk(centroid_atk); //salva a area de atk para a leona + leona->set_centroid_def(centroid_def); //salva a area de def para a leona + leona->set_def_area(def_area); + leona->team_changed(); + + presto->set_centroid_atk(centroid_atk); //salva a area de atk para o presto + presto->set_centroid_def(centroid_def); //salva a area de def para o presto + presto->set_def_area(def_area); + presto->team_changed(); + + gandalf->set_centroid_atk(centroid_atk); //salva a area de atk para o gandalf + gandalf->set_centroid_def(centroid_def); //salva a area de def para o gandalf + gandalf->set_def_area(def_area); + gandalf->team_changed(); + + mover->set_centroid_atk(centroid_atk); //salva a area de atk para o gandalf + mover->set_centroid_def(centroid_def); //salva a area de def para o gandalf + mover->set_def_area(def_area); + mover->team_changed(); + + field->atkPoints = atk_area; + field->defPoints = def_area; +} + +void MainWindow::on_actionShow_Areas_triggered(bool checked) +{ + field->showFields = checked; +} + +void MainWindow::on_actionOpen_InfoWindow_triggered() +{ + if(!iWindowOpen){ + iWindow->show(); + iWindowOpen = true; + emit updateInformationWindow(iWindowData); + } else { + iWindow->hide(); + iWindowOpen = false; + } +} + +void MainWindow::on_InfoWindow_closed(){ + iWindowOpen = false; +} -void MainWindow::on_pushButton_5_clicked() +void MainWindow::on_actionSwap_Roles_triggered(bool checked) { - soccer->show(); + fuzzy->set_roles(checked); } diff --git a/mainwindow.h b/mainwindow.h index 6707eb1..932786b 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -1,10 +1,24 @@ #ifndef MAINWINDOW_H #define MAINWINDOW_H +#include +#include #include #include -#include +#include #include "settingsdialog.h" +#include "settingsdialog.h" +#include "vision.h" +#include "fuzzy.h" +#include "game_functions.h" +#include "navigation.h" +#include "drawobjects.h" +#include "mover.h" +#include "informationwindow.h" + +#define GANDALF 0 +#define LEONA 1 +#define PRESTO 2 namespace Ui { class MainWindow; @@ -16,17 +30,86 @@ class MainWindow : public QMainWindow public slots: void openSetParameters(); + + void on_InfoWindow_closed(); public: explicit MainWindow(QWidget *parent = 0); + void load_serial_cfg(); + void prepare_game_scene(int w, int h); ~MainWindow(); private slots: - void on_pushButton_5_clicked(); + void updateMoverRobots(Selector); + + void updateFuzzyRobots(Selector); + + void updatePerceptionInfo(Vision::Perception); + + void updateSerialSettings(SettingsDialog::Settings); + + void receiveSerialSettings(SettingsDialog::Settings); + + void updateFPS(double); + + void on_actionOpen_Camera_triggered(bool checked); + + void on_btn_startGame_clicked(); + + void on_btn_changeStrategy_clicked(); + + void on_actionSwap_Teams_triggered(); + + void on_actionShow_VisionLog_triggered(bool checked); + + void on_actionRead_Parameters_triggered(); + + void on_actionSet_Parameters_triggered(); + + void on_actionSwap_ATK_DEF_triggered(); + + void on_actionShow_Areas_triggered(bool checked); + + void on_actionOpen_InfoWindow_triggered(); + + void on_actionSwap_Roles_triggered(bool checked); + +signals: + void updateVisionInfo(std::vector); + + void updateInformationWindow(InfoParameters data); private: SetParameters *setparam; - soccer_window *soccer; + InformationWindow *iWindow; + InfoParameters iWindowData; + bool iWindowOpen; Ui::MainWindow *ui; + Fuzzy *fuzzy; + Game_functions *leona; + Game_functions *presto; + Game_functions *gandalf; + Mover *mover; + Vision *eye; + Vision::Perception percep; + SettingsDialog::Settings serial_config; + std::vector team_robots; + Point2d ball_pos; + std::vector map_area; + std::vector def_area; + std::vector atk_area; + Point centroid_atk; + Point centroid_def; + Selector selec_robot; //estrutura de selecao dos robos que vao entrar no fuzzy + QGraphicsScene *game_scene; + FieldDraw *field; + BallDraw *ball; + vector enemy; + std::vector team_shapes; + int cam_id; + bool started, area_read, run_fuzzy, run_leona, run_presto, run_gandalf, run_mover, game_started, team_changed; + std::vector vel_computed; + + void closeEvent(QCloseEvent *event); }; #endif // MAINWINDOW_H diff --git a/mainwindow.o b/mainwindow.o deleted file mode 100644 index 811909b..0000000 Binary files a/mainwindow.o and /dev/null differ diff --git a/mainwindow.ui b/mainwindow.ui index 41cb23d..9628498 100644 --- a/mainwindow.ui +++ b/mainwindow.ui @@ -3,14 +3,14 @@ MainWindow - Qt::ApplicationModal + Qt::NonModal 0 0 - 444 - 284 + 1280 + 720 @@ -24,36 +24,10 @@ false - - - - 270 - 160 - 141 - 31 - - - - Set Parameters - - - - - - 270 - 210 - 141 - 31 - - - - Play Soccer! - - - 20 + 60 10 231 241 @@ -84,16 +58,460 @@ Qt::NoTextInteraction - logo - setParameters - pushButton_5 + + + + 368 + 40 + 901 + 611 + + + + + + + 10 + 260 + 351 + 431 + + + + + + + Game + + + Space + + + + + + + + + + + FPS: + + + + + + + Cam ID: + + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 88 + 30 + + + + + + + + + + Background-color: #000; + + + 4 + + + + + + + 999 + + + 0 + + + + + + + + + + + + + Strategy: + + + + + + + Current: + + + + + + + + + ArrowCursor + + + + + + + + + + Change + + + + + + + + + + + + + + + Gandalf: + + + + + + + Leona: + + + + + + + Presto: + + + + + + + + + + + background-color : red + + + + + + + + + + background-color : red + + + + + + + + + + background-color : red + + + + + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 38 + 75 + + + + + + + + + + Not Detected + + + + + + + Not Detected + + + + + + + Not Detected + + + + + + + + + + + Qt::Vertical + + + QSizePolicy::Maximum + + + + 20 + 40 + + + + + + + + QLayout::SetMaximumSize + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 88 + 30 + + + + + + + + + + background-color : red + + + + + + + + + + background-color : red + + + + + + + + + + + + Qt::Horizontal + + + QSizePolicy::Fixed + + + + 32 + 30 + + + + + + + + + + Ball not found + + + + + + + Serial Closed + + + + + + + + + + + Qt::Vertical + + + QSizePolicy::Maximum + + + + 20 + 50 + + + + + + + + + + + 0 + 0 + 1280 + 22 + + + + + Settings + + + + + + + + + + + + + Parameters + + + + + + - Exit + + + Read Parameters + + + + + Set Parameters + + + + + true + + + Open Camera + + + + + true + + + Show Areas + + + + + true + + + Show VisionLog + + + + + true + + + Swap ATK/DEF + + + + + true + + + Swap Teams + + + + + Open Info Window + + + I + + + + + true + + + Swap Roles + + diff --git a/moc_configrobots.cpp b/moc_configrobots.cpp deleted file mode 100644 index c1e9904..0000000 --- a/moc_configrobots.cpp +++ /dev/null @@ -1,119 +0,0 @@ -/**************************************************************************** -** Meta object code from reading C++ file 'configrobots.h' -** -** Created by: The Qt Meta Object Compiler version 67 (Qt 5.8.0) -** -** WARNING! All changes made in this file will be lost! -*****************************************************************************/ - -#include "configrobots.h" -#include -#include -#if !defined(Q_MOC_OUTPUT_REVISION) -#error "The header file 'configrobots.h' doesn't include ." -#elif Q_MOC_OUTPUT_REVISION != 67 -#error "This file was generated using the moc from 5.8.0. It" -#error "cannot be used with the include files from this version of Qt." -#error "(The moc has changed too much.)" -#endif - -QT_BEGIN_MOC_NAMESPACE -QT_WARNING_PUSH -QT_WARNING_DISABLE_DEPRECATED -struct qt_meta_stringdata_ConfigRobots_t { - QByteArrayData data[4]; - char stringdata0[58]; -}; -#define QT_MOC_LITERAL(idx, ofs, len) \ - Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ - qptrdiff(offsetof(qt_meta_stringdata_ConfigRobots_t, stringdata0) + ofs \ - - idx * sizeof(QByteArrayData)) \ - ) -static const qt_meta_stringdata_ConfigRobots_t qt_meta_stringdata_ConfigRobots = { - { -QT_MOC_LITERAL(0, 0, 12), // "ConfigRobots" -QT_MOC_LITERAL(1, 13, 27), // "on_configColorRange_clicked" -QT_MOC_LITERAL(2, 41, 0), // "" -QT_MOC_LITERAL(3, 42, 15) // "on_save_clicked" - - }, - "ConfigRobots\0on_configColorRange_clicked\0" - "\0on_save_clicked" -}; -#undef QT_MOC_LITERAL - -static const uint qt_meta_data_ConfigRobots[] = { - - // content: - 7, // revision - 0, // classname - 0, 0, // classinfo - 2, 14, // methods - 0, 0, // properties - 0, 0, // enums/sets - 0, 0, // constructors - 0, // flags - 0, // signalCount - - // slots: name, argc, parameters, tag, flags - 1, 0, 24, 2, 0x08 /* Private */, - 3, 0, 25, 2, 0x08 /* Private */, - - // slots: parameters - QMetaType::Void, - QMetaType::Void, - - 0 // eod -}; - -void ConfigRobots::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) -{ - if (_c == QMetaObject::InvokeMetaMethod) { - ConfigRobots *_t = static_cast(_o); - Q_UNUSED(_t) - switch (_id) { - case 0: _t->on_configColorRange_clicked(); break; - case 1: _t->on_save_clicked(); break; - default: ; - } - } - Q_UNUSED(_a); -} - -const QMetaObject ConfigRobots::staticMetaObject = { - { &QWidget::staticMetaObject, qt_meta_stringdata_ConfigRobots.data, - qt_meta_data_ConfigRobots, qt_static_metacall, Q_NULLPTR, Q_NULLPTR} -}; - - -const QMetaObject *ConfigRobots::metaObject() const -{ - return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; -} - -void *ConfigRobots::qt_metacast(const char *_clname) -{ - if (!_clname) return Q_NULLPTR; - if (!strcmp(_clname, qt_meta_stringdata_ConfigRobots.stringdata0)) - return static_cast(const_cast< ConfigRobots*>(this)); - return QWidget::qt_metacast(_clname); -} - -int ConfigRobots::qt_metacall(QMetaObject::Call _c, int _id, void **_a) -{ - _id = QWidget::qt_metacall(_c, _id, _a); - if (_id < 0) - return _id; - if (_c == QMetaObject::InvokeMetaMethod) { - if (_id < 2) - qt_static_metacall(this, _c, _id, _a); - _id -= 2; - } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { - if (_id < 2) - *reinterpret_cast(_a[0]) = -1; - _id -= 2; - } - return _id; -} -QT_WARNING_POP -QT_END_MOC_NAMESPACE diff --git a/moc_configrobots.o b/moc_configrobots.o deleted file mode 100644 index 08d80f1..0000000 Binary files a/moc_configrobots.o and /dev/null differ diff --git a/moc_fuzzy.cpp b/moc_fuzzy.cpp deleted file mode 100644 index 8d62499..0000000 --- a/moc_fuzzy.cpp +++ /dev/null @@ -1,131 +0,0 @@ -/**************************************************************************** -** Meta object code from reading C++ file 'fuzzy.h' -** -** Created by: The Qt Meta Object Compiler version 67 (Qt 5.8.0) -** -** WARNING! All changes made in this file will be lost! -*****************************************************************************/ - -#include "fuzzy.h" -#include -#include -#if !defined(Q_MOC_OUTPUT_REVISION) -#error "The header file 'fuzzy.h' doesn't include ." -#elif Q_MOC_OUTPUT_REVISION != 67 -#error "This file was generated using the moc from 5.8.0. It" -#error "cannot be used with the include files from this version of Qt." -#error "(The moc has changed too much.)" -#endif - -QT_BEGIN_MOC_NAMESPACE -QT_WARNING_PUSH -QT_WARNING_DISABLE_DEPRECATED -struct qt_meta_stringdata_Fuzzy_t { - QByteArrayData data[4]; - char stringdata0[27]; -}; -#define QT_MOC_LITERAL(idx, ofs, len) \ - Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ - qptrdiff(offsetof(qt_meta_stringdata_Fuzzy_t, stringdata0) + ofs \ - - idx * sizeof(QByteArrayData)) \ - ) -static const qt_meta_stringdata_Fuzzy_t qt_meta_stringdata_Fuzzy = { - { -QT_MOC_LITERAL(0, 0, 5), // "Fuzzy" -QT_MOC_LITERAL(1, 6, 10), // "emitRobots" -QT_MOC_LITERAL(2, 17, 0), // "" -QT_MOC_LITERAL(3, 18, 8) // "Selector" - - }, - "Fuzzy\0emitRobots\0\0Selector" -}; -#undef QT_MOC_LITERAL - -static const uint qt_meta_data_Fuzzy[] = { - - // content: - 7, // revision - 0, // classname - 0, 0, // classinfo - 1, 14, // methods - 0, 0, // properties - 0, 0, // enums/sets - 0, 0, // constructors - 0, // flags - 1, // signalCount - - // signals: name, argc, parameters, tag, flags - 1, 1, 19, 2, 0x06 /* Public */, - - // signals: parameters - QMetaType::Void, 0x80000000 | 3, 2, - - 0 // eod -}; - -void Fuzzy::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) -{ - if (_c == QMetaObject::InvokeMetaMethod) { - Fuzzy *_t = static_cast(_o); - Q_UNUSED(_t) - switch (_id) { - case 0: _t->emitRobots((*reinterpret_cast< Selector(*)>(_a[1]))); break; - default: ; - } - } else if (_c == QMetaObject::IndexOfMethod) { - int *result = reinterpret_cast(_a[0]); - void **func = reinterpret_cast(_a[1]); - { - typedef void (Fuzzy::*_t)(Selector ); - if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&Fuzzy::emitRobots)) { - *result = 0; - return; - } - } - } -} - -const QMetaObject Fuzzy::staticMetaObject = { - { &QThread::staticMetaObject, qt_meta_stringdata_Fuzzy.data, - qt_meta_data_Fuzzy, qt_static_metacall, Q_NULLPTR, Q_NULLPTR} -}; - - -const QMetaObject *Fuzzy::metaObject() const -{ - return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; -} - -void *Fuzzy::qt_metacast(const char *_clname) -{ - if (!_clname) return Q_NULLPTR; - if (!strcmp(_clname, qt_meta_stringdata_Fuzzy.stringdata0)) - return static_cast(const_cast< Fuzzy*>(this)); - return QThread::qt_metacast(_clname); -} - -int Fuzzy::qt_metacall(QMetaObject::Call _c, int _id, void **_a) -{ - _id = QThread::qt_metacall(_c, _id, _a); - if (_id < 0) - return _id; - if (_c == QMetaObject::InvokeMetaMethod) { - if (_id < 1) - qt_static_metacall(this, _c, _id, _a); - _id -= 1; - } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { - if (_id < 1) - *reinterpret_cast(_a[0]) = -1; - _id -= 1; - } - return _id; -} - -// SIGNAL 0 -void Fuzzy::emitRobots(Selector _t1) -{ - void *_a[] = { Q_NULLPTR, const_cast(reinterpret_cast(&_t1)) }; - QMetaObject::activate(this, &staticMetaObject, 0, _a); -} -QT_WARNING_POP -QT_END_MOC_NAMESPACE diff --git a/moc_fuzzy.o b/moc_fuzzy.o deleted file mode 100644 index f99a428..0000000 Binary files a/moc_fuzzy.o and /dev/null differ diff --git a/moc_game_functions.cpp b/moc_game_functions.cpp deleted file mode 100644 index 8fdee20..0000000 --- a/moc_game_functions.cpp +++ /dev/null @@ -1,131 +0,0 @@ -/**************************************************************************** -** Meta object code from reading C++ file 'game_functions.h' -** -** Created by: The Qt Meta Object Compiler version 67 (Qt 5.8.0) -** -** WARNING! All changes made in this file will be lost! -*****************************************************************************/ - -#include "game_functions.h" -#include -#include -#if !defined(Q_MOC_OUTPUT_REVISION) -#error "The header file 'game_functions.h' doesn't include ." -#elif Q_MOC_OUTPUT_REVISION != 67 -#error "This file was generated using the moc from 5.8.0. It" -#error "cannot be used with the include files from this version of Qt." -#error "(The moc has changed too much.)" -#endif - -QT_BEGIN_MOC_NAMESPACE -QT_WARNING_PUSH -QT_WARNING_DISABLE_DEPRECATED -struct qt_meta_stringdata_Game_functions_t { - QByteArrayData data[4]; - char stringdata0[36]; -}; -#define QT_MOC_LITERAL(idx, ofs, len) \ - Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ - qptrdiff(offsetof(qt_meta_stringdata_Game_functions_t, stringdata0) + ofs \ - - idx * sizeof(QByteArrayData)) \ - ) -static const qt_meta_stringdata_Game_functions_t qt_meta_stringdata_Game_functions = { - { -QT_MOC_LITERAL(0, 0, 14), // "Game_functions" -QT_MOC_LITERAL(1, 15, 10), // "emitRobots" -QT_MOC_LITERAL(2, 26, 0), // "" -QT_MOC_LITERAL(3, 27, 8) // "Selector" - - }, - "Game_functions\0emitRobots\0\0Selector" -}; -#undef QT_MOC_LITERAL - -static const uint qt_meta_data_Game_functions[] = { - - // content: - 7, // revision - 0, // classname - 0, 0, // classinfo - 1, 14, // methods - 0, 0, // properties - 0, 0, // enums/sets - 0, 0, // constructors - 0, // flags - 1, // signalCount - - // signals: name, argc, parameters, tag, flags - 1, 1, 19, 2, 0x06 /* Public */, - - // signals: parameters - QMetaType::Void, 0x80000000 | 3, 2, - - 0 // eod -}; - -void Game_functions::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) -{ - if (_c == QMetaObject::InvokeMetaMethod) { - Game_functions *_t = static_cast(_o); - Q_UNUSED(_t) - switch (_id) { - case 0: _t->emitRobots((*reinterpret_cast< Selector(*)>(_a[1]))); break; - default: ; - } - } else if (_c == QMetaObject::IndexOfMethod) { - int *result = reinterpret_cast(_a[0]); - void **func = reinterpret_cast(_a[1]); - { - typedef void (Game_functions::*_t)(Selector ); - if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&Game_functions::emitRobots)) { - *result = 0; - return; - } - } - } -} - -const QMetaObject Game_functions::staticMetaObject = { - { &Navigation::staticMetaObject, qt_meta_stringdata_Game_functions.data, - qt_meta_data_Game_functions, qt_static_metacall, Q_NULLPTR, Q_NULLPTR} -}; - - -const QMetaObject *Game_functions::metaObject() const -{ - return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; -} - -void *Game_functions::qt_metacast(const char *_clname) -{ - if (!_clname) return Q_NULLPTR; - if (!strcmp(_clname, qt_meta_stringdata_Game_functions.stringdata0)) - return static_cast(const_cast< Game_functions*>(this)); - return Navigation::qt_metacast(_clname); -} - -int Game_functions::qt_metacall(QMetaObject::Call _c, int _id, void **_a) -{ - _id = Navigation::qt_metacall(_c, _id, _a); - if (_id < 0) - return _id; - if (_c == QMetaObject::InvokeMetaMethod) { - if (_id < 1) - qt_static_metacall(this, _c, _id, _a); - _id -= 1; - } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { - if (_id < 1) - *reinterpret_cast(_a[0]) = -1; - _id -= 1; - } - return _id; -} - -// SIGNAL 0 -void Game_functions::emitRobots(Selector _t1) -{ - void *_a[] = { Q_NULLPTR, const_cast(reinterpret_cast(&_t1)) }; - QMetaObject::activate(this, &staticMetaObject, 0, _a); -} -QT_WARNING_POP -QT_END_MOC_NAMESPACE diff --git a/moc_game_functions.o b/moc_game_functions.o deleted file mode 100644 index e70aeab..0000000 Binary files a/moc_game_functions.o and /dev/null differ diff --git a/moc_mainwindow.cpp b/moc_mainwindow.cpp deleted file mode 100644 index b750584..0000000 --- a/moc_mainwindow.cpp +++ /dev/null @@ -1,119 +0,0 @@ -/**************************************************************************** -** Meta object code from reading C++ file 'mainwindow.h' -** -** Created by: The Qt Meta Object Compiler version 67 (Qt 5.8.0) -** -** WARNING! All changes made in this file will be lost! -*****************************************************************************/ - -#include "mainwindow.h" -#include -#include -#if !defined(Q_MOC_OUTPUT_REVISION) -#error "The header file 'mainwindow.h' doesn't include ." -#elif Q_MOC_OUTPUT_REVISION != 67 -#error "This file was generated using the moc from 5.8.0. It" -#error "cannot be used with the include files from this version of Qt." -#error "(The moc has changed too much.)" -#endif - -QT_BEGIN_MOC_NAMESPACE -QT_WARNING_PUSH -QT_WARNING_DISABLE_DEPRECATED -struct qt_meta_stringdata_MainWindow_t { - QByteArrayData data[4]; - char stringdata0[54]; -}; -#define QT_MOC_LITERAL(idx, ofs, len) \ - Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ - qptrdiff(offsetof(qt_meta_stringdata_MainWindow_t, stringdata0) + ofs \ - - idx * sizeof(QByteArrayData)) \ - ) -static const qt_meta_stringdata_MainWindow_t qt_meta_stringdata_MainWindow = { - { -QT_MOC_LITERAL(0, 0, 10), // "MainWindow" -QT_MOC_LITERAL(1, 11, 17), // "openSetParameters" -QT_MOC_LITERAL(2, 29, 0), // "" -QT_MOC_LITERAL(3, 30, 23) // "on_pushButton_5_clicked" - - }, - "MainWindow\0openSetParameters\0\0" - "on_pushButton_5_clicked" -}; -#undef QT_MOC_LITERAL - -static const uint qt_meta_data_MainWindow[] = { - - // content: - 7, // revision - 0, // classname - 0, 0, // classinfo - 2, 14, // methods - 0, 0, // properties - 0, 0, // enums/sets - 0, 0, // constructors - 0, // flags - 0, // signalCount - - // slots: name, argc, parameters, tag, flags - 1, 0, 24, 2, 0x0a /* Public */, - 3, 0, 25, 2, 0x08 /* Private */, - - // slots: parameters - QMetaType::Void, - QMetaType::Void, - - 0 // eod -}; - -void MainWindow::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) -{ - if (_c == QMetaObject::InvokeMetaMethod) { - MainWindow *_t = static_cast(_o); - Q_UNUSED(_t) - switch (_id) { - case 0: _t->openSetParameters(); break; - case 1: _t->on_pushButton_5_clicked(); break; - default: ; - } - } - Q_UNUSED(_a); -} - -const QMetaObject MainWindow::staticMetaObject = { - { &QMainWindow::staticMetaObject, qt_meta_stringdata_MainWindow.data, - qt_meta_data_MainWindow, qt_static_metacall, Q_NULLPTR, Q_NULLPTR} -}; - - -const QMetaObject *MainWindow::metaObject() const -{ - return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; -} - -void *MainWindow::qt_metacast(const char *_clname) -{ - if (!_clname) return Q_NULLPTR; - if (!strcmp(_clname, qt_meta_stringdata_MainWindow.stringdata0)) - return static_cast(const_cast< MainWindow*>(this)); - return QMainWindow::qt_metacast(_clname); -} - -int MainWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a) -{ - _id = QMainWindow::qt_metacall(_c, _id, _a); - if (_id < 0) - return _id; - if (_c == QMetaObject::InvokeMetaMethod) { - if (_id < 2) - qt_static_metacall(this, _c, _id, _a); - _id -= 2; - } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { - if (_id < 2) - *reinterpret_cast(_a[0]) = -1; - _id -= 2; - } - return _id; -} -QT_WARNING_POP -QT_END_MOC_NAMESPACE diff --git a/moc_mainwindow.o b/moc_mainwindow.o deleted file mode 100644 index 4a276fb..0000000 Binary files a/moc_mainwindow.o and /dev/null differ diff --git a/moc_mover.cpp b/moc_mover.cpp deleted file mode 100644 index fff9469..0000000 --- a/moc_mover.cpp +++ /dev/null @@ -1,131 +0,0 @@ -/**************************************************************************** -** Meta object code from reading C++ file 'mover.h' -** -** Created by: The Qt Meta Object Compiler version 67 (Qt 5.8.0) -** -** WARNING! All changes made in this file will be lost! -*****************************************************************************/ - -#include "mover.h" -#include -#include -#if !defined(Q_MOC_OUTPUT_REVISION) -#error "The header file 'mover.h' doesn't include ." -#elif Q_MOC_OUTPUT_REVISION != 67 -#error "This file was generated using the moc from 5.8.0. It" -#error "cannot be used with the include files from this version of Qt." -#error "(The moc has changed too much.)" -#endif - -QT_BEGIN_MOC_NAMESPACE -QT_WARNING_PUSH -QT_WARNING_DISABLE_DEPRECATED -struct qt_meta_stringdata_Mover_t { - QByteArrayData data[4]; - char stringdata0[27]; -}; -#define QT_MOC_LITERAL(idx, ofs, len) \ - Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ - qptrdiff(offsetof(qt_meta_stringdata_Mover_t, stringdata0) + ofs \ - - idx * sizeof(QByteArrayData)) \ - ) -static const qt_meta_stringdata_Mover_t qt_meta_stringdata_Mover = { - { -QT_MOC_LITERAL(0, 0, 5), // "Mover" -QT_MOC_LITERAL(1, 6, 10), // "emitRobots" -QT_MOC_LITERAL(2, 17, 0), // "" -QT_MOC_LITERAL(3, 18, 8) // "Selector" - - }, - "Mover\0emitRobots\0\0Selector" -}; -#undef QT_MOC_LITERAL - -static const uint qt_meta_data_Mover[] = { - - // content: - 7, // revision - 0, // classname - 0, 0, // classinfo - 1, 14, // methods - 0, 0, // properties - 0, 0, // enums/sets - 0, 0, // constructors - 0, // flags - 1, // signalCount - - // signals: name, argc, parameters, tag, flags - 1, 1, 19, 2, 0x06 /* Public */, - - // signals: parameters - QMetaType::Void, 0x80000000 | 3, 2, - - 0 // eod -}; - -void Mover::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) -{ - if (_c == QMetaObject::InvokeMetaMethod) { - Mover *_t = static_cast(_o); - Q_UNUSED(_t) - switch (_id) { - case 0: _t->emitRobots((*reinterpret_cast< Selector(*)>(_a[1]))); break; - default: ; - } - } else if (_c == QMetaObject::IndexOfMethod) { - int *result = reinterpret_cast(_a[0]); - void **func = reinterpret_cast(_a[1]); - { - typedef void (Mover::*_t)(Selector ); - if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&Mover::emitRobots)) { - *result = 0; - return; - } - } - } -} - -const QMetaObject Mover::staticMetaObject = { - { &QThread::staticMetaObject, qt_meta_stringdata_Mover.data, - qt_meta_data_Mover, qt_static_metacall, Q_NULLPTR, Q_NULLPTR} -}; - - -const QMetaObject *Mover::metaObject() const -{ - return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; -} - -void *Mover::qt_metacast(const char *_clname) -{ - if (!_clname) return Q_NULLPTR; - if (!strcmp(_clname, qt_meta_stringdata_Mover.stringdata0)) - return static_cast(const_cast< Mover*>(this)); - return QThread::qt_metacast(_clname); -} - -int Mover::qt_metacall(QMetaObject::Call _c, int _id, void **_a) -{ - _id = QThread::qt_metacall(_c, _id, _a); - if (_id < 0) - return _id; - if (_c == QMetaObject::InvokeMetaMethod) { - if (_id < 1) - qt_static_metacall(this, _c, _id, _a); - _id -= 1; - } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { - if (_id < 1) - *reinterpret_cast(_a[0]) = -1; - _id -= 1; - } - return _id; -} - -// SIGNAL 0 -void Mover::emitRobots(Selector _t1) -{ - void *_a[] = { Q_NULLPTR, const_cast(reinterpret_cast(&_t1)) }; - QMetaObject::activate(this, &staticMetaObject, 0, _a); -} -QT_WARNING_POP -QT_END_MOC_NAMESPACE diff --git a/moc_mover.o b/moc_mover.o deleted file mode 100644 index 76f9a20..0000000 Binary files a/moc_mover.o and /dev/null differ diff --git a/moc_navigation.cpp b/moc_navigation.cpp deleted file mode 100644 index e58fbe0..0000000 --- a/moc_navigation.cpp +++ /dev/null @@ -1,92 +0,0 @@ -/**************************************************************************** -** Meta object code from reading C++ file 'navigation.h' -** -** Created by: The Qt Meta Object Compiler version 67 (Qt 5.8.0) -** -** WARNING! All changes made in this file will be lost! -*****************************************************************************/ - -#include "navigation.h" -#include -#include -#if !defined(Q_MOC_OUTPUT_REVISION) -#error "The header file 'navigation.h' doesn't include ." -#elif Q_MOC_OUTPUT_REVISION != 67 -#error "This file was generated using the moc from 5.8.0. It" -#error "cannot be used with the include files from this version of Qt." -#error "(The moc has changed too much.)" -#endif - -QT_BEGIN_MOC_NAMESPACE -QT_WARNING_PUSH -QT_WARNING_DISABLE_DEPRECATED -struct qt_meta_stringdata_Navigation_t { - QByteArrayData data[1]; - char stringdata0[11]; -}; -#define QT_MOC_LITERAL(idx, ofs, len) \ - Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ - qptrdiff(offsetof(qt_meta_stringdata_Navigation_t, stringdata0) + ofs \ - - idx * sizeof(QByteArrayData)) \ - ) -static const qt_meta_stringdata_Navigation_t qt_meta_stringdata_Navigation = { - { -QT_MOC_LITERAL(0, 0, 10) // "Navigation" - - }, - "Navigation" -}; -#undef QT_MOC_LITERAL - -static const uint qt_meta_data_Navigation[] = { - - // content: - 7, // revision - 0, // classname - 0, 0, // classinfo - 0, 0, // methods - 0, 0, // properties - 0, 0, // enums/sets - 0, 0, // constructors - 0, // flags - 0, // signalCount - - 0 // eod -}; - -void Navigation::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) -{ - Q_UNUSED(_o); - Q_UNUSED(_id); - Q_UNUSED(_c); - Q_UNUSED(_a); -} - -const QMetaObject Navigation::staticMetaObject = { - { &QThread::staticMetaObject, qt_meta_stringdata_Navigation.data, - qt_meta_data_Navigation, qt_static_metacall, Q_NULLPTR, Q_NULLPTR} -}; - - -const QMetaObject *Navigation::metaObject() const -{ - return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; -} - -void *Navigation::qt_metacast(const char *_clname) -{ - if (!_clname) return Q_NULLPTR; - if (!strcmp(_clname, qt_meta_stringdata_Navigation.stringdata0)) - return static_cast(const_cast< Navigation*>(this)); - return QThread::qt_metacast(_clname); -} - -int Navigation::qt_metacall(QMetaObject::Call _c, int _id, void **_a) -{ - _id = QThread::qt_metacall(_c, _id, _a); - if (_id < 0) - return _id; - return _id; -} -QT_WARNING_POP -QT_END_MOC_NAMESPACE diff --git a/moc_navigation.o b/moc_navigation.o deleted file mode 100644 index 51ce6ea..0000000 Binary files a/moc_navigation.o and /dev/null differ diff --git a/moc_predefs.h b/moc_predefs.h deleted file mode 100644 index 3fbb93b..0000000 --- a/moc_predefs.h +++ /dev/null @@ -1,279 +0,0 @@ -#define __SSP_STRONG__ 3 -#define __DBL_MIN_EXP__ (-1021) -#define __cpp_attributes 200809 -#define __UINT_LEAST16_MAX__ 0xffff -#define __ATOMIC_ACQUIRE 2 -#define __FLT_MIN__ 1.17549435082228750797e-38F -#define __GCC_IEC_559_COMPLEX 2 -#define __UINT_LEAST8_TYPE__ unsigned char -#define __SIZEOF_FLOAT80__ 16 -#define __INTMAX_C(c) c ## L -#define __CHAR_BIT__ 8 -#define __UINT8_MAX__ 0xff -#define __WINT_MAX__ 0xffffffffU -#define __cpp_static_assert 200410 -#define __ORDER_LITTLE_ENDIAN__ 1234 -#define __SIZE_MAX__ 0xffffffffffffffffUL -#define __WCHAR_MAX__ 0x7fffffff -#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 1 -#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 1 -#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 1 -#define __DBL_DENORM_MIN__ double(4.94065645841246544177e-324L) -#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 1 -#define __GCC_ATOMIC_CHAR_LOCK_FREE 2 -#define __GCC_IEC_559 2 -#define __FLT_EVAL_METHOD__ 0 -#define __unix__ 1 -#define __cpp_binary_literals 201304 -#define __GCC_ATOMIC_CHAR32_T_LOCK_FREE 2 -#define __x86_64 1 -#define __cpp_variadic_templates 200704 -#define __UINT_FAST64_MAX__ 0xffffffffffffffffUL -#define __SIG_ATOMIC_TYPE__ int -#define __DBL_MIN_10_EXP__ (-307) -#define __FINITE_MATH_ONLY__ 0 -#define __GNUC_PATCHLEVEL__ 0 -#define __UINT_FAST8_MAX__ 0xff -#define __has_include(STR) __has_include__(STR) -#define __DEC64_MAX_EXP__ 385 -#define __INT8_C(c) c -#define __UINT_LEAST64_MAX__ 0xffffffffffffffffUL -#define __SHRT_MAX__ 0x7fff -#define __LDBL_MAX__ 1.18973149535723176502e+4932L -#define __UINT_LEAST8_MAX__ 0xff -#define __GCC_ATOMIC_BOOL_LOCK_FREE 2 -#define __UINTMAX_TYPE__ long unsigned int -#define __linux 1 -#define __DEC32_EPSILON__ 1E-6DF -#define __unix 1 -#define __UINT32_MAX__ 0xffffffffU -#define __GXX_EXPERIMENTAL_CXX0X__ 1 -#define __LDBL_MAX_EXP__ 16384 -#define __WINT_MIN__ 0U -#define __linux__ 1 -#define __SCHAR_MAX__ 0x7f -#define __WCHAR_MIN__ (-__WCHAR_MAX__ - 1) -#define __INT64_C(c) c ## L -#define __DBL_DIG__ 15 -#define __GCC_ATOMIC_POINTER_LOCK_FREE 2 -#define __SIZEOF_INT__ 4 -#define __SIZEOF_POINTER__ 8 -#define __GCC_ATOMIC_CHAR16_T_LOCK_FREE 2 -#define __USER_LABEL_PREFIX__ -#define __STDC_HOSTED__ 1 -#define __LDBL_HAS_INFINITY__ 1 -#define __FLT_EPSILON__ 1.19209289550781250000e-7F -#define __GXX_WEAK__ 1 -#define __LDBL_MIN__ 3.36210314311209350626e-4932L -#define __DEC32_MAX__ 9.999999E96DF -#define __INT32_MAX__ 0x7fffffff -#define __SIZEOF_LONG__ 8 -#define __STDC_IEC_559__ 1 -#define __STDC_ISO_10646__ 201505L -#define __UINT16_C(c) c -#define __DECIMAL_DIG__ 21 -#define __gnu_linux__ 1 -#define __has_include_next(STR) __has_include_next__(STR) -#define __LDBL_HAS_QUIET_NAN__ 1 -#define __GNUC__ 5 -#define __GXX_RTTI 1 -#define __MMX__ 1 -#define __cpp_delegating_constructors 200604 -#define __FLT_HAS_DENORM__ 1 -#define __SIZEOF_LONG_DOUBLE__ 16 -#define __BIGGEST_ALIGNMENT__ 16 -#define __STDC_UTF_16__ 1 -#define __DBL_MAX__ double(1.79769313486231570815e+308L) -#define __cpp_raw_strings 200710 -#define __INT_FAST32_MAX__ 0x7fffffffffffffffL -#define __DBL_HAS_INFINITY__ 1 -#define __INT64_MAX__ 0x7fffffffffffffffL -#define __DEC32_MIN_EXP__ (-94) -#define __INT_FAST16_TYPE__ long int -#define __LDBL_HAS_DENORM__ 1 -#define __cplusplus 201103L -#define __cpp_ref_qualifiers 200710 -#define __DEC128_MAX__ 9.999999999999999999999999999999999E6144DL -#define __INT_LEAST32_MAX__ 0x7fffffff -#define __DEC32_MIN__ 1E-95DF -#define __DEPRECATED 1 -#define __DBL_MAX_EXP__ 1024 -#define __DEC128_EPSILON__ 1E-33DL -#define __SSE2_MATH__ 1 -#define __ATOMIC_HLE_RELEASE 131072 -#define __PTRDIFF_MAX__ 0x7fffffffffffffffL -#define __amd64 1 -#define __STDC_NO_THREADS__ 1 -#define __ATOMIC_HLE_ACQUIRE 65536 -#define __GNUG__ 5 -#define __LONG_LONG_MAX__ 0x7fffffffffffffffLL -#define __SIZEOF_SIZE_T__ 8 -#define __cpp_rvalue_reference 200610 -#define __cpp_nsdmi 200809 -#define __SIZEOF_WINT_T__ 4 -#define __cpp_initializer_lists 200806 -#define __GCC_HAVE_DWARF2_CFI_ASM 1 -#define __GXX_ABI_VERSION 1009 -#define __FLT_MIN_EXP__ (-125) -#define __cpp_lambdas 200907 -#define __INT_FAST64_TYPE__ long int -#define __DBL_MIN__ double(2.22507385850720138309e-308L) -#define __LP64__ 1 -#define __DECIMAL_BID_FORMAT__ 1 -#define __DEC128_MIN__ 1E-6143DL -#define __REGISTER_PREFIX__ -#define __UINT16_MAX__ 0xffff -#define __DBL_HAS_DENORM__ 1 -#define __UINT8_TYPE__ unsigned char -#define __NO_INLINE__ 1 -#define __FLT_MANT_DIG__ 24 -#define __VERSION__ "5.4.0 20160609" -#define __UINT64_C(c) c ## UL -#define __cpp_unicode_characters 200704 -#define _STDC_PREDEF_H 1 -#define __GCC_ATOMIC_INT_LOCK_FREE 2 -#define __FLOAT_WORD_ORDER__ __ORDER_LITTLE_ENDIAN__ -#define __STDC_IEC_559_COMPLEX__ 1 -#define __INT32_C(c) c -#define __DEC64_EPSILON__ 1E-15DD -#define __ORDER_PDP_ENDIAN__ 3412 -#define __DEC128_MIN_EXP__ (-6142) -#define __INT_FAST32_TYPE__ long int -#define __UINT_LEAST16_TYPE__ short unsigned int -#define unix 1 -#define __INT16_MAX__ 0x7fff -#define __cpp_rtti 199711 -#define __SIZE_TYPE__ long unsigned int -#define __UINT64_MAX__ 0xffffffffffffffffUL -#define __INT8_TYPE__ signed char -#define __ELF__ 1 -#define __FLT_RADIX__ 2 -#define __INT_LEAST16_TYPE__ short int -#define __LDBL_EPSILON__ 1.08420217248550443401e-19L -#define __UINTMAX_C(c) c ## UL -#define __GLIBCXX_BITSIZE_INT_N_0 128 -#define __k8 1 -#define __SIG_ATOMIC_MAX__ 0x7fffffff -#define __GCC_ATOMIC_WCHAR_T_LOCK_FREE 2 -#define __SIZEOF_PTRDIFF_T__ 8 -#define __x86_64__ 1 -#define __DEC32_SUBNORMAL_MIN__ 0.000001E-95DF -#define __INT_FAST16_MAX__ 0x7fffffffffffffffL -#define __UINT_FAST32_MAX__ 0xffffffffffffffffUL -#define __UINT_LEAST64_TYPE__ long unsigned int -#define __FLT_HAS_QUIET_NAN__ 1 -#define __FLT_MAX_10_EXP__ 38 -#define __LONG_MAX__ 0x7fffffffffffffffL -#define __DEC128_SUBNORMAL_MIN__ 0.000000000000000000000000000000001E-6143DL -#define __FLT_HAS_INFINITY__ 1 -#define __cpp_unicode_literals 200710 -#define __UINT_FAST16_TYPE__ long unsigned int -#define __DEC64_MAX__ 9.999999999999999E384DD -#define __CHAR16_TYPE__ short unsigned int -#define __PRAGMA_REDEFINE_EXTNAME 1 -#define __INT_LEAST16_MAX__ 0x7fff -#define __DEC64_MANT_DIG__ 16 -#define __UINT_LEAST32_MAX__ 0xffffffffU -#define __GCC_ATOMIC_LONG_LOCK_FREE 2 -#define __INT_LEAST64_TYPE__ long int -#define __INT16_TYPE__ short int -#define __INT_LEAST8_TYPE__ signed char -#define __DEC32_MAX_EXP__ 97 -#define __INT_FAST8_MAX__ 0x7f -#define __INTPTR_MAX__ 0x7fffffffffffffffL -#define linux 1 -#define __cpp_range_based_for 200907 -#define __SSE2__ 1 -#define __EXCEPTIONS 1 -#define __LDBL_MANT_DIG__ 64 -#define __DBL_HAS_QUIET_NAN__ 1 -#define __SIG_ATOMIC_MIN__ (-__SIG_ATOMIC_MAX__ - 1) -#define __code_model_small__ 1 -#define __k8__ 1 -#define __INTPTR_TYPE__ long int -#define __UINT16_TYPE__ short unsigned int -#define __WCHAR_TYPE__ int -#define __SIZEOF_FLOAT__ 4 -#define __UINTPTR_MAX__ 0xffffffffffffffffUL -#define __DEC64_MIN_EXP__ (-382) -#define __cpp_decltype 200707 -#define __INT_FAST64_MAX__ 0x7fffffffffffffffL -#define __GCC_ATOMIC_TEST_AND_SET_TRUEVAL 1 -#define __FLT_DIG__ 6 -#define __UINT_FAST64_TYPE__ long unsigned int -#define __INT_MAX__ 0x7fffffff -#define __amd64__ 1 -#define __INT64_TYPE__ long int -#define __FLT_MAX_EXP__ 128 -#define __ORDER_BIG_ENDIAN__ 4321 -#define __DBL_MANT_DIG__ 53 -#define __cpp_inheriting_constructors 200802 -#define __SIZEOF_FLOAT128__ 16 -#define __INT_LEAST64_MAX__ 0x7fffffffffffffffL -#define __DEC64_MIN__ 1E-383DD -#define __WINT_TYPE__ unsigned int -#define __UINT_LEAST32_TYPE__ unsigned int -#define __SIZEOF_SHORT__ 2 -#define __SSE__ 1 -#define __LDBL_MIN_EXP__ (-16381) -#define __INT_LEAST8_MAX__ 0x7f -#define __SIZEOF_INT128__ 16 -#define __LDBL_MAX_10_EXP__ 4932 -#define __ATOMIC_RELAXED 0 -#define __DBL_EPSILON__ double(2.22044604925031308085e-16L) -#define _LP64 1 -#define __UINT8_C(c) c -#define __INT_LEAST32_TYPE__ int -#define __SIZEOF_WCHAR_T__ 4 -#define __UINT64_TYPE__ long unsigned int -#define __INT_FAST8_TYPE__ signed char -#define __GNUC_STDC_INLINE__ 1 -#define __DBL_DECIMAL_DIG__ 17 -#define __STDC_UTF_32__ 1 -#define __FXSR__ 1 -#define __DEC_EVAL_METHOD__ 2 -#define __cpp_runtime_arrays 198712 -#define __UINT32_C(c) c ## U -#define __INTMAX_MAX__ 0x7fffffffffffffffL -#define __cpp_alias_templates 200704 -#define __BYTE_ORDER__ __ORDER_LITTLE_ENDIAN__ -#define __FLT_DENORM_MIN__ 1.40129846432481707092e-45F -#define __INT8_MAX__ 0x7f -#define __UINT_FAST32_TYPE__ long unsigned int -#define __CHAR32_TYPE__ unsigned int -#define __FLT_MAX__ 3.40282346638528859812e+38F -#define __cpp_constexpr 200704 -#define __INT32_TYPE__ int -#define __SIZEOF_DOUBLE__ 8 -#define __cpp_exceptions 199711 -#define __INTMAX_TYPE__ long int -#define __DEC128_MAX_EXP__ 6145 -#define __ATOMIC_CONSUME 1 -#define __GNUC_MINOR__ 4 -#define __GLIBCXX_TYPE_INT_N_0 __int128 -#define __UINTMAX_MAX__ 0xffffffffffffffffUL -#define __DEC32_MANT_DIG__ 7 -#define __DBL_MAX_10_EXP__ 308 -#define __LDBL_DENORM_MIN__ 3.64519953188247460253e-4951L -#define __INT16_C(c) c -#define __STDC__ 1 -#define __PTRDIFF_TYPE__ long int -#define __ATOMIC_SEQ_CST 5 -#define __UINT32_TYPE__ unsigned int -#define __UINTPTR_TYPE__ long unsigned int -#define __DEC64_SUBNORMAL_MIN__ 0.000000000000001E-383DD -#define __DEC128_MANT_DIG__ 34 -#define __LDBL_MIN_10_EXP__ (-4931) -#define __SSE_MATH__ 1 -#define __SIZEOF_LONG_LONG__ 8 -#define __cpp_user_defined_literals 200809 -#define __GCC_ATOMIC_LLONG_LOCK_FREE 2 -#define __LDBL_DIG__ 18 -#define __FLT_DECIMAL_DIG__ 9 -#define __UINT_FAST16_MAX__ 0xffffffffffffffffUL -#define __FLT_MIN_10_EXP__ (-37) -#define __GCC_ATOMIC_SHORT_LOCK_FREE 2 -#define __UINT_FAST8_TYPE__ unsigned char -#define _GNU_SOURCE 1 -#define __ATOMIC_ACQ_REL 4 -#define __ATOMIC_RELEASE 3 diff --git a/moc_serial.cpp b/moc_serial.cpp deleted file mode 100644 index d369b52..0000000 --- a/moc_serial.cpp +++ /dev/null @@ -1,119 +0,0 @@ -/**************************************************************************** -** Meta object code from reading C++ file 'serial.h' -** -** Created by: The Qt Meta Object Compiler version 67 (Qt 5.8.0) -** -** WARNING! All changes made in this file will be lost! -*****************************************************************************/ - -#include "serial.h" -#include -#include -#if !defined(Q_MOC_OUTPUT_REVISION) -#error "The header file 'serial.h' doesn't include ." -#elif Q_MOC_OUTPUT_REVISION != 67 -#error "This file was generated using the moc from 5.8.0. It" -#error "cannot be used with the include files from this version of Qt." -#error "(The moc has changed too much.)" -#endif - -QT_BEGIN_MOC_NAMESPACE -QT_WARNING_PUSH -QT_WARNING_DISABLE_DEPRECATED -struct qt_meta_stringdata_Serial_t { - QByteArrayData data[5]; - char stringdata0[64]; -}; -#define QT_MOC_LITERAL(idx, ofs, len) \ - Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ - qptrdiff(offsetof(qt_meta_stringdata_Serial_t, stringdata0) + ofs \ - - idx * sizeof(QByteArrayData)) \ - ) -static const qt_meta_stringdata_Serial_t qt_meta_stringdata_Serial = { - { -QT_MOC_LITERAL(0, 0, 6), // "Serial" -QT_MOC_LITERAL(1, 7, 13), // "handleTimeout" -QT_MOC_LITERAL(2, 21, 0), // "" -QT_MOC_LITERAL(3, 22, 12), // "handle_error" -QT_MOC_LITERAL(4, 35, 28) // "QSerialPort::SerialPortError" - - }, - "Serial\0handleTimeout\0\0handle_error\0" - "QSerialPort::SerialPortError" -}; -#undef QT_MOC_LITERAL - -static const uint qt_meta_data_Serial[] = { - - // content: - 7, // revision - 0, // classname - 0, 0, // classinfo - 2, 14, // methods - 0, 0, // properties - 0, 0, // enums/sets - 0, 0, // constructors - 0, // flags - 0, // signalCount - - // slots: name, argc, parameters, tag, flags - 1, 0, 24, 2, 0x08 /* Private */, - 3, 1, 25, 2, 0x08 /* Private */, - - // slots: parameters - QMetaType::Void, - QMetaType::Void, 0x80000000 | 4, 2, - - 0 // eod -}; - -void Serial::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) -{ - if (_c == QMetaObject::InvokeMetaMethod) { - Serial *_t = static_cast(_o); - Q_UNUSED(_t) - switch (_id) { - case 0: _t->handleTimeout(); break; - case 1: _t->handle_error((*reinterpret_cast< QSerialPort::SerialPortError(*)>(_a[1]))); break; - default: ; - } - } -} - -const QMetaObject Serial::staticMetaObject = { - { &QObject::staticMetaObject, qt_meta_stringdata_Serial.data, - qt_meta_data_Serial, qt_static_metacall, Q_NULLPTR, Q_NULLPTR} -}; - - -const QMetaObject *Serial::metaObject() const -{ - return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; -} - -void *Serial::qt_metacast(const char *_clname) -{ - if (!_clname) return Q_NULLPTR; - if (!strcmp(_clname, qt_meta_stringdata_Serial.stringdata0)) - return static_cast(const_cast< Serial*>(this)); - return QObject::qt_metacast(_clname); -} - -int Serial::qt_metacall(QMetaObject::Call _c, int _id, void **_a) -{ - _id = QObject::qt_metacall(_c, _id, _a); - if (_id < 0) - return _id; - if (_c == QMetaObject::InvokeMetaMethod) { - if (_id < 2) - qt_static_metacall(this, _c, _id, _a); - _id -= 2; - } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { - if (_id < 2) - *reinterpret_cast(_a[0]) = -1; - _id -= 2; - } - return _id; -} -QT_WARNING_POP -QT_END_MOC_NAMESPACE diff --git a/moc_serial.o b/moc_serial.o deleted file mode 100644 index 36a59e3..0000000 Binary files a/moc_serial.o and /dev/null differ diff --git a/moc_setcolorrange.cpp b/moc_setcolorrange.cpp deleted file mode 100644 index 5ed36ca..0000000 --- a/moc_setcolorrange.cpp +++ /dev/null @@ -1,166 +0,0 @@ -/**************************************************************************** -** Meta object code from reading C++ file 'setcolorrange.h' -** -** Created by: The Qt Meta Object Compiler version 67 (Qt 5.8.0) -** -** WARNING! All changes made in this file will be lost! -*****************************************************************************/ - -#include "setcolorrange.h" -#include -#include -#if !defined(Q_MOC_OUTPUT_REVISION) -#error "The header file 'setcolorrange.h' doesn't include ." -#elif Q_MOC_OUTPUT_REVISION != 67 -#error "This file was generated using the moc from 5.8.0. It" -#error "cannot be used with the include files from this version of Qt." -#error "(The moc has changed too much.)" -#endif - -QT_BEGIN_MOC_NAMESPACE -QT_WARNING_PUSH -QT_WARNING_DISABLE_DEPRECATED -struct qt_meta_stringdata_SetColorRange_t { - QByteArrayData data[17]; - char stringdata0[339]; -}; -#define QT_MOC_LITERAL(idx, ofs, len) \ - Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ - qptrdiff(offsetof(qt_meta_stringdata_SetColorRange_t, stringdata0) + ofs \ - - idx * sizeof(QByteArrayData)) \ - ) -static const qt_meta_stringdata_SetColorRange_t qt_meta_stringdata_SetColorRange = { - { -QT_MOC_LITERAL(0, 0, 13), // "SetColorRange" -QT_MOC_LITERAL(1, 14, 14), // "updateVisionUI" -QT_MOC_LITERAL(2, 29, 0), // "" -QT_MOC_LITERAL(3, 30, 31), // "on_horizontalSlider_sliderMoved" -QT_MOC_LITERAL(4, 62, 8), // "position" -QT_MOC_LITERAL(5, 71, 33), // "on_horizontalSlider_2_sliderM..." -QT_MOC_LITERAL(6, 105, 33), // "on_horizontalSlider_3_sliderM..." -QT_MOC_LITERAL(7, 139, 33), // "on_horizontalSlider_4_sliderM..." -QT_MOC_LITERAL(8, 173, 33), // "on_horizontalSlider_5_sliderM..." -QT_MOC_LITERAL(9, 207, 33), // "on_horizontalSlider_6_sliderM..." -QT_MOC_LITERAL(10, 241, 9), // "showEvent" -QT_MOC_LITERAL(11, 251, 11), // "QShowEvent*" -QT_MOC_LITERAL(12, 263, 5), // "event" -QT_MOC_LITERAL(13, 269, 10), // "closeEvent" -QT_MOC_LITERAL(14, 280, 12), // "QCloseEvent*" -QT_MOC_LITERAL(15, 293, 23), // "on_pushButton_2_clicked" -QT_MOC_LITERAL(16, 317, 21) // "on_pushButton_clicked" - - }, - "SetColorRange\0updateVisionUI\0\0" - "on_horizontalSlider_sliderMoved\0" - "position\0on_horizontalSlider_2_sliderMoved\0" - "on_horizontalSlider_3_sliderMoved\0" - "on_horizontalSlider_4_sliderMoved\0" - "on_horizontalSlider_5_sliderMoved\0" - "on_horizontalSlider_6_sliderMoved\0" - "showEvent\0QShowEvent*\0event\0closeEvent\0" - "QCloseEvent*\0on_pushButton_2_clicked\0" - "on_pushButton_clicked" -}; -#undef QT_MOC_LITERAL - -static const uint qt_meta_data_SetColorRange[] = { - - // content: - 7, // revision - 0, // classname - 0, 0, // classinfo - 11, 14, // methods - 0, 0, // properties - 0, 0, // enums/sets - 0, 0, // constructors - 0, // flags - 0, // signalCount - - // slots: name, argc, parameters, tag, flags - 1, 1, 69, 2, 0x0a /* Public */, - 3, 1, 72, 2, 0x08 /* Private */, - 5, 1, 75, 2, 0x08 /* Private */, - 6, 1, 78, 2, 0x08 /* Private */, - 7, 1, 81, 2, 0x08 /* Private */, - 8, 1, 84, 2, 0x08 /* Private */, - 9, 1, 87, 2, 0x08 /* Private */, - 10, 1, 90, 2, 0x08 /* Private */, - 13, 1, 93, 2, 0x08 /* Private */, - 15, 0, 96, 2, 0x08 /* Private */, - 16, 0, 97, 2, 0x08 /* Private */, - - // slots: parameters - QMetaType::Void, QMetaType::QImage, 2, - QMetaType::Void, QMetaType::Int, 4, - QMetaType::Void, QMetaType::Int, 4, - QMetaType::Void, QMetaType::Int, 4, - QMetaType::Void, QMetaType::Int, 4, - QMetaType::Void, QMetaType::Int, 4, - QMetaType::Void, QMetaType::Int, 4, - QMetaType::Void, 0x80000000 | 11, 12, - QMetaType::Void, 0x80000000 | 14, 12, - QMetaType::Void, - QMetaType::Void, - - 0 // eod -}; - -void SetColorRange::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) -{ - if (_c == QMetaObject::InvokeMetaMethod) { - SetColorRange *_t = static_cast(_o); - Q_UNUSED(_t) - switch (_id) { - case 0: _t->updateVisionUI((*reinterpret_cast< QImage(*)>(_a[1]))); break; - case 1: _t->on_horizontalSlider_sliderMoved((*reinterpret_cast< int(*)>(_a[1]))); break; - case 2: _t->on_horizontalSlider_2_sliderMoved((*reinterpret_cast< int(*)>(_a[1]))); break; - case 3: _t->on_horizontalSlider_3_sliderMoved((*reinterpret_cast< int(*)>(_a[1]))); break; - case 4: _t->on_horizontalSlider_4_sliderMoved((*reinterpret_cast< int(*)>(_a[1]))); break; - case 5: _t->on_horizontalSlider_5_sliderMoved((*reinterpret_cast< int(*)>(_a[1]))); break; - case 6: _t->on_horizontalSlider_6_sliderMoved((*reinterpret_cast< int(*)>(_a[1]))); break; - case 7: _t->showEvent((*reinterpret_cast< QShowEvent*(*)>(_a[1]))); break; - case 8: _t->closeEvent((*reinterpret_cast< QCloseEvent*(*)>(_a[1]))); break; - case 9: _t->on_pushButton_2_clicked(); break; - case 10: _t->on_pushButton_clicked(); break; - default: ; - } - } -} - -const QMetaObject SetColorRange::staticMetaObject = { - { &QWidget::staticMetaObject, qt_meta_stringdata_SetColorRange.data, - qt_meta_data_SetColorRange, qt_static_metacall, Q_NULLPTR, Q_NULLPTR} -}; - - -const QMetaObject *SetColorRange::metaObject() const -{ - return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; -} - -void *SetColorRange::qt_metacast(const char *_clname) -{ - if (!_clname) return Q_NULLPTR; - if (!strcmp(_clname, qt_meta_stringdata_SetColorRange.stringdata0)) - return static_cast(const_cast< SetColorRange*>(this)); - return QWidget::qt_metacast(_clname); -} - -int SetColorRange::qt_metacall(QMetaObject::Call _c, int _id, void **_a) -{ - _id = QWidget::qt_metacall(_c, _id, _a); - if (_id < 0) - return _id; - if (_c == QMetaObject::InvokeMetaMethod) { - if (_id < 11) - qt_static_metacall(this, _c, _id, _a); - _id -= 11; - } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { - if (_id < 11) - *reinterpret_cast(_a[0]) = -1; - _id -= 11; - } - return _id; -} -QT_WARNING_POP -QT_END_MOC_NAMESPACE diff --git a/moc_setcolorrange.o b/moc_setcolorrange.o deleted file mode 100644 index dbe39ff..0000000 Binary files a/moc_setcolorrange.o and /dev/null differ diff --git a/moc_setparameters.cpp b/moc_setparameters.cpp deleted file mode 100644 index 2a04f93..0000000 --- a/moc_setparameters.cpp +++ /dev/null @@ -1,216 +0,0 @@ -/**************************************************************************** -** Meta object code from reading C++ file 'setparameters.h' -** -** Created by: The Qt Meta Object Compiler version 67 (Qt 5.8.0) -** -** WARNING! All changes made in this file will be lost! -*****************************************************************************/ - -#include "setparameters.h" -#include -#include -#if !defined(Q_MOC_OUTPUT_REVISION) -#error "The header file 'setparameters.h' doesn't include ." -#elif Q_MOC_OUTPUT_REVISION != 67 -#error "This file was generated using the moc from 5.8.0. It" -#error "cannot be used with the include files from this version of Qt." -#error "(The moc has changed too much.)" -#endif - -QT_BEGIN_MOC_NAMESPACE -QT_WARNING_PUSH -QT_WARNING_DISABLE_DEPRECATED -struct qt_meta_stringdata_SetParameters_t { - QByteArrayData data[26]; - char stringdata0[442]; -}; -#define QT_MOC_LITERAL(idx, ofs, len) \ - Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ - qptrdiff(offsetof(qt_meta_stringdata_SetParameters_t, stringdata0) + ofs \ - - idx * sizeof(QByteArrayData)) \ - ) -static const qt_meta_stringdata_SetParameters_t qt_meta_stringdata_SetParameters = { - { -QT_MOC_LITERAL(0, 0, 13), // "SetParameters" -QT_MOC_LITERAL(1, 14, 14), // "serialSettings" -QT_MOC_LITERAL(2, 29, 0), // "" -QT_MOC_LITERAL(3, 30, 24), // "SettingsDialog::Settings" -QT_MOC_LITERAL(4, 55, 14), // "updateVisionUI" -QT_MOC_LITERAL(5, 70, 3), // "img" -QT_MOC_LITERAL(6, 74, 9), // "updateFPS" -QT_MOC_LITERAL(7, 84, 3), // "val" -QT_MOC_LITERAL(8, 88, 20), // "updateSerialSettings" -QT_MOC_LITERAL(9, 109, 8), // "settings" -QT_MOC_LITERAL(10, 118, 10), // "closeEvent" -QT_MOC_LITERAL(11, 129, 12), // "QCloseEvent*" -QT_MOC_LITERAL(12, 142, 5), // "event" -QT_MOC_LITERAL(13, 148, 22), // "on_initCapture_clicked" -QT_MOC_LITERAL(14, 171, 23), // "on_configRobots_clicked" -QT_MOC_LITERAL(15, 195, 25), // "on_readParameters_clicked" -QT_MOC_LITERAL(16, 221, 19), // "on_T1_color_clicked" -QT_MOC_LITERAL(17, 241, 19), // "on_T2_color_clicked" -QT_MOC_LITERAL(18, 261, 20), // "on_mapPoints_clicked" -QT_MOC_LITERAL(19, 282, 26), // "on_attackArrea_btn_clicked" -QT_MOC_LITERAL(20, 309, 27), // "on_defenseArrea_btn_clicked" -QT_MOC_LITERAL(21, 337, 21), // "on_ball_color_clicked" -QT_MOC_LITERAL(22, 359, 24), // "on_config_serial_clicked" -QT_MOC_LITERAL(23, 384, 27), // "on_calibrate_camera_clicked" -QT_MOC_LITERAL(24, 412, 23), // "on_spinBox_valueChanged" -QT_MOC_LITERAL(25, 436, 5) // "camID" - - }, - "SetParameters\0serialSettings\0\0" - "SettingsDialog::Settings\0updateVisionUI\0" - "img\0updateFPS\0val\0updateSerialSettings\0" - "settings\0closeEvent\0QCloseEvent*\0event\0" - "on_initCapture_clicked\0on_configRobots_clicked\0" - "on_readParameters_clicked\0on_T1_color_clicked\0" - "on_T2_color_clicked\0on_mapPoints_clicked\0" - "on_attackArrea_btn_clicked\0" - "on_defenseArrea_btn_clicked\0" - "on_ball_color_clicked\0on_config_serial_clicked\0" - "on_calibrate_camera_clicked\0" - "on_spinBox_valueChanged\0camID" -}; -#undef QT_MOC_LITERAL - -static const uint qt_meta_data_SetParameters[] = { - - // content: - 7, // revision - 0, // classname - 0, 0, // classinfo - 17, 14, // methods - 0, 0, // properties - 0, 0, // enums/sets - 0, 0, // constructors - 0, // flags - 1, // signalCount - - // signals: name, argc, parameters, tag, flags - 1, 1, 99, 2, 0x06 /* Public */, - - // slots: name, argc, parameters, tag, flags - 4, 1, 102, 2, 0x0a /* Public */, - 6, 1, 105, 2, 0x0a /* Public */, - 8, 1, 108, 2, 0x0a /* Public */, - 10, 1, 111, 2, 0x08 /* Private */, - 13, 0, 114, 2, 0x08 /* Private */, - 14, 0, 115, 2, 0x08 /* Private */, - 15, 0, 116, 2, 0x08 /* Private */, - 16, 0, 117, 2, 0x08 /* Private */, - 17, 0, 118, 2, 0x08 /* Private */, - 18, 0, 119, 2, 0x08 /* Private */, - 19, 0, 120, 2, 0x08 /* Private */, - 20, 0, 121, 2, 0x08 /* Private */, - 21, 0, 122, 2, 0x08 /* Private */, - 22, 0, 123, 2, 0x08 /* Private */, - 23, 0, 124, 2, 0x08 /* Private */, - 24, 1, 125, 2, 0x08 /* Private */, - - // signals: parameters - QMetaType::Void, 0x80000000 | 3, 2, - - // slots: parameters - QMetaType::Void, QMetaType::QImage, 5, - QMetaType::Void, QMetaType::Double, 7, - QMetaType::Void, 0x80000000 | 3, 9, - QMetaType::Void, 0x80000000 | 11, 12, - QMetaType::Void, - QMetaType::Void, - QMetaType::Void, - QMetaType::Void, - QMetaType::Void, - QMetaType::Void, - QMetaType::Void, - QMetaType::Void, - QMetaType::Void, - QMetaType::Void, - QMetaType::Void, - QMetaType::Void, QMetaType::Int, 25, - - 0 // eod -}; - -void SetParameters::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) -{ - if (_c == QMetaObject::InvokeMetaMethod) { - SetParameters *_t = static_cast(_o); - Q_UNUSED(_t) - switch (_id) { - case 0: _t->serialSettings((*reinterpret_cast< SettingsDialog::Settings(*)>(_a[1]))); break; - case 1: _t->updateVisionUI((*reinterpret_cast< QImage(*)>(_a[1]))); break; - case 2: _t->updateFPS((*reinterpret_cast< double(*)>(_a[1]))); break; - case 3: _t->updateSerialSettings((*reinterpret_cast< SettingsDialog::Settings(*)>(_a[1]))); break; - case 4: _t->closeEvent((*reinterpret_cast< QCloseEvent*(*)>(_a[1]))); break; - case 5: _t->on_initCapture_clicked(); break; - case 6: _t->on_configRobots_clicked(); break; - case 7: _t->on_readParameters_clicked(); break; - case 8: _t->on_T1_color_clicked(); break; - case 9: _t->on_T2_color_clicked(); break; - case 10: _t->on_mapPoints_clicked(); break; - case 11: _t->on_attackArrea_btn_clicked(); break; - case 12: _t->on_defenseArrea_btn_clicked(); break; - case 13: _t->on_ball_color_clicked(); break; - case 14: _t->on_config_serial_clicked(); break; - case 15: _t->on_calibrate_camera_clicked(); break; - case 16: _t->on_spinBox_valueChanged((*reinterpret_cast< int(*)>(_a[1]))); break; - default: ; - } - } else if (_c == QMetaObject::IndexOfMethod) { - int *result = reinterpret_cast(_a[0]); - void **func = reinterpret_cast(_a[1]); - { - typedef void (SetParameters::*_t)(SettingsDialog::Settings ); - if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&SetParameters::serialSettings)) { - *result = 0; - return; - } - } - } -} - -const QMetaObject SetParameters::staticMetaObject = { - { &QMainWindow::staticMetaObject, qt_meta_stringdata_SetParameters.data, - qt_meta_data_SetParameters, qt_static_metacall, Q_NULLPTR, Q_NULLPTR} -}; - - -const QMetaObject *SetParameters::metaObject() const -{ - return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; -} - -void *SetParameters::qt_metacast(const char *_clname) -{ - if (!_clname) return Q_NULLPTR; - if (!strcmp(_clname, qt_meta_stringdata_SetParameters.stringdata0)) - return static_cast(const_cast< SetParameters*>(this)); - return QMainWindow::qt_metacast(_clname); -} - -int SetParameters::qt_metacall(QMetaObject::Call _c, int _id, void **_a) -{ - _id = QMainWindow::qt_metacall(_c, _id, _a); - if (_id < 0) - return _id; - if (_c == QMetaObject::InvokeMetaMethod) { - if (_id < 17) - qt_static_metacall(this, _c, _id, _a); - _id -= 17; - } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { - if (_id < 17) - *reinterpret_cast(_a[0]) = -1; - _id -= 17; - } - return _id; -} - -// SIGNAL 0 -void SetParameters::serialSettings(SettingsDialog::Settings _t1) -{ - void *_a[] = { Q_NULLPTR, const_cast(reinterpret_cast(&_t1)) }; - QMetaObject::activate(this, &staticMetaObject, 0, _a); -} -QT_WARNING_POP -QT_END_MOC_NAMESPACE diff --git a/moc_setparameters.o b/moc_setparameters.o deleted file mode 100644 index f5b998b..0000000 Binary files a/moc_setparameters.o and /dev/null differ diff --git a/moc_settingsdialog.cpp b/moc_settingsdialog.cpp deleted file mode 100644 index 6a72318..0000000 --- a/moc_settingsdialog.cpp +++ /dev/null @@ -1,156 +0,0 @@ -/**************************************************************************** -** Meta object code from reading C++ file 'settingsdialog.h' -** -** Created by: The Qt Meta Object Compiler version 67 (Qt 5.8.0) -** -** WARNING! All changes made in this file will be lost! -*****************************************************************************/ - -#include "settingsdialog.h" -#include -#include -#if !defined(Q_MOC_OUTPUT_REVISION) -#error "The header file 'settingsdialog.h' doesn't include ." -#elif Q_MOC_OUTPUT_REVISION != 67 -#error "This file was generated using the moc from 5.8.0. It" -#error "cannot be used with the include files from this version of Qt." -#error "(The moc has changed too much.)" -#endif - -QT_BEGIN_MOC_NAMESPACE -QT_WARNING_PUSH -QT_WARNING_DISABLE_DEPRECATED -struct qt_meta_stringdata_SettingsDialog_t { - QByteArrayData data[10]; - char stringdata0[143]; -}; -#define QT_MOC_LITERAL(idx, ofs, len) \ - Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ - qptrdiff(offsetof(qt_meta_stringdata_SettingsDialog_t, stringdata0) + ofs \ - - idx * sizeof(QByteArrayData)) \ - ) -static const qt_meta_stringdata_SettingsDialog_t qt_meta_stringdata_SettingsDialog = { - { -QT_MOC_LITERAL(0, 0, 14), // "SettingsDialog" -QT_MOC_LITERAL(1, 15, 15), // "serial_settings" -QT_MOC_LITERAL(2, 31, 0), // "" -QT_MOC_LITERAL(3, 32, 24), // "SettingsDialog::Settings" -QT_MOC_LITERAL(4, 57, 8), // "settings" -QT_MOC_LITERAL(5, 66, 12), // "showPortInfo" -QT_MOC_LITERAL(6, 79, 3), // "idx" -QT_MOC_LITERAL(7, 83, 5), // "apply" -QT_MOC_LITERAL(8, 89, 25), // "checkCustomBaudRatePolicy" -QT_MOC_LITERAL(9, 115, 27) // "checkCustomDevicePathPolicy" - - }, - "SettingsDialog\0serial_settings\0\0" - "SettingsDialog::Settings\0settings\0" - "showPortInfo\0idx\0apply\0checkCustomBaudRatePolicy\0" - "checkCustomDevicePathPolicy" -}; -#undef QT_MOC_LITERAL - -static const uint qt_meta_data_SettingsDialog[] = { - - // content: - 7, // revision - 0, // classname - 0, 0, // classinfo - 5, 14, // methods - 0, 0, // properties - 0, 0, // enums/sets - 0, 0, // constructors - 0, // flags - 1, // signalCount - - // signals: name, argc, parameters, tag, flags - 1, 1, 39, 2, 0x06 /* Public */, - - // slots: name, argc, parameters, tag, flags - 5, 1, 42, 2, 0x08 /* Private */, - 7, 0, 45, 2, 0x08 /* Private */, - 8, 1, 46, 2, 0x08 /* Private */, - 9, 1, 49, 2, 0x08 /* Private */, - - // signals: parameters - QMetaType::Void, 0x80000000 | 3, 4, - - // slots: parameters - QMetaType::Void, QMetaType::Int, 6, - QMetaType::Void, - QMetaType::Void, QMetaType::Int, 6, - QMetaType::Void, QMetaType::Int, 6, - - 0 // eod -}; - -void SettingsDialog::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) -{ - if (_c == QMetaObject::InvokeMetaMethod) { - SettingsDialog *_t = static_cast(_o); - Q_UNUSED(_t) - switch (_id) { - case 0: _t->serial_settings((*reinterpret_cast< SettingsDialog::Settings(*)>(_a[1]))); break; - case 1: _t->showPortInfo((*reinterpret_cast< int(*)>(_a[1]))); break; - case 2: _t->apply(); break; - case 3: _t->checkCustomBaudRatePolicy((*reinterpret_cast< int(*)>(_a[1]))); break; - case 4: _t->checkCustomDevicePathPolicy((*reinterpret_cast< int(*)>(_a[1]))); break; - default: ; - } - } else if (_c == QMetaObject::IndexOfMethod) { - int *result = reinterpret_cast(_a[0]); - void **func = reinterpret_cast(_a[1]); - { - typedef void (SettingsDialog::*_t)(SettingsDialog::Settings ); - if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&SettingsDialog::serial_settings)) { - *result = 0; - return; - } - } - } -} - -const QMetaObject SettingsDialog::staticMetaObject = { - { &QDialog::staticMetaObject, qt_meta_stringdata_SettingsDialog.data, - qt_meta_data_SettingsDialog, qt_static_metacall, Q_NULLPTR, Q_NULLPTR} -}; - - -const QMetaObject *SettingsDialog::metaObject() const -{ - return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; -} - -void *SettingsDialog::qt_metacast(const char *_clname) -{ - if (!_clname) return Q_NULLPTR; - if (!strcmp(_clname, qt_meta_stringdata_SettingsDialog.stringdata0)) - return static_cast(const_cast< SettingsDialog*>(this)); - return QDialog::qt_metacast(_clname); -} - -int SettingsDialog::qt_metacall(QMetaObject::Call _c, int _id, void **_a) -{ - _id = QDialog::qt_metacall(_c, _id, _a); - if (_id < 0) - return _id; - if (_c == QMetaObject::InvokeMetaMethod) { - if (_id < 5) - qt_static_metacall(this, _c, _id, _a); - _id -= 5; - } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { - if (_id < 5) - *reinterpret_cast(_a[0]) = -1; - _id -= 5; - } - return _id; -} - -// SIGNAL 0 -void SettingsDialog::serial_settings(SettingsDialog::Settings _t1) -{ - void *_a[] = { Q_NULLPTR, const_cast(reinterpret_cast(&_t1)) }; - QMetaObject::activate(this, &staticMetaObject, 0, _a); -} -QT_WARNING_POP -QT_END_MOC_NAMESPACE diff --git a/moc_settingsdialog.o b/moc_settingsdialog.o deleted file mode 100644 index 86d2159..0000000 Binary files a/moc_settingsdialog.o and /dev/null differ diff --git a/moc_soccer_window.cpp b/moc_soccer_window.cpp index b640bdf..96c35e1 100644 --- a/moc_soccer_window.cpp +++ b/moc_soccer_window.cpp @@ -21,8 +21,13 @@ QT_BEGIN_MOC_NAMESPACE QT_WARNING_PUSH QT_WARNING_DISABLE_DEPRECATED struct qt_meta_stringdata_soccer_window_t { +<<<<<<< HEAD + QByteArrayData data[32]; + char stringdata0[701]; +======= QByteArrayData data[29]; char stringdata0[619]; +>>>>>>> origin/IronCup2018 }; #define QT_MOC_LITERAL(idx, ofs, len) \ Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ @@ -59,7 +64,14 @@ QT_MOC_LITERAL(24, 512, 31), // "on_horizontalSlider_sliderMoved" QT_MOC_LITERAL(25, 544, 8), // "position" QT_MOC_LITERAL(26, 553, 25), // "on_startFilterbtn_clicked" QT_MOC_LITERAL(27, 579, 17), // "on_cbkLPF_toggled" +<<<<<<< HEAD +QT_MOC_LITERAL(28, 597, 29), // "on_strategy_options_activated" +QT_MOC_LITERAL(29, 627, 4), // "arg1" +QT_MOC_LITERAL(30, 632, 36), // "on_show_field_areas_checkbox_..." +QT_MOC_LITERAL(31, 669, 31) // "on_show_rnames_checkBox_clicked" +======= QT_MOC_LITERAL(28, 597, 21) // "on_swap_roles_clicked" +>>>>>>> origin/IronCup2018 }, "soccer_window\0updateVisionInfo\0\0" @@ -79,7 +91,13 @@ QT_MOC_LITERAL(28, 597, 21) // "on_swap_roles_clicked" "on_swapteamscbk_clicked\0" "on_horizontalSlider_sliderMoved\0" "position\0on_startFilterbtn_clicked\0" +<<<<<<< HEAD + "on_cbkLPF_toggled\0on_strategy_options_activated\0" + "arg1\0on_show_field_areas_checkbox_clicked\0" + "on_show_rnames_checkBox_clicked" +======= "on_cbkLPF_toggled\0on_swap_roles_clicked" +>>>>>>> origin/IronCup2018 }; #undef QT_MOC_LITERAL @@ -89,7 +107,11 @@ static const uint qt_meta_data_soccer_window[] = { 7, // revision 0, // classname 0, 0, // classinfo +<<<<<<< HEAD + 23, 14, // methods +======= 21, 14, // methods +>>>>>>> origin/IronCup2018 0, 0, // properties 0, 0, // enums/sets 0, 0, // constructors @@ -97,6 +119,33 @@ static const uint qt_meta_data_soccer_window[] = { 1, // signalCount // signals: name, argc, parameters, tag, flags +<<<<<<< HEAD + 1, 1, 129, 2, 0x06 /* Public */, + + // slots: name, argc, parameters, tag, flags + 4, 1, 132, 2, 0x0a /* Public */, + 6, 1, 135, 2, 0x0a /* Public */, + 7, 1, 138, 2, 0x0a /* Public */, + 9, 1, 141, 2, 0x0a /* Public */, + 11, 1, 144, 2, 0x0a /* Public */, + 12, 1, 147, 2, 0x0a /* Public */, + 13, 0, 150, 2, 0x08 /* Private */, + 14, 0, 151, 2, 0x08 /* Private */, + 15, 0, 152, 2, 0x08 /* Private */, + 16, 1, 153, 2, 0x08 /* Private */, + 18, 1, 156, 2, 0x08 /* Private */, + 19, 1, 159, 2, 0x08 /* Private */, + 20, 1, 162, 2, 0x08 /* Private */, + 21, 0, 165, 2, 0x08 /* Private */, + 22, 0, 166, 2, 0x08 /* Private */, + 23, 0, 167, 2, 0x08 /* Private */, + 24, 1, 168, 2, 0x08 /* Private */, + 26, 0, 171, 2, 0x08 /* Private */, + 27, 1, 172, 2, 0x08 /* Private */, + 28, 1, 175, 2, 0x08 /* Private */, + 30, 0, 178, 2, 0x08 /* Private */, + 31, 0, 179, 2, 0x08 /* Private */, +======= 1, 1, 119, 2, 0x06 /* Public */, // slots: name, argc, parameters, tag, flags @@ -120,6 +169,7 @@ static const uint qt_meta_data_soccer_window[] = { 26, 0, 161, 2, 0x08 /* Private */, 27, 1, 162, 2, 0x08 /* Private */, 28, 1, 165, 2, 0x08 /* Private */, +>>>>>>> origin/IronCup2018 // signals: parameters QMetaType::Void, 0x80000000 | 3, 2, @@ -144,7 +194,13 @@ static const uint qt_meta_data_soccer_window[] = { QMetaType::Void, QMetaType::Int, 25, QMetaType::Void, QMetaType::Void, QMetaType::Bool, 17, +<<<<<<< HEAD + QMetaType::Void, QMetaType::QString, 29, + QMetaType::Void, + QMetaType::Void, +======= QMetaType::Void, QMetaType::Bool, 17, +>>>>>>> origin/IronCup2018 0 // eod }; @@ -175,7 +231,13 @@ void soccer_window::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _i case 17: _t->on_horizontalSlider_sliderMoved((*reinterpret_cast< int(*)>(_a[1]))); break; case 18: _t->on_startFilterbtn_clicked(); break; case 19: _t->on_cbkLPF_toggled((*reinterpret_cast< bool(*)>(_a[1]))); break; +<<<<<<< HEAD + case 20: _t->on_strategy_options_activated((*reinterpret_cast< const QString(*)>(_a[1]))); break; + case 21: _t->on_show_field_areas_checkbox_clicked(); break; + case 22: _t->on_show_rnames_checkBox_clicked(); break; +======= case 20: _t->on_swap_roles_clicked((*reinterpret_cast< bool(*)>(_a[1]))); break; +>>>>>>> origin/IronCup2018 default: ; } } else if (_c == QMetaObject::IndexOfMethod) { @@ -216,6 +278,15 @@ int soccer_window::qt_metacall(QMetaObject::Call _c, int _id, void **_a) if (_id < 0) return _id; if (_c == QMetaObject::InvokeMetaMethod) { +<<<<<<< HEAD + if (_id < 23) + qt_static_metacall(this, _c, _id, _a); + _id -= 23; + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + if (_id < 23) + *reinterpret_cast(_a[0]) = -1; + _id -= 23; +======= if (_id < 21) qt_static_metacall(this, _c, _id, _a); _id -= 21; @@ -223,6 +294,7 @@ int soccer_window::qt_metacall(QMetaObject::Call _c, int _id, void **_a) if (_id < 21) *reinterpret_cast(_a[0]) = -1; _id -= 21; +>>>>>>> origin/IronCup2018 } return _id; } diff --git a/moc_soccer_window.o b/moc_soccer_window.o deleted file mode 100644 index c6ec49f..0000000 Binary files a/moc_soccer_window.o and /dev/null differ diff --git a/moc_video4linuxconfig.cpp b/moc_video4linuxconfig.cpp deleted file mode 100644 index 1b232f1..0000000 --- a/moc_video4linuxconfig.cpp +++ /dev/null @@ -1,180 +0,0 @@ -/**************************************************************************** -** Meta object code from reading C++ file 'video4linuxconfig.h' -** -** Created by: The Qt Meta Object Compiler version 67 (Qt 5.8.0) -** -** WARNING! All changes made in this file will be lost! -*****************************************************************************/ - -#include "video4linuxconfig.h" -#include -#include -#if !defined(Q_MOC_OUTPUT_REVISION) -#error "The header file 'video4linuxconfig.h' doesn't include ." -#elif Q_MOC_OUTPUT_REVISION != 67 -#error "This file was generated using the moc from 5.8.0. It" -#error "cannot be used with the include files from this version of Qt." -#error "(The moc has changed too much.)" -#endif - -QT_BEGIN_MOC_NAMESPACE -QT_WARNING_PUSH -QT_WARNING_DISABLE_DEPRECATED -struct qt_meta_stringdata_video4linuxConfig_t { - QByteArrayData data[20]; - char stringdata0[414]; -}; -#define QT_MOC_LITERAL(idx, ofs, len) \ - Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ - qptrdiff(offsetof(qt_meta_stringdata_video4linuxConfig_t, stringdata0) + ofs \ - - idx * sizeof(QByteArrayData)) \ - ) -static const qt_meta_stringdata_video4linuxConfig_t qt_meta_stringdata_video4linuxConfig = { - { -QT_MOC_LITERAL(0, 0, 17), // "video4linuxConfig" -QT_MOC_LITERAL(1, 18, 14), // "updateVisionUI" -QT_MOC_LITERAL(2, 33, 0), // "" -QT_MOC_LITERAL(3, 34, 9), // "showEvent" -QT_MOC_LITERAL(4, 44, 11), // "QShowEvent*" -QT_MOC_LITERAL(5, 56, 5), // "event" -QT_MOC_LITERAL(6, 62, 10), // "closeEvent" -QT_MOC_LITERAL(7, 73, 12), // "QCloseEvent*" -QT_MOC_LITERAL(8, 86, 28), // "on_bright_slider_sliderMoved" -QT_MOC_LITERAL(9, 115, 8), // "position" -QT_MOC_LITERAL(10, 124, 30), // "on_contrast_slider_sliderMoved" -QT_MOC_LITERAL(11, 155, 32), // "on_saturation_slider_sliderMoved" -QT_MOC_LITERAL(12, 188, 31), // "on_white_bal_slider_sliderMoved" -QT_MOC_LITERAL(13, 220, 31), // "on_sharpness_slider_sliderMoved" -QT_MOC_LITERAL(14, 252, 30), // "on_exposure_slider_sliderMoved" -QT_MOC_LITERAL(15, 283, 27), // "on_focus_slider_sliderMoved" -QT_MOC_LITERAL(16, 311, 23), // "on_pushButton_2_clicked" -QT_MOC_LITERAL(17, 335, 23), // "on_setToDefault_clicked" -QT_MOC_LITERAL(18, 359, 26), // "on_gain_slider_sliderMoved" -QT_MOC_LITERAL(19, 386, 27) // "on_Init_Capture_btn_clicked" - - }, - "video4linuxConfig\0updateVisionUI\0\0" - "showEvent\0QShowEvent*\0event\0closeEvent\0" - "QCloseEvent*\0on_bright_slider_sliderMoved\0" - "position\0on_contrast_slider_sliderMoved\0" - "on_saturation_slider_sliderMoved\0" - "on_white_bal_slider_sliderMoved\0" - "on_sharpness_slider_sliderMoved\0" - "on_exposure_slider_sliderMoved\0" - "on_focus_slider_sliderMoved\0" - "on_pushButton_2_clicked\0on_setToDefault_clicked\0" - "on_gain_slider_sliderMoved\0" - "on_Init_Capture_btn_clicked" -}; -#undef QT_MOC_LITERAL - -static const uint qt_meta_data_video4linuxConfig[] = { - - // content: - 7, // revision - 0, // classname - 0, 0, // classinfo - 14, 14, // methods - 0, 0, // properties - 0, 0, // enums/sets - 0, 0, // constructors - 0, // flags - 0, // signalCount - - // slots: name, argc, parameters, tag, flags - 1, 1, 84, 2, 0x0a /* Public */, - 3, 1, 87, 2, 0x08 /* Private */, - 6, 1, 90, 2, 0x08 /* Private */, - 8, 1, 93, 2, 0x08 /* Private */, - 10, 1, 96, 2, 0x08 /* Private */, - 11, 1, 99, 2, 0x08 /* Private */, - 12, 1, 102, 2, 0x08 /* Private */, - 13, 1, 105, 2, 0x08 /* Private */, - 14, 1, 108, 2, 0x08 /* Private */, - 15, 1, 111, 2, 0x08 /* Private */, - 16, 0, 114, 2, 0x08 /* Private */, - 17, 0, 115, 2, 0x08 /* Private */, - 18, 1, 116, 2, 0x08 /* Private */, - 19, 0, 119, 2, 0x08 /* Private */, - - // slots: parameters - QMetaType::Void, QMetaType::QImage, 2, - QMetaType::Void, 0x80000000 | 4, 5, - QMetaType::Void, 0x80000000 | 7, 5, - QMetaType::Void, QMetaType::Int, 9, - QMetaType::Void, QMetaType::Int, 9, - QMetaType::Void, QMetaType::Int, 9, - QMetaType::Void, QMetaType::Int, 9, - QMetaType::Void, QMetaType::Int, 9, - QMetaType::Void, QMetaType::Int, 9, - QMetaType::Void, QMetaType::Int, 9, - QMetaType::Void, - QMetaType::Void, - QMetaType::Void, QMetaType::Int, 9, - QMetaType::Void, - - 0 // eod -}; - -void video4linuxConfig::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) -{ - if (_c == QMetaObject::InvokeMetaMethod) { - video4linuxConfig *_t = static_cast(_o); - Q_UNUSED(_t) - switch (_id) { - case 0: _t->updateVisionUI((*reinterpret_cast< QImage(*)>(_a[1]))); break; - case 1: _t->showEvent((*reinterpret_cast< QShowEvent*(*)>(_a[1]))); break; - case 2: _t->closeEvent((*reinterpret_cast< QCloseEvent*(*)>(_a[1]))); break; - case 3: _t->on_bright_slider_sliderMoved((*reinterpret_cast< int(*)>(_a[1]))); break; - case 4: _t->on_contrast_slider_sliderMoved((*reinterpret_cast< int(*)>(_a[1]))); break; - case 5: _t->on_saturation_slider_sliderMoved((*reinterpret_cast< int(*)>(_a[1]))); break; - case 6: _t->on_white_bal_slider_sliderMoved((*reinterpret_cast< int(*)>(_a[1]))); break; - case 7: _t->on_sharpness_slider_sliderMoved((*reinterpret_cast< int(*)>(_a[1]))); break; - case 8: _t->on_exposure_slider_sliderMoved((*reinterpret_cast< int(*)>(_a[1]))); break; - case 9: _t->on_focus_slider_sliderMoved((*reinterpret_cast< int(*)>(_a[1]))); break; - case 10: _t->on_pushButton_2_clicked(); break; - case 11: _t->on_setToDefault_clicked(); break; - case 12: _t->on_gain_slider_sliderMoved((*reinterpret_cast< int(*)>(_a[1]))); break; - case 13: _t->on_Init_Capture_btn_clicked(); break; - default: ; - } - } -} - -const QMetaObject video4linuxConfig::staticMetaObject = { - { &QWidget::staticMetaObject, qt_meta_stringdata_video4linuxConfig.data, - qt_meta_data_video4linuxConfig, qt_static_metacall, Q_NULLPTR, Q_NULLPTR} -}; - - -const QMetaObject *video4linuxConfig::metaObject() const -{ - return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; -} - -void *video4linuxConfig::qt_metacast(const char *_clname) -{ - if (!_clname) return Q_NULLPTR; - if (!strcmp(_clname, qt_meta_stringdata_video4linuxConfig.stringdata0)) - return static_cast(const_cast< video4linuxConfig*>(this)); - return QWidget::qt_metacast(_clname); -} - -int video4linuxConfig::qt_metacall(QMetaObject::Call _c, int _id, void **_a) -{ - _id = QWidget::qt_metacall(_c, _id, _a); - if (_id < 0) - return _id; - if (_c == QMetaObject::InvokeMetaMethod) { - if (_id < 14) - qt_static_metacall(this, _c, _id, _a); - _id -= 14; - } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { - if (_id < 14) - *reinterpret_cast(_a[0]) = -1; - _id -= 14; - } - return _id; -} -QT_WARNING_POP -QT_END_MOC_NAMESPACE diff --git a/moc_video4linuxconfig.o b/moc_video4linuxconfig.o deleted file mode 100644 index d732986..0000000 Binary files a/moc_video4linuxconfig.o and /dev/null differ diff --git a/moc_vision.cpp b/moc_vision.cpp deleted file mode 100644 index 8e01949..0000000 --- a/moc_vision.cpp +++ /dev/null @@ -1,185 +0,0 @@ -/**************************************************************************** -** Meta object code from reading C++ file 'vision.h' -** -** Created by: The Qt Meta Object Compiler version 67 (Qt 5.8.0) -** -** WARNING! All changes made in this file will be lost! -*****************************************************************************/ - -#include "vision.h" -#include -#include -#if !defined(Q_MOC_OUTPUT_REVISION) -#error "The header file 'vision.h' doesn't include ." -#elif Q_MOC_OUTPUT_REVISION != 67 -#error "This file was generated using the moc from 5.8.0. It" -#error "cannot be used with the include files from this version of Qt." -#error "(The moc has changed too much.)" -#endif - -QT_BEGIN_MOC_NAMESPACE -QT_WARNING_PUSH -QT_WARNING_DISABLE_DEPRECATED -struct qt_meta_stringdata_Vision_t { - QByteArrayData data[11]; - char stringdata0[137]; -}; -#define QT_MOC_LITERAL(idx, ofs, len) \ - Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ - qptrdiff(offsetof(qt_meta_stringdata_Vision_t, stringdata0) + ofs \ - - idx * sizeof(QByteArrayData)) \ - ) -static const qt_meta_stringdata_Vision_t qt_meta_stringdata_Vision = { - { -QT_MOC_LITERAL(0, 0, 6), // "Vision" -QT_MOC_LITERAL(1, 7, 13), // "infoPercepted" -QT_MOC_LITERAL(2, 21, 0), // "" -QT_MOC_LITERAL(3, 22, 18), // "Vision::Perception" -QT_MOC_LITERAL(4, 41, 14), // "processedImage" -QT_MOC_LITERAL(5, 56, 5), // "image" -QT_MOC_LITERAL(6, 62, 15), // "framesPerSecond" -QT_MOC_LITERAL(7, 78, 3), // "FPS" -QT_MOC_LITERAL(8, 82, 17), // "updateFuzzyRobots" -QT_MOC_LITERAL(9, 100, 18), // "std::vector" -QT_MOC_LITERAL(10, 119, 17) // "updateMoverRobots" - - }, - "Vision\0infoPercepted\0\0Vision::Perception\0" - "processedImage\0image\0framesPerSecond\0" - "FPS\0updateFuzzyRobots\0std::vector\0" - "updateMoverRobots" -}; -#undef QT_MOC_LITERAL - -static const uint qt_meta_data_Vision[] = { - - // content: - 7, // revision - 0, // classname - 0, 0, // classinfo - 5, 14, // methods - 0, 0, // properties - 0, 0, // enums/sets - 0, 0, // constructors - 0, // flags - 3, // signalCount - - // signals: name, argc, parameters, tag, flags - 1, 1, 39, 2, 0x06 /* Public */, - 4, 1, 42, 2, 0x06 /* Public */, - 6, 1, 45, 2, 0x06 /* Public */, - - // slots: name, argc, parameters, tag, flags - 8, 1, 48, 2, 0x0a /* Public */, - 10, 1, 51, 2, 0x0a /* Public */, - - // signals: parameters - QMetaType::Void, 0x80000000 | 3, 2, - QMetaType::Void, QMetaType::QImage, 5, - QMetaType::Void, QMetaType::Double, 7, - - // slots: parameters - QMetaType::Void, 0x80000000 | 9, 2, - QMetaType::Void, 0x80000000 | 9, 2, - - 0 // eod -}; - -void Vision::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) -{ - if (_c == QMetaObject::InvokeMetaMethod) { - Vision *_t = static_cast(_o); - Q_UNUSED(_t) - switch (_id) { - case 0: _t->infoPercepted((*reinterpret_cast< Vision::Perception(*)>(_a[1]))); break; - case 1: _t->processedImage((*reinterpret_cast< const QImage(*)>(_a[1]))); break; - case 2: _t->framesPerSecond((*reinterpret_cast< double(*)>(_a[1]))); break; - case 3: _t->updateFuzzyRobots((*reinterpret_cast< std::vector(*)>(_a[1]))); break; - case 4: _t->updateMoverRobots((*reinterpret_cast< std::vector(*)>(_a[1]))); break; - default: ; - } - } else if (_c == QMetaObject::IndexOfMethod) { - int *result = reinterpret_cast(_a[0]); - void **func = reinterpret_cast(_a[1]); - { - typedef void (Vision::*_t)(Vision::Perception ); - if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&Vision::infoPercepted)) { - *result = 0; - return; - } - } - { - typedef void (Vision::*_t)(const QImage & ); - if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&Vision::processedImage)) { - *result = 1; - return; - } - } - { - typedef void (Vision::*_t)(double ); - if (*reinterpret_cast<_t *>(func) == static_cast<_t>(&Vision::framesPerSecond)) { - *result = 2; - return; - } - } - } -} - -const QMetaObject Vision::staticMetaObject = { - { &QThread::staticMetaObject, qt_meta_stringdata_Vision.data, - qt_meta_data_Vision, qt_static_metacall, Q_NULLPTR, Q_NULLPTR} -}; - - -const QMetaObject *Vision::metaObject() const -{ - return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; -} - -void *Vision::qt_metacast(const char *_clname) -{ - if (!_clname) return Q_NULLPTR; - if (!strcmp(_clname, qt_meta_stringdata_Vision.stringdata0)) - return static_cast(const_cast< Vision*>(this)); - return QThread::qt_metacast(_clname); -} - -int Vision::qt_metacall(QMetaObject::Call _c, int _id, void **_a) -{ - _id = QThread::qt_metacall(_c, _id, _a); - if (_id < 0) - return _id; - if (_c == QMetaObject::InvokeMetaMethod) { - if (_id < 5) - qt_static_metacall(this, _c, _id, _a); - _id -= 5; - } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { - if (_id < 5) - *reinterpret_cast(_a[0]) = -1; - _id -= 5; - } - return _id; -} - -// SIGNAL 0 -void Vision::infoPercepted(Vision::Perception _t1) -{ - void *_a[] = { Q_NULLPTR, const_cast(reinterpret_cast(&_t1)) }; - QMetaObject::activate(this, &staticMetaObject, 0, _a); -} - -// SIGNAL 1 -void Vision::processedImage(const QImage & _t1) -{ - void *_a[] = { Q_NULLPTR, const_cast(reinterpret_cast(&_t1)) }; - QMetaObject::activate(this, &staticMetaObject, 1, _a); -} - -// SIGNAL 2 -void Vision::framesPerSecond(double _t1) -{ - void *_a[] = { Q_NULLPTR, const_cast(reinterpret_cast(&_t1)) }; - QMetaObject::activate(this, &staticMetaObject, 2, _a); -} -QT_WARNING_POP -QT_END_MOC_NAMESPACE diff --git a/moc_vision.o b/moc_vision.o deleted file mode 100644 index 01ba96b..0000000 Binary files a/moc_vision.o and /dev/null differ diff --git a/mover.cpp b/mover.cpp index 1b5f233..325a4fb 100644 --- a/mover.cpp +++ b/mover.cpp @@ -23,7 +23,7 @@ double vel_giro_atk = 0.5; double v_atk = 1.6; // Constantes para o goleiro -double v_max_gol = 0.4; //0.5 +double v_max_gol = 0.5; //0.5 double v_delta_gol = 0.2; double v_max_gol_ef = 0.8; double w_max_gol = 5; @@ -233,13 +233,13 @@ void Mover::velocity_goalkeeper(Robot *robo, Game_functions *pot_fields, pair 45 && ball_pos.y < 95 && robot_pos.x < centroid_def.x+20){ //FollowBall - if (fabs(ball_v.y < 0.4)) + if (fabs(ball_v.y < 2)) { //ball_v.y = (ball_v.y / fabs(ball_v.y)) * 0.4; - - if (robo->get_angle() > 0 && ball_pos.y < robot_pos.y ){ - v = fabs(ball_v.y) - 0.03*(ball_pos.y-robot_pos.y); //0.005 + if(fabs(robo->get_pos().y-ball_pos.y) < 5){ + v = 0; + } + else if (robo->get_angle() > 0 && ball_pos.y < robot_pos.y ){ + v = 0.3; // Cinemática 0.005 } else if (robo->get_angle() > 0 && ball_pos.y > robot_pos.y){ - v = -fabs(ball_v.y) - 0.03*(ball_pos.y-robot_pos.y); + v = -0.3; //PID 0.03 } else if (robo->get_angle() < 0 && ball_pos.y < robot_pos.y ){ - v = -fabs(ball_v.y) + 0.03*(ball_pos.y-robot_pos.y); + v = -0.3; } else if (robo->get_angle() < 0 && ball_pos.y > robot_pos.y ){ - v = fabs(ball_v.y) + 0.03*(ball_pos.y-robot_pos.y); + v = 0.3; } } if(v > v_max_gol_ef){ @@ -306,6 +308,8 @@ void Mover::velocity_goalkeeper(Robot *robo, Game_functions *pot_fields, pairget_direction(robot_grid); alpha = theta - robo->get_angle(); alpha = ajusta_angulo(alpha); + + //PID if (fabs(alpha) <= limiar_theta ){ //v = v_max; @@ -322,15 +326,17 @@ void Mover::velocity_goalkeeper(Robot *robo, Game_functions *pot_fields, pair 65 && fabs(alpha) < 115){ v = 0; } @@ -403,21 +409,23 @@ void Mover::velocity_goalkeeper(Robot *robo, Game_functions *pot_fields, pair 90 && ball_pos.y > 45 && ball_pos.y < 95 && robot_pos.x > centroid_def.x-20){ //FollowBall - if (fabs(ball_v.y < 0.4)) + if (fabs(ball_v.y < 2)) { //ball_v.y = (ball_v.y / fabs(ball_v.y)) * 0.4; - - if (robo->get_angle() > 0 && ball_pos.y < robot_pos.y ){ - v = fabs(ball_v.y) - 0.02*(ball_pos.y-robot_pos.y); //0.005 + if(fabs(robo->get_pos().y-ball_pos.y) < 5){ + v = 0; + } + else if (robo->get_angle() > 0 && ball_pos.y < robot_pos.y ){ + v = 0.3; // Cinemática 0.005 } else if (robo->get_angle() > 0 && ball_pos.y > robot_pos.y){ - v = -fabs(ball_v.y) - 0.02*(ball_pos.y-robot_pos.y); + v = -0.3; //PID 0.03 } else if (robo->get_angle() < 0 && ball_pos.y < robot_pos.y ){ - v = -fabs(ball_v.y) + 0.02*(ball_pos.y-robot_pos.y); + v = -0.3; } else if (robo->get_angle() < 0 && ball_pos.y > robot_pos.y ){ - v = fabs(ball_v.y) + 0.02*(ball_pos.y-robot_pos.y); + v = 0.3; } //cout << "FollowBall" << endl; @@ -454,15 +462,15 @@ void Mover::velocity_goalkeeper(Robot *robo, Game_functions *pot_fields, pair 65 && fabs(alpha) < 115){ v = 0; } @@ -1656,7 +1664,7 @@ void Mover::atk_situation(Robot *robo, Game_functions *pot_fields, pairfirst = -v_atk; vels->second = -v_atk; } - cout << "Ataque Situation 1" << endl; +// cout << "Ataque Situation 1" << endl; } else{ @@ -1672,7 +1680,7 @@ void Mover::atk_situation(Robot *robo, Game_functions *pot_fields, pairfirst = v_atk; vels->second = v_atk; } - cout << "Ataque Situation 2" << endl; +// cout << "Ataque Situation 2" << endl; } else{ diff --git a/mover.o b/mover.o deleted file mode 100644 index 247d8b7..0000000 Binary files a/mover.o and /dev/null differ diff --git a/navigation.o b/navigation.o deleted file mode 100644 index 7f79f24..0000000 Binary files a/navigation.o and /dev/null differ diff --git a/presto.jpg b/presto.jpg new file mode 100644 index 0000000..624a7a3 Binary files /dev/null and b/presto.jpg differ diff --git a/robot.o b/robot.o deleted file mode 100644 index fb38171..0000000 Binary files a/robot.o and /dev/null differ diff --git a/serial.o b/serial.o deleted file mode 100644 index f0ba794..0000000 Binary files a/serial.o and /dev/null differ diff --git a/setcolorrange.cpp b/setcolorrange.cpp index 6ba7128..12685e3 100644 --- a/setcolorrange.cpp +++ b/setcolorrange.cpp @@ -16,7 +16,11 @@ SetColorRange::SetColorRange(QWidget *parent) : eye = new Vision; ui->setupUi(this); - + QPixmap img("../RinoBot-System/hueBar.png"); + ui->lbl_MaxHueBar->setPixmap(img); + ui->lbl_MaxHueBar->setScaledContents(true); + ui->lbl_MinHueBar->setPixmap(img); + ui->lbl_MinHueBar->setScaledContents(true); connect(ui->horizontalSlider, SIGNAL(valueChanged(int)), this, SLOT(on_horizontalSlider_sliderMoved(int))); connect(ui->horizontalSlider_2, SIGNAL(valueChanged(int)), this, SLOT(on_horizontalSlider_2_sliderMoved(int))); connect(ui->horizontalSlider_3, SIGNAL(valueChanged(int)), this, SLOT(on_horizontalSlider_3_sliderMoved(int))); diff --git a/setcolorrange.o b/setcolorrange.o deleted file mode 100644 index dcb81a1..0000000 Binary files a/setcolorrange.o and /dev/null differ diff --git a/setcolorrange.ui b/setcolorrange.ui index 79bac5f..e0ec0e5 100644 --- a/setcolorrange.ui +++ b/setcolorrange.ui @@ -163,6 +163,40 @@ Background-Color: #000 + + + + 60 + 30 + 161 + 17 + + + + TextLabel + + + + + + 60 + 60 + 161 + 17 + + + + TextLabel + + + lbl_MinHueBar + lbl_MaxHueBar + label_4 + horizontalSlider_4 + lcdNumber_4 + label + horizontalSlider + lcdNumber diff --git a/setparameters.o b/setparameters.o deleted file mode 100644 index 9f060ea..0000000 Binary files a/setparameters.o and /dev/null differ diff --git a/setparameters.ui b/setparameters.ui index 5b963aa..2cc7755 100644 --- a/setparameters.ui +++ b/setparameters.ui @@ -3,7 +3,7 @@ SetParameters - Qt::ApplicationModal + Qt::NonModal diff --git a/settingsdialog.o b/settingsdialog.o deleted file mode 100644 index 576b4cb..0000000 Binary files a/settingsdialog.o and /dev/null differ diff --git a/soccer_window.cpp b/soccer_window.cpp deleted file mode 100644 index 32e7b3e..0000000 --- a/soccer_window.cpp +++ /dev/null @@ -1,770 +0,0 @@ -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include "soccer_window.h" -#include "ui_soccer_window.h" -#include "utils.h" -#include "fuzzy.h" -#include "game_functions.h" -#include "navigation.h" -#include "mover.h" - -using namespace std; - -int cont_strategy3 = 0; - -soccer_window::soccer_window(QWidget *parent) : - QWidget(parent), - ui(new Ui::soccer_window) -{ - int i; - qRegisterMetaType("Vision::Perception"); - qRegisterMetaType("Selector"); - //qRegisterMetaType("rVector"); - - - ui->setupUi(this); - - ui->strategy_options->addItem("Strategy 3"); - ui->strategy_options->addItem("Strategy 2"); - ui->strategy_options->addItem("Strategy 1"); - ui->strategy_options->addItem("Test"); - - area_read = false; - eye = new Vision; - fuzzy = new Fuzzy; //instancia o objeto fuzzy na rotina do sistema - leona = new Game_functions; //instancia o objeto leona na rotina do sistema - presto = new Game_functions; //instancia o objeto presto na rotina do sistema - gandalf = new Game_functions; //instancia o objeto gandalf na rotina do sistema - mover = new Mover; //instancia o objeto mover na rotina do sistema - run_fuzzy = false; //flag da thread do fuzzy - run_gandalf = false; //flag da thread da gandalf - run_leona = false; //flag da thread da leona - run_presto = false; //flag da thread da presto - run_mover = false; //flag da thread da mover - game_started = false; - game_scene = new QGraphicsScene; - field = new FieldDraw; - ball = new BallDraw; - - field->setZValue(-1000); - eye->show_area(true); - field->showFields = true; - team_robots.resize(3); - team_shapes.resize(3); - enemy.resize(3); - - for(i = 0; i < 3; i++){ - team_shapes[i] = new RobotDraw; - enemy[i] = new Enemy; - } - eye->set_mode(0); - eye->togglePlay(true); - - load_serial_cfg(); - Robot::config_serial(serial_config); - - connect(eye, SIGNAL(framesPerSecond(double)), this, SLOT(updateFPS(double))); - connect(eye, SIGNAL(infoPercepted(Vision::Perception)), this, SLOT(updatePerceptionInfo(Vision::Perception)), Qt::QueuedConnection); - connect(fuzzy, SIGNAL(emitRobots(Selector)), this, SLOT(updateFuzzyRobots(Selector)), Qt::QueuedConnection); - connect(mover, SIGNAL(emitRobots(Selector)), this, SLOT(updateMoverRobots(Selector)), Qt::QueuedConnection); - //connect(leona, SIGNAL(emitRobots(Selector)), this, SLOT(updateGameFunctionsRobots(Selector)), Qt::QueuedConnection); - //connect(presto, SIGNAL(emitRobots(Selector)), this, SLOT(updateGameFunctionsRobots(Selector)), Qt::QueuedConnection); - //connect(gandalf, SIGNAL(emitRobots(Selector)), this, SLOT(updateGameFunctionsRobots(Selector)), Qt::QueuedConnection); - connect(this, SIGNAL(updateVisionInfo(std::vector)), eye, SLOT(updateFuzzyRobots(std::vector))); - connect(this, SIGNAL(updateVisionInfo(std::vector)), eye, SLOT(updateMoverRobots(std::vector))); - - -} - -soccer_window::~soccer_window() -{ - unsigned int i = 0; - - delete eye; - delete ball; - delete field; - - for(i = 0; i < team_shapes.size(); i++){ - delete team_shapes[i]; - } - for(i = 0; i < enemy.size(); i++){ - delete enemy[i]; - } - - delete game_scene; - delete ui; -} - -void soccer_window::load_serial_cfg(){ - fstream in; - string name; - int flowControl, parity, stopBits, dataBits; - - in.open("Config/serial.cfg", fstream::in); - - in >> name; - in >> serial_config.baudRate; - in >> flowControl; - in >> parity; - in >> stopBits; - in >> dataBits; - - in.close(); - - serial_config.name = QString::fromStdString(name); - serial_config.flowControl = QSerialPort::FlowControl(flowControl); - serial_config.parity = QSerialPort::Parity(parity); - serial_config.stopBits = QSerialPort::StopBits(stopBits); - serial_config.dataBits = QSerialPort::DataBits(dataBits); -} - -void soccer_window::prepare_game_scene(int w, int h) -{ - int i; - - game_scene->setBackgroundBrush(Qt::black); - game_scene->setSceneRect(0, 0, w, h); - ui->game_view->setScene(game_scene); - - for(i = 0; i < 3; i++){ - team_shapes[i]->pos = team_robots[i].get_centroid(); - game_scene->addItem(team_shapes[i]); - game_scene->addItem(enemy[i]); - } - game_scene->addItem(field); - game_scene->addItem(ball); -} - -void soccer_window::closeEvent(QCloseEvent *event){ - QWidget::closeEvent(event); - Robot::close_serial(); - eye->Stop(); - eye->wait(); - eye->release_cam(); -} - -void soccer_window::receiveSerialSettings(SettingsDialog::Settings serial_config){ - Robot::config_serial(serial_config); -} - -void soccer_window::updateFuzzyRobots(Selector selec_robot){ - team_robots[0].set_flag_fuzzy(selec_robot.r3.get_flag_fuzzy()); - team_robots[1].set_flag_fuzzy(selec_robot.r1.get_flag_fuzzy()); - team_robots[2].set_flag_fuzzy(selec_robot.r2.get_flag_fuzzy()); - - team_robots[0].set_output_fuzzy(selec_robot.r3.get_output_fuzzy()); - team_robots[1].set_output_fuzzy(selec_robot.r1.get_output_fuzzy()); - team_robots[2].set_output_fuzzy(selec_robot.r2.get_output_fuzzy()); - - emit updateVisionInfo(team_robots); -} - -void soccer_window::updateMoverRobots(Selector selec_robot){ - - team_robots[0].set_lin_vel(make_pair(selec_robot.r3.get_l_vel(), selec_robot.r3.get_r_vel())); - team_robots[1].set_lin_vel(make_pair(selec_robot.r1.get_l_vel(), selec_robot.r1.get_r_vel())); - team_robots[2].set_lin_vel(make_pair(selec_robot.r2.get_l_vel(), selec_robot.r2.get_r_vel())); - - - if(game_started){ - Robot::send_velocities(team_robots[1].get_channel(),make_pair(team_robots[1].get_r_vel(), team_robots[1].get_l_vel())); - Robot::send_velocities(team_robots[2].get_channel(),make_pair(team_robots[2].get_r_vel(), team_robots[2].get_l_vel())); - Robot::send_velocities(team_robots[0].get_channel(),make_pair(team_robots[0].get_r_vel(), team_robots[0].get_l_vel())); -// cout << endl << endl << "vr: " << team_robots[0].get_r_vel() << " vl: " << team_robots[0].get_l_vel() << endl << endl; - if (fabs(team_robots[1].get_l_vel()) < 0.05 && fabs(team_robots[1].get_r_vel()) < 0.05 && fabs(team_robots[2].get_l_vel()) < 0.05 && fabs(team_robots[2].get_r_vel()) < 0.05){ - if(cont_strategy3 > 1){ - if(ui->swap_roles->isChecked()){ - ui->swap_roles->setChecked(false); - fuzzy->set_roles(false); - cont_strategy3 = 0; - }else{ - ui->swap_roles->setChecked(true); - fuzzy->set_roles(true); - cont_strategy3 = 0; - } - }else{ - cont_strategy3++; - } - } - }else{ - Robot::send_velocities(team_robots[1].get_channel(), make_pair(0, 0)); - Robot::send_velocities(team_robots[2].get_channel(), make_pair(0, 0)); - Robot::send_velocities(team_robots[0].get_channel(), make_pair(0, 0)); - } - - emit updateVisionInfo(team_robots); -} - -void soccer_window::updatePerceptionInfo(Vision::Perception percep_info){ - p2dVector enemy_pos(3), team_pos(3); - pair, vector > cont; - unsigned int i,j; - - percep = percep_info; - - if(!area_read){ - map_area = percep.map_area; - atk_area = percep.atk_area; - def_area = percep.def_area; - field->fieldPoints = map_area; - field->atkPoints = atk_area; - field->defPoints = def_area; - prepare_game_scene(DEFAULT_NCOLS, DEFAULT_NROWS); - area_read = true; - centroid_atk = (atk_area[2] + atk_area[3] + atk_area[4] + atk_area[5])/4; - centroid_def = (def_area[2] + def_area[3] + def_area[4] + def_area[5])/4; - - centroid_atk.x = centroid_atk.x * X_CONV_CONST; - centroid_atk.y = centroid_atk.y * Y_CONV_CONST; - - centroid_def.x = centroid_def.x * X_CONV_CONST; - centroid_def.y = centroid_def.y * Y_CONV_CONST; - - fuzzy->set_centroid_atk(centroid_atk); //salva a area de atk para o fuzzy - fuzzy->set_centroid_def(centroid_def); //salva a area de def para o fuzzy - - leona->set_centroid_atk(centroid_atk); //salva a area de atk para a leona - leona->set_centroid_def(centroid_def); //salva a area de def para a leona - leona->set_def_area(def_area); - - presto->set_centroid_atk(centroid_atk); //salva a area de atk para o presto Inverter para treinar ATK vs DEF - presto->set_centroid_def(centroid_def); //salva a area de def para o presto - presto->set_def_area(def_area); - - gandalf->set_centroid_atk(centroid_atk); //salva a area de atk para o gandalf - gandalf->set_centroid_def(centroid_def); //salva a area de def para o gandalf - gandalf->set_def_area(def_area); - - mover->set_centroid_atk(centroid_atk); //salva a area de atk para o gandalf - mover->set_centroid_def(centroid_def); //salva a area de def para o gandalf - mover->set_def_area(def_area); - } - for(i = 0; i < team_robots.size(); i++){ - cont = team_robots[i].get_contour(); - Point c = team_robots[i].get_centroid(); - team_shapes[i]->angle = team_robots[i].get_angle(); - team_shapes[i]->team_contour = cont.first; - team_shapes[i]->role_contour = cont.second; - enemy[i]->pos = percep.enemy_robots[i].get_centroid(); - - for(j = 0; j < 3; j++){ - vector lower, upper; - - lower = team_robots[i].get_team_low_color(); - upper = team_robots[i].get_team_upper_color(); - - team_shapes[i]->team_color[j] = (lower[j]+upper[j])/2; - - lower = team_robots[i].get_low_color(); - upper = team_robots[i].get_upper_color(); - - team_shapes[i]->role_color[j] = (lower[j]+upper[j])/2; - } - team_shapes[i]->pos = c; - } - - leona->set_ball_vel(percep.ball_vel); //salva a velocidade da bola para a leona - presto->set_ball_vel(percep.ball_vel); //salva a velocidade da bola para o presto - gandalf->set_ball_vel(percep.ball_vel); //salva a velocidade da bola para o gandalf - mover->set_ball_vel(percep.ball_vel); //salva a velocidade da bola para a mover - - if(percep.ball_found){ - ui->ball_detec_col_label->setStyleSheet("QLabel { background-color : green; }"); - ui->ball_detec_label->setText("Ball found"); - ball_pos = percep.ball_pos_cm; - ball->pos = percep.ball_pos; - ball->contour = percep.ball_contour; - for(i = 0; i < ball->color.size(); i++){ - ball->color[i] = percep_info.ball_color.second[i] + percep.ball_color.first[i]; - ball->color[i] /= 2; - } - }else{ - ui->ball_detec_col_label->setStyleSheet("QLabel { background-color : red; }"); - ui->ball_detec_label->setText("Ball not found"); - } - game_scene->update(); - - enemy_pos[0] = percep.enemy_robots[0].get_pos(); - enemy_pos[1] = percep.enemy_robots[1].get_pos(); - enemy_pos[2] = percep.enemy_robots[2].get_pos(); - - team_pos[0] = percep.team_robots[0].get_pos(); //Leona - team_pos[1] = percep.team_robots[1].get_pos(); //Gandalf - team_pos[2] = percep.team_robots[2].get_pos(); //Presto - team_robots = percep.team_robots; - - leona->set_ball_pos(ball_pos); //Salva a posicao da bola para a leona - leona->set_enemy_pos(enemy_pos); //Salva a posicao dos inimigos para a leona - leona->set_team_pos(team_pos); //Salva a posicao do time para a leona - - presto->set_ball_pos(ball_pos); //Salva a posicao da bola para o presto - presto->set_enemy_pos(enemy_pos); //Salva a posicao dos inimigos para o presto - presto->set_team_pos(team_pos); //Salva a posicao do time para o presto - - gandalf->set_ball_pos(ball_pos); //Salva a posicao da bola para o gandalf - gandalf->set_enemy_pos(enemy_pos); //Salva a posicao dos inimigos para o gandalf - gandalf->set_team_pos(team_pos); //Salva a posicao do time para o gandalf - - fuzzy->set_to_select(percep.team_robots[1], percep.team_robots[2], percep.team_robots[0]); //Gandalf, Presto e Leona nesta ordem - fuzzy->set_ball_pos(ball_pos); //Salva a posicao da bola para o fuzzy - fuzzy->set_enemy_pos(enemy_pos); //Salva a posicao dos inimigos para o fuzzy - - leona->set_to_select(percep.team_robots[1], percep.team_robots[2], percep.team_robots[0]); - leona->set_def_area(def_area); - leona->set_calc_Gandalf(false); - leona->set_calc_Presto(false); - leona->set_calc_Leona(true); - - presto->set_to_select(percep.team_robots[1], percep.team_robots[2], percep.team_robots[0]); - presto->set_def_area(def_area); - presto->set_calc_Gandalf(false); - presto->set_calc_Presto(true); - presto->set_calc_Leona(false); - - gandalf->set_to_select(percep.team_robots[1], percep.team_robots[2], percep.team_robots[0]); - gandalf->set_def_area(def_area); - gandalf->set_calc_Gandalf(true); - gandalf->set_calc_Presto(false); - gandalf->set_calc_Leona(false); - - mover->set_to_select(percep.team_robots[1], percep.team_robots[2], percep.team_robots[0]); - mover->set_to_select_iterador(gandalf, presto, leona); - mover->set_enemy_pos(enemy_pos); - mover->set_ball_pos(ball_pos); - mover->set_def_area(def_area); - - if(percep.team_robots[1].is_detected()){ - ui->gandalf_detec_col_label->setStyleSheet("QLabel { background-color : green; }"); - ui->gandalf_detec_label->setText("Detected"); - }else{ - ui->gandalf_detec_col_label->setStyleSheet("QLabel { background-color : red; }"); - ui->gandalf_detec_label->setText("Not Detected"); - } - if(percep.team_robots[0].is_detected()){ - ui->leona_detec_col_label->setStyleSheet("QLabel { background-color : green; }"); - ui->leona_detec_label->setText("Detected"); - }else{ - ui->leona_detec_col_label->setStyleSheet("QLabel { background-color : red; }"); - ui->leona_detec_label->setText("Not Detected"); - } - if(percep.team_robots[2].is_detected()){ - ui->presto_detec_col_label->setStyleSheet("QLabel { background-color : green; }"); - ui->presto_detec_label->setText("Detected"); - }else{ - ui->presto_detec_col_label->setStyleSheet("QLabel { background-color : red; }"); - ui->presto_detec_label->setText("Not Detected"); - } - - fuzzy->zera_flag_finish(); - gandalf->zera_flag_finish(); - presto->zera_flag_finish(); - leona->zera_flag_finish(); - - //inicia a thread do fuzzy caso ela nao esteja em execucao - if(run_fuzzy){ - if(fuzzy->is_running()){ - fuzzy->wait(); - } - fuzzy->Play(); - } - - if(!run_leona || !run_presto || !run_gandalf){ - fuzzy->wait(); - - if (fuzzy->get_flag_finish() && !run_mover){ - run_leona = true; - run_presto = true; - run_gandalf = true; - }else{ - run_leona = false; - run_presto = false; - run_gandalf = false; - } - } - - //inicia a thread da leona caso ela nao esteja em execucao - if(run_leona){ - if(leona->is_running()){ - leona->wait(); - } - leona->Play(); - } - - //inicia a thread do presto caso ela nao esteja em execucao - if(run_presto){ - if(presto->is_running()){ - presto->wait(); - } - presto->Play(); - } - - //inicia a thread do gandalf caso ela nao esteja em execucao - if(run_gandalf){ - if(gandalf->is_running()){ - gandalf->wait(); - } - gandalf->Play(); - } - - //inicia a thread da mover caso ela nao esteja em execucao - if(run_mover){ - if(mover->is_running()){ - mover->wait(); - } - mover->Play(); - } - - if(!run_mover){ - gandalf->wait(); - presto->wait(); - leona->wait(); - fuzzy->wait(); - - if(gandalf->get_flag_finish() && presto->get_flag_finish() && leona->get_flag_finish() && !run_mover){ - run_mover = true; - } - else{ - run_mover = false; - } - } -} - -void soccer_window::updateFPS(double fps){ - ui->fps_lcd->display(fps); -} - -void soccer_window::updateSerialSettings(SettingsDialog::Settings settings){ - Robot::config_serial(settings); -} - -void soccer_window::on_start_game_2_clicked() -{ - if(!game_started){ - game_started = true; - //Point convert_C_to_G(Point2d); - - run_fuzzy = true; - - if(!Robot::is_serial_open()){ - Robot::open_serial(); - ui->serial_status_col_label->setStyleSheet("QLabel { background-color : green; }"); - ui->serial_status_label->setText("Serial Open"); - } - - ui->start_game_2->setText("Stop"); - }else{ - game_started = false; - run_fuzzy = false; - run_leona = false; - run_presto = false; - run_gandalf = false; - run_mover = false; - - Robot::send_velocities(team_robots[1].get_channel(), make_pair(0, 0)); - Robot::send_velocities(team_robots[2].get_channel(), make_pair(0, 0)); - Robot::send_velocities(team_robots[0].get_channel(), make_pair(0, 0)); - - ui->start_game_2->setText("Start"); - ui->serial_status_col_label->setStyleSheet("QLabel { background-color : red; }"); - ui->serial_status_label->setText("Serial Closed"); - } -} - -void soccer_window::on_start_game_clicked() -{ - cam_id = ui->cam_id_spinBox->value(); - - if(eye->isStopped()){ - if(!eye->open_camera(cam_id)){ - QMessageBox msgBox; - msgBox.setText("The camera could not be opened!"); - msgBox.exec(); - ui->start_game->setText("Off"); - ui->start_game->setStyleSheet("background-color: red"); - return; - } - - eye->Play(); - - ui->start_game->setStyleSheet("background-color: green"); - ui->start_game->setText("On"); - //ui->start_game->setText("Stop Capture"); - }else{ - eye->Stop(); - eye->wait(); - eye->release_cam(); - - ui->start_game->setText("Off"); - ui->start_game->setStyleSheet("background-color: red"); - //ui->start_game->setText("Start Capture"); - } -} - -void soccer_window::on_switch_fields_clicked() -{ - pVector aux; - - aux = atk_area; - atk_area = def_area; - def_area = aux; - - eye->switch_teams_areas(); - eye->set_atk_area(atk_area); - eye->set_def_area(def_area); - - centroid_atk = (atk_area[2] + atk_area[3] + atk_area[4] + atk_area[5])/4; - centroid_def = (def_area[2] + def_area[3] + def_area[4] + def_area[5])/4; - - centroid_atk.x = centroid_atk.x * X_CONV_CONST; - centroid_atk.y = centroid_atk.y * Y_CONV_CONST; - - centroid_def.x = centroid_def.x * X_CONV_CONST; - centroid_def.y = centroid_def.y * Y_CONV_CONST; - - fuzzy->set_centroid_atk(centroid_atk); //salva a area de atk para o fuzzy - fuzzy->set_centroid_def(centroid_def); //salva a area de def para o fuzzy - - leona->set_centroid_atk(centroid_atk); //salva a area de atk para a leona - leona->set_centroid_def(centroid_def); //salva a area de def para a leona - leona->set_def_area(def_area); - leona->team_changed(); - - presto->set_centroid_atk(centroid_atk); //salva a area de atk para o presto - presto->set_centroid_def(centroid_def); //salva a area de def para o presto - presto->set_def_area(def_area); - presto->team_changed(); - - gandalf->set_centroid_atk(centroid_atk); //salva a area de atk para o gandalf - gandalf->set_centroid_def(centroid_def); //salva a area de def para o gandalf - gandalf->set_def_area(def_area); - gandalf->team_changed(); - - mover->set_centroid_atk(centroid_atk); //salva a area de atk para o gandalf - mover->set_centroid_def(centroid_def); //salva a area de def para o gandalf - mover->set_def_area(def_area); - mover->team_changed(); - - field->atkPoints = atk_area; - field->defPoints = def_area; -} - -void soccer_window::on_read_parameters_clicked() -{ - int ch; - char cwd[1024]; - vector robots = eye->get_robots(); - vector low_color(3); - vector upper_color(3); - Point convert_C_to_G(Point2d); - vector low_team_color(3); - vector upper_team_color(3); - pair, vector > ball_range; - string path, role, ID; - ifstream file, t1_file, t2_file, ball; - - if (getcwd(cwd, sizeof(cwd)) != NULL) - fprintf(stdout, "Current working dir: %s\n", cwd); - else - perror("getcwd() error"); - - ball_range.first.resize(3); - ball_range.second.resize(3); - - t1_file.open("Config/T1", fstream::in); - - if(!t1_file){ - cerr << "Team 1 config could not be opened!" << endl; - } - - t1_file >> low_team_color[0] >> low_team_color[1] >> low_team_color[2]; - t1_file >> upper_team_color[0] >> upper_team_color[1] >> upper_team_color[2]; - - t1_file.close(); - t1_file.clear(); - - for(auto itr = robots.begin(); itr != robots.end(); ++itr){ - path = "Config/" + (*itr).get_nick(); - file.open(path.c_str()); - - if(!file){ - cerr << (*itr).get_nick() << " config could not be opened!" << endl; - } - - file >> low_color[0] >> low_color[1] >> low_color[2]; - file >> upper_color[0] >> upper_color[1] >> upper_color[2]; - file >> ch; - file >> role; - file >> ID; - - (*itr).set_team_low_color(low_team_color); - (*itr).set_team_upper_color(upper_team_color); - (*itr).set_low_color(low_color); - (*itr).set_upper_color(upper_color); - (*itr).set_ID(ID); - (*itr).set_channel(ch); - (*itr).set_role(role); - - file.close(); - file.clear(); - } - - t2_file.open("Config/T2", fstream::in); - - if(!t2_file){ - cerr << "Team 2 config could not be opened!" << endl; - } - - t2_file >> low_team_color[0] >> low_team_color[1] >> low_team_color[2]; - t2_file >> upper_team_color[0] >> upper_team_color[1] >> upper_team_color[2]; - t2_file.close(); - t2_file.clear(); - - for(auto itr = robots.begin() + 3; itr != robots.end(); ++itr){ - (*itr).set_team_low_color(low_team_color); - (*itr).set_team_upper_color(upper_team_color); - } - - eye->set_robots(robots); - ui->gandalf_role_label->setText(QString::fromStdString(robots[1].get_role())); - ui->leona_role_label->setText(QString::fromStdString(robots[0].get_role())); - ui->presto_role_label->setText(QString::fromStdString(robots[2].get_role())); - ball.open("Config/ball", fstream::in); - - if(!ball){ - cout << "Ball config could not be opened!" << endl; - } - - ball >> ball_range.first[0] >> ball_range.first[1] >> ball_range.first[2]; - ball >> ball_range.second[0] >> ball_range.second[1] >> ball_range.second[2]; - ball.close(); - ball.clear(); - - eye->set_ball(ball_range); - - - //caso não seja selecionado nada na change strategy é forçada a nova estrategia - fuzzy->set_strategy(3); -} - -void soccer_window::on_change_strategy_clicked(){ - string strategy = ui->strategy_options->currentText().toUtf8().constData(); - - cout << strategy << endl; - - char num_strategy; - - if(strategy == "Test") - num_strategy = 0; - else if (strategy == "Strategy 1") - num_strategy = 1; - else if (strategy == "Strategy 2") - num_strategy = 2; - else if (strategy == "Strategy 3") - num_strategy = 3; - - fuzzy->set_strategy(num_strategy); - - switch(ui->strategy_options->currentIndex()) - { - case 0: - ui->currentStrategylbl->setText("Current: 3"); - break; - case 1: - ui->currentStrategylbl->setText("Current: 2"); - break; - case 2: - ui->currentStrategylbl->setText("Current: 1"); - break; - case 3: - ui->currentStrategylbl->setText("Current: Text"); - break; - } -} - -void soccer_window::on_show_field_areas_checkbox_toggled(bool checked) -{ - field->showFields = checked; -} - -void soccer_window::on_show_rnames_checkBox_toggled(bool checked) -{ - eye->show_names(checked); -} - -void soccer_window::on_show_rcentroids_checkbox_toggled(bool checked) -{ - eye->show_centers(checked); -} - -void soccer_window::on_show_visionlogs_checkbox_toggled(bool checked) -{ - eye->show_errors(checked); -} - -void soccer_window::on_cbkLPF_toggled(bool checked) -{ - eye->set_LPF_flag(checked); -} - -void soccer_window::on_swapteamscbk_clicked() // testar -{ - vector robots = eye->get_robots(); - - vector low_team1_color = robots[0].get_team_low_color(); - vector upper_team1_color = robots[0].get_team_upper_color(); - vector low_team2_color = robots[4].get_team_low_color(); - vector upper_team2_color = robots[4].get_team_upper_color(); - - robots[0].set_team_low_color(low_team2_color); - robots[0].set_team_upper_color(upper_team2_color); - robots[4].set_team_low_color(low_team1_color); - robots[4].set_team_upper_color(upper_team1_color); - - eye->set_robots(robots); -} - -void soccer_window::on_horizontalSlider_sliderMoved(int position) //slider para indicar mandar a frequencia de corte -{ - double cutoffFrequency_A; - if(position != 0) - { - cutoffFrequency_A = (position)*pi/100; - cout << cutoffFrequency_A << endl; - //enviar para a variavel correta - // eye->set_LPF_Coefficients_C(Low_pass_filter_coeff(( cutoffFrequency_A ))); - // eye->set_LPF_Coefficients_A(Low_pass_filter_coeff(( cutoffFrequency_C ))); - - } -} - -void soccer_window::on_startFilterbtn_clicked() //liga e desliga o filtro -{ - if(eye->get_LPF_flag() == 0) - { - eye->set_LPF_flag(1); - ui->startFilterbtn->setStyleSheet("background-color: green"); - ui->startFilterbtn->setText("On"); - ui->horizontalSlider->setVisible(true); - ui->chopFrequencylcd->setVisible(true); - }else{ - eye->set_LPF_flag(0); - ui->startFilterbtn->setText("Off"); - ui->startFilterbtn->setStyleSheet("background-color: red"); - ui->horizontalSlider->setVisible(false); - ui->chopFrequencylcd->setVisible(false); - } - - cout << eye->get_LPF_flag() << endl; -} - -void soccer_window::on_swap_roles_clicked(bool checked) -{ - fuzzy->set_roles(checked); -} diff --git a/soccer_window.cpp.orig b/soccer_window.cpp.orig deleted file mode 100644 index 994bce8..0000000 --- a/soccer_window.cpp.orig +++ /dev/null @@ -1,296 +0,0 @@ -#include -#include -#include -#include -#include -#include -#include -#include -#include "soccer_window.h" -#include "ui_soccer_window.h" -#include "cpo.h" -#include "serial.h" -#include "utils.h" - -using namespace std; - -soccer_window::soccer_window(QWidget *parent) : - QWidget(parent), - ui(new Ui::soccer_window) -{ - - ui->setupUi(this); -<<<<<<< HEAD -======= - area_read = false; - thread = new QThread; ->>>>>>> Vision - serial_sett = new SettingsDialog; - serial = new Serial; - eye = new Vision; - cph = new CPH; - eye->set_mode(0); - - connect(serial_sett, SIGNAL(serial_settings(SettingsDialog::Settings)), this, SLOT(updateSerialSettings(SettingsDialog::Settings))); - connect(eye, SIGNAL(processedImage(QImage)), this, SLOT(updateVisionUI(QImage))); - connect(eye, SIGNAL(framesPerSecond(double)), this, SLOT(updateFPS(double))); - connect(eye, SIGNAL(infoPercepted(Perception)), this, SLOT(updatePerceptionInfo(Vision::Perception))); -} - -void soccer_window::closeEvent(QCloseEvent *event){ - QWidget::closeEvent(event); - - eye->Stop(); - eye->wait(); - eye->release_cam(); -} - -void soccer_window::updateVisionUI(QImage img){ - if(!img.isNull()){ - ui->game_view->setAlignment(Qt::AlignCenter); - ui->game_view->setPixmap(QPixmap::fromImage(img).scaled(ui->game_view->size(), Qt::KeepAspectRatio, Qt::FastTransformation)); - } -} - -void soccer_window::updatePerceptionInfo(Vision::Perception percep_info){ - p2dVector enemy_pos(3), team_pos(3); - - percep = percep_info; - - if(!area_read){ - map_area = percep.map_area; - atk_area = percep.atk_area; - def_area = percep.def_area; - area_read = true; - } - - if(percep.ball_found){ - ui->ball_detec_col_label->setStyleSheet("QLabel { background-color : green; }"); - ui->ball_detec_label->setText("Ball found"); - ball_pos = percep.ball_pos_cm; - }else{ - ui->ball_detec_col_label->setStyleSheet("QLabel { background-color : red; }"); - ui->ball_detec_label->setText("Ball not found"); - } - - enemy_pos[0] = percep.enemy_robots[0].get_pos(); - enemy_pos[1] = percep.enemy_robots[1].get_pos(); - enemy_pos[2] = percep.enemy_robots[2].get_pos(); - - team_pos[0] = percep.team_robots[0].get_pos(); - team_pos[1] = percep.team_robots[1].get_pos(); - team_pos[2] = percep.team_robots[2].get_pos(); - - cph->set_ball_pos(ball_pos); - cph->set_enemy_pos(enemy_pos); - cph->set_team_pos(team_pos); - -<<<<<<< HEAD - if(this->robots[1].is_detected()){ -======= - if(percep.team_robots[1].is_detected()){ ->>>>>>> Vision - ui->gandalf_detec_col_label->setStyleSheet("QLabel { background-color : green; }"); - ui->gandalf_detec_label->setText("Detected"); - }else{ - ui->gandalf_detec_col_label->setStyleSheet("QLabel { background-color : red; }"); - ui->gandalf_detec_label->setText("Not Detected"); - } - if(percep.team_robots[0].is_detected()){ - ui->leona_detec_col_label->setStyleSheet("QLabel { background-color : green; }"); - ui->leona_detec_label->setText("Detected"); - }else{ - ui->leona_detec_col_label->setStyleSheet("QLabel { background-color : red; }"); - ui->leona_detec_label->setText("Not Detected"); - } - if(percep.team_robots[2].is_detected()){ - ui->presto_detec_col_label->setStyleSheet("QLabel { background-color : green; }"); - ui->presto_detec_label->setText("Detected"); - }else{ - ui->presto_detec_col_label->setStyleSheet("QLabel { background-color : red; }"); - ui->presto_detec_label->setText("Not Detected"); - } -} - -void soccer_window::updateFPS(double fps){ - ui->fps_lcd->display(fps); -} - -void soccer_window::updateSerialSettings(SettingsDialog::Settings settings){ - this->settings = settings; - serial->set_serial_settings(settings); -} - -void soccer_window::on_start_game_clicked() -{ - int cam_id = CV_CAP_FIREWIRE; - - if(eye->isStopped()){ - if(!eye->open_camera(cam_id)){ - QMessageBox msgBox; - msgBox.setText("The camera could not be opened!"); - msgBox.exec(); - } - - eye->Play(); - - ui->start_game->setText("Stop Game"); - }else{ - eye->Stop(); - eye->wait(); - eye->release_cam(); - ui->start_game->setText("Start Game"); - } -} - -void soccer_window::on_switch_fields_clicked() -{ - pVector aux; - - aux = atk_area; - atk_area = def_area; - def_area = aux; - - eye->switch_teams_areas(); - eye->set_atk_area(atk_area); - eye->set_def_area(def_area); -} - -soccer_window::~soccer_window() -{ - delete eye; - delete serial; - delete serial_sett; - delete ui; -} - -void soccer_window::on_read_parameters_clicked() -{ - int ch; - char cwd[1024]; - vector robots = eye->get_robots(); - vector low_color(3); - vector upper_color(3); - vector low_team_color(3); - vector upper_team_color(3); - pair, vector > ball_range; - string path, role, ID; - ifstream file, t1_file, t2_file, ball; - - if (getcwd(cwd, sizeof(cwd)) != NULL) - fprintf(stdout, "Current working dir: %s\n", cwd); - else - perror("getcwd() error"); - - ball_range.first.resize(3); - ball_range.second.resize(3); - - t1_file.open("Config/T1", fstream::in); - - if(!t1_file){ - cout << "Team 1 config could not be opened!" << endl; - } - - t1_file >> low_team_color[0] >> low_team_color[1] >> low_team_color[2]; - t1_file >> upper_team_color[0] >> upper_team_color[1] >> upper_team_color[2]; - cout << low_team_color[0] << " " << upper_team_color[0] << endl; - t1_file.close(); - t1_file.clear(); - - for(auto itr = robots.begin(); itr != robots.end(); ++itr){ - path = "Config/" + (*itr).get_nick(); - file.open(path.c_str()); - - if(!file){ - cout << (*itr).get_nick() << " config could not be opened!" << endl; - } - - file >> low_color[0] >> low_color[1] >> low_color[2]; - file >> upper_color[0] >> upper_color[1] >> upper_color[2]; - file >> ch; - file >> role; - file >> ID; - - (*itr).set_team_low_color(low_team_color); - (*itr).set_team_upper_color(upper_team_color); - (*itr).set_low_color(low_color); - (*itr).set_upper_color(upper_color); - (*itr).set_ID(ID); - (*itr).set_channel(ch); - (*itr).set_role(role); - - file.close(); - file.clear(); - } - - t2_file.open("Config/T2", fstream::in); - - if(!t2_file){ - cout << "Team 2 config could not be opened!" << endl; - } - - t2_file >> low_team_color[0] >> low_team_color[1] >> low_team_color[2]; - t2_file >> upper_team_color[0] >> upper_team_color[1] >> upper_team_color[2]; - t2_file.close(); - t2_file.clear(); - - for(auto itr = robots.begin() + 3; itr != robots.end(); ++itr){ - (*itr).set_team_low_color(low_team_color); - (*itr).set_team_upper_color(upper_team_color); - } - - eye->set_robots(robots); - ui->label->setText(QString::fromStdString(robots[0].get_role())); - ui->label_2->setText(QString::fromStdString(robots[1].get_role())); - ui->label_3->setText(QString::fromStdString(robots[2].get_role())); - ball.open("Config/ball", fstream::in); - - if(!ball){ - cout << "Ball config could not be opened!" << endl; - } - - ball >> ball_range.first[0] >> ball_range.first[1] >> ball_range.first[2]; - ball >> ball_range.second[0] >> ball_range.second[1] >> ball_range.second[2]; - ball.close(); - ball.clear(); - - eye->set_ball(ball_range); -} - -void soccer_window::on_CPH_clicked() -{ - //cph->print_grid(); - p2dVector enemy_pos(3); - - int i = 0; - - enemy_pos[0] = robots[3].get_pos(); - enemy_pos[1] = robots[4].get_pos(); - enemy_pos[2] = robots[5].get_pos(); - - if(cph->isStopped()){ - cph->set_enemy_pos(enemy_pos); - cph->set_ball_pos(ball_pos); - cph->Play(); - if(cph->is_running()) cout << "hey monkey" << endl; - }else{ - cph->Stop(); - //cph->wait(); - } -} - - -void soccer_window::on_checkBox_toggled(bool checked) -{ - eye->show_area(checked); -} - -void soccer_window::on_checkBox_2_toggled(bool checked) -{ - eye->show_names(checked); -} - -void soccer_window::on_checkBox_3_toggled(bool checked) -{ - eye->show_centers(checked); -} diff --git a/soccer_window.h b/soccer_window.h deleted file mode 100644 index 75138b9..0000000 --- a/soccer_window.h +++ /dev/null @@ -1,96 +0,0 @@ -#ifndef SOCCER_WINDOW_H -#define SOCCER_WINDOW_H -#include -#include -#include -#include "settingsdialog.h" -#include "vision.h" -#include "fuzzy.h" -#include "game_functions.h" -#include "navigation.h" -#include "drawobjects.h" -#include "mover.h" - -namespace Ui { -class soccer_window; -} - -class soccer_window : public QWidget -{ - Q_OBJECT -public: - explicit soccer_window(QWidget *parent = 0); - void load_serial_cfg(); - void prepare_game_scene(int w, int h); - ~soccer_window(); -public slots: - void updateMoverRobots(Selector); - void updateFuzzyRobots(Selector); - void updatePerceptionInfo(Vision::Perception); - void updateSerialSettings(SettingsDialog::Settings); - void receiveSerialSettings(SettingsDialog::Settings); - void updateFPS(double); -signals: - void updateVisionInfo(std::vector); -private slots: - - void on_start_game_clicked(); - - void on_switch_fields_clicked(); - - void on_read_parameters_clicked(); - - void on_show_field_areas_checkbox_toggled(bool checked); - - void on_show_rnames_checkBox_toggled(bool checked); - - void on_show_rcentroids_checkbox_toggled(bool checked); - - void on_show_visionlogs_checkbox_toggled(bool checked); - - void on_start_game_2_clicked(); - - void on_change_strategy_clicked(); - - void on_swapteamscbk_clicked(); - - void on_horizontalSlider_sliderMoved(int position); - - void on_startFilterbtn_clicked(); - - void on_cbkLPF_toggled(bool checked); - - void on_swap_roles_clicked(bool checked); - -private: - Fuzzy *fuzzy; - Game_functions *leona; - Game_functions *presto; - Game_functions *gandalf; - Mover *mover; - Vision *eye; - Vision::Perception percep; - SettingsDialog::Settings serial_config; - Ui::soccer_window *ui; - std::vector team_robots; - Point2d ball_pos; - std::vector map_area; - std::vector def_area; - std::vector atk_area; - Point centroid_atk; - Point centroid_def; - Selector selec_robot; //estrutura de selecao dos robos que vao entrar no fuzzy - QGraphicsScene *game_scene; - FieldDraw *field; - BallDraw *ball; - vector enemy; - std::vector team_shapes; - int cam_id; - bool started, area_read, run_fuzzy, run_leona, run_presto, run_gandalf, run_mover, game_started, team_changed; - std::vector vel_computed; - - - void closeEvent(QCloseEvent *event); -}; - -#endif // SOCCER_WINDOW_H diff --git a/soccer_window.o b/soccer_window.o deleted file mode 100644 index aeea036..0000000 Binary files a/soccer_window.o and /dev/null differ diff --git a/soccer_window.ui b/soccer_window.ui deleted file mode 100644 index 2c7eeb5..0000000 --- a/soccer_window.ui +++ /dev/null @@ -1,804 +0,0 @@ - - - soccer_window - - - Qt::ApplicationModal - - - - 0 - 0 - 916 - 592 - - - - - 0 - 0 - - - - - 916 - 592 - - - - Play Soccer - - - - Untitled1.pngUntitled1.png - - - Qt::LeftToRight - - - - - 140 - 410 - 41 - 31 - - - - - 171 - 41 - - - - Off - - - - - - 20 - 320 - 171 - 41 - - - - Switch ATK/DEF Area - - - - - - 270 - 480 - 181 - 101 - - - - Battery Levels: - - - - - 10 - 30 - 161 - 16 - - - - 100 - - - - - - 10 - 50 - 161 - 16 - - - - 100 - - - - - - 10 - 70 - 161 - 16 - - - - false - - - - - - 100 - - - - - - - 460 - 480 - 120 - 101 - - - - Robots Roles: - - - - - 8 - 30 - 101 - 20 - - - - -- None -- - - - - - - 8 - 50 - 91 - 20 - - - - -- None -- - - - - - - 10 - 70 - 101 - 20 - - - - -- None -- - - - - - - - 200 - 500 - 59 - 14 - - - - Gandalf: - - - - - - 210 - 530 - 59 - 14 - - - - Leona: - - - - - - 210 - 560 - 59 - 14 - - - - Presto: - - - - - - 10 - 220 - 191 - 181 - - - - Options: - - - - - 10 - 30 - 101 - 20 - - - - Show Areas - - - - - - 10 - 50 - 111 - 20 - - - - Show Names - - - - - - 10 - 70 - 131 - 20 - - - - Show Centroids - - - - - - 10 - 89 - 141 - 21 - - - - Show Vision Logs - - - - - - 10 - 130 - 171 - 20 - - - - CheckBox - - - - - - - 90 - 50 - 141 - 31 - - - - Read Parameters - - - - - - 590 - 480 - 141 - 101 - - - - Detection: - - - - - 40 - 30 - 91 - 20 - - - - Not Detected - - - - - - 40 - 50 - 91 - 20 - - - - Not Detected - - - - - - 40 - 70 - 91 - 20 - - - - Not Detected - - - - - - 10 - 30 - 21 - 16 - - - - background-color : red - - - - - - - - - 10 - 50 - 21 - 16 - - - - background-color : red - - - - - - - - - 10 - 70 - 21 - 16 - - - - background-color : red - - - - - - - - - 130 - 30 - 31 - 16 - - - - - - - - - - 130 - 50 - 31 - 16 - - - - - - - - - - 130 - 70 - 31 - 16 - - - - - - - - - - - 10 - 450 - 91 - 21 - - - - Cam ID: - - - - - - 130 - 450 - 47 - 23 - - - - 999 - - - 0 - - - - - - 10 - 50 - 71 - 31 - - - - Game - - - - - - 240 - 10 - 671 - 461 - - - - - 721 - 471 - - - - - - - 740 - 480 - 161 - 91 - - - - Other Info: - - - - - 40 - 30 - 111 - 20 - - - - Ball not found - - - - - - 10 - 30 - 21 - 16 - - - - background-color : red - - - - - - - - - 10 - 60 - 21 - 16 - - - - background-color : red - - - - - - - - - 40 - 60 - 91 - 20 - - - - Serial Closed - - - - - - - 100 - 480 - 81 - 23 - - - - Background-color: #000; - - - - - - 10 - 480 - 31 - 20 - - - - FPS: - - - - - - 140 - 150 - 81 - 31 - - - - Change - - - - - - 10 - 150 - 121 - 31 - - - - ArrowCursor - - - - - - - - - 10 - 20 - 67 - 17 - - - - Game: - - - - - - 10 - 100 - 81 - 17 - - - - Strategy: - - - - - - 10 - 120 - 91 - 17 - - - - Current: - - - - - - 10 - 410 - 101 - 31 - - - - Set Camera: - - - - - - 20 - 370 - 111 - 23 - - - - Swap Teams - - - - - - 10 - 520 - 121 - 17 - - - - Cutoff Frequency: - - - - - - 10 - 540 - 171 - 20 - - - - 99 - - - 1 - - - Qt::Horizontal - - - - - - 100 - 560 - 81 - 23 - - - - Background-color: #000; - - - QFrame::Sunken - - - - - - 140 - 510 - 41 - 31 - - - - Off - - - - - - 20 - 194 - 107 - 29 - - - - Swap Roles - - - optionsGroupBox - start_game - switch_fields - battery_level_group - robots_roles_group - gandalf_label - leona_label - presto_label - read_parameters - detection_status_group - cam_id_label - cam_id_spinBox - start_game_2 - game_view - groupBox - fps_lcd - fps_label - change_strategy - strategy_options - gamelbl - strategylbl - currentStrategylbl - cameralbl - swapteamscbk - cutoffFrequencylbl - horizontalSlider - chopFrequencylcd - startFilterbtn - swap_roles - - - - diff --git a/ui_configrobots.h b/ui_configrobots.h deleted file mode 100644 index 891aec7..0000000 --- a/ui_configrobots.h +++ /dev/null @@ -1,101 +0,0 @@ -/******************************************************************************** -** Form generated from reading UI file 'configrobots.ui' -** -** Created by: Qt User Interface Compiler version 5.8.0 -** -** WARNING! All changes made in this file will be lost when recompiling UI file! -********************************************************************************/ - -#ifndef UI_CONFIGROBOTS_H -#define UI_CONFIGROBOTS_H - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -QT_BEGIN_NAMESPACE - -class Ui_ConfigRobots -{ -public: - QLabel *label; - QLabel *label_2; - QLabel *label_3; - QLabel *label_4; - QComboBox *select_robot; - QSpinBox *robot_channel; - QComboBox *robot_role; - QLineEdit *robot_ID; - QPushButton *configColorRange; - QPushButton *save; - - void setupUi(QWidget *ConfigRobots) - { - if (ConfigRobots->objectName().isEmpty()) - ConfigRobots->setObjectName(QStringLiteral("ConfigRobots")); - ConfigRobots->setWindowModality(Qt::ApplicationModal); - ConfigRobots->resize(259, 240); - label = new QLabel(ConfigRobots); - label->setObjectName(QStringLiteral("label")); - label->setGeometry(QRect(20, 20, 91, 16)); - label_2 = new QLabel(ConfigRobots); - label_2->setObjectName(QStringLiteral("label_2")); - label_2->setGeometry(QRect(20, 60, 59, 14)); - label_3 = new QLabel(ConfigRobots); - label_3->setObjectName(QStringLiteral("label_3")); - label_3->setGeometry(QRect(20, 90, 59, 14)); - label_4 = new QLabel(ConfigRobots); - label_4->setObjectName(QStringLiteral("label_4")); - label_4->setGeometry(QRect(20, 120, 59, 14)); - select_robot = new QComboBox(ConfigRobots); - select_robot->setObjectName(QStringLiteral("select_robot")); - select_robot->setGeometry(QRect(110, 20, 131, 22)); - robot_channel = new QSpinBox(ConfigRobots); - robot_channel->setObjectName(QStringLiteral("robot_channel")); - robot_channel->setGeometry(QRect(80, 60, 47, 23)); - robot_role = new QComboBox(ConfigRobots); - robot_role->setObjectName(QStringLiteral("robot_role")); - robot_role->setGeometry(QRect(80, 90, 121, 22)); - robot_ID = new QLineEdit(ConfigRobots); - robot_ID->setObjectName(QStringLiteral("robot_ID")); - robot_ID->setGeometry(QRect(80, 120, 71, 22)); - configColorRange = new QPushButton(ConfigRobots); - configColorRange->setObjectName(QStringLiteral("configColorRange")); - configColorRange->setGeometry(QRect(20, 160, 231, 31)); - save = new QPushButton(ConfigRobots); - save->setObjectName(QStringLiteral("save")); - save->setGeometry(QRect(20, 200, 231, 31)); - - retranslateUi(ConfigRobots); - - QMetaObject::connectSlotsByName(ConfigRobots); - } // setupUi - - void retranslateUi(QWidget *ConfigRobots) - { - ConfigRobots->setWindowTitle(QApplication::translate("ConfigRobots", "Configure Robots", Q_NULLPTR)); - label->setText(QApplication::translate("ConfigRobots", "Select Robot:", Q_NULLPTR)); - label_2->setText(QApplication::translate("ConfigRobots", "Channel:", Q_NULLPTR)); - label_3->setText(QApplication::translate("ConfigRobots", "Role:", Q_NULLPTR)); - label_4->setText(QApplication::translate("ConfigRobots", "ID:", Q_NULLPTR)); - configColorRange->setText(QApplication::translate("ConfigRobots", "Config Color Range", Q_NULLPTR)); - save->setText(QApplication::translate("ConfigRobots", "Save", Q_NULLPTR)); - } // retranslateUi - -}; - -namespace Ui { - class ConfigRobots: public Ui_ConfigRobots {}; -} // namespace Ui - -QT_END_NAMESPACE - -#endif // UI_CONFIGROBOTS_H diff --git a/ui_mainwindow.h b/ui_mainwindow.h deleted file mode 100644 index 43553c2..0000000 --- a/ui_mainwindow.h +++ /dev/null @@ -1,93 +0,0 @@ -/******************************************************************************** -** Form generated from reading UI file 'mainwindow.ui' -** -** Created by: Qt User Interface Compiler version 5.8.0 -** -** WARNING! All changes made in this file will be lost when recompiling UI file! -********************************************************************************/ - -#ifndef UI_MAINWINDOW_H -#define UI_MAINWINDOW_H - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -QT_BEGIN_NAMESPACE - -class Ui_MainWindow -{ -public: - QAction *actionExit; - QWidget *centralWidget; - QPushButton *setParameters; - QPushButton *pushButton_5; - QLabel *logo; - QStatusBar *statusBar; - - void setupUi(QMainWindow *MainWindow) - { - if (MainWindow->objectName().isEmpty()) - MainWindow->setObjectName(QStringLiteral("MainWindow")); - MainWindow->setWindowModality(Qt::ApplicationModal); - MainWindow->resize(444, 284); - QIcon icon; - icon.addFile(QStringLiteral("../../Untitled1.png"), QSize(), QIcon::Normal, QIcon::Off); - MainWindow->setWindowIcon(icon); - MainWindow->setAutoFillBackground(false); - actionExit = new QAction(MainWindow); - actionExit->setObjectName(QStringLiteral("actionExit")); - centralWidget = new QWidget(MainWindow); - centralWidget->setObjectName(QStringLiteral("centralWidget")); - setParameters = new QPushButton(centralWidget); - setParameters->setObjectName(QStringLiteral("setParameters")); - setParameters->setGeometry(QRect(270, 160, 141, 31)); - pushButton_5 = new QPushButton(centralWidget); - pushButton_5->setObjectName(QStringLiteral("pushButton_5")); - pushButton_5->setGeometry(QRect(270, 210, 141, 31)); - logo = new QLabel(centralWidget); - logo->setObjectName(QStringLiteral("logo")); - logo->setGeometry(QRect(20, 10, 231, 241)); - logo->setMinimumSize(QSize(231, 241)); - logo->setMaximumSize(QSize(231, 241)); - logo->setPixmap(QPixmap(QString::fromUtf8("rino.png"))); - logo->setScaledContents(true); - logo->setTextInteractionFlags(Qt::NoTextInteraction); - MainWindow->setCentralWidget(centralWidget); - logo->raise(); - setParameters->raise(); - pushButton_5->raise(); - statusBar = new QStatusBar(MainWindow); - statusBar->setObjectName(QStringLiteral("statusBar")); - MainWindow->setStatusBar(statusBar); - - retranslateUi(MainWindow); - - QMetaObject::connectSlotsByName(MainWindow); - } // setupUi - - void retranslateUi(QMainWindow *MainWindow) - { - MainWindow->setWindowTitle(QApplication::translate("MainWindow", "Rinobot - IEEE Very Small Size Soccer", Q_NULLPTR)); - actionExit->setText(QApplication::translate("MainWindow", "Exit", Q_NULLPTR)); - setParameters->setText(QApplication::translate("MainWindow", "Set Parameters", Q_NULLPTR)); - pushButton_5->setText(QApplication::translate("MainWindow", "Play Soccer!", Q_NULLPTR)); - logo->setText(QString()); - } // retranslateUi - -}; - -namespace Ui { - class MainWindow: public Ui_MainWindow {}; -} // namespace Ui - -QT_END_NAMESPACE - -#endif // UI_MAINWINDOW_H diff --git a/ui_setcolorrange.h b/ui_setcolorrange.h deleted file mode 100644 index 33f10c9..0000000 --- a/ui_setcolorrange.h +++ /dev/null @@ -1,195 +0,0 @@ -/******************************************************************************** -** Form generated from reading UI file 'setcolorrange.ui' -** -** Created by: Qt User Interface Compiler version 5.8.0 -** -** WARNING! All changes made in this file will be lost when recompiling UI file! -********************************************************************************/ - -#ifndef UI_SETCOLORRANGE_H -#define UI_SETCOLORRANGE_H - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -QT_BEGIN_NAMESPACE - -class Ui_SetColorRange -{ -public: - QLabel *label_7; - QPushButton *pushButton; - QPushButton *pushButton_2; - QGroupBox *groupBox; - QLabel *label_4; - QSlider *horizontalSlider_4; - QLCDNumber *lcdNumber_4; - QLabel *label; - QSlider *horizontalSlider; - QLCDNumber *lcdNumber; - QGroupBox *groupBox_2; - QLabel *label_6; - QSlider *horizontalSlider_5; - QLCDNumber *lcdNumber_5; - QLabel *label_2; - QSlider *horizontalSlider_2; - QLCDNumber *lcdNumber_2; - QGroupBox *groupBox_3; - QLabel *label_5; - QSlider *horizontalSlider_6; - QLCDNumber *lcdNumber_6; - QLabel *label_3; - QSlider *horizontalSlider_3; - QLCDNumber *lcdNumber_3; - - void setupUi(QWidget *SetColorRange) - { - if (SetColorRange->objectName().isEmpty()) - SetColorRange->setObjectName(QStringLiteral("SetColorRange")); - SetColorRange->setWindowModality(Qt::WindowModal); - SetColorRange->resize(940, 495); - label_7 = new QLabel(SetColorRange); - label_7->setObjectName(QStringLiteral("label_7")); - label_7->setGeometry(QRect(310, 20, 611, 461)); - label_7->setStyleSheet(QStringLiteral("Background-Color: #000")); - pushButton = new QPushButton(SetColorRange); - pushButton->setObjectName(QStringLiteral("pushButton")); - pushButton->setGeometry(QRect(30, 400, 221, 31)); - pushButton_2 = new QPushButton(SetColorRange); - pushButton_2->setObjectName(QStringLiteral("pushButton_2")); - pushButton_2->setGeometry(QRect(30, 360, 221, 31)); - groupBox = new QGroupBox(SetColorRange); - groupBox->setObjectName(QStringLiteral("groupBox")); - groupBox->setGeometry(QRect(10, 10, 271, 91)); - label_4 = new QLabel(groupBox); - label_4->setObjectName(QStringLiteral("label_4")); - label_4->setGeometry(QRect(10, 60, 59, 14)); - horizontalSlider_4 = new QSlider(groupBox); - horizontalSlider_4->setObjectName(QStringLiteral("horizontalSlider_4")); - horizontalSlider_4->setGeometry(QRect(60, 60, 160, 16)); - horizontalSlider_4->setMaximum(255); - horizontalSlider_4->setValue(255); - horizontalSlider_4->setSliderPosition(255); - horizontalSlider_4->setOrientation(Qt::Horizontal); - lcdNumber_4 = new QLCDNumber(groupBox); - lcdNumber_4->setObjectName(QStringLiteral("lcdNumber_4")); - lcdNumber_4->setGeometry(QRect(230, 60, 31, 16)); - lcdNumber_4->setStyleSheet(QStringLiteral("Background-Color: #000")); - lcdNumber_4->setProperty("value", QVariant(255)); - label = new QLabel(groupBox); - label->setObjectName(QStringLiteral("label")); - label->setGeometry(QRect(10, 30, 59, 14)); - horizontalSlider = new QSlider(groupBox); - horizontalSlider->setObjectName(QStringLiteral("horizontalSlider")); - horizontalSlider->setGeometry(QRect(60, 30, 160, 16)); - horizontalSlider->setMaximum(255); - horizontalSlider->setOrientation(Qt::Horizontal); - lcdNumber = new QLCDNumber(groupBox); - lcdNumber->setObjectName(QStringLiteral("lcdNumber")); - lcdNumber->setGeometry(QRect(230, 30, 31, 16)); - lcdNumber->setStyleSheet(QStringLiteral("Background-Color: #000")); - groupBox_2 = new QGroupBox(SetColorRange); - groupBox_2->setObjectName(QStringLiteral("groupBox_2")); - groupBox_2->setGeometry(QRect(10, 120, 271, 91)); - label_6 = new QLabel(groupBox_2); - label_6->setObjectName(QStringLiteral("label_6")); - label_6->setGeometry(QRect(10, 60, 59, 14)); - horizontalSlider_5 = new QSlider(groupBox_2); - horizontalSlider_5->setObjectName(QStringLiteral("horizontalSlider_5")); - horizontalSlider_5->setGeometry(QRect(60, 60, 160, 16)); - horizontalSlider_5->setMaximum(255); - horizontalSlider_5->setSliderPosition(255); - horizontalSlider_5->setOrientation(Qt::Horizontal); - lcdNumber_5 = new QLCDNumber(groupBox_2); - lcdNumber_5->setObjectName(QStringLiteral("lcdNumber_5")); - lcdNumber_5->setGeometry(QRect(230, 60, 31, 16)); - lcdNumber_5->setStyleSheet(QStringLiteral("Background-Color: #000")); - lcdNumber_5->setProperty("value", QVariant(255)); - label_2 = new QLabel(groupBox_2); - label_2->setObjectName(QStringLiteral("label_2")); - label_2->setGeometry(QRect(10, 30, 59, 14)); - horizontalSlider_2 = new QSlider(groupBox_2); - horizontalSlider_2->setObjectName(QStringLiteral("horizontalSlider_2")); - horizontalSlider_2->setGeometry(QRect(60, 30, 160, 16)); - horizontalSlider_2->setMaximum(255); - horizontalSlider_2->setOrientation(Qt::Horizontal); - lcdNumber_2 = new QLCDNumber(groupBox_2); - lcdNumber_2->setObjectName(QStringLiteral("lcdNumber_2")); - lcdNumber_2->setGeometry(QRect(230, 30, 31, 16)); - lcdNumber_2->setStyleSheet(QStringLiteral("Background-Color: #000")); - groupBox_3 = new QGroupBox(SetColorRange); - groupBox_3->setObjectName(QStringLiteral("groupBox_3")); - groupBox_3->setGeometry(QRect(10, 230, 281, 91)); - label_5 = new QLabel(groupBox_3); - label_5->setObjectName(QStringLiteral("label_5")); - label_5->setGeometry(QRect(10, 60, 59, 14)); - horizontalSlider_6 = new QSlider(groupBox_3); - horizontalSlider_6->setObjectName(QStringLiteral("horizontalSlider_6")); - horizontalSlider_6->setGeometry(QRect(70, 60, 160, 16)); - horizontalSlider_6->setMaximum(255); - horizontalSlider_6->setValue(255); - horizontalSlider_6->setOrientation(Qt::Horizontal); - lcdNumber_6 = new QLCDNumber(groupBox_3); - lcdNumber_6->setObjectName(QStringLiteral("lcdNumber_6")); - lcdNumber_6->setGeometry(QRect(240, 60, 31, 16)); - lcdNumber_6->setStyleSheet(QStringLiteral("Background-Color: #000")); - lcdNumber_6->setProperty("value", QVariant(255)); - label_3 = new QLabel(groupBox_3); - label_3->setObjectName(QStringLiteral("label_3")); - label_3->setGeometry(QRect(10, 30, 59, 14)); - horizontalSlider_3 = new QSlider(groupBox_3); - horizontalSlider_3->setObjectName(QStringLiteral("horizontalSlider_3")); - horizontalSlider_3->setGeometry(QRect(70, 30, 160, 16)); - horizontalSlider_3->setMaximum(255); - horizontalSlider_3->setOrientation(Qt::Horizontal); - lcdNumber_3 = new QLCDNumber(groupBox_3); - lcdNumber_3->setObjectName(QStringLiteral("lcdNumber_3")); - lcdNumber_3->setGeometry(QRect(240, 30, 31, 16)); - lcdNumber_3->setStyleSheet(QStringLiteral("Background-Color: #000")); - groupBox_2->raise(); - groupBox->raise(); - label_7->raise(); - pushButton->raise(); - pushButton_2->raise(); - groupBox_3->raise(); - - retranslateUi(SetColorRange); - - QMetaObject::connectSlotsByName(SetColorRange); - } // setupUi - - void retranslateUi(QWidget *SetColorRange) - { - SetColorRange->setWindowTitle(QApplication::translate("SetColorRange", "Color Ranges", Q_NULLPTR)); - label_7->setText(QApplication::translate("SetColorRange", "TextLabel", Q_NULLPTR)); - pushButton->setText(QApplication::translate("SetColorRange", "Set", Q_NULLPTR)); - pushButton_2->setText(QApplication::translate("SetColorRange", "Capture", Q_NULLPTR)); - groupBox->setTitle(QApplication::translate("SetColorRange", "Huehuehuehuehue BR", Q_NULLPTR)); - label_4->setText(QApplication::translate("SetColorRange", "H max:", Q_NULLPTR)); - label->setText(QApplication::translate("SetColorRange", "H min:", Q_NULLPTR)); - groupBox_2->setTitle(QApplication::translate("SetColorRange", "Saturation", Q_NULLPTR)); - label_6->setText(QApplication::translate("SetColorRange", "S max:", Q_NULLPTR)); - label_2->setText(QApplication::translate("SetColorRange", "S min:", Q_NULLPTR)); - groupBox_3->setTitle(QApplication::translate("SetColorRange", "Value", Q_NULLPTR)); - label_5->setText(QApplication::translate("SetColorRange", "V max:", Q_NULLPTR)); - label_3->setText(QApplication::translate("SetColorRange", "V min:", Q_NULLPTR)); - } // retranslateUi - -}; - -namespace Ui { - class SetColorRange: public Ui_SetColorRange {}; -} // namespace Ui - -QT_END_NAMESPACE - -#endif // UI_SETCOLORRANGE_H diff --git a/ui_setparameters.h b/ui_setparameters.h deleted file mode 100644 index 940d74f..0000000 --- a/ui_setparameters.h +++ /dev/null @@ -1,166 +0,0 @@ -/******************************************************************************** -** Form generated from reading UI file 'setparameters.ui' -** -** Created by: Qt User Interface Compiler version 5.8.0 -** -** WARNING! All changes made in this file will be lost when recompiling UI file! -********************************************************************************/ - -#ifndef UI_SETPARAMETERS_H -#define UI_SETPARAMETERS_H - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -QT_BEGIN_NAMESPACE - -class Ui_SetParameters -{ -public: - QWidget *centralwidget; - QLabel *camera_video; - QPushButton *initCapture; - QLCDNumber *fps_number; - QLabel *fps_label; - QPushButton *readParameters; - QPushButton *configRobots; - QPushButton *T1_color; - QPushButton *T2_color; - QPushButton *mapPoints; - QPushButton *attackArrea_btn; - QPushButton *defenseArrea_btn; - QPushButton *ball_color; - QLabel *camera_label; - QSpinBox *spinBox; - QPushButton *config_serial; - QPushButton *calibrate_camera; - QLabel *setColorlbl; - QLabel *configurelbl; - QLabel *setPointslbl; - QLabel *idlbl; - QStatusBar *statusbar; - - void setupUi(QMainWindow *SetParameters) - { - if (SetParameters->objectName().isEmpty()) - SetParameters->setObjectName(QStringLiteral("SetParameters")); - SetParameters->setWindowModality(Qt::ApplicationModal); - SetParameters->resize(997, 516); - centralwidget = new QWidget(SetParameters); - centralwidget->setObjectName(QStringLiteral("centralwidget")); - camera_video = new QLabel(centralwidget); - camera_video->setObjectName(QStringLiteral("camera_video")); - camera_video->setGeometry(QRect(250, 10, 741, 451)); - camera_video->setStyleSheet(QStringLiteral("Background-color: #000;")); - initCapture = new QPushButton(centralwidget); - initCapture->setObjectName(QStringLiteral("initCapture")); - initCapture->setGeometry(QRect(140, 330, 51, 31)); - fps_number = new QLCDNumber(centralwidget); - fps_number->setObjectName(QStringLiteral("fps_number")); - fps_number->setGeometry(QRect(170, 380, 64, 23)); - fps_number->setStyleSheet(QStringLiteral("Background-Color: #000")); - fps_label = new QLabel(centralwidget); - fps_label->setObjectName(QStringLiteral("fps_label")); - fps_label->setGeometry(QRect(130, 380, 31, 21)); - readParameters = new QPushButton(centralwidget); - readParameters->setObjectName(QStringLiteral("readParameters")); - readParameters->setGeometry(QRect(10, 160, 151, 31)); - configRobots = new QPushButton(centralwidget); - configRobots->setObjectName(QStringLiteral("configRobots")); - configRobots->setGeometry(QRect(10, 120, 71, 31)); - T1_color = new QPushButton(centralwidget); - T1_color->setObjectName(QStringLiteral("T1_color")); - T1_color->setGeometry(QRect(10, 50, 71, 31)); - T2_color = new QPushButton(centralwidget); - T2_color->setObjectName(QStringLiteral("T2_color")); - T2_color->setGeometry(QRect(90, 50, 71, 31)); - mapPoints = new QPushButton(centralwidget); - mapPoints->setObjectName(QStringLiteral("mapPoints")); - mapPoints->setGeometry(QRect(10, 230, 61, 31)); - attackArrea_btn = new QPushButton(centralwidget); - attackArrea_btn->setObjectName(QStringLiteral("attackArrea_btn")); - attackArrea_btn->setGeometry(QRect(90, 230, 101, 31)); - defenseArrea_btn = new QPushButton(centralwidget); - defenseArrea_btn->setObjectName(QStringLiteral("defenseArrea_btn")); - defenseArrea_btn->setGeometry(QRect(90, 270, 101, 31)); - ball_color = new QPushButton(centralwidget); - ball_color->setObjectName(QStringLiteral("ball_color")); - ball_color->setGeometry(QRect(170, 50, 71, 31)); - camera_label = new QLabel(centralwidget); - camera_label->setObjectName(QStringLiteral("camera_label")); - camera_label->setGeometry(QRect(10, 330, 101, 31)); - spinBox = new QSpinBox(centralwidget); - spinBox->setObjectName(QStringLiteral("spinBox")); - spinBox->setGeometry(QRect(50, 380, 47, 23)); - spinBox->setMaximum(1000); - spinBox->setValue(300); - config_serial = new QPushButton(centralwidget); - config_serial->setObjectName(QStringLiteral("config_serial")); - config_serial->setGeometry(QRect(90, 120, 71, 31)); - calibrate_camera = new QPushButton(centralwidget); - calibrate_camera->setObjectName(QStringLiteral("calibrate_camera")); - calibrate_camera->setGeometry(QRect(10, 420, 231, 41)); - setColorlbl = new QLabel(centralwidget); - setColorlbl->setObjectName(QStringLiteral("setColorlbl")); - setColorlbl->setGeometry(QRect(10, 20, 81, 17)); - configurelbl = new QLabel(centralwidget); - configurelbl->setObjectName(QStringLiteral("configurelbl")); - configurelbl->setGeometry(QRect(10, 100, 81, 17)); - setPointslbl = new QLabel(centralwidget); - setPointslbl->setObjectName(QStringLiteral("setPointslbl")); - setPointslbl->setGeometry(QRect(10, 210, 101, 17)); - idlbl = new QLabel(centralwidget); - idlbl->setObjectName(QStringLiteral("idlbl")); - idlbl->setGeometry(QRect(20, 380, 67, 21)); - SetParameters->setCentralWidget(centralwidget); - statusbar = new QStatusBar(SetParameters); - statusbar->setObjectName(QStringLiteral("statusbar")); - SetParameters->setStatusBar(statusbar); - - retranslateUi(SetParameters); - - QMetaObject::connectSlotsByName(SetParameters); - } // setupUi - - void retranslateUi(QMainWindow *SetParameters) - { - SetParameters->setWindowTitle(QApplication::translate("SetParameters", "Set Parameters", Q_NULLPTR)); - camera_video->setText(QApplication::translate("SetParameters", "TextLabel", Q_NULLPTR)); - initCapture->setText(QApplication::translate("SetParameters", "Off", Q_NULLPTR)); - fps_label->setText(QApplication::translate("SetParameters", "FPS:", Q_NULLPTR)); - readParameters->setText(QApplication::translate("SetParameters", "Read Parameters", Q_NULLPTR)); - configRobots->setText(QApplication::translate("SetParameters", "Robots", Q_NULLPTR)); - T1_color->setText(QApplication::translate("SetParameters", "Team 1", Q_NULLPTR)); - T2_color->setText(QApplication::translate("SetParameters", "Team 2", Q_NULLPTR)); - mapPoints->setText(QApplication::translate("SetParameters", "Map", Q_NULLPTR)); - attackArrea_btn->setText(QApplication::translate("SetParameters", "Attack Area", Q_NULLPTR)); - defenseArrea_btn->setText(QApplication::translate("SetParameters", "Defense Area", Q_NULLPTR)); - ball_color->setText(QApplication::translate("SetParameters", "Ball", Q_NULLPTR)); - camera_label->setText(QApplication::translate("SetParameters", "Set Camera:", Q_NULLPTR)); - config_serial->setText(QApplication::translate("SetParameters", "Serial", Q_NULLPTR)); - calibrate_camera->setText(QApplication::translate("SetParameters", "Calibrate (Video4Linux)", Q_NULLPTR)); - setColorlbl->setText(QApplication::translate("SetParameters", "Set Colors:", Q_NULLPTR)); - configurelbl->setText(QApplication::translate("SetParameters", "Configure:", Q_NULLPTR)); - setPointslbl->setText(QApplication::translate("SetParameters", "Set Points:", Q_NULLPTR)); - idlbl->setText(QApplication::translate("SetParameters", "ID:", Q_NULLPTR)); - } // retranslateUi - -}; - -namespace Ui { - class SetParameters: public Ui_SetParameters {}; -} // namespace Ui - -QT_END_NAMESPACE - -#endif // UI_SETPARAMETERS_H diff --git a/ui_settingsdialog.h b/ui_settingsdialog.h deleted file mode 100644 index 0185f8e..0000000 --- a/ui_settingsdialog.h +++ /dev/null @@ -1,231 +0,0 @@ -/******************************************************************************** -** Form generated from reading UI file 'settingsdialog.ui' -** -** Created by: Qt User Interface Compiler version 5.8.0 -** -** WARNING! All changes made in this file will be lost when recompiling UI file! -********************************************************************************/ - -#ifndef UI_SETTINGSDIALOG_H -#define UI_SETTINGSDIALOG_H - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -QT_BEGIN_NAMESPACE - -class Ui_SettingsDialog -{ -public: - QGridLayout *gridLayout_3; - QGroupBox *parametersBox; - QGridLayout *gridLayout_2; - QLabel *baudRateLabel; - QComboBox *baudRateBox; - QLabel *dataBitsLabel; - QComboBox *dataBitsBox; - QLabel *parityLabel; - QComboBox *parityBox; - QLabel *stopBitsLabel; - QComboBox *stopBitsBox; - QLabel *flowControlLabel; - QComboBox *flowControlBox; - QGroupBox *selectBox; - QGridLayout *gridLayout; - QComboBox *serialPortInfoListBox; - QLabel *descriptionLabel; - QLabel *manufacturerLabel; - QLabel *serialNumberLabel; - QLabel *locationLabel; - QLabel *vidLabel; - QLabel *pidLabel; - QHBoxLayout *horizontalLayout; - QSpacerItem *horizontalSpacer; - QPushButton *applyButton; - QGroupBox *additionalOptionsGroupBox; - QVBoxLayout *verticalLayout; - QCheckBox *localEchoCheckBox; - - void setupUi(QDialog *SettingsDialog) - { - if (SettingsDialog->objectName().isEmpty()) - SettingsDialog->setObjectName(QStringLiteral("SettingsDialog")); - SettingsDialog->setWindowModality(Qt::WindowModal); - SettingsDialog->resize(343, 298); - gridLayout_3 = new QGridLayout(SettingsDialog); - gridLayout_3->setObjectName(QStringLiteral("gridLayout_3")); - parametersBox = new QGroupBox(SettingsDialog); - parametersBox->setObjectName(QStringLiteral("parametersBox")); - gridLayout_2 = new QGridLayout(parametersBox); - gridLayout_2->setObjectName(QStringLiteral("gridLayout_2")); - baudRateLabel = new QLabel(parametersBox); - baudRateLabel->setObjectName(QStringLiteral("baudRateLabel")); - - gridLayout_2->addWidget(baudRateLabel, 0, 0, 1, 1); - - baudRateBox = new QComboBox(parametersBox); - baudRateBox->setObjectName(QStringLiteral("baudRateBox")); - - gridLayout_2->addWidget(baudRateBox, 0, 1, 1, 1); - - dataBitsLabel = new QLabel(parametersBox); - dataBitsLabel->setObjectName(QStringLiteral("dataBitsLabel")); - - gridLayout_2->addWidget(dataBitsLabel, 1, 0, 1, 1); - - dataBitsBox = new QComboBox(parametersBox); - dataBitsBox->setObjectName(QStringLiteral("dataBitsBox")); - - gridLayout_2->addWidget(dataBitsBox, 1, 1, 1, 1); - - parityLabel = new QLabel(parametersBox); - parityLabel->setObjectName(QStringLiteral("parityLabel")); - - gridLayout_2->addWidget(parityLabel, 2, 0, 1, 1); - - parityBox = new QComboBox(parametersBox); - parityBox->setObjectName(QStringLiteral("parityBox")); - - gridLayout_2->addWidget(parityBox, 2, 1, 1, 1); - - stopBitsLabel = new QLabel(parametersBox); - stopBitsLabel->setObjectName(QStringLiteral("stopBitsLabel")); - - gridLayout_2->addWidget(stopBitsLabel, 3, 0, 1, 1); - - stopBitsBox = new QComboBox(parametersBox); - stopBitsBox->setObjectName(QStringLiteral("stopBitsBox")); - - gridLayout_2->addWidget(stopBitsBox, 3, 1, 1, 1); - - flowControlLabel = new QLabel(parametersBox); - flowControlLabel->setObjectName(QStringLiteral("flowControlLabel")); - - gridLayout_2->addWidget(flowControlLabel, 4, 0, 1, 1); - - flowControlBox = new QComboBox(parametersBox); - flowControlBox->setObjectName(QStringLiteral("flowControlBox")); - - gridLayout_2->addWidget(flowControlBox, 4, 1, 1, 1); - - - gridLayout_3->addWidget(parametersBox, 0, 1, 1, 1); - - selectBox = new QGroupBox(SettingsDialog); - selectBox->setObjectName(QStringLiteral("selectBox")); - gridLayout = new QGridLayout(selectBox); - gridLayout->setObjectName(QStringLiteral("gridLayout")); - serialPortInfoListBox = new QComboBox(selectBox); - serialPortInfoListBox->setObjectName(QStringLiteral("serialPortInfoListBox")); - - gridLayout->addWidget(serialPortInfoListBox, 0, 0, 1, 1); - - descriptionLabel = new QLabel(selectBox); - descriptionLabel->setObjectName(QStringLiteral("descriptionLabel")); - - gridLayout->addWidget(descriptionLabel, 1, 0, 1, 1); - - manufacturerLabel = new QLabel(selectBox); - manufacturerLabel->setObjectName(QStringLiteral("manufacturerLabel")); - - gridLayout->addWidget(manufacturerLabel, 2, 0, 1, 1); - - serialNumberLabel = new QLabel(selectBox); - serialNumberLabel->setObjectName(QStringLiteral("serialNumberLabel")); - - gridLayout->addWidget(serialNumberLabel, 3, 0, 1, 1); - - locationLabel = new QLabel(selectBox); - locationLabel->setObjectName(QStringLiteral("locationLabel")); - - gridLayout->addWidget(locationLabel, 4, 0, 1, 1); - - vidLabel = new QLabel(selectBox); - vidLabel->setObjectName(QStringLiteral("vidLabel")); - - gridLayout->addWidget(vidLabel, 5, 0, 1, 1); - - pidLabel = new QLabel(selectBox); - pidLabel->setObjectName(QStringLiteral("pidLabel")); - - gridLayout->addWidget(pidLabel, 6, 0, 1, 1); - - - gridLayout_3->addWidget(selectBox, 0, 0, 1, 1); - - horizontalLayout = new QHBoxLayout(); - horizontalLayout->setObjectName(QStringLiteral("horizontalLayout")); - horizontalSpacer = new QSpacerItem(96, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); - - horizontalLayout->addItem(horizontalSpacer); - - applyButton = new QPushButton(SettingsDialog); - applyButton->setObjectName(QStringLiteral("applyButton")); - - horizontalLayout->addWidget(applyButton); - - - gridLayout_3->addLayout(horizontalLayout, 2, 0, 1, 2); - - additionalOptionsGroupBox = new QGroupBox(SettingsDialog); - additionalOptionsGroupBox->setObjectName(QStringLiteral("additionalOptionsGroupBox")); - verticalLayout = new QVBoxLayout(additionalOptionsGroupBox); - verticalLayout->setObjectName(QStringLiteral("verticalLayout")); - localEchoCheckBox = new QCheckBox(additionalOptionsGroupBox); - localEchoCheckBox->setObjectName(QStringLiteral("localEchoCheckBox")); - localEchoCheckBox->setChecked(true); - - verticalLayout->addWidget(localEchoCheckBox); - - - gridLayout_3->addWidget(additionalOptionsGroupBox, 1, 0, 1, 2); - - - retranslateUi(SettingsDialog); - - QMetaObject::connectSlotsByName(SettingsDialog); - } // setupUi - - void retranslateUi(QDialog *SettingsDialog) - { - SettingsDialog->setWindowTitle(QApplication::translate("SettingsDialog", "Settings", Q_NULLPTR)); - parametersBox->setTitle(QApplication::translate("SettingsDialog", "Select Parameters", Q_NULLPTR)); - baudRateLabel->setText(QApplication::translate("SettingsDialog", "BaudRate:", Q_NULLPTR)); - dataBitsLabel->setText(QApplication::translate("SettingsDialog", "Data bits:", Q_NULLPTR)); - parityLabel->setText(QApplication::translate("SettingsDialog", "Parity:", Q_NULLPTR)); - stopBitsLabel->setText(QApplication::translate("SettingsDialog", "Stop bits:", Q_NULLPTR)); - flowControlLabel->setText(QApplication::translate("SettingsDialog", "Flow control:", Q_NULLPTR)); - selectBox->setTitle(QApplication::translate("SettingsDialog", "Select Serial Port", Q_NULLPTR)); - descriptionLabel->setText(QApplication::translate("SettingsDialog", "Description:", Q_NULLPTR)); - manufacturerLabel->setText(QApplication::translate("SettingsDialog", "Manufacturer:", Q_NULLPTR)); - serialNumberLabel->setText(QApplication::translate("SettingsDialog", "Serial number:", Q_NULLPTR)); - locationLabel->setText(QApplication::translate("SettingsDialog", "Location:", Q_NULLPTR)); - vidLabel->setText(QApplication::translate("SettingsDialog", "Vendor ID:", Q_NULLPTR)); - pidLabel->setText(QApplication::translate("SettingsDialog", "Product ID:", Q_NULLPTR)); - applyButton->setText(QApplication::translate("SettingsDialog", "Apply", Q_NULLPTR)); - additionalOptionsGroupBox->setTitle(QApplication::translate("SettingsDialog", "Additional options", Q_NULLPTR)); - localEchoCheckBox->setText(QApplication::translate("SettingsDialog", "Local echo", Q_NULLPTR)); - } // retranslateUi - -}; - -namespace Ui { - class SettingsDialog: public Ui_SettingsDialog {}; -} // namespace Ui - -QT_END_NAMESPACE - -#endif // UI_SETTINGSDIALOG_H diff --git a/ui_soccer_window.h b/ui_soccer_window.h deleted file mode 100644 index 244ec58..0000000 --- a/ui_soccer_window.h +++ /dev/null @@ -1,378 +0,0 @@ -/******************************************************************************** -** Form generated from reading UI file 'soccer_window.ui' -** -** Created by: Qt User Interface Compiler version 5.8.0 -** -** WARNING! All changes made in this file will be lost when recompiling UI file! -********************************************************************************/ - -#ifndef UI_SOCCER_WINDOW_H -#define UI_SOCCER_WINDOW_H - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -QT_BEGIN_NAMESPACE - -class Ui_soccer_window -{ -public: - QPushButton *start_game; - QCheckBox *switch_fields; - QGroupBox *battery_level_group; - QProgressBar *gandalf_battery_level; - QProgressBar *leona_battery_level; - QProgressBar *presto_baterry_level; - QGroupBox *robots_roles_group; - QLabel *gandalf_role_label; - QLabel *leona_role_label; - QLabel *presto_role_label; - QLabel *gandalf_label; - QLabel *leona_label; - QLabel *presto_label; - QGroupBox *optionsGroupBox; - QCheckBox *show_field_areas_checkbox; - QCheckBox *show_rnames_checkBox; - QCheckBox *show_rcentroids_checkbox; - QCheckBox *show_visionlogs_checkbox; - QCheckBox *checkBox; - QPushButton *read_parameters; - QGroupBox *detection_status_group; - QLabel *gandalf_detec_label; - QLabel *leona_detec_label; - QLabel *presto_detec_label; - QLabel *gandalf_detec_col_label; - QLabel *leona_detec_col_label; - QLabel *presto_detec_col_label; - QLabel *gandalf_loss_rate; - QLabel *leona_loss_rate; - QLabel *presto_loss_rate; - QLabel *cam_id_label; - QSpinBox *cam_id_spinBox; - QPushButton *start_game_2; - QGraphicsView *game_view; - QGroupBox *groupBox; - QLabel *ball_detec_label; - QLabel *ball_detec_col_label; - QLabel *serial_status_col_label; - QLabel *serial_status_label; - QLCDNumber *fps_lcd; - QLabel *fps_label; - QPushButton *change_strategy; - QComboBox *strategy_options; - QLabel *gamelbl; - QLabel *strategylbl; - QLabel *currentStrategylbl; - QLabel *cameralbl; - QCheckBox *swapteamscbk; - QLabel *cutoffFrequencylbl; - QSlider *horizontalSlider; - QLCDNumber *chopFrequencylcd; - QPushButton *startFilterbtn; - QCheckBox *swap_roles; - - void setupUi(QWidget *soccer_window) - { - if (soccer_window->objectName().isEmpty()) - soccer_window->setObjectName(QStringLiteral("soccer_window")); - soccer_window->setWindowModality(Qt::ApplicationModal); - soccer_window->resize(916, 592); - QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed); - sizePolicy.setHorizontalStretch(0); - sizePolicy.setVerticalStretch(0); - sizePolicy.setHeightForWidth(soccer_window->sizePolicy().hasHeightForWidth()); - soccer_window->setSizePolicy(sizePolicy); - soccer_window->setMaximumSize(QSize(916, 592)); - QIcon icon; - icon.addFile(QStringLiteral("Untitled1.png"), QSize(), QIcon::Normal, QIcon::Off); - soccer_window->setWindowIcon(icon); - soccer_window->setLayoutDirection(Qt::LeftToRight); - start_game = new QPushButton(soccer_window); - start_game->setObjectName(QStringLiteral("start_game")); - start_game->setGeometry(QRect(140, 410, 41, 31)); - start_game->setMaximumSize(QSize(171, 41)); - switch_fields = new QCheckBox(soccer_window); - switch_fields->setObjectName(QStringLiteral("switch_fields")); - switch_fields->setGeometry(QRect(20, 320, 171, 41)); - battery_level_group = new QGroupBox(soccer_window); - battery_level_group->setObjectName(QStringLiteral("battery_level_group")); - battery_level_group->setGeometry(QRect(270, 480, 181, 101)); - gandalf_battery_level = new QProgressBar(battery_level_group); - gandalf_battery_level->setObjectName(QStringLiteral("gandalf_battery_level")); - gandalf_battery_level->setGeometry(QRect(10, 30, 161, 16)); - gandalf_battery_level->setValue(100); - leona_battery_level = new QProgressBar(battery_level_group); - leona_battery_level->setObjectName(QStringLiteral("leona_battery_level")); - leona_battery_level->setGeometry(QRect(10, 50, 161, 16)); - leona_battery_level->setValue(100); - presto_baterry_level = new QProgressBar(battery_level_group); - presto_baterry_level->setObjectName(QStringLiteral("presto_baterry_level")); - presto_baterry_level->setGeometry(QRect(10, 70, 161, 16)); - presto_baterry_level->setAutoFillBackground(false); - presto_baterry_level->setStyleSheet(QStringLiteral("")); - presto_baterry_level->setValue(100); - robots_roles_group = new QGroupBox(soccer_window); - robots_roles_group->setObjectName(QStringLiteral("robots_roles_group")); - robots_roles_group->setGeometry(QRect(460, 480, 120, 101)); - gandalf_role_label = new QLabel(robots_roles_group); - gandalf_role_label->setObjectName(QStringLiteral("gandalf_role_label")); - gandalf_role_label->setGeometry(QRect(8, 30, 101, 20)); - leona_role_label = new QLabel(robots_roles_group); - leona_role_label->setObjectName(QStringLiteral("leona_role_label")); - leona_role_label->setGeometry(QRect(8, 50, 91, 20)); - presto_role_label = new QLabel(robots_roles_group); - presto_role_label->setObjectName(QStringLiteral("presto_role_label")); - presto_role_label->setGeometry(QRect(10, 70, 101, 20)); - gandalf_label = new QLabel(soccer_window); - gandalf_label->setObjectName(QStringLiteral("gandalf_label")); - gandalf_label->setGeometry(QRect(200, 500, 59, 14)); - leona_label = new QLabel(soccer_window); - leona_label->setObjectName(QStringLiteral("leona_label")); - leona_label->setGeometry(QRect(210, 530, 59, 14)); - presto_label = new QLabel(soccer_window); - presto_label->setObjectName(QStringLiteral("presto_label")); - presto_label->setGeometry(QRect(210, 560, 59, 14)); - optionsGroupBox = new QGroupBox(soccer_window); - optionsGroupBox->setObjectName(QStringLiteral("optionsGroupBox")); - optionsGroupBox->setGeometry(QRect(10, 220, 191, 181)); - show_field_areas_checkbox = new QCheckBox(optionsGroupBox); - show_field_areas_checkbox->setObjectName(QStringLiteral("show_field_areas_checkbox")); - show_field_areas_checkbox->setGeometry(QRect(10, 30, 101, 20)); - show_rnames_checkBox = new QCheckBox(optionsGroupBox); - show_rnames_checkBox->setObjectName(QStringLiteral("show_rnames_checkBox")); - show_rnames_checkBox->setGeometry(QRect(10, 50, 111, 20)); - show_rcentroids_checkbox = new QCheckBox(optionsGroupBox); - show_rcentroids_checkbox->setObjectName(QStringLiteral("show_rcentroids_checkbox")); - show_rcentroids_checkbox->setGeometry(QRect(10, 70, 131, 20)); - show_visionlogs_checkbox = new QCheckBox(optionsGroupBox); - show_visionlogs_checkbox->setObjectName(QStringLiteral("show_visionlogs_checkbox")); - show_visionlogs_checkbox->setGeometry(QRect(10, 89, 141, 21)); - checkBox = new QCheckBox(optionsGroupBox); - checkBox->setObjectName(QStringLiteral("checkBox")); - checkBox->setGeometry(QRect(10, 130, 171, 20)); - read_parameters = new QPushButton(soccer_window); - read_parameters->setObjectName(QStringLiteral("read_parameters")); - read_parameters->setGeometry(QRect(90, 50, 141, 31)); - detection_status_group = new QGroupBox(soccer_window); - detection_status_group->setObjectName(QStringLiteral("detection_status_group")); - detection_status_group->setGeometry(QRect(590, 480, 141, 101)); - gandalf_detec_label = new QLabel(detection_status_group); - gandalf_detec_label->setObjectName(QStringLiteral("gandalf_detec_label")); - gandalf_detec_label->setGeometry(QRect(40, 30, 91, 20)); - leona_detec_label = new QLabel(detection_status_group); - leona_detec_label->setObjectName(QStringLiteral("leona_detec_label")); - leona_detec_label->setGeometry(QRect(40, 50, 91, 20)); - presto_detec_label = new QLabel(detection_status_group); - presto_detec_label->setObjectName(QStringLiteral("presto_detec_label")); - presto_detec_label->setGeometry(QRect(40, 70, 91, 20)); - gandalf_detec_col_label = new QLabel(detection_status_group); - gandalf_detec_col_label->setObjectName(QStringLiteral("gandalf_detec_col_label")); - gandalf_detec_col_label->setGeometry(QRect(10, 30, 21, 16)); - gandalf_detec_col_label->setStyleSheet(QStringLiteral("background-color : red")); - leona_detec_col_label = new QLabel(detection_status_group); - leona_detec_col_label->setObjectName(QStringLiteral("leona_detec_col_label")); - leona_detec_col_label->setGeometry(QRect(10, 50, 21, 16)); - leona_detec_col_label->setStyleSheet(QStringLiteral("background-color : red")); - presto_detec_col_label = new QLabel(detection_status_group); - presto_detec_col_label->setObjectName(QStringLiteral("presto_detec_col_label")); - presto_detec_col_label->setGeometry(QRect(10, 70, 21, 16)); - presto_detec_col_label->setStyleSheet(QStringLiteral("background-color : red")); - gandalf_loss_rate = new QLabel(detection_status_group); - gandalf_loss_rate->setObjectName(QStringLiteral("gandalf_loss_rate")); - gandalf_loss_rate->setGeometry(QRect(130, 30, 31, 16)); - leona_loss_rate = new QLabel(detection_status_group); - leona_loss_rate->setObjectName(QStringLiteral("leona_loss_rate")); - leona_loss_rate->setGeometry(QRect(130, 50, 31, 16)); - presto_loss_rate = new QLabel(detection_status_group); - presto_loss_rate->setObjectName(QStringLiteral("presto_loss_rate")); - presto_loss_rate->setGeometry(QRect(130, 70, 31, 16)); - cam_id_label = new QLabel(soccer_window); - cam_id_label->setObjectName(QStringLiteral("cam_id_label")); - cam_id_label->setGeometry(QRect(10, 450, 91, 21)); - cam_id_spinBox = new QSpinBox(soccer_window); - cam_id_spinBox->setObjectName(QStringLiteral("cam_id_spinBox")); - cam_id_spinBox->setGeometry(QRect(130, 450, 47, 23)); - cam_id_spinBox->setMaximum(999); - cam_id_spinBox->setValue(0); - start_game_2 = new QPushButton(soccer_window); - start_game_2->setObjectName(QStringLiteral("start_game_2")); - start_game_2->setGeometry(QRect(10, 50, 71, 31)); - game_view = new QGraphicsView(soccer_window); - game_view->setObjectName(QStringLiteral("game_view")); - game_view->setGeometry(QRect(240, 10, 671, 461)); - game_view->setMaximumSize(QSize(721, 471)); - groupBox = new QGroupBox(soccer_window); - groupBox->setObjectName(QStringLiteral("groupBox")); - groupBox->setGeometry(QRect(740, 480, 161, 91)); - ball_detec_label = new QLabel(groupBox); - ball_detec_label->setObjectName(QStringLiteral("ball_detec_label")); - ball_detec_label->setGeometry(QRect(40, 30, 111, 20)); - ball_detec_col_label = new QLabel(groupBox); - ball_detec_col_label->setObjectName(QStringLiteral("ball_detec_col_label")); - ball_detec_col_label->setGeometry(QRect(10, 30, 21, 16)); - ball_detec_col_label->setStyleSheet(QStringLiteral("background-color : red")); - serial_status_col_label = new QLabel(groupBox); - serial_status_col_label->setObjectName(QStringLiteral("serial_status_col_label")); - serial_status_col_label->setGeometry(QRect(10, 60, 21, 16)); - serial_status_col_label->setStyleSheet(QStringLiteral("background-color : red")); - serial_status_label = new QLabel(groupBox); - serial_status_label->setObjectName(QStringLiteral("serial_status_label")); - serial_status_label->setGeometry(QRect(40, 60, 91, 20)); - fps_lcd = new QLCDNumber(soccer_window); - fps_lcd->setObjectName(QStringLiteral("fps_lcd")); - fps_lcd->setGeometry(QRect(100, 480, 81, 23)); - fps_lcd->setStyleSheet(QStringLiteral("Background-color: #000;")); - fps_label = new QLabel(soccer_window); - fps_label->setObjectName(QStringLiteral("fps_label")); - fps_label->setGeometry(QRect(10, 480, 31, 20)); - change_strategy = new QPushButton(soccer_window); - change_strategy->setObjectName(QStringLiteral("change_strategy")); - change_strategy->setGeometry(QRect(140, 150, 81, 31)); - strategy_options = new QComboBox(soccer_window); - strategy_options->setObjectName(QStringLiteral("strategy_options")); - strategy_options->setGeometry(QRect(10, 150, 121, 31)); - strategy_options->setCursor(QCursor(Qt::ArrowCursor)); - strategy_options->setLocale(QLocale(QLocale::English, QLocale::UnitedStatesVirginIslands)); - gamelbl = new QLabel(soccer_window); - gamelbl->setObjectName(QStringLiteral("gamelbl")); - gamelbl->setGeometry(QRect(10, 20, 67, 17)); - strategylbl = new QLabel(soccer_window); - strategylbl->setObjectName(QStringLiteral("strategylbl")); - strategylbl->setGeometry(QRect(10, 100, 81, 17)); - currentStrategylbl = new QLabel(soccer_window); - currentStrategylbl->setObjectName(QStringLiteral("currentStrategylbl")); - currentStrategylbl->setGeometry(QRect(10, 120, 91, 17)); - cameralbl = new QLabel(soccer_window); - cameralbl->setObjectName(QStringLiteral("cameralbl")); - cameralbl->setGeometry(QRect(10, 410, 101, 31)); - swapteamscbk = new QCheckBox(soccer_window); - swapteamscbk->setObjectName(QStringLiteral("swapteamscbk")); - swapteamscbk->setGeometry(QRect(20, 370, 111, 23)); - cutoffFrequencylbl = new QLabel(soccer_window); - cutoffFrequencylbl->setObjectName(QStringLiteral("cutoffFrequencylbl")); - cutoffFrequencylbl->setGeometry(QRect(10, 520, 121, 17)); - horizontalSlider = new QSlider(soccer_window); - horizontalSlider->setObjectName(QStringLiteral("horizontalSlider")); - horizontalSlider->setGeometry(QRect(10, 540, 171, 20)); - horizontalSlider->setMaximum(99); - horizontalSlider->setSingleStep(1); - horizontalSlider->setOrientation(Qt::Horizontal); - chopFrequencylcd = new QLCDNumber(soccer_window); - chopFrequencylcd->setObjectName(QStringLiteral("chopFrequencylcd")); - chopFrequencylcd->setGeometry(QRect(100, 560, 81, 23)); - chopFrequencylcd->setStyleSheet(QStringLiteral("Background-color: #000;")); - chopFrequencylcd->setFrameShadow(QFrame::Sunken); - startFilterbtn = new QPushButton(soccer_window); - startFilterbtn->setObjectName(QStringLiteral("startFilterbtn")); - startFilterbtn->setGeometry(QRect(140, 510, 41, 31)); - swap_roles = new QCheckBox(soccer_window); - swap_roles->setObjectName(QStringLiteral("swap_roles")); - swap_roles->setGeometry(QRect(20, 194, 107, 29)); - optionsGroupBox->raise(); - start_game->raise(); - switch_fields->raise(); - battery_level_group->raise(); - robots_roles_group->raise(); - gandalf_label->raise(); - leona_label->raise(); - presto_label->raise(); - read_parameters->raise(); - detection_status_group->raise(); - cam_id_label->raise(); - cam_id_spinBox->raise(); - start_game_2->raise(); - game_view->raise(); - groupBox->raise(); - fps_lcd->raise(); - fps_label->raise(); - change_strategy->raise(); - strategy_options->raise(); - gamelbl->raise(); - strategylbl->raise(); - currentStrategylbl->raise(); - cameralbl->raise(); - swapteamscbk->raise(); - cutoffFrequencylbl->raise(); - horizontalSlider->raise(); - chopFrequencylcd->raise(); - startFilterbtn->raise(); - swap_roles->raise(); - - retranslateUi(soccer_window); - - QMetaObject::connectSlotsByName(soccer_window); - } // setupUi - - void retranslateUi(QWidget *soccer_window) - { - soccer_window->setWindowTitle(QApplication::translate("soccer_window", "Play Soccer", Q_NULLPTR)); - start_game->setText(QApplication::translate("soccer_window", "Off", Q_NULLPTR)); - switch_fields->setText(QApplication::translate("soccer_window", "Switch ATK/DEF Area", Q_NULLPTR)); - battery_level_group->setTitle(QApplication::translate("soccer_window", "Battery Levels:", Q_NULLPTR)); - robots_roles_group->setTitle(QApplication::translate("soccer_window", "Robots Roles:", Q_NULLPTR)); - gandalf_role_label->setText(QApplication::translate("soccer_window", " -- None --", Q_NULLPTR)); - leona_role_label->setText(QApplication::translate("soccer_window", " -- None --", Q_NULLPTR)); - presto_role_label->setText(QApplication::translate("soccer_window", " -- None --", Q_NULLPTR)); - gandalf_label->setText(QApplication::translate("soccer_window", "Gandalf:", Q_NULLPTR)); - leona_label->setText(QApplication::translate("soccer_window", "Leona:", Q_NULLPTR)); - presto_label->setText(QApplication::translate("soccer_window", "Presto:", Q_NULLPTR)); - optionsGroupBox->setTitle(QApplication::translate("soccer_window", "Options:", Q_NULLPTR)); - show_field_areas_checkbox->setText(QApplication::translate("soccer_window", "Show Areas", Q_NULLPTR)); - show_rnames_checkBox->setText(QApplication::translate("soccer_window", "Show Names", Q_NULLPTR)); - show_rcentroids_checkbox->setText(QApplication::translate("soccer_window", "Show Centroids", Q_NULLPTR)); - show_visionlogs_checkbox->setText(QApplication::translate("soccer_window", "Show Vision Logs", Q_NULLPTR)); - checkBox->setText(QApplication::translate("soccer_window", "CheckBox", Q_NULLPTR)); - read_parameters->setText(QApplication::translate("soccer_window", "Read Parameters", Q_NULLPTR)); - detection_status_group->setTitle(QApplication::translate("soccer_window", "Detection:", Q_NULLPTR)); - gandalf_detec_label->setText(QApplication::translate("soccer_window", "Not Detected", Q_NULLPTR)); - leona_detec_label->setText(QApplication::translate("soccer_window", "Not Detected", Q_NULLPTR)); - presto_detec_label->setText(QApplication::translate("soccer_window", "Not Detected", Q_NULLPTR)); - gandalf_detec_col_label->setText(QString()); - leona_detec_col_label->setText(QString()); - presto_detec_col_label->setText(QString()); - gandalf_loss_rate->setText(QString()); - leona_loss_rate->setText(QString()); - presto_loss_rate->setText(QString()); - cam_id_label->setText(QApplication::translate("soccer_window", "Cam ID:", Q_NULLPTR)); - start_game_2->setText(QApplication::translate("soccer_window", "Game", Q_NULLPTR)); - groupBox->setTitle(QApplication::translate("soccer_window", "Other Info:", Q_NULLPTR)); - ball_detec_label->setText(QApplication::translate("soccer_window", "Ball not found", Q_NULLPTR)); - ball_detec_col_label->setText(QString()); - serial_status_col_label->setText(QString()); - serial_status_label->setText(QApplication::translate("soccer_window", "Serial Closed", Q_NULLPTR)); - fps_label->setText(QApplication::translate("soccer_window", "FPS:", Q_NULLPTR)); - change_strategy->setText(QApplication::translate("soccer_window", "Change", Q_NULLPTR)); - gamelbl->setText(QApplication::translate("soccer_window", "Game:", Q_NULLPTR)); - strategylbl->setText(QApplication::translate("soccer_window", "Strategy:", Q_NULLPTR)); - currentStrategylbl->setText(QApplication::translate("soccer_window", "Current: ", Q_NULLPTR)); - cameralbl->setText(QApplication::translate("soccer_window", "Set Camera: ", Q_NULLPTR)); - swapteamscbk->setText(QApplication::translate("soccer_window", "Swap Teams", Q_NULLPTR)); - cutoffFrequencylbl->setText(QApplication::translate("soccer_window", "Cutoff Frequency:", Q_NULLPTR)); - startFilterbtn->setText(QApplication::translate("soccer_window", "Off", Q_NULLPTR)); - swap_roles->setText(QApplication::translate("soccer_window", "Swap Roles", Q_NULLPTR)); - } // retranslateUi - -}; - -namespace Ui { - class soccer_window: public Ui_soccer_window {}; -} // namespace Ui - -QT_END_NAMESPACE - -#endif // UI_SOCCER_WINDOW_H diff --git a/ui_video4linuxconfig.h b/ui_video4linuxconfig.h deleted file mode 100644 index 0dc57d9..0000000 --- a/ui_video4linuxconfig.h +++ /dev/null @@ -1,208 +0,0 @@ -/******************************************************************************** -** Form generated from reading UI file 'video4linuxconfig.ui' -** -** Created by: Qt User Interface Compiler version 5.8.0 -** -** WARNING! All changes made in this file will be lost when recompiling UI file! -********************************************************************************/ - -#ifndef UI_VIDEO4LINUXCONFIG_H -#define UI_VIDEO4LINUXCONFIG_H - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -QT_BEGIN_NAMESPACE - -class Ui_video4linuxConfig -{ -public: - QLabel *brightness_label; - QLabel *contrast_label; - QLabel *saturation_label; - QLabel *white_bal_label; - QLabel *sharpness_label; - QLabel *exposure_label; - QLabel *focus_label; - QSlider *bright_slider; - QSlider *contrast_slider; - QSlider *saturation_slider; - QSlider *white_bal_slider; - QSlider *sharpness_slider; - QSlider *exposure_slider; - QSlider *focus_slider; - QLabel *camera_view; - QLCDNumber *bright_lcd; - QLCDNumber *contrast_lcd; - QLCDNumber *saturation_lcd; - QLCDNumber *white_bal_lcd; - QLCDNumber *sharpness_lcd; - QLCDNumber *exposure_lcd; - QLCDNumber *focus_lcd; - QPushButton *setToDefault; - QPushButton *Init_Capture_btn; - QLabel *gain_label; - QSlider *gain_slider; - QLCDNumber *gain_lcd; - - void setupUi(QWidget *video4linuxConfig) - { - if (video4linuxConfig->objectName().isEmpty()) - video4linuxConfig->setObjectName(QStringLiteral("video4linuxConfig")); - video4linuxConfig->setWindowModality(Qt::ApplicationModal); - video4linuxConfig->resize(1056, 505); - brightness_label = new QLabel(video4linuxConfig); - brightness_label->setObjectName(QStringLiteral("brightness_label")); - brightness_label->setGeometry(QRect(20, 10, 91, 17)); - contrast_label = new QLabel(video4linuxConfig); - contrast_label->setObjectName(QStringLiteral("contrast_label")); - contrast_label->setGeometry(QRect(20, 40, 91, 17)); - saturation_label = new QLabel(video4linuxConfig); - saturation_label->setObjectName(QStringLiteral("saturation_label")); - saturation_label->setGeometry(QRect(20, 70, 91, 17)); - white_bal_label = new QLabel(video4linuxConfig); - white_bal_label->setObjectName(QStringLiteral("white_bal_label")); - white_bal_label->setGeometry(QRect(20, 130, 111, 17)); - sharpness_label = new QLabel(video4linuxConfig); - sharpness_label->setObjectName(QStringLiteral("sharpness_label")); - sharpness_label->setGeometry(QRect(20, 160, 111, 17)); - exposure_label = new QLabel(video4linuxConfig); - exposure_label->setObjectName(QStringLiteral("exposure_label")); - exposure_label->setGeometry(QRect(20, 190, 81, 17)); - focus_label = new QLabel(video4linuxConfig); - focus_label->setObjectName(QStringLiteral("focus_label")); - focus_label->setGeometry(QRect(20, 220, 81, 17)); - bright_slider = new QSlider(video4linuxConfig); - bright_slider->setObjectName(QStringLiteral("bright_slider")); - bright_slider->setGeometry(QRect(140, 10, 160, 16)); - bright_slider->setMaximum(255); - bright_slider->setOrientation(Qt::Horizontal); - contrast_slider = new QSlider(video4linuxConfig); - contrast_slider->setObjectName(QStringLiteral("contrast_slider")); - contrast_slider->setGeometry(QRect(140, 40, 160, 16)); - contrast_slider->setMaximum(255); - contrast_slider->setOrientation(Qt::Horizontal); - saturation_slider = new QSlider(video4linuxConfig); - saturation_slider->setObjectName(QStringLiteral("saturation_slider")); - saturation_slider->setGeometry(QRect(140, 70, 160, 16)); - saturation_slider->setMaximum(255); - saturation_slider->setOrientation(Qt::Horizontal); - white_bal_slider = new QSlider(video4linuxConfig); - white_bal_slider->setObjectName(QStringLiteral("white_bal_slider")); - white_bal_slider->setGeometry(QRect(140, 130, 160, 16)); - white_bal_slider->setMinimum(2000); - white_bal_slider->setMaximum(6500); - white_bal_slider->setOrientation(Qt::Horizontal); - sharpness_slider = new QSlider(video4linuxConfig); - sharpness_slider->setObjectName(QStringLiteral("sharpness_slider")); - sharpness_slider->setGeometry(QRect(140, 160, 160, 16)); - sharpness_slider->setMaximum(255); - sharpness_slider->setOrientation(Qt::Horizontal); - exposure_slider = new QSlider(video4linuxConfig); - exposure_slider->setObjectName(QStringLiteral("exposure_slider")); - exposure_slider->setGeometry(QRect(140, 190, 160, 16)); - exposure_slider->setMinimum(3); - exposure_slider->setMaximum(2047); - exposure_slider->setOrientation(Qt::Horizontal); - focus_slider = new QSlider(video4linuxConfig); - focus_slider->setObjectName(QStringLiteral("focus_slider")); - focus_slider->setGeometry(QRect(140, 220, 160, 16)); - focus_slider->setMaximum(250); - focus_slider->setOrientation(Qt::Horizontal); - camera_view = new QLabel(video4linuxConfig); - camera_view->setObjectName(QStringLiteral("camera_view")); - camera_view->setGeometry(QRect(390, 10, 640, 480)); - camera_view->setStyleSheet(QStringLiteral("Background-Color: #000")); - bright_lcd = new QLCDNumber(video4linuxConfig); - bright_lcd->setObjectName(QStringLiteral("bright_lcd")); - bright_lcd->setGeometry(QRect(310, 10, 64, 23)); - bright_lcd->setStyleSheet(QStringLiteral("Background-Color: #000")); - bright_lcd->setProperty("intValue", QVariant(255)); - contrast_lcd = new QLCDNumber(video4linuxConfig); - contrast_lcd->setObjectName(QStringLiteral("contrast_lcd")); - contrast_lcd->setGeometry(QRect(310, 40, 64, 23)); - contrast_lcd->setStyleSheet(QStringLiteral("Background-Color: #000")); - contrast_lcd->setProperty("intValue", QVariant(255)); - saturation_lcd = new QLCDNumber(video4linuxConfig); - saturation_lcd->setObjectName(QStringLiteral("saturation_lcd")); - saturation_lcd->setGeometry(QRect(310, 70, 64, 23)); - saturation_lcd->setStyleSheet(QStringLiteral("Background-Color: #000")); - saturation_lcd->setProperty("intValue", QVariant(255)); - white_bal_lcd = new QLCDNumber(video4linuxConfig); - white_bal_lcd->setObjectName(QStringLiteral("white_bal_lcd")); - white_bal_lcd->setGeometry(QRect(310, 130, 64, 23)); - white_bal_lcd->setStyleSheet(QStringLiteral("Background-Color: #000")); - white_bal_lcd->setProperty("intValue", QVariant(6500)); - sharpness_lcd = new QLCDNumber(video4linuxConfig); - sharpness_lcd->setObjectName(QStringLiteral("sharpness_lcd")); - sharpness_lcd->setGeometry(QRect(310, 160, 64, 23)); - sharpness_lcd->setStyleSheet(QStringLiteral("Background-Color: #000")); - sharpness_lcd->setProperty("intValue", QVariant(255)); - exposure_lcd = new QLCDNumber(video4linuxConfig); - exposure_lcd->setObjectName(QStringLiteral("exposure_lcd")); - exposure_lcd->setGeometry(QRect(310, 190, 64, 23)); - exposure_lcd->setStyleSheet(QStringLiteral("Background-Color: #000")); - exposure_lcd->setProperty("intValue", QVariant(2047)); - focus_lcd = new QLCDNumber(video4linuxConfig); - focus_lcd->setObjectName(QStringLiteral("focus_lcd")); - focus_lcd->setGeometry(QRect(310, 220, 64, 23)); - focus_lcd->setStyleSheet(QStringLiteral("Background-Color: #000")); - focus_lcd->setProperty("intValue", QVariant(250)); - setToDefault = new QPushButton(video4linuxConfig); - setToDefault->setObjectName(QStringLiteral("setToDefault")); - setToDefault->setGeometry(QRect(30, 330, 141, 91)); - Init_Capture_btn = new QPushButton(video4linuxConfig); - Init_Capture_btn->setObjectName(QStringLiteral("Init_Capture_btn")); - Init_Capture_btn->setGeometry(QRect(190, 330, 141, 91)); - gain_label = new QLabel(video4linuxConfig); - gain_label->setObjectName(QStringLiteral("gain_label")); - gain_label->setGeometry(QRect(20, 100, 91, 17)); - gain_slider = new QSlider(video4linuxConfig); - gain_slider->setObjectName(QStringLiteral("gain_slider")); - gain_slider->setGeometry(QRect(140, 100, 160, 16)); - gain_slider->setMaximum(255); - gain_slider->setOrientation(Qt::Horizontal); - gain_lcd = new QLCDNumber(video4linuxConfig); - gain_lcd->setObjectName(QStringLiteral("gain_lcd")); - gain_lcd->setGeometry(QRect(310, 100, 64, 23)); - gain_lcd->setStyleSheet(QStringLiteral("Background-Color: #000")); - gain_lcd->setProperty("intValue", QVariant(255)); - - retranslateUi(video4linuxConfig); - - QMetaObject::connectSlotsByName(video4linuxConfig); - } // setupUi - - void retranslateUi(QWidget *video4linuxConfig) - { - video4linuxConfig->setWindowTitle(QApplication::translate("video4linuxConfig", "Form", Q_NULLPTR)); - brightness_label->setText(QApplication::translate("video4linuxConfig", "Brightness:", Q_NULLPTR)); - contrast_label->setText(QApplication::translate("video4linuxConfig", "Contrast:", Q_NULLPTR)); - saturation_label->setText(QApplication::translate("video4linuxConfig", "Saturation:", Q_NULLPTR)); - white_bal_label->setText(QApplication::translate("video4linuxConfig", "White Balance:", Q_NULLPTR)); - sharpness_label->setText(QApplication::translate("video4linuxConfig", "Sharpness:", Q_NULLPTR)); - exposure_label->setText(QApplication::translate("video4linuxConfig", "Exposure:", Q_NULLPTR)); - focus_label->setText(QApplication::translate("video4linuxConfig", "Focus:", Q_NULLPTR)); - camera_view->setText(QApplication::translate("video4linuxConfig", "video", Q_NULLPTR)); - setToDefault->setText(QApplication::translate("video4linuxConfig", "Set to Default", Q_NULLPTR)); - Init_Capture_btn->setText(QApplication::translate("video4linuxConfig", "Init Capture", Q_NULLPTR)); - gain_label->setText(QApplication::translate("video4linuxConfig", "Gain:", Q_NULLPTR)); - } // retranslateUi - -}; - -namespace Ui { - class video4linuxConfig: public Ui_video4linuxConfig {}; -} // namespace Ui - -QT_END_NAMESPACE - -#endif // UI_VIDEO4LINUXCONFIG_H diff --git a/utils.h b/utils.h index 4181429..78c0cd6 100644 --- a/utils.h +++ b/utils.h @@ -3,7 +3,7 @@ #include #include -#include +#include #include #include #include "robot.h" diff --git a/utils.o b/utils.o deleted file mode 100644 index b0940ae..0000000 Binary files a/utils.o and /dev/null differ diff --git a/video4linuxconfig.cpp b/video4linuxconfig.cpp index e1b45ca..71ad950 100644 --- a/video4linuxconfig.cpp +++ b/video4linuxconfig.cpp @@ -16,7 +16,6 @@ video4linuxConfig::video4linuxConfig(QWidget *parent) : { ui->setupUi(this); eye = new Vision; - eye->set_mode(1); connect(ui->bright_slider, SIGNAL(valueChanged(int)), this, SLOT(on_bright_slider_sliderMoved(int))); @@ -42,28 +41,7 @@ video4linuxConfig::~video4linuxConfig() void video4linuxConfig::showEvent(QShowEvent *event){ QWidget::showEvent(event); - int value; - string atrib; - vector values; - ifstream file("Config/default_cam_calib.conf"); - - if(!file){ - clog << "File could not be opened! (Camera calibration)" << endl; - - ui->bright_slider->setValue(0); - ui->contrast_slider->setValue(0); - ui->saturation_slider->setValue(0); - ui->white_bal_slider->setValue(2000); - ui->sharpness_slider->setValue(0); - ui->exposure_slider->setValue(3); - ui->focus_slider->setValue(0); - - return ; - } - - while(file >> atrib >> value){ - values.push_back(value); - } + read_params("Config/cam_calib.conf"); system("v4l2-ctl --set-ctrl white_balance_temperature_auto=0"); system("v4l2-ctl --set-ctrl power_line_frequency=2"); @@ -76,27 +54,7 @@ void video4linuxConfig::showEvent(QShowEvent *event){ system("v4l2-ctl --set-ctrl zoom_absolute=100"); system("v4l2-ctl --set-ctrl backlight_compensation=1"); - - ui->bright_slider->setValue(values[0]); - ui->bright_lcd->display(values[0]); - - ui->contrast_slider->setValue(values[1]); - ui->contrast_lcd->display(values[1]); - - ui->saturation_slider->setValue(values[2]); - ui->saturation_lcd->display(values[2]); - - ui->gain_slider->setValue(values[3]); - ui->gain_lcd->display(values[3]); - - ui->white_bal_slider->setValue(values[4]); - ui->white_bal_lcd->display(values[4]); - - ui->sharpness_slider->setValue(values[5]); - ui->sharpness_lcd->display(values[5]); - - ui->exposure_slider->setValue(values[6]); - ui->exposure_lcd->display(values[6]); + update_sliders(); if(eye == NULL) { @@ -106,53 +64,19 @@ void video4linuxConfig::showEvent(QShowEvent *event){ } -void video4linuxConfig::closeEvent(QCloseEvent *event) -{ - QWidget::closeEvent(event); - - if(!eye->isStopped()){ - eye->Stop(); - eye->wait(); - eye->release_cam(); - } -} - void video4linuxConfig::on_bright_slider_sliderMoved(int position) { std::string command("v4l2-ctl --set-ctrl brightness="); - + values[0] = position; command = command + std::to_string(position); system(command.c_str()); ui->bright_lcd->display(position); } -pair, vector > video4linuxConfig::read_default_calib(){ - int value; - string atrib; - vector values; - vector atribs; - pair, vector > r; - /* ifstream file("Config/default_cam_calib.conf"); - - if(!file){ - cerr << "File could not be opened! (Camera calibration)" << endl; - r = make_pair(atrib, values); - return r; - } - - while(file >> atrib >> value){ - values.push_back(value); - atribs.push_back(atrib); - } - r = make_pair(atrib, values);*/ - - return r; -} - void video4linuxConfig::on_contrast_slider_sliderMoved(int position) { std::string command("v4l2-ctl --set-ctrl contrast="); - + values[1] = position; command = command + std::to_string(position); system(command.c_str()); ui->contrast_lcd->display(position); @@ -163,7 +87,7 @@ void video4linuxConfig::on_contrast_slider_sliderMoved(int position) void video4linuxConfig::on_saturation_slider_sliderMoved(int position) { std::string command("v4l2-ctl --set-ctrl saturation="); - + values[2] = position; command = command + std::to_string(position); system(command.c_str()); ui->saturation_lcd->display(position); @@ -172,7 +96,7 @@ void video4linuxConfig::on_saturation_slider_sliderMoved(int position) void video4linuxConfig::on_white_bal_slider_sliderMoved(int position) { std::string command("v4l2-ctl --set-ctrl white_balance_temperature="); - + values[4] = position; command = command + std::to_string(position); system(command.c_str()); ui->white_bal_lcd->display(position); @@ -181,7 +105,7 @@ void video4linuxConfig::on_white_bal_slider_sliderMoved(int position) void video4linuxConfig::on_sharpness_slider_sliderMoved(int position) { std::string command("v4l2-ctl --set-ctrl sharpness="); - + values[5] = position; command = command + std::to_string(position); system(command.c_str()); ui->sharpness_lcd->display(position); @@ -190,7 +114,7 @@ void video4linuxConfig::on_sharpness_slider_sliderMoved(int position) void video4linuxConfig::on_exposure_slider_sliderMoved(int position) { std::string command("v4l2-ctl --set-ctrl exposure_absolute="); - + values[6] = position; command = command + std::to_string(position); system(command.c_str()); ui->exposure_lcd->display(position); @@ -208,7 +132,7 @@ void video4linuxConfig::on_focus_slider_sliderMoved(int position) void video4linuxConfig::on_gain_slider_sliderMoved(int position) { std::string command("v4l2-ctl --set-ctrl gain="); - + values[3] = position; command = command + std::to_string(position); system(command.c_str()); ui->gain_lcd->display(position); @@ -232,7 +156,9 @@ void video4linuxConfig::on_pushButton_2_clicked() void video4linuxConfig::on_setToDefault_clicked() { - system("./Config/camera_calib.sh"); + read_default(); + update_sliders(); + update_v4l(); } @@ -247,3 +173,102 @@ void video4linuxConfig::on_Init_Capture_btn_clicked() eye->Play(); } + +void video4linuxConfig::closeEvent(QCloseEvent *event){ + QWidget::closeEvent(event); + std::string atrib; + ofstream file("Config/cam_calib.conf", std::ofstream::out | std::ofstream::trunc); + + file << "brightness " << values[0] << endl; + file << "contrast " << values[1] << endl; + file << "saturation " << values[2] << endl; + file << "gain " << values[3] << endl; + file << "white_balance_temperature " << values[4] << endl; + file << "sharpness " << values[5] << endl; + file << "exposure_absolute " << values[6] << endl; + + update_v4l(); + + if(!eye->isStopped()){ + eye->Stop(); + eye->wait(); + eye->release_cam(); + } +} + +void video4linuxConfig::update_v4l(){ + std::string atrib; + + atrib = "v4l2-ctl --set-ctrl brightness=" + std::to_string(values[0]); + system(atrib.c_str()); + atrib = "v4l2-ctl --set-ctrl contrast=" + std::to_string(values[1]); + system(atrib.c_str()); + atrib = "v4l2-ctl --set-ctrl saturation=" + std::to_string(values[2]); + system(atrib.c_str()); + atrib = "v4l2-ctl --set-ctrl gain=" + std::to_string(values[3]); + system(atrib.c_str()); + atrib = "v4l2-ctl --set-ctrl white_balance_temperatur=" + std::to_string(values[4]); + system(atrib.c_str()); + atrib = "v4l2-ctl --set-ctrl sharpness=" + std::to_string(values[5]); + system(atrib.c_str()); + atrib = "v4l2-ctl --set-ctrl exposure_absolute=" + std::to_string(values[6]); + system(atrib.c_str()); +} + +void video4linuxConfig::update_sliders(){ + ui->bright_slider->setValue(values[0]); + ui->bright_lcd->display(values[0]); + + ui->contrast_slider->setValue(values[1]); + ui->contrast_lcd->display(values[1]); + + ui->saturation_slider->setValue(values[2]); + ui->saturation_lcd->display(values[2]); + + ui->gain_slider->setValue(values[3]); + ui->gain_lcd->display(values[3]); + + ui->white_bal_slider->setValue(values[4]); + ui->white_bal_lcd->display(values[4]); + + ui->sharpness_slider->setValue(values[5]); + ui->sharpness_lcd->display(values[5]); + + ui->exposure_slider->setValue(values[6]); + ui->exposure_lcd->display(values[6]); +} + +void video4linuxConfig::read_default(){ + read_params("Config/default_cam_calib.conf"); +} + +void video4linuxConfig::read_params(std::string fileName){ + int value; + string atrib; + ifstream file(fileName); + + if(!file.is_open()){ + clog << "File could not be opened! (Camera calibration)" << endl; + + ui->bright_slider->setValue(0); + ui->contrast_slider->setValue(0); + ui->saturation_slider->setValue(0); + ui->white_bal_slider->setValue(2000); + ui->sharpness_slider->setValue(0); + ui->exposure_slider->setValue(3); + ui->focus_slider->setValue(0); + + return ; + } + + if(values.size() == 0){ + while(file >> atrib >> value) + values.push_back(value); + } else { + int i = 0; + while(file >> atrib >> value){ + values[i] = value; + i++; + } + } +} diff --git a/video4linuxconfig.h b/video4linuxconfig.h index 3690505..ccd99ca 100644 --- a/video4linuxconfig.h +++ b/video4linuxconfig.h @@ -17,7 +17,6 @@ class video4linuxConfig : public QWidget public: explicit video4linuxConfig(QWidget *parent = 0); void set_camid(int cam_id); - std::pair, std::vector > read_default_calib(); ~video4linuxConfig(); public slots: @@ -26,8 +25,6 @@ public slots: private slots: void showEvent(QShowEvent *event); - void closeEvent(QCloseEvent *event); - void on_bright_slider_sliderMoved(int position); void on_contrast_slider_sliderMoved(int position); @@ -50,10 +47,21 @@ private slots: void on_Init_Capture_btn_clicked(); + void update_v4l(); + + void update_sliders(); + + void read_default(); + + void read_params(std::string fileName); + private: Ui::video4linuxConfig *ui; Vision *eye; int cam_id; + vector values; + + void closeEvent(QCloseEvent *event); }; #endif // VIDEO4LINUXCONFIG_H diff --git a/video4linuxconfig.o b/video4linuxconfig.o deleted file mode 100644 index 6c184bf..0000000 Binary files a/video4linuxconfig.o and /dev/null differ diff --git a/vision.cpp b/vision.cpp index 27f5e95..dba5596 100644 --- a/vision.cpp +++ b/vision.cpp @@ -22,6 +22,31 @@ int DEFAULT_NCOLS; double X_CONV_CONST; double Y_CONV_CONST; +void pixelMultiply(Vec3b &pixel){ + +} + +struct ColorSpaceTransform +{ + MatrixXf m; + + ColorSpaceTransform(MatrixXf M){ + m = M; + } + void operator ()(Vec3b &pixel, const int * position) const + { + int i; + MatrixXf c(1,3), k(1,3); + for(i = 0; i < c.cols(); i++){ + c(0, i) = int(pixel[i]); + } + k = c * m; + pixel[0] = (unsigned char)(k(0, 0)); + pixel[1] = (unsigned char)(k(0, 1)); + pixel[2] = (unsigned char)(k(0, 2)); + } +}; + Vision::Vision(QObject *parent): QThread(parent) { Point a, b; @@ -435,7 +460,7 @@ void Vision::run() set_LPF_Coefficients_C( Low_pass_filter_coeff(1.8) ); set_LPF_Coefficients_A( Low_pass_filter_coeff(1) ); - + generateColorCalibTransform(); to_transf.resize(6); transf.resize(6); @@ -449,7 +474,6 @@ void Vision::run() cerr << "A frame could not be read! (Vision)" << endl; return; } - /************************************** * Pre-Processing Step * **************************************/ @@ -469,6 +493,7 @@ void Vision::run() //Apply blurring and gamma corretion methods vision_frame = proccess_frame(vision_frame, vision_frame); + //raw_frame.forEach(ColorSpaceTransform(m)); switch(mode){ case 0: //Visualization mode @@ -518,8 +543,6 @@ void Vision::run() } } - - //Compute the linear and angular velocity of the ball info.ball_vel.first /= deltaT; info.ball_vel.second /= deltaT; @@ -612,6 +635,63 @@ void Vision::Play() } } +void Vision::generateColorCalibTransform() +{ + int i, j, rsize = robots.size(); + vector low, upper; + vector > mean_color; + MatrixXf C(3, 3), colors(3, 3); + + C << 0, 0, 255, + 0, 255, 0, + 255, 0, 0; + + for(j = 0; j <= 4; j += 2){ + if(j != 2){ + low = robots[j].get_team_low_color(); + upper = robots[j].get_team_upper_color(); + }else{ + low = robots[j].get_low_color(); + upper = robots[j].get_upper_color(); + } + + for(i = 0; i < low.size(); i++){ + low[i] += upper[i]; + low[i] /= 2; + } + + mean_color.push_back(low); + } + + for(i = 0; i < mean_color.size(); i++){ + for(j = 0; j < mean_color[0].size(); j++){ + colors(i, j) = mean_color[i][j]; + cout << mean_color[i][j] << " "; + } + cout << endl; + } + + m = colors.bdcSvd(ComputeThinU | ComputeThinV).solve(C); +} + +void Vision::applyColorTransform(Mat img) +{ + int i; + MatrixXf c(1,3), k(1,3); + MatIterator_ it, end; + + for( it = img.begin(), end = img.end(); it != end; ++it) + { + for(i = 0; i < c.cols(); i++){ + c(0, i) = int((*it)[i]); + } + k = c * m; + (*it)[0] = (unsigned char)(k(0, 0)); + (*it)[1] = (unsigned char)(k(0, 1)); + (*it)[2] = (unsigned char)(k(0, 2)); + } +} + void Vision::updateFuzzyRobots(std::vector team_robots){ robots[0].set_flag_fuzzy(team_robots[0].get_flag_fuzzy()); robots[1].set_flag_fuzzy(team_robots[1].get_flag_fuzzy()); diff --git a/vision.h b/vision.h index 9cb06c4..98f9525 100644 --- a/vision.h +++ b/vision.h @@ -58,6 +58,7 @@ class Vision: public QThread { Q_OBJECT pair, vector > ball_color; Point ball_pos; bool ball_found; + MatrixXf m; Point2d ball_pos_cm; Point ball_last_pos; Point x_axis_slope, def_centroid, atk_centroid; @@ -70,6 +71,8 @@ class Vision: public QThread { Q_OBJECT pair LPF_Coefficients_A; // Coeficientes do LPF (angulo do robo) bool first_itr_LPF, LPF_flag; // Flag para a LPF + void generateColorCalibTransform(); + void applyColorTransform(Mat); public slots: void updateFuzzyRobots(std::vector); void updateMoverRobots(std::vector); diff --git a/vision.o b/vision.o deleted file mode 100644 index 81e9c4c..0000000 Binary files a/vision.o and /dev/null differ