From 42a2b9763dcd5e1ce7d43b41db2f97a178c2d862 Mon Sep 17 00:00:00 2001 From: Chris Esposito Date: Fri, 30 Aug 2024 20:51:56 +1000 Subject: [PATCH] Librademo builds on Windows --- .../___librador/demo_qt/librademo/Makefile | 3315 ++------ .../demo_qt/librademo/Makefile.Debug | 2522 ++++++ .../demo_qt/librademo/Makefile.Release | 2461 ++++++ .../demo_qt/librademo/librademo.pro | 44 +- .../demo_qt/librademo/libusb-1.0.dll | Bin 0 -> 157184 bytes .../demo_qt/librademo/libusb-1.0.lib | Bin 0 -> 52340 bytes .../___librador/demo_qt/librademo/libusb.h | 2311 ++++++ .../librademo/release/moc_mainwindow.cpp | 219 + .../demo_qt/librademo/release/moc_predefs.h | 12 + .../librademo/release/moc_qcustomplot.cpp | 6774 +++++++++++++++++ .../demo_qt/librademo/ui_mainwindow.h | 123 +- 11 files changed, 14801 insertions(+), 2980 deletions(-) create mode 100644 Librador_API/___librador/demo_qt/librademo/Makefile.Debug create mode 100644 Librador_API/___librador/demo_qt/librademo/Makefile.Release create mode 100644 Librador_API/___librador/demo_qt/librademo/libusb-1.0.dll create mode 100644 Librador_API/___librador/demo_qt/librademo/libusb-1.0.lib create mode 100644 Librador_API/___librador/demo_qt/librademo/libusb.h create mode 100644 Librador_API/___librador/demo_qt/librademo/release/moc_mainwindow.cpp create mode 100644 Librador_API/___librador/demo_qt/librademo/release/moc_predefs.h create mode 100644 Librador_API/___librador/demo_qt/librademo/release/moc_qcustomplot.cpp diff --git a/Librador_API/___librador/demo_qt/librademo/Makefile b/Librador_API/___librador/demo_qt/librademo/Makefile index 36a65adc..b7a9ab53 100644 --- a/Librador_API/___librador/demo_qt/librademo/Makefile +++ b/Librador_API/___librador/demo_qt/librademo/Makefile @@ -1,2910 +1,465 @@ ############################################################################# # Makefile for building: librademo -# Generated by qmake (3.1) (Qt 5.10.0) +# Generated by qmake (3.1) (Qt 5.12.12) # Project: librademo.pro # Template: app -# Command: /home/esposch/Qt/5.10.0/gcc_64/bin/qmake -o Makefile librademo.pro -spec linux-g++ +# Command: C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\bin\qmake.exe -o Makefile librademo.pro -spec win32-msvc "CONFIG+=qtquickcompiler" ############################################################################# MAKEFILE = Makefile -####### Compiler, tools and options +EQ = = -CC = gcc -CXX = g++ -DEFINES = -DQT_DEPRECATED_WARNINGS -DPLATFORM_LINUX -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -CFLAGS = -pipe -O2 -Wall -W -D_REENTRANT -fPIC $(DEFINES) -CXXFLAGS = -pipe -O2 -std=gnu++11 -Wall -W -D_REENTRANT -fPIC $(DEFINES) -INCPATH = -I. -I../../../../Desktop_Interface/ui_elements/qcp1 -I../../librador_shared_library -I../../../../Desktop_Interface/build_linux/libusb -I../../../../Desktop_Interface/build_linux/libdfuprog/include -I/home/esposch/Qt/5.10.0/gcc_64/include -I/home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport -I/home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets -I/home/esposch/Qt/5.10.0/gcc_64/include/QtGui -I/home/esposch/Qt/5.10.0/gcc_64/include/QtCore -I. -isystem /usr/include/libdrm -I. -I/home/esposch/Qt/5.10.0/gcc_64/mkspecs/linux-g++ -QMAKE = /home/esposch/Qt/5.10.0/gcc_64/bin/qmake -DEL_FILE = rm -f -CHK_DIR_EXISTS= test -d -MKDIR = mkdir -p -COPY = cp -f -COPY_FILE = cp -f -COPY_DIR = cp -f -R -INSTALL_FILE = install -m 644 -p -INSTALL_PROGRAM = install -m 755 -p -INSTALL_DIR = cp -f -R -QINSTALL = /home/esposch/Qt/5.10.0/gcc_64/bin/qmake -install qinstall -QINSTALL_PROGRAM = /home/esposch/Qt/5.10.0/gcc_64/bin/qmake -install qinstall -exe -DEL_FILE = rm -f -SYMLINK = ln -f -s +first: release +install: release-install +uninstall: release-uninstall +QMAKE = C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\bin\qmake.exe +DEL_FILE = del +CHK_DIR_EXISTS= if not exist +MKDIR = mkdir +COPY = copy /y +COPY_FILE = copy /y +COPY_DIR = xcopy /s /q /y /i +INSTALL_FILE = copy /y +INSTALL_PROGRAM = copy /y +INSTALL_DIR = xcopy /s /q /y /i +QINSTALL = C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\bin\qmake.exe -install qinstall +QINSTALL_PROGRAM = C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\bin\qmake.exe -install qinstall -exe +DEL_FILE = del +SYMLINK = $(QMAKE) -install ln -f -s DEL_DIR = rmdir -MOVE = mv -f -TAR = tar -cf -COMPRESS = gzip -9f -DISTNAME = librademo1.0.0 -DISTDIR = /home/esposch/Git/Labrador/Librador_API/___librador/demo_qt/librademo/.tmp/librademo1.0.0 -LINK = g++ -LFLAGS = -Wl,-O1 -Wl,-rpath,/home/esposch/Qt/5.10.0/gcc_64/lib -LIBS = $(SUBLIBS) -L../../librador_shared_library -lrador -L../../../../Desktop_Interface/build_linux/libusb -lusb-1.0 -L../../../../Desktop_Interface/build_linux/libdfuprog/lib/x64 -ldfuprog-0.9 -L/home/esposch/Qt/5.10.0/gcc_64/lib -lQt5PrintSupport -lQt5Widgets -lQt5Gui -lQt5Core -lGL -lpthread -AR = ar cqs -RANLIB = -SED = sed -STRIP = strip +MOVE = move +SUBTARGETS = \ + release \ + debug -####### Output directory -OBJECTS_DIR = ./ +release: $(MAKEFILE) FORCE + @set MAKEFLAGS=$(MAKEFLAGS) + $(MAKE) -f $(MAKEFILE).Release +release-make_first: FORCE + @set MAKEFLAGS=$(MAKEFLAGS) + $(MAKE) -f $(MAKEFILE).Release +release-all: FORCE + @set MAKEFLAGS=$(MAKEFLAGS) + $(MAKE) -f $(MAKEFILE).Release all +release-clean: FORCE + @set MAKEFLAGS=$(MAKEFLAGS) + $(MAKE) -f $(MAKEFILE).Release clean +release-distclean: FORCE + @set MAKEFLAGS=$(MAKEFLAGS) + $(MAKE) -f $(MAKEFILE).Release distclean +release-install: FORCE + @set MAKEFLAGS=$(MAKEFLAGS) + $(MAKE) -f $(MAKEFILE).Release install +release-uninstall: FORCE + @set MAKEFLAGS=$(MAKEFLAGS) + $(MAKE) -f $(MAKEFILE).Release uninstall +debug: $(MAKEFILE) FORCE + @set MAKEFLAGS=$(MAKEFLAGS) + $(MAKE) -f $(MAKEFILE).Debug +debug-make_first: FORCE + @set MAKEFLAGS=$(MAKEFLAGS) + $(MAKE) -f $(MAKEFILE).Debug +debug-all: FORCE + @set MAKEFLAGS=$(MAKEFLAGS) + $(MAKE) -f $(MAKEFILE).Debug all +debug-clean: FORCE + @set MAKEFLAGS=$(MAKEFLAGS) + $(MAKE) -f $(MAKEFILE).Debug clean +debug-distclean: FORCE + @set MAKEFLAGS=$(MAKEFLAGS) + $(MAKE) -f $(MAKEFILE).Debug distclean +debug-install: FORCE + @set MAKEFLAGS=$(MAKEFLAGS) + $(MAKE) -f $(MAKEFILE).Debug install +debug-uninstall: FORCE + @set MAKEFLAGS=$(MAKEFLAGS) + $(MAKE) -f $(MAKEFILE).Debug uninstall -####### Files - -SOURCES = main.cpp \ - mainwindow.cpp \ - ../../../../Desktop_Interface/ui_elements/qcp1/qcustomplot.cpp moc_mainwindow.cpp \ - moc_qcustomplot.cpp -OBJECTS = main.o \ - mainwindow.o \ - qcustomplot.o \ - moc_mainwindow.o \ - moc_qcustomplot.o -DIST = /home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/spec_pre.prf \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/common/unix.conf \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/common/linux.conf \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/common/sanitize.conf \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/common/gcc-base.conf \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/common/gcc-base-unix.conf \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/common/g++-base.conf \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/common/g++-unix.conf \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/qconfig.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3danimation.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3danimation_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3dcore.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3dcore_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3dextras.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3dextras_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3dinput.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3dinput_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3dlogic.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3dlogic_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3dquick.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3dquick_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3dquickanimation.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3dquickanimation_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3dquickextras.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3dquickextras_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3dquickinput.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3dquickinput_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3dquickrender.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3dquickrender_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3dquickscene2d.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3dquickscene2d_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3drender.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3drender_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_accessibility_support_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_bluetooth.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_bluetooth_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_bootstrap_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_charts.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_charts_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_concurrent.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_concurrent_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_core.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_core_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_datavisualization.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_datavisualization_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_dbus.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_dbus_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_designer.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_designer_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_designercomponents_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_devicediscovery_support_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_edid_support_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_egl_support_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_eglfs_kms_support_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_eglfsdeviceintegration_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_eventdispatcher_support_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_fb_support_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_fontdatabase_support_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_gamepad.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_gamepad_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_glx_support_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_gui.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_gui_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_help.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_help_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_input_support_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_kms_support_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_linuxaccessibility_support_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_location.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_location_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_multimedia.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_multimedia_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_multimediagsttools_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_multimediawidgets.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_multimediawidgets_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_network.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_network_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_networkauth.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_networkauth_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_nfc.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_nfc_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_opengl.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_opengl_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_openglextensions.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_openglextensions_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_packetprotocol_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_platformcompositor_support_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_positioning.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_positioning_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_printsupport.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_printsupport_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_purchasing.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_purchasing_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_qml.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_qml_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_qmldebug_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_qmldevtools_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_qmltest.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_qmltest_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_qtmultimediaquicktools_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_quick.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_quick_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_quickcontrols2.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_quickcontrols2_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_quickparticles_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_quicktemplates2_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_quickwidgets.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_quickwidgets_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_remoteobjects.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_remoteobjects_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_repparser.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_repparser_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_script.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_script_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_scripttools.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_scripttools_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_scxml.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_scxml_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_sensors.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_sensors_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_serialbus.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_serialbus_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_serialport.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_serialport_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_service_support_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_sql.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_sql_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_svg.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_svg_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_testlib.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_testlib_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_texttospeech.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_texttospeech_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_theme_support_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_uiplugin.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_uitools.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_uitools_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_webchannel.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_webchannel_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_webengine.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_webengine_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_webenginecore.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_webenginecore_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_webenginecoreheaders_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_webenginewidgets.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_webenginewidgets_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_websockets.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_websockets_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_webview.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_webview_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_widgets.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_widgets_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_x11extras.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_x11extras_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_xcb_qpa_lib_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_xml.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_xml_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_xmlpatterns.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_xmlpatterns_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/qt_functions.prf \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/qt_config.prf \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/linux-g++/qmake.conf \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/spec_post.prf \ +Makefile: librademo.pro C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\win32-msvc\qmake.conf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\spec_pre.prf \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\common\angle.conf \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\win32\windows_vulkan_sdk.prf \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\common\windows-vulkan.conf \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\common\msvc-desktop.conf \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\qconfig.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3danimation.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3danimation_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dcore.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dcore_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dextras.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dextras_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dinput.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dinput_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dlogic.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dlogic_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dquick.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dquick_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dquickanimation.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dquickanimation_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dquickextras.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dquickextras_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dquickinput.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dquickinput_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dquickrender.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dquickrender_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dquickscene2d.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dquickscene2d_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3drender.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3drender_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_accessibility_support_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_axbase.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_axbase_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_axcontainer.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_axcontainer_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_axserver.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_axserver_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_bluetooth.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_bluetooth_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_bootstrap_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_concurrent.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_concurrent_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_core.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_core_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_dbus.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_dbus_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_designer.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_designer_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_designercomponents_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_devicediscovery_support_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_edid_support_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_egl_support_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_eventdispatcher_support_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_fb_support_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_fontdatabase_support_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_gamepad.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_gamepad_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_gui.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_gui_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_help.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_help_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_location.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_location_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_multimedia.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_multimedia_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_multimediawidgets.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_multimediawidgets_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_network.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_network_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_nfc.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_nfc_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_opengl.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_opengl_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_openglextensions.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_openglextensions_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_packetprotocol_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_platformcompositor_support_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_positioning.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_positioning_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_positioningquick.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_positioningquick_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_printsupport.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_printsupport_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_qml.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_qml_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_qmldebug_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_qmldevtools_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_qmltest.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_qmltest_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_qtmultimediaquicktools_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_quick.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_quick_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_quickcontrols2.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_quickcontrols2_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_quickparticles_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_quickshapes_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_quicktemplates2.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_quicktemplates2_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_quickwidgets.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_quickwidgets_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_remoteobjects.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_remoteobjects_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_repparser.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_repparser_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_scxml.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_scxml_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_sensors.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_sensors_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_serialbus.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_serialbus_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_serialport.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_serialport_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_sql.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_sql_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_svg.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_svg_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_testlib.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_testlib_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_texttospeech.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_texttospeech_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_theme_support_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_uiplugin.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_uitools.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_uitools_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_vulkan_support_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_webchannel.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_webchannel_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_websockets.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_websockets_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_webview.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_webview_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_widgets.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_widgets_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_windowsuiautomation_support_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_winextras.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_winextras_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_xml.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_xml_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_xmlpatterns.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_xmlpatterns_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_zlib_private.pri \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\qt_functions.prf \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\qt_config.prf \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\win32-msvc\qmake.conf \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\spec_post.prf \ .qmake.stash \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/exclusive_builds.prf \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/toolchain.prf \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/default_pre.prf \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/resolve_config.prf \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/default_post.prf \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/warn_on.prf \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/qt.prf \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/resources.prf \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/moc.prf \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/unix/opengl.prf \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/uic.prf \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/unix/thread.prf \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/qmake_use.prf \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/file_copies.prf \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/testcase_targets.prf \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/exceptions.prf \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/yacc.prf \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/lex.prf \ - librademo.pro mainwindow.h \ - ../../../../Desktop_Interface/ui_elements/qcp1/qcustomplot.h main.cpp \ - mainwindow.cpp \ - ../../../../Desktop_Interface/ui_elements/qcp1/qcustomplot.cpp -QMAKE_TARGET = librademo -DESTDIR = -TARGET = librademo - - -first: all -####### Build rules - -$(TARGET): ui_mainwindow.h $(OBJECTS) - $(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJCOMP) $(LIBS) - -Makefile: librademo.pro /home/esposch/Qt/5.10.0/gcc_64/mkspecs/linux-g++/qmake.conf /home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/spec_pre.prf \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/common/unix.conf \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/common/linux.conf \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/common/sanitize.conf \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/common/gcc-base.conf \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/common/gcc-base-unix.conf \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/common/g++-base.conf \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/common/g++-unix.conf \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/qconfig.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3danimation.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3danimation_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3dcore.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3dcore_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3dextras.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3dextras_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3dinput.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3dinput_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3dlogic.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3dlogic_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3dquick.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3dquick_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3dquickanimation.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3dquickanimation_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3dquickextras.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3dquickextras_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3dquickinput.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3dquickinput_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3dquickrender.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3dquickrender_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3dquickscene2d.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3dquickscene2d_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3drender.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3drender_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_accessibility_support_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_bluetooth.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_bluetooth_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_bootstrap_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_charts.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_charts_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_concurrent.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_concurrent_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_core.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_core_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_datavisualization.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_datavisualization_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_dbus.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_dbus_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_designer.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_designer_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_designercomponents_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_devicediscovery_support_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_edid_support_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_egl_support_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_eglfs_kms_support_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_eglfsdeviceintegration_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_eventdispatcher_support_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_fb_support_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_fontdatabase_support_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_gamepad.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_gamepad_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_glx_support_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_gui.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_gui_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_help.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_help_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_input_support_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_kms_support_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_linuxaccessibility_support_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_location.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_location_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_multimedia.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_multimedia_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_multimediagsttools_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_multimediawidgets.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_multimediawidgets_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_network.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_network_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_networkauth.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_networkauth_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_nfc.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_nfc_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_opengl.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_opengl_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_openglextensions.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_openglextensions_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_packetprotocol_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_platformcompositor_support_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_positioning.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_positioning_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_printsupport.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_printsupport_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_purchasing.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_purchasing_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_qml.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_qml_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_qmldebug_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_qmldevtools_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_qmltest.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_qmltest_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_qtmultimediaquicktools_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_quick.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_quick_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_quickcontrols2.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_quickcontrols2_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_quickparticles_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_quicktemplates2_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_quickwidgets.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_quickwidgets_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_remoteobjects.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_remoteobjects_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_repparser.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_repparser_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_script.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_script_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_scripttools.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_scripttools_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_scxml.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_scxml_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_sensors.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_sensors_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_serialbus.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_serialbus_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_serialport.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_serialport_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_service_support_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_sql.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_sql_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_svg.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_svg_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_testlib.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_testlib_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_texttospeech.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_texttospeech_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_theme_support_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_uiplugin.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_uitools.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_uitools_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_webchannel.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_webchannel_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_webengine.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_webengine_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_webenginecore.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_webenginecore_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_webenginecoreheaders_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_webenginewidgets.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_webenginewidgets_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_websockets.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_websockets_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_webview.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_webview_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_widgets.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_widgets_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_x11extras.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_x11extras_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_xcb_qpa_lib_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_xml.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_xml_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_xmlpatterns.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_xmlpatterns_private.pri \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/qt_functions.prf \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/qt_config.prf \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/linux-g++/qmake.conf \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/spec_post.prf \ - .qmake.stash \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/exclusive_builds.prf \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/toolchain.prf \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/default_pre.prf \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/resolve_config.prf \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/default_post.prf \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/warn_on.prf \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/qt.prf \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/resources.prf \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/moc.prf \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/unix/opengl.prf \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/uic.prf \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/unix/thread.prf \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/qmake_use.prf \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/file_copies.prf \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/testcase_targets.prf \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/exceptions.prf \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/yacc.prf \ - /home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/lex.prf \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\exclusive_builds.prf \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\common\msvc-version.conf \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\toolchain.prf \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\default_pre.prf \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\win32\default_pre.prf \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\resolve_config.prf \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\exclusive_builds_post.prf \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\default_post.prf \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\resources.prf \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\qtquickcompiler.prf \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\precompile_header.prf \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\warn_on.prf \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\qt.prf \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\moc.prf \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\win32\opengl.prf \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\uic.prf \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\qmake_use.prf \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\file_copies.prf \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\win32\windows.prf \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\testcase_targets.prf \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\exceptions.prf \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\yacc.prf \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\lex.prf \ librademo.pro \ - /home/esposch/Qt/5.10.0/gcc_64/lib/libQt5PrintSupport.prl \ - /home/esposch/Qt/5.10.0/gcc_64/lib/libQt5Widgets.prl \ - /home/esposch/Qt/5.10.0/gcc_64/lib/libQt5Gui.prl \ - /home/esposch/Qt/5.10.0/gcc_64/lib/libQt5Core.prl - $(QMAKE) -o Makefile librademo.pro -spec linux-g++ -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/spec_pre.prf: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/common/unix.conf: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/common/linux.conf: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/common/sanitize.conf: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/common/gcc-base.conf: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/common/gcc-base-unix.conf: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/common/g++-base.conf: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/common/g++-unix.conf: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/qconfig.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3danimation.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3danimation_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3dcore.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3dcore_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3dextras.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3dextras_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3dinput.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3dinput_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3dlogic.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3dlogic_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3dquick.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3dquick_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3dquickanimation.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3dquickanimation_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3dquickextras.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3dquickextras_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3dquickinput.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3dquickinput_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3dquickrender.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3dquickrender_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3dquickscene2d.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3dquickscene2d_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3drender.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_3drender_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_accessibility_support_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_bluetooth.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_bluetooth_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_bootstrap_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_charts.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_charts_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_concurrent.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_concurrent_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_core.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_core_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_datavisualization.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_datavisualization_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_dbus.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_dbus_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_designer.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_designer_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_designercomponents_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_devicediscovery_support_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_edid_support_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_egl_support_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_eglfs_kms_support_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_eglfsdeviceintegration_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_eventdispatcher_support_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_fb_support_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_fontdatabase_support_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_gamepad.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_gamepad_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_glx_support_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_gui.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_gui_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_help.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_help_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_input_support_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_kms_support_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_linuxaccessibility_support_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_location.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_location_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_multimedia.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_multimedia_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_multimediagsttools_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_multimediawidgets.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_multimediawidgets_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_network.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_network_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_networkauth.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_networkauth_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_nfc.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_nfc_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_opengl.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_opengl_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_openglextensions.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_openglextensions_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_packetprotocol_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_platformcompositor_support_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_positioning.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_positioning_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_printsupport.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_printsupport_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_purchasing.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_purchasing_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_qml.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_qml_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_qmldebug_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_qmldevtools_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_qmltest.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_qmltest_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_qtmultimediaquicktools_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_quick.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_quick_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_quickcontrols2.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_quickcontrols2_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_quickparticles_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_quicktemplates2_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_quickwidgets.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_quickwidgets_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_remoteobjects.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_remoteobjects_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_repparser.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_repparser_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_script.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_script_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_scripttools.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_scripttools_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_scxml.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_scxml_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_sensors.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_sensors_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_serialbus.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_serialbus_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_serialport.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_serialport_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_service_support_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_sql.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_sql_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_svg.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_svg_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_testlib.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_testlib_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_texttospeech.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_texttospeech_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_theme_support_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_uiplugin.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_uitools.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_uitools_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_webchannel.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_webchannel_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_webengine.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_webengine_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_webenginecore.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_webenginecore_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_webenginecoreheaders_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_webenginewidgets.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_webenginewidgets_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_websockets.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_websockets_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_webview.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_webview_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_widgets.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_widgets_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_x11extras.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_x11extras_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_xcb_qpa_lib_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_xml.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_xml_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_xmlpatterns.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/modules/qt_lib_xmlpatterns_private.pri: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/qt_functions.prf: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/qt_config.prf: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/linux-g++/qmake.conf: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/spec_post.prf: + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\lib\Qt5PrintSupport.prl \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\lib\Qt5Widgets.prl \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\lib\Qt5Gui.prl \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\lib\Qt5Core.prl \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\lib\qtmain.prl + $(QMAKE) -o Makefile librademo.pro -spec win32-msvc "CONFIG+=qtquickcompiler" +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\spec_pre.prf: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\common\angle.conf: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\win32\windows_vulkan_sdk.prf: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\common\windows-vulkan.conf: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\common\msvc-desktop.conf: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\qconfig.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3danimation.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3danimation_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dcore.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dcore_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dextras.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dextras_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dinput.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dinput_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dlogic.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dlogic_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dquick.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dquick_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dquickanimation.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dquickanimation_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dquickextras.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dquickextras_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dquickinput.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dquickinput_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dquickrender.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dquickrender_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dquickscene2d.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dquickscene2d_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3drender.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3drender_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_accessibility_support_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_axbase.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_axbase_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_axcontainer.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_axcontainer_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_axserver.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_axserver_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_bluetooth.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_bluetooth_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_bootstrap_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_concurrent.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_concurrent_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_core.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_core_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_dbus.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_dbus_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_designer.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_designer_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_designercomponents_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_devicediscovery_support_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_edid_support_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_egl_support_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_eventdispatcher_support_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_fb_support_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_fontdatabase_support_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_gamepad.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_gamepad_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_gui.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_gui_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_help.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_help_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_location.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_location_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_multimedia.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_multimedia_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_multimediawidgets.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_multimediawidgets_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_network.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_network_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_nfc.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_nfc_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_opengl.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_opengl_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_openglextensions.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_openglextensions_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_packetprotocol_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_platformcompositor_support_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_positioning.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_positioning_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_positioningquick.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_positioningquick_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_printsupport.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_printsupport_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_qml.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_qml_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_qmldebug_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_qmldevtools_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_qmltest.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_qmltest_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_qtmultimediaquicktools_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_quick.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_quick_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_quickcontrols2.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_quickcontrols2_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_quickparticles_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_quickshapes_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_quicktemplates2.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_quicktemplates2_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_quickwidgets.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_quickwidgets_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_remoteobjects.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_remoteobjects_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_repparser.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_repparser_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_scxml.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_scxml_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_sensors.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_sensors_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_serialbus.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_serialbus_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_serialport.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_serialport_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_sql.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_sql_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_svg.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_svg_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_testlib.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_testlib_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_texttospeech.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_texttospeech_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_theme_support_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_uiplugin.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_uitools.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_uitools_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_vulkan_support_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_webchannel.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_webchannel_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_websockets.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_websockets_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_webview.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_webview_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_widgets.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_widgets_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_windowsuiautomation_support_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_winextras.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_winextras_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_xml.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_xml_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_xmlpatterns.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_xmlpatterns_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_zlib_private.pri: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\qt_functions.prf: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\qt_config.prf: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\win32-msvc\qmake.conf: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\spec_post.prf: .qmake.stash: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/exclusive_builds.prf: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/toolchain.prf: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/default_pre.prf: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/resolve_config.prf: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/default_post.prf: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/warn_on.prf: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/qt.prf: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/resources.prf: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/moc.prf: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/unix/opengl.prf: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/uic.prf: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/unix/thread.prf: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/qmake_use.prf: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/file_copies.prf: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/testcase_targets.prf: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/exceptions.prf: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/yacc.prf: -/home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/lex.prf: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\exclusive_builds.prf: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\common\msvc-version.conf: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\toolchain.prf: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\default_pre.prf: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\win32\default_pre.prf: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\resolve_config.prf: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\exclusive_builds_post.prf: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\default_post.prf: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\resources.prf: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\qtquickcompiler.prf: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\precompile_header.prf: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\warn_on.prf: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\qt.prf: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\moc.prf: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\win32\opengl.prf: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\uic.prf: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\qmake_use.prf: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\file_copies.prf: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\win32\windows.prf: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\testcase_targets.prf: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\exceptions.prf: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\yacc.prf: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\lex.prf: librademo.pro: -/home/esposch/Qt/5.10.0/gcc_64/lib/libQt5PrintSupport.prl: -/home/esposch/Qt/5.10.0/gcc_64/lib/libQt5Widgets.prl: -/home/esposch/Qt/5.10.0/gcc_64/lib/libQt5Gui.prl: -/home/esposch/Qt/5.10.0/gcc_64/lib/libQt5Core.prl: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\lib\Qt5PrintSupport.prl: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\lib\Qt5Widgets.prl: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\lib\Qt5Gui.prl: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\lib\Qt5Core.prl: +C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\lib\qtmain.prl: qmake: FORCE - @$(QMAKE) -o Makefile librademo.pro -spec linux-g++ + @$(QMAKE) -o Makefile librademo.pro -spec win32-msvc "CONFIG+=qtquickcompiler" qmake_all: FORCE - -all: Makefile $(TARGET) - -dist: distdir FORCE - (cd `dirname $(DISTDIR)` && $(TAR) $(DISTNAME).tar $(DISTNAME) && $(COMPRESS) $(DISTNAME).tar) && $(MOVE) `dirname $(DISTDIR)`/$(DISTNAME).tar.gz . && $(DEL_FILE) -r $(DISTDIR) - -distdir: FORCE - @test -d $(DISTDIR) || mkdir -p $(DISTDIR) - $(COPY_FILE) --parents $(DIST) $(DISTDIR)/ - $(COPY_FILE) --parents /home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/data/dummy.cpp $(DISTDIR)/ - $(COPY_FILE) --parents mainwindow.h ../../../../Desktop_Interface/ui_elements/qcp1/qcustomplot.h $(DISTDIR)/ - $(COPY_FILE) --parents main.cpp mainwindow.cpp ../../../../Desktop_Interface/ui_elements/qcp1/qcustomplot.cpp $(DISTDIR)/ - $(COPY_FILE) --parents mainwindow.ui $(DISTDIR)/ - - -clean: compiler_clean - -$(DEL_FILE) $(OBJECTS) - -$(DEL_FILE) *~ core *.core - - -distclean: clean - -$(DEL_FILE) $(TARGET) - -$(DEL_FILE) .qmake.stash +make_first: release-make_first debug-make_first FORCE +all: release-all debug-all FORCE +clean: release-clean debug-clean FORCE +distclean: release-distclean debug-distclean FORCE -$(DEL_FILE) Makefile + -$(DEL_FILE) .qmake.stash +release-mocclean: + @set MAKEFLAGS=$(MAKEFLAGS) + $(MAKE) -f $(MAKEFILE).Release mocclean +debug-mocclean: + @set MAKEFLAGS=$(MAKEFLAGS) + $(MAKE) -f $(MAKEFILE).Debug mocclean +mocclean: release-mocclean debug-mocclean -####### Sub-libraries - -mocclean: compiler_moc_header_clean compiler_moc_objc_header_clean compiler_moc_source_clean - -mocables: compiler_moc_header_make_all compiler_moc_objc_header_make_all compiler_moc_source_make_all +release-mocables: + @set MAKEFLAGS=$(MAKEFLAGS) + $(MAKE) -f $(MAKEFILE).Release mocables +debug-mocables: + @set MAKEFLAGS=$(MAKEFLAGS) + $(MAKE) -f $(MAKEFILE).Debug mocables +mocables: release-mocables debug-mocables check: first benchmark: first - -compiler_rcc_make_all: -compiler_rcc_clean: -compiler_moc_predefs_make_all: moc_predefs.h -compiler_moc_predefs_clean: - -$(DEL_FILE) moc_predefs.h -moc_predefs.h: /home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/data/dummy.cpp - g++ -pipe -O2 -std=gnu++11 -Wall -W -dM -E -o moc_predefs.h /home/esposch/Qt/5.10.0/gcc_64/mkspecs/features/data/dummy.cpp - -compiler_moc_header_make_all: moc_mainwindow.cpp moc_qcustomplot.cpp -compiler_moc_header_clean: - -$(DEL_FILE) moc_mainwindow.cpp moc_qcustomplot.cpp -moc_mainwindow.cpp: /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/QMainWindow \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qmainwindow.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtguiglobal.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qglobal.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qconfig-bootstrapped.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qconfig.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qtcore-config.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsystemdetection.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qprocessordetection.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qcompilerdetection.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qtypeinfo.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsysinfo.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qlogging.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qflags.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qatomic.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qbasicatomic.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qatomic_bootstrap.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qgenericatomic.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qatomic_cxx11.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qatomic_msvc.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qglobalstatic.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qmutex.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qnumeric.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qversiontagging.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtgui-config.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtwidgets-config.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qwidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qwindowdefs.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qobjectdefs.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qnamespace.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qobjectdefs_impl.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qwindowdefs_win.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qobject.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstring.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qchar.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qbytearray.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qrefcount.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qarraydata.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstringliteral.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstringalgorithms.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstringview.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstringbuilder.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qlist.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qalgorithms.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qiterator.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qhashfunctions.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qpair.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qbytearraylist.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstringlist.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qregexp.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstringmatcher.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qcoreevent.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qscopedpointer.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qmetatype.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qvarlengtharray.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qcontainerfwd.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qobject_impl.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qmargins.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpaintdevice.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qrect.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsize.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qpoint.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpalette.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qcolor.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qrgb.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qrgba64.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qbrush.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qvector.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qmatrix.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpolygon.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qregion.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qdatastream.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qiodevice.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qline.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtransform.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpainterpath.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qimage.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpixelformat.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpixmap.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsharedpointer.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qshareddata.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qhash.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsharedpointer_impl.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qfont.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qfontmetrics.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qfontinfo.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qsizepolicy.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qcursor.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qkeysequence.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qevent.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qvariant.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qmap.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qdebug.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qtextstream.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qlocale.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qset.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qcontiguouscache.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qurl.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qurlquery.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qfile.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qfiledevice.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qvector2d.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtouchdevice.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtabwidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qicon.h \ - mainwindow.h \ - moc_predefs.h \ - /home/esposch/Qt/5.10.0/gcc_64/bin/moc - /home/esposch/Qt/5.10.0/gcc_64/bin/moc $(DEFINES) --include ./moc_predefs.h -I/home/esposch/Qt/5.10.0/gcc_64/mkspecs/linux-g++ -I/home/esposch/Git/Labrador/Librador_API/___librador/demo_qt/librademo -I/home/esposch/Git/Labrador/Desktop_Interface/ui_elements/qcp1 -I/home/esposch/Git/Labrador/Librador_API/___librador/librador_shared_library -I/home/esposch/Git/Labrador/Desktop_Interface/build_linux/libusb -I/home/esposch/Git/Labrador/Desktop_Interface/build_linux/libdfuprog/include -I/home/esposch/Qt/5.10.0/gcc_64/include -I/home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport -I/home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets -I/home/esposch/Qt/5.10.0/gcc_64/include/QtGui -I/home/esposch/Qt/5.10.0/gcc_64/include/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include mainwindow.h -o moc_mainwindow.cpp - -moc_qcustomplot.cpp: /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QObject \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qobject.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qobjectdefs.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qnamespace.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qglobal.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qconfig-bootstrapped.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qconfig.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qtcore-config.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsystemdetection.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qprocessordetection.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qcompilerdetection.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qtypeinfo.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsysinfo.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qlogging.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qflags.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qatomic.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qbasicatomic.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qatomic_bootstrap.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qgenericatomic.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qatomic_cxx11.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qatomic_msvc.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qglobalstatic.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qmutex.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qnumeric.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qversiontagging.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qobjectdefs_impl.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstring.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qchar.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qbytearray.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qrefcount.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qarraydata.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstringliteral.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstringalgorithms.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstringview.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstringbuilder.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qlist.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qalgorithms.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qiterator.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qhashfunctions.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qpair.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qbytearraylist.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstringlist.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qregexp.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstringmatcher.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qcoreevent.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qscopedpointer.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qmetatype.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qvarlengtharray.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qcontainerfwd.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qobject_impl.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QPointer \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qpointer.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsharedpointer.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qshareddata.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qhash.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsharedpointer_impl.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/QWidget \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qwidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtguiglobal.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtgui-config.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtwidgets-config.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qwindowdefs.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qwindowdefs_win.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qmargins.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpaintdevice.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qrect.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsize.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qpoint.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpalette.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qcolor.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qrgb.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qrgba64.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qbrush.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qvector.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qmatrix.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpolygon.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qregion.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qdatastream.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qiodevice.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qline.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtransform.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpainterpath.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qimage.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpixelformat.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpixmap.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qfont.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qfontmetrics.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qfontinfo.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qsizepolicy.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qcursor.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qkeysequence.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qevent.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qvariant.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qmap.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qdebug.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qtextstream.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qlocale.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qset.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qcontiguouscache.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qurl.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qurlquery.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qfile.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qfiledevice.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qvector2d.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtouchdevice.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QPainter \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpainter.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtextoption.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpen.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QPaintEvent \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QMouseEvent \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QPixmap \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QVector \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QString \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QDateTime \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qdatetime.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QMultiMap \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QFlags \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QDebug \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QVector2D \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QStack \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstack.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QCache \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qcache.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QMargins \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qmath.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport/QPrinter \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport/qprinter.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport/qtprintsupportglobal.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport/qtprintsupport-config.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpagedpaintdevice.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpagelayout.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpagesize.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport/QPrintEngine \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport/qprintengine.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QtNumeric \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport/QtPrintSupport \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport/QtPrintSupportDepends \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QtCore \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QtCoreDepends \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qabstractanimation.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qabstracteventdispatcher.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qeventloop.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qabstractitemmodel.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qabstractnativeeventfilter.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qabstractproxymodel.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qabstractstate.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qabstracttransition.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qanimationgroup.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qarraydataops.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qarraydatapointer.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qbasictimer.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qbitarray.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qbuffer.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qbytearraymatcher.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qcollator.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qcommandlineoption.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qcommandlineparser.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qcoreapplication.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qcryptographichash.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qdeadlinetimer.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qelapsedtimer.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qdir.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qfileinfo.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qdiriterator.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qeasingcurve.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qendian.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qeventtransition.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qexception.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qfactoryinterface.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qfileselector.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QStringList \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qfilesystemwatcher.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qfinalstate.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qfuture.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qfutureinterface.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qrunnable.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qresultstore.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qfuturesynchronizer.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qfuturewatcher.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qhistorystate.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qidentityproxymodel.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qisenum.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qitemselectionmodel.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qjsonarray.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qjsonvalue.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qjsondocument.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qjsonobject.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qlibrary.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qlibraryinfo.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qversionnumber.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qlinkedlist.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qlockfile.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qloggingcategory.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qmessageauthenticationcode.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qmetaobject.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qmimedata.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qmimedatabase.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qmimetype.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qobjectcleanuphandler.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qoperatingsystemversion.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qparallelanimationgroup.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qpauseanimation.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qplugin.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qpluginloader.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qprocess.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qpropertyanimation.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qvariantanimation.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qqueue.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qrandom.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qreadwritelock.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qregularexpression.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qresource.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsavefile.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qscopedvaluerollback.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsemaphore.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsequentialanimationgroup.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsettings.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsharedmemory.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsignalmapper.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsignaltransition.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsocketnotifier.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsortfilterproxymodel.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstandardpaths.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstate.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstatemachine.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstorageinfo.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstringlistmodel.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsystemsemaphore.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qtemporarydir.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QScopedPointer \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qtemporaryfile.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qtextboundaryfinder.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qtextcodec.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qthread.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qthreadpool.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qthreadstorage.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qtimeline.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qtimer.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qtimezone.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qtranslator.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qtypetraits.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/quuid.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qwaitcondition.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qwineventnotifier.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qxmlstream.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qtcoreversion.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QtGui \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QtGuiDepends \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qabstracttextdocumentlayout.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtextlayout.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtextformat.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qglyphrun.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qrawfont.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qfontdatabase.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtextcursor.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtextdocument.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qaccessible.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qaccessiblebridge.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qaccessibleobject.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qaccessibleplugin.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qbackingstore.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qwindow.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QEvent \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QRect \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qsurface.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qsurfaceformat.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qicon.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qbitmap.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qclipboard.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qdesktopservices.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qdrag.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qgenericmatrix.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qgenericplugin.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qgenericpluginfactory.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qguiapplication.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qinputmethod.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qiconengine.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qiconengineplugin.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qimageiohandler.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qimagereader.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qimagewriter.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qmatrix4x4.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qvector3d.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qvector4d.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qquaternion.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qmovie.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qoffscreensurface.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopengl.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qt_windows.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopengles2ext.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopenglext.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopenglbuffer.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopenglcontext.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QSurfaceFormat \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopenglversionfunctions.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopengldebug.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopenglextrafunctions.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopenglfunctions.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopenglframebufferobject.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopenglpaintdevice.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopenglpixeltransferoptions.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QSharedDataPointer \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopenglshaderprogram.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopengltexture.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopengltextureblitter.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QMatrix3x3 \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QMatrix4x4 \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopengltimerquery.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopenglvertexarrayobject.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopenglwindow.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QPaintDeviceWindow \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpaintdevicewindow.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QWindow \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QPaintDevice \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QOpenGLContext \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QImage \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpaintengine.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpdfwriter.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpicture.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpictureformatplugin.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpixmapcache.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qrasterwindow.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qscreen.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QList \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QSize \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QSizeF \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QTransform \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qsessionmanager.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qstandarditemmodel.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qstatictext.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qstylehints.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qsyntaxhighlighter.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtextobject.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtextdocumentfragment.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtextdocumentwriter.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtextlist.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtexttable.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qvalidator.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtguiversion.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/QtWidgets \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/QtWidgetsDepends \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qabstractbutton.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qabstractitemdelegate.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qstyleoption.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qabstractspinbox.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qslider.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qabstractslider.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qstyle.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtabbar.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtabwidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qrubberband.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qframe.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qabstractitemview.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qabstractscrollarea.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qaccessiblewidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qaction.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qactiongroup.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qapplication.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qdesktopwidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qboxlayout.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qlayout.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qlayoutitem.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgridlayout.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qbuttongroup.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qcalendarwidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qcheckbox.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qcolordialog.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qdialog.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qcolormap.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qcolumnview.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qcombobox.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qcommandlinkbutton.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qpushbutton.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qcommonstyle.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qcompleter.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qdatawidgetmapper.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qdatetimeedit.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qdial.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qdialogbuttonbox.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qdirmodel.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qfileiconprovider.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qdockwidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qdrawutil.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qerrormessage.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qfiledialog.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qfilesystemmodel.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qfocusframe.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qfontcombobox.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qfontdialog.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qformlayout.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/QLayout \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgesture.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgesturerecognizer.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgraphicsanchorlayout.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgraphicsitem.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgraphicslayout.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgraphicslayoutitem.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgraphicseffect.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgraphicsgridlayout.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgraphicsitemanimation.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgraphicslinearlayout.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgraphicsproxywidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgraphicswidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgraphicsscene.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgraphicssceneevent.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgraphicstransform.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QVector3D \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgraphicsview.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qscrollarea.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgroupbox.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qheaderview.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qinputdialog.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qlineedit.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qitemdelegate.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qitemeditorfactory.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qkeyeventtransition.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qkeysequenceedit.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qlabel.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qlcdnumber.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qlistview.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qlistwidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qmainwindow.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qmdiarea.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qmdisubwindow.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qmenu.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qmenubar.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qmessagebox.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qmouseeventtransition.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qopenglwidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qplaintextedit.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtextedit.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qprogressbar.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qprogressdialog.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qproxystyle.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/QCommonStyle \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qradiobutton.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qscrollbar.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qscroller.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QPointF \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/QScrollerProperties \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qscrollerproperties.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QMetaType \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QVariant \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qshortcut.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qsizegrip.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qspinbox.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qsplashscreen.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qsplitter.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qstackedlayout.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qstackedwidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qstatusbar.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qstyleditemdelegate.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qstylefactory.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qstylepainter.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qstyleplugin.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qsystemtrayicon.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtableview.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtablewidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtextbrowser.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtoolbar.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtoolbox.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtoolbutton.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtooltip.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtreeview.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtreewidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtreewidgetitemiterator.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qundogroup.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qundostack.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qundoview.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qwhatsthis.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qwidgetaction.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qwizard.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtwidgetsversion.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport/qabstractprintdialog.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport/qpagesetupdialog.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport/qprintdialog.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport/qprinterinfo.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QPair \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport/qprintpreviewdialog.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport/qprintpreviewwidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport/qtprintsupportversion.h \ - ../../../../Desktop_Interface/ui_elements/qcp1/qcustomplot.h \ - moc_predefs.h \ - /home/esposch/Qt/5.10.0/gcc_64/bin/moc - /home/esposch/Qt/5.10.0/gcc_64/bin/moc $(DEFINES) --include ./moc_predefs.h -I/home/esposch/Qt/5.10.0/gcc_64/mkspecs/linux-g++ -I/home/esposch/Git/Labrador/Librador_API/___librador/demo_qt/librademo -I/home/esposch/Git/Labrador/Desktop_Interface/ui_elements/qcp1 -I/home/esposch/Git/Labrador/Librador_API/___librador/librador_shared_library -I/home/esposch/Git/Labrador/Desktop_Interface/build_linux/libusb -I/home/esposch/Git/Labrador/Desktop_Interface/build_linux/libdfuprog/include -I/home/esposch/Qt/5.10.0/gcc_64/include -I/home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport -I/home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets -I/home/esposch/Qt/5.10.0/gcc_64/include/QtGui -I/home/esposch/Qt/5.10.0/gcc_64/include/QtCore -I/usr/include/c++/5 -I/usr/include/x86_64-linux-gnu/c++/5 -I/usr/include/c++/5/backward -I/usr/lib/gcc/x86_64-linux-gnu/5/include -I/usr/local/include -I/usr/lib/gcc/x86_64-linux-gnu/5/include-fixed -I/usr/include/x86_64-linux-gnu -I/usr/include ../../../../Desktop_Interface/ui_elements/qcp1/qcustomplot.h -o moc_qcustomplot.cpp - -compiler_moc_objc_header_make_all: -compiler_moc_objc_header_clean: -compiler_moc_source_make_all: -compiler_moc_source_clean: -compiler_uic_make_all: ui_mainwindow.h -compiler_uic_clean: - -$(DEL_FILE) ui_mainwindow.h -ui_mainwindow.h: mainwindow.ui \ - /home/esposch/Qt/5.10.0/gcc_64/bin/uic \ - ../../../../Desktop_Interface/ui_elements/qcp1/qcustomplot.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QObject \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qobject.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qobjectdefs.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qnamespace.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qglobal.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qconfig-bootstrapped.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qconfig.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qtcore-config.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsystemdetection.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qprocessordetection.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qcompilerdetection.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qtypeinfo.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsysinfo.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qlogging.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qflags.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qatomic.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qbasicatomic.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qatomic_bootstrap.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qgenericatomic.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qatomic_cxx11.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qatomic_msvc.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qglobalstatic.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qmutex.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qnumeric.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qversiontagging.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qobjectdefs_impl.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstring.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qchar.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qbytearray.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qrefcount.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qarraydata.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstringliteral.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstringalgorithms.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstringview.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstringbuilder.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qlist.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qalgorithms.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qiterator.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qhashfunctions.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qpair.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qbytearraylist.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstringlist.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qregexp.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstringmatcher.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qcoreevent.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qscopedpointer.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qmetatype.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qvarlengtharray.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qcontainerfwd.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qobject_impl.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QPointer \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qpointer.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsharedpointer.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qshareddata.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qhash.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsharedpointer_impl.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/QWidget \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qwidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtguiglobal.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtgui-config.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtwidgets-config.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qwindowdefs.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qwindowdefs_win.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qmargins.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpaintdevice.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qrect.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsize.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qpoint.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpalette.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qcolor.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qrgb.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qrgba64.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qbrush.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qvector.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qmatrix.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpolygon.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qregion.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qdatastream.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qiodevice.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qline.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtransform.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpainterpath.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qimage.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpixelformat.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpixmap.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qfont.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qfontmetrics.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qfontinfo.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qsizepolicy.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qcursor.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qkeysequence.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qevent.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qvariant.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qmap.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qdebug.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qtextstream.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qlocale.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qset.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qcontiguouscache.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qurl.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qurlquery.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qfile.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qfiledevice.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qvector2d.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtouchdevice.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QPainter \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpainter.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtextoption.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpen.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QPaintEvent \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QMouseEvent \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QPixmap \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QVector \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QString \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QDateTime \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qdatetime.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QMultiMap \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QFlags \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QDebug \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QVector2D \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QStack \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstack.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QCache \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qcache.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QMargins \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qmath.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport/QPrinter \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport/qprinter.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport/qtprintsupportglobal.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport/qtprintsupport-config.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpagedpaintdevice.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpagelayout.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpagesize.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport/QPrintEngine \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport/qprintengine.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QtNumeric \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport/QtPrintSupport \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport/QtPrintSupportDepends \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QtCore \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QtCoreDepends \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qabstractanimation.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qabstracteventdispatcher.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qeventloop.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qabstractitemmodel.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qabstractnativeeventfilter.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qabstractproxymodel.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qabstractstate.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qabstracttransition.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qanimationgroup.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qarraydataops.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qarraydatapointer.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qbasictimer.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qbitarray.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qbuffer.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qbytearraymatcher.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qcollator.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qcommandlineoption.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qcommandlineparser.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qcoreapplication.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qcryptographichash.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qdeadlinetimer.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qelapsedtimer.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qdir.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qfileinfo.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qdiriterator.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qeasingcurve.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qendian.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qeventtransition.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qexception.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qfactoryinterface.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qfileselector.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QStringList \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qfilesystemwatcher.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qfinalstate.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qfuture.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qfutureinterface.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qrunnable.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qresultstore.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qfuturesynchronizer.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qfuturewatcher.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qhistorystate.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qidentityproxymodel.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qisenum.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qitemselectionmodel.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qjsonarray.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qjsonvalue.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qjsondocument.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qjsonobject.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qlibrary.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qlibraryinfo.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qversionnumber.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qlinkedlist.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qlockfile.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qloggingcategory.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qmessageauthenticationcode.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qmetaobject.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qmimedata.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qmimedatabase.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qmimetype.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qobjectcleanuphandler.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qoperatingsystemversion.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qparallelanimationgroup.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qpauseanimation.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qplugin.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qpluginloader.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qprocess.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qpropertyanimation.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qvariantanimation.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qqueue.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qrandom.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qreadwritelock.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qregularexpression.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qresource.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsavefile.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qscopedvaluerollback.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsemaphore.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsequentialanimationgroup.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsettings.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsharedmemory.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsignalmapper.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsignaltransition.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsocketnotifier.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsortfilterproxymodel.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstandardpaths.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstate.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstatemachine.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstorageinfo.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstringlistmodel.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsystemsemaphore.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qtemporarydir.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QScopedPointer \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qtemporaryfile.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qtextboundaryfinder.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qtextcodec.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qthread.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qthreadpool.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qthreadstorage.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qtimeline.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qtimer.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qtimezone.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qtranslator.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qtypetraits.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/quuid.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qwaitcondition.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qwineventnotifier.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qxmlstream.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qtcoreversion.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QtGui \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QtGuiDepends \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qabstracttextdocumentlayout.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtextlayout.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtextformat.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qglyphrun.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qrawfont.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qfontdatabase.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtextcursor.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtextdocument.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qaccessible.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qaccessiblebridge.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qaccessibleobject.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qaccessibleplugin.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qbackingstore.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qwindow.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QEvent \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QRect \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qsurface.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qsurfaceformat.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qicon.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qbitmap.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qclipboard.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qdesktopservices.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qdrag.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qgenericmatrix.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qgenericplugin.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qgenericpluginfactory.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qguiapplication.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qinputmethod.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qiconengine.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qiconengineplugin.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qimageiohandler.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qimagereader.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qimagewriter.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qmatrix4x4.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qvector3d.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qvector4d.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qquaternion.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qmovie.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qoffscreensurface.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopengl.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qt_windows.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopengles2ext.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopenglext.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopenglbuffer.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopenglcontext.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QSurfaceFormat \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopenglversionfunctions.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopengldebug.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopenglextrafunctions.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopenglfunctions.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopenglframebufferobject.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopenglpaintdevice.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopenglpixeltransferoptions.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QSharedDataPointer \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopenglshaderprogram.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopengltexture.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopengltextureblitter.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QMatrix3x3 \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QMatrix4x4 \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopengltimerquery.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopenglvertexarrayobject.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopenglwindow.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QPaintDeviceWindow \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpaintdevicewindow.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QWindow \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QPaintDevice \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QOpenGLContext \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QImage \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpaintengine.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpdfwriter.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpicture.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpictureformatplugin.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpixmapcache.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qrasterwindow.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qscreen.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QList \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QSize \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QSizeF \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QTransform \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qsessionmanager.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qstandarditemmodel.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qstatictext.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qstylehints.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qsyntaxhighlighter.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtextobject.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtextdocumentfragment.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtextdocumentwriter.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtextlist.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtexttable.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qvalidator.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtguiversion.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/QtWidgets \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/QtWidgetsDepends \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qabstractbutton.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qabstractitemdelegate.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qstyleoption.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qabstractspinbox.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qslider.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qabstractslider.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qstyle.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtabbar.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtabwidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qrubberband.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qframe.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qabstractitemview.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qabstractscrollarea.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qaccessiblewidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qaction.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qactiongroup.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qapplication.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qdesktopwidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qboxlayout.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qlayout.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qlayoutitem.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgridlayout.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qbuttongroup.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qcalendarwidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qcheckbox.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qcolordialog.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qdialog.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qcolormap.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qcolumnview.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qcombobox.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qcommandlinkbutton.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qpushbutton.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qcommonstyle.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qcompleter.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qdatawidgetmapper.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qdatetimeedit.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qdial.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qdialogbuttonbox.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qdirmodel.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qfileiconprovider.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qdockwidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qdrawutil.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qerrormessage.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qfiledialog.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qfilesystemmodel.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qfocusframe.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qfontcombobox.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qfontdialog.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qformlayout.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/QLayout \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgesture.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgesturerecognizer.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgraphicsanchorlayout.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgraphicsitem.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgraphicslayout.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgraphicslayoutitem.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgraphicseffect.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgraphicsgridlayout.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgraphicsitemanimation.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgraphicslinearlayout.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgraphicsproxywidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgraphicswidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgraphicsscene.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgraphicssceneevent.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgraphicstransform.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QVector3D \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgraphicsview.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qscrollarea.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgroupbox.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qheaderview.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qinputdialog.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qlineedit.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qitemdelegate.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qitemeditorfactory.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qkeyeventtransition.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qkeysequenceedit.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qlabel.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qlcdnumber.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qlistview.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qlistwidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qmainwindow.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qmdiarea.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qmdisubwindow.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qmenu.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qmenubar.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qmessagebox.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qmouseeventtransition.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qopenglwidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qplaintextedit.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtextedit.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qprogressbar.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qprogressdialog.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qproxystyle.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/QCommonStyle \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qradiobutton.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qscrollbar.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qscroller.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QPointF \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/QScrollerProperties \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qscrollerproperties.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QMetaType \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QVariant \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qshortcut.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qsizegrip.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qspinbox.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qsplashscreen.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qsplitter.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qstackedlayout.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qstackedwidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qstatusbar.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qstyleditemdelegate.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qstylefactory.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qstylepainter.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qstyleplugin.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qsystemtrayicon.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtableview.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtablewidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtextbrowser.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtoolbar.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtoolbox.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtoolbutton.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtooltip.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtreeview.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtreewidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtreewidgetitemiterator.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qundogroup.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qundostack.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qundoview.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qwhatsthis.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qwidgetaction.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qwizard.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtwidgetsversion.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport/qabstractprintdialog.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport/qpagesetupdialog.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport/qprintdialog.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport/qprinterinfo.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QPair \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport/qprintpreviewdialog.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport/qprintpreviewwidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport/qtprintsupportversion.h - /home/esposch/Qt/5.10.0/gcc_64/bin/uic mainwindow.ui -o ui_mainwindow.h - -compiler_yacc_decl_make_all: -compiler_yacc_decl_clean: -compiler_yacc_impl_make_all: -compiler_yacc_impl_clean: -compiler_lex_make_all: -compiler_lex_clean: -compiler_clean: compiler_moc_predefs_clean compiler_moc_header_clean compiler_uic_clean - -####### Compile - -main.o: main.cpp mainwindow.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/QMainWindow \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qmainwindow.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtguiglobal.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qglobal.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qconfig-bootstrapped.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qconfig.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qtcore-config.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsystemdetection.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qprocessordetection.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qcompilerdetection.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qtypeinfo.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsysinfo.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qlogging.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qflags.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qatomic.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qbasicatomic.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qatomic_bootstrap.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qgenericatomic.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qatomic_cxx11.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qatomic_msvc.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qglobalstatic.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qmutex.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qnumeric.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qversiontagging.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtgui-config.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtwidgets-config.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qwidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qwindowdefs.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qobjectdefs.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qnamespace.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qobjectdefs_impl.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qwindowdefs_win.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qobject.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstring.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qchar.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qbytearray.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qrefcount.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qarraydata.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstringliteral.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstringalgorithms.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstringview.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstringbuilder.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qlist.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qalgorithms.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qiterator.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qhashfunctions.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qpair.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qbytearraylist.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstringlist.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qregexp.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstringmatcher.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qcoreevent.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qscopedpointer.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qmetatype.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qvarlengtharray.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qcontainerfwd.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qobject_impl.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qmargins.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpaintdevice.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qrect.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsize.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qpoint.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpalette.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qcolor.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qrgb.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qrgba64.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qbrush.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qvector.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qmatrix.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpolygon.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qregion.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qdatastream.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qiodevice.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qline.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtransform.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpainterpath.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qimage.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpixelformat.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpixmap.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsharedpointer.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qshareddata.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qhash.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsharedpointer_impl.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qfont.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qfontmetrics.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qfontinfo.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qsizepolicy.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qcursor.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qkeysequence.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qevent.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qvariant.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qmap.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qdebug.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qtextstream.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qlocale.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qset.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qcontiguouscache.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qurl.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qurlquery.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qfile.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qfiledevice.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qvector2d.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtouchdevice.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtabwidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qicon.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/QApplication \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qapplication.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qcoreapplication.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qeventloop.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qdesktopwidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qguiapplication.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qinputmethod.h - $(CXX) -c $(CXXFLAGS) $(INCPATH) -o main.o main.cpp - -mainwindow.o: mainwindow.cpp mainwindow.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/QMainWindow \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qmainwindow.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtguiglobal.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qglobal.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qconfig-bootstrapped.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qconfig.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qtcore-config.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsystemdetection.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qprocessordetection.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qcompilerdetection.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qtypeinfo.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsysinfo.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qlogging.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qflags.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qatomic.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qbasicatomic.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qatomic_bootstrap.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qgenericatomic.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qatomic_cxx11.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qatomic_msvc.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qglobalstatic.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qmutex.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qnumeric.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qversiontagging.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtgui-config.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtwidgets-config.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qwidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qwindowdefs.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qobjectdefs.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qnamespace.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qobjectdefs_impl.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qwindowdefs_win.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qobject.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstring.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qchar.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qbytearray.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qrefcount.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qarraydata.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstringliteral.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstringalgorithms.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstringview.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstringbuilder.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qlist.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qalgorithms.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qiterator.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qhashfunctions.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qpair.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qbytearraylist.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstringlist.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qregexp.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstringmatcher.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qcoreevent.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qscopedpointer.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qmetatype.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qvarlengtharray.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qcontainerfwd.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qobject_impl.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qmargins.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpaintdevice.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qrect.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsize.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qpoint.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpalette.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qcolor.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qrgb.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qrgba64.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qbrush.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qvector.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qmatrix.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpolygon.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qregion.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qdatastream.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qiodevice.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qline.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtransform.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpainterpath.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qimage.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpixelformat.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpixmap.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsharedpointer.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qshareddata.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qhash.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsharedpointer_impl.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qfont.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qfontmetrics.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qfontinfo.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qsizepolicy.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qcursor.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qkeysequence.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qevent.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qvariant.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qmap.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qdebug.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qtextstream.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qlocale.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qset.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qcontiguouscache.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qurl.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qurlquery.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qfile.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qfiledevice.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qvector2d.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtouchdevice.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtabwidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qicon.h \ - ui_mainwindow.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QVariant \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/QAction \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qaction.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qactiongroup.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/QApplication \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qapplication.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qcoreapplication.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qeventloop.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qdesktopwidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qguiapplication.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qinputmethod.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/QButtonGroup \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qbuttongroup.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/QCheckBox \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qcheckbox.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qabstractbutton.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/QComboBox \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qcombobox.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qabstractitemdelegate.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qstyleoption.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qabstractspinbox.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qvalidator.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qregularexpression.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qslider.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qabstractslider.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qstyle.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtabbar.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qrubberband.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qframe.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qabstractitemmodel.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/QDoubleSpinBox \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qspinbox.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/QHBoxLayout \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qboxlayout.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qlayout.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qlayoutitem.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgridlayout.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/QHeaderView \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qheaderview.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qabstractitemview.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qabstractscrollarea.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qitemselectionmodel.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/QLabel \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qlabel.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/QMenuBar \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qmenubar.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qmenu.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/QPushButton \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qpushbutton.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/QStatusBar \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qstatusbar.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/QToolBar \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtoolbar.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/QVBoxLayout \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/QWidget \ - ../../../../Desktop_Interface/ui_elements/qcp1/qcustomplot.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QObject \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QPointer \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qpointer.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QPainter \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpainter.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtextoption.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpen.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QPaintEvent \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QMouseEvent \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QPixmap \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QVector \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QString \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QDateTime \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qdatetime.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QMultiMap \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QFlags \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QDebug \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QVector2D \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QStack \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstack.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QCache \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qcache.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QMargins \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qmath.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport/QPrinter \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport/qprinter.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport/qtprintsupportglobal.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport/qtprintsupport-config.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpagedpaintdevice.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpagelayout.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpagesize.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport/QPrintEngine \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport/qprintengine.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QtNumeric \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport/QtPrintSupport \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport/QtPrintSupportDepends \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QtCore \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QtCoreDepends \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qabstractanimation.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qabstracteventdispatcher.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qabstractnativeeventfilter.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qabstractproxymodel.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qabstractstate.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qabstracttransition.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qanimationgroup.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qarraydataops.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qarraydatapointer.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qbasictimer.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qbitarray.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qbuffer.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qbytearraymatcher.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qcollator.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qcommandlineoption.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qcommandlineparser.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qcryptographichash.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qdeadlinetimer.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qelapsedtimer.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qdir.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qfileinfo.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qdiriterator.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qeasingcurve.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qendian.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qeventtransition.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qexception.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qfactoryinterface.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qfileselector.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QStringList \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qfilesystemwatcher.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qfinalstate.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qfuture.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qfutureinterface.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qrunnable.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qresultstore.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qfuturesynchronizer.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qfuturewatcher.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qhistorystate.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qidentityproxymodel.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qisenum.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qjsonarray.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qjsonvalue.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qjsondocument.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qjsonobject.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qlibrary.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qlibraryinfo.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qversionnumber.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qlinkedlist.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qlockfile.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qloggingcategory.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qmessageauthenticationcode.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qmetaobject.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qmimedata.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qmimedatabase.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qmimetype.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qobjectcleanuphandler.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qoperatingsystemversion.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qparallelanimationgroup.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qpauseanimation.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qplugin.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qpluginloader.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qprocess.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qpropertyanimation.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qvariantanimation.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qqueue.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qrandom.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qreadwritelock.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qresource.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsavefile.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qscopedvaluerollback.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsemaphore.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsequentialanimationgroup.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsettings.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsharedmemory.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsignalmapper.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsignaltransition.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsocketnotifier.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsortfilterproxymodel.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstandardpaths.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstate.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstatemachine.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstorageinfo.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstringlistmodel.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsystemsemaphore.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qtemporarydir.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QScopedPointer \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qtemporaryfile.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qtextboundaryfinder.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qtextcodec.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qthread.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qthreadpool.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qthreadstorage.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qtimeline.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qtimer.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qtimezone.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qtranslator.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qtypetraits.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/quuid.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qwaitcondition.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qwineventnotifier.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qxmlstream.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qtcoreversion.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QtGui \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QtGuiDepends \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qabstracttextdocumentlayout.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtextlayout.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtextformat.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qglyphrun.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qrawfont.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qfontdatabase.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtextcursor.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtextdocument.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qaccessible.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qaccessiblebridge.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qaccessibleobject.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qaccessibleplugin.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qbackingstore.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qwindow.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QEvent \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QRect \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qsurface.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qsurfaceformat.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qbitmap.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qclipboard.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qdesktopservices.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qdrag.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qgenericmatrix.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qgenericplugin.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qgenericpluginfactory.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qiconengine.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qiconengineplugin.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qimageiohandler.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qimagereader.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qimagewriter.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qmatrix4x4.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qvector3d.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qvector4d.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qquaternion.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qmovie.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qoffscreensurface.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopengl.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qt_windows.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopengles2ext.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopenglext.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopenglbuffer.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopenglcontext.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QSurfaceFormat \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopenglversionfunctions.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopengldebug.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopenglextrafunctions.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopenglfunctions.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopenglframebufferobject.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopenglpaintdevice.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopenglpixeltransferoptions.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QSharedDataPointer \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopenglshaderprogram.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopengltexture.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopengltextureblitter.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QMatrix3x3 \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QMatrix4x4 \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopengltimerquery.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopenglvertexarrayobject.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopenglwindow.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QPaintDeviceWindow \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpaintdevicewindow.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QWindow \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QPaintDevice \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QOpenGLContext \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QImage \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpaintengine.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpdfwriter.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpicture.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpictureformatplugin.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpixmapcache.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qrasterwindow.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qscreen.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QList \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QSize \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QSizeF \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QTransform \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qsessionmanager.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qstandarditemmodel.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qstatictext.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qstylehints.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qsyntaxhighlighter.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtextobject.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtextdocumentfragment.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtextdocumentwriter.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtextlist.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtexttable.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtguiversion.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/QtWidgets \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/QtWidgetsDepends \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qaccessiblewidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qcalendarwidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qcolordialog.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qdialog.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qcolormap.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qcolumnview.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qcommandlinkbutton.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qcommonstyle.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qcompleter.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qdatawidgetmapper.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qdatetimeedit.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qdial.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qdialogbuttonbox.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qdirmodel.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qfileiconprovider.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qdockwidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qdrawutil.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qerrormessage.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qfiledialog.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qfilesystemmodel.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qfocusframe.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qfontcombobox.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qfontdialog.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qformlayout.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/QLayout \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgesture.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgesturerecognizer.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgraphicsanchorlayout.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgraphicsitem.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgraphicslayout.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgraphicslayoutitem.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgraphicseffect.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgraphicsgridlayout.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgraphicsitemanimation.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgraphicslinearlayout.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgraphicsproxywidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgraphicswidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgraphicsscene.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgraphicssceneevent.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgraphicstransform.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QVector3D \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgraphicsview.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qscrollarea.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgroupbox.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qinputdialog.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qlineedit.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qitemdelegate.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qitemeditorfactory.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qkeyeventtransition.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qkeysequenceedit.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qlcdnumber.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qlistview.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qlistwidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qmdiarea.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qmdisubwindow.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qmessagebox.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qmouseeventtransition.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qopenglwidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qplaintextedit.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtextedit.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qprogressbar.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qprogressdialog.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qproxystyle.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/QCommonStyle \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qradiobutton.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qscrollbar.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qscroller.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QPointF \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/QScrollerProperties \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qscrollerproperties.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QMetaType \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qshortcut.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qsizegrip.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qsplashscreen.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qsplitter.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qstackedlayout.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qstackedwidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qstyleditemdelegate.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qstylefactory.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qstylepainter.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qstyleplugin.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qsystemtrayicon.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtableview.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtablewidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtextbrowser.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtoolbox.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtoolbutton.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtooltip.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtreeview.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtreewidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtreewidgetitemiterator.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qundogroup.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qundostack.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qundoview.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qwhatsthis.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qwidgetaction.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qwizard.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtwidgetsversion.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport/qabstractprintdialog.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport/qpagesetupdialog.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport/qprintdialog.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport/qprinterinfo.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QPair \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport/qprintpreviewdialog.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport/qprintpreviewwidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport/qtprintsupportversion.h \ - ../../librador_shared_library/librador.h \ - ../../librador_shared_library/librador_global.h - $(CXX) -c $(CXXFLAGS) $(INCPATH) -o mainwindow.o mainwindow.cpp - -qcustomplot.o: ../../../../Desktop_Interface/ui_elements/qcp1/qcustomplot.cpp ../../../../Desktop_Interface/ui_elements/qcp1/qcustomplot.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QObject \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qobject.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qobjectdefs.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qnamespace.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qglobal.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qconfig-bootstrapped.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qconfig.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qtcore-config.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsystemdetection.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qprocessordetection.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qcompilerdetection.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qtypeinfo.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsysinfo.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qlogging.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qflags.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qatomic.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qbasicatomic.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qatomic_bootstrap.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qgenericatomic.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qatomic_cxx11.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qatomic_msvc.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qglobalstatic.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qmutex.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qnumeric.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qversiontagging.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qobjectdefs_impl.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstring.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qchar.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qbytearray.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qrefcount.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qarraydata.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstringliteral.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstringalgorithms.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstringview.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstringbuilder.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qlist.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qalgorithms.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qiterator.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qhashfunctions.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qpair.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qbytearraylist.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstringlist.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qregexp.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstringmatcher.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qcoreevent.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qscopedpointer.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qmetatype.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qvarlengtharray.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qcontainerfwd.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qobject_impl.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QPointer \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qpointer.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsharedpointer.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qshareddata.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qhash.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsharedpointer_impl.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/QWidget \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qwidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtwidgetsglobal.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtguiglobal.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtgui-config.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtwidgets-config.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qwindowdefs.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qwindowdefs_win.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qmargins.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpaintdevice.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qrect.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsize.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qpoint.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpalette.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qcolor.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qrgb.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qrgba64.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qbrush.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qvector.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qmatrix.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpolygon.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qregion.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qdatastream.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qiodevice.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qline.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtransform.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpainterpath.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qimage.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpixelformat.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpixmap.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qfont.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qfontmetrics.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qfontinfo.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qsizepolicy.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qcursor.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qkeysequence.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qevent.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qvariant.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qmap.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qdebug.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qtextstream.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qlocale.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qset.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qcontiguouscache.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qurl.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qurlquery.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qfile.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qfiledevice.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qvector2d.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtouchdevice.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QPainter \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpainter.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtextoption.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpen.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QPaintEvent \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QMouseEvent \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QPixmap \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QVector \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QString \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QDateTime \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qdatetime.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QMultiMap \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QFlags \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QDebug \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QVector2D \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QStack \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstack.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QCache \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qcache.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QMargins \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qmath.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport/QPrinter \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport/qprinter.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport/qtprintsupportglobal.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport/qtprintsupport-config.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpagedpaintdevice.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpagelayout.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpagesize.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport/QPrintEngine \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport/qprintengine.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QtNumeric \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport/QtPrintSupport \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport/QtPrintSupportDepends \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QtCore \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QtCoreDepends \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qabstractanimation.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qabstracteventdispatcher.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qeventloop.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qabstractitemmodel.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qabstractnativeeventfilter.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qabstractproxymodel.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qabstractstate.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qabstracttransition.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qanimationgroup.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qarraydataops.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qarraydatapointer.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qbasictimer.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qbitarray.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qbuffer.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qbytearraymatcher.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qcollator.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qcommandlineoption.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qcommandlineparser.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qcoreapplication.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qcryptographichash.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qdeadlinetimer.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qelapsedtimer.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qdir.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qfileinfo.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qdiriterator.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qeasingcurve.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qendian.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qeventtransition.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qexception.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qfactoryinterface.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qfileselector.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QStringList \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qfilesystemwatcher.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qfinalstate.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qfuture.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qfutureinterface.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qrunnable.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qresultstore.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qfuturesynchronizer.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qfuturewatcher.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qhistorystate.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qidentityproxymodel.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qisenum.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qitemselectionmodel.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qjsonarray.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qjsonvalue.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qjsondocument.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qjsonobject.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qlibrary.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qlibraryinfo.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qversionnumber.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qlinkedlist.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qlockfile.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qloggingcategory.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qmessageauthenticationcode.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qmetaobject.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qmimedata.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qmimedatabase.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qmimetype.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qobjectcleanuphandler.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qoperatingsystemversion.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qparallelanimationgroup.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qpauseanimation.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qplugin.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qpluginloader.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qprocess.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qpropertyanimation.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qvariantanimation.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qqueue.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qrandom.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qreadwritelock.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qregularexpression.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qresource.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsavefile.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qscopedvaluerollback.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsemaphore.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsequentialanimationgroup.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsettings.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsharedmemory.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsignalmapper.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsignaltransition.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsocketnotifier.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsortfilterproxymodel.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstandardpaths.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstate.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstatemachine.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstorageinfo.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qstringlistmodel.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qsystemsemaphore.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qtemporarydir.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QScopedPointer \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qtemporaryfile.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qtextboundaryfinder.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qtextcodec.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qthread.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qthreadpool.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qthreadstorage.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qtimeline.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qtimer.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qtimezone.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qtranslator.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qtypetraits.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/quuid.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qwaitcondition.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qwineventnotifier.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qxmlstream.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qtcoreversion.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QtGui \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QtGuiDepends \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qabstracttextdocumentlayout.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtextlayout.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtextformat.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qglyphrun.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qrawfont.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qfontdatabase.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtextcursor.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtextdocument.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qaccessible.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qaccessiblebridge.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qaccessibleobject.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qaccessibleplugin.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qbackingstore.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qwindow.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QEvent \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QRect \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qsurface.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qsurfaceformat.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qicon.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qbitmap.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qclipboard.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qdesktopservices.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qdrag.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qgenericmatrix.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qgenericplugin.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qgenericpluginfactory.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qguiapplication.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qinputmethod.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qiconengine.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qiconengineplugin.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qimageiohandler.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qimagereader.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qimagewriter.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qmatrix4x4.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qvector3d.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qvector4d.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qquaternion.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qmovie.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qoffscreensurface.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopengl.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/qt_windows.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopengles2ext.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopenglext.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopenglbuffer.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopenglcontext.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QSurfaceFormat \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopenglversionfunctions.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopengldebug.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopenglextrafunctions.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopenglfunctions.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopenglframebufferobject.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopenglpaintdevice.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopenglpixeltransferoptions.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QSharedDataPointer \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopenglshaderprogram.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopengltexture.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopengltextureblitter.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QMatrix3x3 \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QMatrix4x4 \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopengltimerquery.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopenglvertexarrayobject.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qopenglwindow.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QPaintDeviceWindow \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpaintdevicewindow.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QWindow \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QPaintDevice \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QOpenGLContext \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QImage \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpaintengine.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpdfwriter.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpicture.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpictureformatplugin.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qpixmapcache.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qrasterwindow.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qscreen.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QList \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QSize \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QSizeF \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QTransform \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qsessionmanager.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qstandarditemmodel.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qstatictext.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qstylehints.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qsyntaxhighlighter.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtextobject.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtextdocumentfragment.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtextdocumentwriter.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtextlist.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtexttable.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qvalidator.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/qtguiversion.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/QtWidgets \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/QtWidgetsDepends \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qabstractbutton.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qabstractitemdelegate.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qstyleoption.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qabstractspinbox.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qslider.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qabstractslider.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qstyle.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtabbar.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtabwidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qrubberband.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qframe.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qabstractitemview.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qabstractscrollarea.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qaccessiblewidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qaction.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qactiongroup.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qapplication.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qdesktopwidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qboxlayout.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qlayout.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qlayoutitem.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgridlayout.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qbuttongroup.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qcalendarwidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qcheckbox.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qcolordialog.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qdialog.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qcolormap.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qcolumnview.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qcombobox.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qcommandlinkbutton.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qpushbutton.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qcommonstyle.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qcompleter.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qdatawidgetmapper.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qdatetimeedit.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qdial.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qdialogbuttonbox.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qdirmodel.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qfileiconprovider.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qdockwidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qdrawutil.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qerrormessage.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qfiledialog.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qfilesystemmodel.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qfocusframe.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qfontcombobox.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qfontdialog.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qformlayout.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/QLayout \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgesture.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgesturerecognizer.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgraphicsanchorlayout.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgraphicsitem.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgraphicslayout.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgraphicslayoutitem.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgraphicseffect.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgraphicsgridlayout.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgraphicsitemanimation.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgraphicslinearlayout.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgraphicsproxywidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgraphicswidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgraphicsscene.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgraphicssceneevent.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgraphicstransform.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtGui/QVector3D \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgraphicsview.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qscrollarea.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qgroupbox.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qheaderview.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qinputdialog.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qlineedit.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qitemdelegate.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qitemeditorfactory.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qkeyeventtransition.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qkeysequenceedit.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qlabel.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qlcdnumber.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qlistview.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qlistwidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qmainwindow.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qmdiarea.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qmdisubwindow.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qmenu.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qmenubar.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qmessagebox.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qmouseeventtransition.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qopenglwidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qplaintextedit.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtextedit.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qprogressbar.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qprogressdialog.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qproxystyle.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/QCommonStyle \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qradiobutton.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qscrollbar.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qscroller.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QPointF \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/QScrollerProperties \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qscrollerproperties.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QMetaType \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QVariant \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qshortcut.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qsizegrip.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qspinbox.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qsplashscreen.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qsplitter.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qstackedlayout.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qstackedwidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qstatusbar.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qstyleditemdelegate.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qstylefactory.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qstylepainter.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qstyleplugin.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qsystemtrayicon.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtableview.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtablewidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtextbrowser.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtoolbar.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtoolbox.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtoolbutton.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtooltip.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtreeview.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtreewidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtreewidgetitemiterator.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qundogroup.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qundostack.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qundoview.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qwhatsthis.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qwidgetaction.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qwizard.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtWidgets/qtwidgetsversion.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport/qabstractprintdialog.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport/qpagesetupdialog.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport/qprintdialog.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport/qprinterinfo.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtCore/QPair \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport/qprintpreviewdialog.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport/qprintpreviewwidget.h \ - /home/esposch/Qt/5.10.0/gcc_64/include/QtPrintSupport/qtprintsupportversion.h - $(CXX) -c $(CXXFLAGS) $(INCPATH) -o qcustomplot.o ../../../../Desktop_Interface/ui_elements/qcp1/qcustomplot.cpp - -moc_mainwindow.o: moc_mainwindow.cpp - $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_mainwindow.o moc_mainwindow.cpp - -moc_qcustomplot.o: moc_qcustomplot.cpp - $(CXX) -c $(CXXFLAGS) $(INCPATH) -o moc_qcustomplot.o moc_qcustomplot.cpp - -####### Install - -install: FORCE - -uninstall: FORCE - FORCE: +$(MAKEFILE).Release: Makefile +$(MAKEFILE).Debug: Makefile diff --git a/Librador_API/___librador/demo_qt/librademo/Makefile.Debug b/Librador_API/___librador/demo_qt/librademo/Makefile.Debug new file mode 100644 index 00000000..dcd3cb36 --- /dev/null +++ b/Librador_API/___librador/demo_qt/librademo/Makefile.Debug @@ -0,0 +1,2522 @@ +############################################################################# +# Makefile for building: librademo +# Generated by qmake (3.1) (Qt 5.12.12) +# Project: librademo.pro +# Template: app +############################################################################# + +MAKEFILE = Makefile.Debug + +EQ = = + +####### Compiler, tools and options + +CC = cl +CXX = cl +DEFINES = -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DWIN64 -DQT_DEPRECATED_WARNINGS -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB +CFLAGS = -nologo -Zc:wchar_t -FS -Zc:strictStrings -Zi -MDd -W3 -w44456 -w44457 -w44458 /Fddebug\librademo.vc.pdb $(DEFINES) +CXXFLAGS = -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -Zi -MDd -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -EHsc /Fddebug\librademo.vc.pdb $(DEFINES) +INCPATH = -I. -I..\..\..\..\Desktop_Interface\ui_elements\qcp1 -I..\..\librador_shared_library -IC:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include -IC:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport -IC:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets -IC:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui -IC:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtANGLE -IC:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore -Idebug -I. -I/include -IC:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\win32-msvc +LINKER = link +LFLAGS = /NOLOGO /DYNAMICBASE /NXCOMPAT /DEBUG /SUBSYSTEM:WINDOWS "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'" +LIBS = libusb-1.0.lib C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\lib\Qt5PrintSupportd.lib C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\lib\Qt5Widgetsd.lib C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\lib\Qt5Guid.lib C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\lib\Qt5Cored.lib C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\lib\qtmaind.lib /LIBPATH:C:\openssl\lib /LIBPATH:C:\Utils\my_sql\mysql-5.6.11-winx64\lib /LIBPATH:C:\Utils\postgresql\pgsql\lib shell32.lib +QMAKE = C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\bin\qmake.exe +IDC = idc +IDL = midl +ZIP = zip -r -9 +DEF_FILE = +RES_FILE = +COPY = copy /y +SED = $(QMAKE) -install sed +COPY_FILE = copy /y +COPY_DIR = xcopy /s /q /y /i +DEL_FILE = del +DEL_DIR = rmdir +MOVE = move +CHK_DIR_EXISTS= if not exist +MKDIR = mkdir +INSTALL_FILE = copy /y +INSTALL_PROGRAM = copy /y +INSTALL_DIR = xcopy /s /q /y /i +QINSTALL = C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\bin\qmake.exe -install qinstall +QINSTALL_PROGRAM = C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\bin\qmake.exe -install qinstall -exe + +####### Output directory + +OBJECTS_DIR = debug + +####### Files + +SOURCES = main.cpp \ + mainwindow.cpp \ + ..\..\..\..\Desktop_Interface\ui_elements\qcp1\qcustomplot.cpp \ + ..\..\librador_shared_library\librador.cpp \ + ..\..\librador_shared_library\o1buffer.cpp \ + ..\..\librador_shared_library\usbcallhandler.cpp debug\moc_mainwindow.cpp \ + debug\moc_qcustomplot.cpp +OBJECTS = debug\main.obj \ + debug\mainwindow.obj \ + debug\qcustomplot.obj \ + debug\librador.obj \ + debug\o1buffer.obj \ + debug\usbcallhandler.obj \ + debug\moc_mainwindow.obj \ + debug\moc_qcustomplot.obj + +DIST = mainwindow.h \ + ..\..\..\..\Desktop_Interface\ui_elements\qcp1\qcustomplot.h main.cpp \ + mainwindow.cpp \ + ..\..\..\..\Desktop_Interface\ui_elements\qcp1\qcustomplot.cpp \ + ..\..\librador_shared_library\librador.cpp \ + ..\..\librador_shared_library\o1buffer.cpp \ + ..\..\librador_shared_library\usbcallhandler.cpp +QMAKE_TARGET = librademo +DESTDIR = debug\ #avoid trailing-slash linebreak +TARGET = librademo.exe +DESTDIR_TARGET = debug\librademo.exe + +####### Implicit rules + +.SUFFIXES: .c .cpp .cc .cxx + +{..\..\..\..\Desktop_Interface\ui_elements\qcp1}.cpp{debug\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{..\..\..\..\Desktop_Interface\ui_elements\qcp1}.cc{debug\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{..\..\..\..\Desktop_Interface\ui_elements\qcp1}.cxx{debug\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{..\..\..\..\Desktop_Interface\ui_elements\qcp1}.c{debug\}.obj:: + $(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{debug}.cpp{debug\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{debug}.cc{debug\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{debug}.cxx{debug\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{debug}.c{debug\}.obj:: + $(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{.}.cpp{debug\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{.}.cc{debug\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{.}.cxx{debug\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{.}.c{debug\}.obj:: + $(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{..\..\librador_shared_library}.cpp{debug\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{..\..\librador_shared_library}.cc{debug\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{..\..\librador_shared_library}.cxx{debug\}.obj:: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +{..\..\librador_shared_library}.c{debug\}.obj:: + $(CC) -c $(CFLAGS) $(INCPATH) -Fodebug\ @<< + $< +<< + +####### Build rules + +first: all +all: Makefile.Debug debug\librademo.exe + +debug\librademo.exe: C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\lib\Qt5PrintSupportd.lib C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\lib\Qt5Widgetsd.lib C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\lib\Qt5Guid.lib C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\lib\Qt5Cored.lib C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\lib\qtmaind.lib ui_mainwindow.h $(OBJECTS) + $(LINKER) $(LFLAGS) /MANIFEST:embed /OUT:$(DESTDIR_TARGET) @<< +debug\main.obj debug\mainwindow.obj debug\qcustomplot.obj debug\librador.obj debug\o1buffer.obj debug\usbcallhandler.obj debug\moc_mainwindow.obj debug\moc_qcustomplot.obj +$(LIBS) +<< + +qmake: FORCE + @$(QMAKE) -o Makefile.Debug librademo.pro -spec win32-msvc "CONFIG+=qtquickcompiler" + +qmake_all: FORCE + +dist: + $(ZIP) librademo.zip $(SOURCES) $(DIST) librademo.pro C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\spec_pre.prf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\common\angle.conf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\win32\windows_vulkan_sdk.prf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\common\windows-vulkan.conf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\common\msvc-desktop.conf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\qconfig.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3danimation.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3danimation_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dcore.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dcore_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dextras.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dextras_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dinput.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dinput_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dlogic.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dlogic_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dquick.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dquick_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dquickanimation.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dquickanimation_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dquickextras.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dquickextras_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dquickinput.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dquickinput_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dquickrender.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dquickrender_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dquickscene2d.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dquickscene2d_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3drender.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3drender_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_accessibility_support_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_axbase.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_axbase_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_axcontainer.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_axcontainer_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_axserver.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_axserver_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_bluetooth.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_bluetooth_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_bootstrap_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_concurrent.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_concurrent_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_core.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_core_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_dbus.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_dbus_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_designer.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_designer_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_designercomponents_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_devicediscovery_support_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_edid_support_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_egl_support_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_eventdispatcher_support_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_fb_support_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_fontdatabase_support_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_gamepad.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_gamepad_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_gui.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_gui_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_help.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_help_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_location.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_location_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_multimedia.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_multimedia_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_multimediawidgets.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_multimediawidgets_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_network.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_network_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_nfc.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_nfc_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_opengl.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_opengl_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_openglextensions.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_openglextensions_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_packetprotocol_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_platformcompositor_support_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_positioning.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_positioning_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_positioningquick.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_positioningquick_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_printsupport.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_printsupport_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_qml.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_qml_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_qmldebug_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_qmldevtools_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_qmltest.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_qmltest_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_qtmultimediaquicktools_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_quick.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_quick_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_quickcontrols2.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_quickcontrols2_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_quickparticles_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_quickshapes_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_quicktemplates2.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_quicktemplates2_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_quickwidgets.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_quickwidgets_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_remoteobjects.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_remoteobjects_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_repparser.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_repparser_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_scxml.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_scxml_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_sensors.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_sensors_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_serialbus.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_serialbus_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_serialport.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_serialport_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_sql.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_sql_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_svg.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_svg_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_testlib.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_testlib_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_texttospeech.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_texttospeech_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_theme_support_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_uiplugin.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_uitools.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_uitools_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_vulkan_support_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_webchannel.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_webchannel_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_websockets.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_websockets_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_webview.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_webview_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_widgets.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_widgets_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_windowsuiautomation_support_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_winextras.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_winextras_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_xml.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_xml_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_xmlpatterns.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_xmlpatterns_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_zlib_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\qt_functions.prf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\qt_config.prf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\win32-msvc\qmake.conf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\spec_post.prf .qmake.stash C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\exclusive_builds.prf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\common\msvc-version.conf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\toolchain.prf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\default_pre.prf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\win32\default_pre.prf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\resolve_config.prf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\exclusive_builds_post.prf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\default_post.prf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\build_pass.prf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\resources.prf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\qtquickcompiler.prf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\precompile_header.prf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\warn_on.prf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\qt.prf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\moc.prf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\win32\opengl.prf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\uic.prf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\qmake_use.prf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\file_copies.prf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\win32\windows.prf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\testcase_targets.prf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\exceptions.prf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\yacc.prf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\lex.prf librademo.pro C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\lib\Qt5PrintSupportd.prl C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\lib\Qt5Widgetsd.prl C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\lib\Qt5Guid.prl C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\lib\Qt5Cored.prl C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\lib\qtmaind.prl C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\data\dummy.cpp mainwindow.h ..\..\..\..\Desktop_Interface\ui_elements\qcp1\qcustomplot.h main.cpp mainwindow.cpp ..\..\..\..\Desktop_Interface\ui_elements\qcp1\qcustomplot.cpp ..\..\librador_shared_library\librador.cpp ..\..\librador_shared_library\o1buffer.cpp ..\..\librador_shared_library\usbcallhandler.cpp mainwindow.ui + +clean: compiler_clean + -$(DEL_FILE) debug\main.obj debug\mainwindow.obj debug\qcustomplot.obj debug\librador.obj debug\o1buffer.obj debug\usbcallhandler.obj debug\moc_mainwindow.obj debug\moc_qcustomplot.obj + -$(DEL_FILE) debug\librademo.vc.pdb debug\librademo.ilk debug\librademo.idb + +distclean: clean + -$(DEL_FILE) .qmake.stash debug\librademo.pdb + -$(DEL_FILE) $(DESTDIR_TARGET) + -$(DEL_FILE) Makefile.Debug + +mocclean: compiler_moc_header_clean compiler_moc_objc_header_clean compiler_moc_source_clean + +mocables: compiler_moc_header_make_all compiler_moc_objc_header_make_all compiler_moc_source_make_all + +check: first + +benchmark: first + +compiler_rcc_make_all: +compiler_rcc_clean: +compiler_qmlcache_make_all: +compiler_qmlcache_clean: +compiler_qmlcache_loader_make_all: debug\qmlcache_loader.cpp +compiler_qmlcache_loader_clean: + -$(DEL_FILE) debug\qmlcache_loader.cpp +compiler_no_pch_compiler_make_all: +compiler_no_pch_compiler_clean: +compiler_moc_predefs_make_all: debug\moc_predefs.h +compiler_moc_predefs_clean: + -$(DEL_FILE) debug\moc_predefs.h +debug\moc_predefs.h: C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\data\dummy.cpp + cl -BxC:\Qt\Qt5.12.12\5.12.12\msvc2017_64\bin\qmake.exe -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -Zi -MDd -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -E C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\data\dummy.cpp 2>NUL >debug\moc_predefs.h + +compiler_moc_header_make_all: debug\moc_mainwindow.cpp debug\moc_qcustomplot.cpp +compiler_moc_header_clean: + -$(DEL_FILE) debug\moc_mainwindow.cpp debug\moc_qcustomplot.cpp +debug\moc_mainwindow.cpp: mainwindow.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QMainWindow \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qmainwindow.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtwidgetsglobal.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtguiglobal.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qglobal.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qconfig.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtcore-config.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsystemdetection.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qprocessordetection.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcompilerdetection.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtypeinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsysinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlogging.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qflags.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qatomic.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbasicatomic.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qgenericatomic.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qatomic_cxx11.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qatomic_msvc.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qglobalstatic.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmutex.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qnumeric.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qversiontagging.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtgui-config.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtwidgets-config.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qwindowdefs.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qobjectdefs.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qnamespace.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qwindowdefs_win.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qobject.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstring.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qchar.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbytearray.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qrefcount.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qarraydata.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringliteral.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringalgorithms.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringbuilder.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlist.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qalgorithms.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qiterator.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qhashfunctions.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qpair.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbytearraylist.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringlist.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qregexp.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringmatcher.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcoreevent.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qscopedpointer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmetatype.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qvarlengtharray.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcontainerfwd.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qobject_impl.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmargins.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpaintdevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qrect.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsize.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qpoint.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpalette.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qcolor.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qrgb.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qrgba64.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qbrush.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qvector.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qmatrix.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpolygon.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qregion.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qdatastream.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qiodevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qline.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtransform.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpainterpath.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qimage.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpixelformat.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpixmap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsharedpointer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qshareddata.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qhash.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qfont.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qfontmetrics.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qfontinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qsizepolicy.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qcursor.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qkeysequence.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qevent.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qvariant.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qdebug.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtextstream.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlocale.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qset.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcontiguouscache.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qurl.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qurlquery.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfile.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfiledevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qvector2d.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtouchdevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtabwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qicon.h \ + debug\moc_predefs.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\bin\moc.exe + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\bin\moc.exe $(DEFINES) --compiler-flavor=msvc --include C:/Users/Contuter/git/labrador/Librador_API/___librador/demo_qt/librademo/debug/moc_predefs.h -IC:/Qt/Qt5.12.12/5.12.12/msvc2017_64/mkspecs/win32-msvc -IC:/Users/Contuter/git/labrador/Librador_API/___librador/demo_qt/librademo -IC:/Users/Contuter/git/labrador/Desktop_Interface/ui_elements/qcp1 -IC:/Users/Contuter/git/labrador/Librador_API/___librador/librador_shared_library -IC:/Qt/Qt5.12.12/5.12.12/msvc2017_64/include -IC:/Qt/Qt5.12.12/5.12.12/msvc2017_64/include/QtPrintSupport -IC:/Qt/Qt5.12.12/5.12.12/msvc2017_64/include/QtWidgets -IC:/Qt/Qt5.12.12/5.12.12/msvc2017_64/include/QtGui -IC:/Qt/Qt5.12.12/5.12.12/msvc2017_64/include/QtANGLE -IC:/Qt/Qt5.12.12/5.12.12/msvc2017_64/include/QtCore -I"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\ATLMFC\include" -I"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\shared" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\winrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\cppwinrt" mainwindow.h -o debug\moc_mainwindow.cpp + +debug\moc_qcustomplot.cpp: ..\..\..\..\Desktop_Interface\ui_elements\qcp1\qcustomplot.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QObject \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qobject.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qobjectdefs.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qnamespace.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qglobal.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qconfig.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtcore-config.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsystemdetection.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qprocessordetection.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcompilerdetection.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtypeinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsysinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlogging.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qflags.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qatomic.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbasicatomic.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qgenericatomic.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qatomic_cxx11.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qatomic_msvc.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qglobalstatic.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmutex.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qnumeric.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qversiontagging.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstring.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qchar.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbytearray.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qrefcount.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qarraydata.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringliteral.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringalgorithms.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringbuilder.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlist.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qalgorithms.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qiterator.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qhashfunctions.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qpair.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbytearraylist.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringlist.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qregexp.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringmatcher.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcoreevent.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qscopedpointer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmetatype.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qvarlengtharray.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcontainerfwd.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qobject_impl.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QPointer \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qpointer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsharedpointer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qshareddata.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qhash.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QWidget \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtwidgetsglobal.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtguiglobal.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtgui-config.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtwidgets-config.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qwindowdefs.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qwindowdefs_win.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmargins.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpaintdevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qrect.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsize.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qpoint.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpalette.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qcolor.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qrgb.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qrgba64.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qbrush.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qvector.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qmatrix.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpolygon.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qregion.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qdatastream.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qiodevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qline.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtransform.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpainterpath.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qimage.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpixelformat.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpixmap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qfont.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qfontmetrics.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qfontinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qsizepolicy.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qcursor.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qkeysequence.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qevent.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qvariant.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qdebug.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtextstream.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlocale.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qset.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcontiguouscache.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qurl.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qurlquery.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfile.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfiledevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qvector2d.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtouchdevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QPainter \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpainter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextoption.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpen.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QPaintEvent \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QMouseEvent \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QPixmap \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QVector \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QString \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QDateTime \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qdatetime.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QMultiMap \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QFlags \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QDebug \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QVector2D \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QStack \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstack.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QCache \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcache.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QMargins \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmath.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\QPrinter \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qprinter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qtprintsupportglobal.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qtprintsupport-config.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpagedpaintdevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpagelayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpagesize.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\QPrintEngine \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qprintengine.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QtNumeric \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\QtPrintSupport \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\QtPrintSupportDepends \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QtCore \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QtCoreDepends \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qabstractanimation.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qabstracteventdispatcher.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qeventloop.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qabstractitemmodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qabstractnativeeventfilter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qabstractproxymodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qabstractstate.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qabstracttransition.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qanimationgroup.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qarraydataops.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qarraydatapointer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbasictimer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbitarray.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbuffer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbytearraymatcher.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcborarray.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcborvalue.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcborcommon.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qregularexpression.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\quuid.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcbormap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcborstream.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfloat16.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcollator.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcommandlineoption.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcommandlineparser.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcoreapplication.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcryptographichash.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qdeadlinetimer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qelapsedtimer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qdir.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfileinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qdiriterator.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qeasingcurve.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qendian.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qeventtransition.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qexception.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfactoryinterface.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfileselector.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QStringList \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfilesystemwatcher.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfinalstate.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfuture.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfutureinterface.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qrunnable.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qresultstore.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfuturesynchronizer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfuturewatcher.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qhistorystate.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qidentityproxymodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qisenum.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qitemselectionmodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qjsonarray.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qjsonvalue.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qjsondocument.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qjsonobject.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlibrary.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlibraryinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qversionnumber.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlinkedlist.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlockfile.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qloggingcategory.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmessageauthenticationcode.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmetaobject.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmimedata.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmimedatabase.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmimetype.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qobjectcleanuphandler.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qoperatingsystemversion.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qparallelanimationgroup.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qpauseanimation.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qplugin.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qpluginloader.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qprocess.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qpropertyanimation.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qvariantanimation.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qqueue.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qrandom.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qreadwritelock.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qresource.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsavefile.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qscopedvaluerollback.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qscopeguard.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsemaphore.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsequentialanimationgroup.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsettings.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsharedmemory.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsignalmapper.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsignaltransition.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsocketnotifier.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsortfilterproxymodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstandardpaths.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstate.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstatemachine.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstorageinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringlistmodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsystemsemaphore.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtemporarydir.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtemporaryfile.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtextboundaryfinder.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtextcodec.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qthread.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qthreadpool.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qthreadstorage.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtimeline.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtimer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtimezone.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtranslator.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtypetraits.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qwaitcondition.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qwineventnotifier.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qxmlstream.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtcoreversion.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QtGui \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QtGuiDepends \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qabstracttextdocumentlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextformat.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qglyphrun.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qrawfont.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qfontdatabase.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextcursor.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextdocument.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qaccessible.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qaccessiblebridge.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qaccessibleobject.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qaccessibleplugin.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qbackingstore.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qwindow.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QEvent \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QRect \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qsurface.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qsurfaceformat.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qicon.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qbitmap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qclipboard.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qdesktopservices.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qdrag.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qgenericmatrix.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qgenericplugin.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qgenericpluginfactory.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qguiapplication.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qinputmethod.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qiconengine.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qiconengineplugin.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qimageiohandler.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qimagereader.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qimagewriter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qmatrix4x4.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qvector3d.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qvector4d.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qquaternion.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qmovie.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qoffscreensurface.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopengl.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qt_windows.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtANGLE\GLES3\gl3.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtANGLE\GLES3\gl3platform.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtANGLE\KHR\khrplatform.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtANGLE\GLES2\gl2.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtANGLE\GLES2\gl2platform.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopengles2ext.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglext.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglbuffer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglcontext.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QScopedPointer \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QSurfaceFormat \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglversionfunctions.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopengldebug.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglextrafunctions.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglfunctions.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglframebufferobject.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglpaintdevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglpixeltransferoptions.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QSharedDataPointer \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglshaderprogram.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopengltexture.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopengltextureblitter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QMatrix3x3 \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QMatrix4x4 \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopengltimerquery.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglvertexarrayobject.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglwindow.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QPaintDeviceWindow \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpaintdevicewindow.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QWindow \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QPaintDevice \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QOpenGLContext \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QImage \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpaintengine.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpdfwriter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpicture.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpictureformatplugin.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpixmapcache.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qrasterwindow.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qscreen.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QList \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QSize \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QSizeF \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QTransform \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qsessionmanager.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qstandarditemmodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qstatictext.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qstylehints.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qsyntaxhighlighter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextobject.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextdocumentfragment.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextdocumentwriter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextlist.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtexttable.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qvalidator.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtguiversion.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QtWidgets \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QtWidgetsDepends \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qabstractbutton.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qabstractitemdelegate.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstyleoption.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qabstractspinbox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qslider.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qabstractslider.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstyle.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtabbar.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtabwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qrubberband.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qframe.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qabstractitemview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qabstractscrollarea.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qaccessiblewidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qaction.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qactiongroup.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qapplication.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdesktopwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qboxlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qlayoutitem.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgridlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qbuttongroup.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcalendarwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcheckbox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcolordialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcolormap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcolumnview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcombobox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcommandlinkbutton.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qpushbutton.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcommonstyle.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcompleter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdatawidgetmapper.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdatetimeedit.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdial.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdialogbuttonbox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdirmodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qfileiconprovider.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdockwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdrawutil.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qerrormessage.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qfiledialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qfilesystemmodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qfocusframe.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qfontcombobox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qfontdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qformlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QLayout \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgesture.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgesturerecognizer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicsanchorlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicsitem.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicslayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicslayoutitem.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicseffect.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicsgridlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicsitemanimation.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicslinearlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicsproxywidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicswidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicsscene.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicssceneevent.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicstransform.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QVector3D \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicsview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qscrollarea.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgroupbox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qheaderview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qinputdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qlineedit.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qitemdelegate.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qitemeditorfactory.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qkeyeventtransition.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qkeysequenceedit.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qlabel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qlcdnumber.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qlistview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qlistwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qmainwindow.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qmdiarea.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qmdisubwindow.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qmenu.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qmenubar.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qmessagebox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qmouseeventtransition.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qopenglwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qplaintextedit.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtextedit.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qprogressbar.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qprogressdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qproxystyle.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QCommonStyle \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qradiobutton.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qscrollbar.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qscroller.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QPointF \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QScrollerProperties \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qscrollerproperties.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QMetaType \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QVariant \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qshortcut.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qsizegrip.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qspinbox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qsplashscreen.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qsplitter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstackedlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstackedwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstatusbar.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstyleditemdelegate.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstylefactory.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstylepainter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstyleplugin.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qsystemtrayicon.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtableview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtablewidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtextbrowser.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtoolbar.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtoolbox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtoolbutton.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtooltip.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtreeview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtreewidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtreewidgetitemiterator.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qundogroup.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qundostack.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qundoview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qwhatsthis.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qwidgetaction.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qwizard.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtwidgetsversion.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qabstractprintdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qpagesetupdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qprintdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qprinterinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QPair \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qprintpreviewdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qprintpreviewwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qtprintsupportversion.h \ + debug\moc_predefs.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\bin\moc.exe + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\bin\moc.exe $(DEFINES) --compiler-flavor=msvc --include C:/Users/Contuter/git/labrador/Librador_API/___librador/demo_qt/librademo/debug/moc_predefs.h -IC:/Qt/Qt5.12.12/5.12.12/msvc2017_64/mkspecs/win32-msvc -IC:/Users/Contuter/git/labrador/Librador_API/___librador/demo_qt/librademo -IC:/Users/Contuter/git/labrador/Desktop_Interface/ui_elements/qcp1 -IC:/Users/Contuter/git/labrador/Librador_API/___librador/librador_shared_library -IC:/Qt/Qt5.12.12/5.12.12/msvc2017_64/include -IC:/Qt/Qt5.12.12/5.12.12/msvc2017_64/include/QtPrintSupport -IC:/Qt/Qt5.12.12/5.12.12/msvc2017_64/include/QtWidgets -IC:/Qt/Qt5.12.12/5.12.12/msvc2017_64/include/QtGui -IC:/Qt/Qt5.12.12/5.12.12/msvc2017_64/include/QtANGLE -IC:/Qt/Qt5.12.12/5.12.12/msvc2017_64/include/QtCore -I"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\ATLMFC\include" -I"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\shared" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\winrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\cppwinrt" ..\..\..\..\Desktop_Interface\ui_elements\qcp1\qcustomplot.h -o debug\moc_qcustomplot.cpp + +compiler_moc_objc_header_make_all: +compiler_moc_objc_header_clean: +compiler_moc_source_make_all: +compiler_moc_source_clean: +compiler_uic_make_all: ui_mainwindow.h +compiler_uic_clean: + -$(DEL_FILE) ui_mainwindow.h +ui_mainwindow.h: mainwindow.ui \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\bin\uic.exe \ + ..\..\..\..\Desktop_Interface\ui_elements\qcp1\qcustomplot.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QObject \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qobject.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qobjectdefs.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qnamespace.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qglobal.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qconfig.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtcore-config.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsystemdetection.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qprocessordetection.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcompilerdetection.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtypeinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsysinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlogging.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qflags.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qatomic.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbasicatomic.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qgenericatomic.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qatomic_cxx11.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qatomic_msvc.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qglobalstatic.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmutex.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qnumeric.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qversiontagging.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstring.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qchar.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbytearray.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qrefcount.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qarraydata.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringliteral.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringalgorithms.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringbuilder.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlist.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qalgorithms.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qiterator.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qhashfunctions.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qpair.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbytearraylist.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringlist.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qregexp.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringmatcher.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcoreevent.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qscopedpointer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmetatype.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qvarlengtharray.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcontainerfwd.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qobject_impl.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QPointer \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qpointer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsharedpointer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qshareddata.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qhash.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QWidget \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtwidgetsglobal.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtguiglobal.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtgui-config.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtwidgets-config.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qwindowdefs.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qwindowdefs_win.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmargins.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpaintdevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qrect.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsize.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qpoint.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpalette.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qcolor.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qrgb.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qrgba64.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qbrush.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qvector.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qmatrix.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpolygon.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qregion.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qdatastream.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qiodevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qline.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtransform.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpainterpath.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qimage.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpixelformat.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpixmap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qfont.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qfontmetrics.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qfontinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qsizepolicy.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qcursor.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qkeysequence.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qevent.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qvariant.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qdebug.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtextstream.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlocale.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qset.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcontiguouscache.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qurl.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qurlquery.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfile.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfiledevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qvector2d.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtouchdevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QPainter \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpainter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextoption.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpen.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QPaintEvent \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QMouseEvent \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QPixmap \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QVector \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QString \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QDateTime \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qdatetime.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QMultiMap \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QFlags \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QDebug \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QVector2D \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QStack \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstack.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QCache \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcache.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QMargins \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmath.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\QPrinter \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qprinter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qtprintsupportglobal.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qtprintsupport-config.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpagedpaintdevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpagelayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpagesize.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\QPrintEngine \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qprintengine.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QtNumeric \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\QtPrintSupport \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\QtPrintSupportDepends \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QtCore \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QtCoreDepends \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qabstractanimation.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qabstracteventdispatcher.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qeventloop.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qabstractitemmodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qabstractnativeeventfilter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qabstractproxymodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qabstractstate.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qabstracttransition.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qanimationgroup.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qarraydataops.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qarraydatapointer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbasictimer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbitarray.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbuffer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbytearraymatcher.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcborarray.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcborvalue.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcborcommon.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qregularexpression.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\quuid.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcbormap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcborstream.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfloat16.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcollator.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcommandlineoption.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcommandlineparser.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcoreapplication.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcryptographichash.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qdeadlinetimer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qelapsedtimer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qdir.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfileinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qdiriterator.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qeasingcurve.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qendian.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qeventtransition.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qexception.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfactoryinterface.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfileselector.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QStringList \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfilesystemwatcher.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfinalstate.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfuture.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfutureinterface.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qrunnable.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qresultstore.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfuturesynchronizer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfuturewatcher.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qhistorystate.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qidentityproxymodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qisenum.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qitemselectionmodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qjsonarray.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qjsonvalue.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qjsondocument.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qjsonobject.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlibrary.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlibraryinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qversionnumber.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlinkedlist.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlockfile.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qloggingcategory.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmessageauthenticationcode.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmetaobject.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmimedata.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmimedatabase.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmimetype.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qobjectcleanuphandler.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qoperatingsystemversion.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qparallelanimationgroup.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qpauseanimation.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qplugin.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qpluginloader.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qprocess.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qpropertyanimation.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qvariantanimation.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qqueue.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qrandom.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qreadwritelock.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qresource.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsavefile.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qscopedvaluerollback.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qscopeguard.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsemaphore.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsequentialanimationgroup.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsettings.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsharedmemory.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsignalmapper.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsignaltransition.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsocketnotifier.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsortfilterproxymodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstandardpaths.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstate.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstatemachine.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstorageinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringlistmodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsystemsemaphore.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtemporarydir.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtemporaryfile.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtextboundaryfinder.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtextcodec.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qthread.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qthreadpool.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qthreadstorage.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtimeline.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtimer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtimezone.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtranslator.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtypetraits.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qwaitcondition.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qwineventnotifier.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qxmlstream.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtcoreversion.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QtGui \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QtGuiDepends \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qabstracttextdocumentlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextformat.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qglyphrun.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qrawfont.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qfontdatabase.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextcursor.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextdocument.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qaccessible.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qaccessiblebridge.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qaccessibleobject.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qaccessibleplugin.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qbackingstore.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qwindow.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QEvent \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QRect \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qsurface.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qsurfaceformat.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qicon.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qbitmap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qclipboard.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qdesktopservices.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qdrag.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qgenericmatrix.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qgenericplugin.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qgenericpluginfactory.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qguiapplication.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qinputmethod.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qiconengine.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qiconengineplugin.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qimageiohandler.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qimagereader.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qimagewriter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qmatrix4x4.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qvector3d.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qvector4d.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qquaternion.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qmovie.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qoffscreensurface.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopengl.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qt_windows.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtANGLE\GLES3\gl3.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtANGLE\GLES3\gl3platform.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtANGLE\KHR\khrplatform.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtANGLE\GLES2\gl2.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtANGLE\GLES2\gl2platform.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopengles2ext.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglext.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglbuffer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglcontext.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QScopedPointer \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QSurfaceFormat \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglversionfunctions.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopengldebug.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglextrafunctions.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglfunctions.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglframebufferobject.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglpaintdevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglpixeltransferoptions.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QSharedDataPointer \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglshaderprogram.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopengltexture.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopengltextureblitter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QMatrix3x3 \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QMatrix4x4 \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopengltimerquery.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglvertexarrayobject.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglwindow.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QPaintDeviceWindow \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpaintdevicewindow.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QWindow \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QPaintDevice \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QOpenGLContext \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QImage \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpaintengine.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpdfwriter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpicture.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpictureformatplugin.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpixmapcache.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qrasterwindow.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qscreen.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QList \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QSize \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QSizeF \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QTransform \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qsessionmanager.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qstandarditemmodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qstatictext.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qstylehints.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qsyntaxhighlighter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextobject.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextdocumentfragment.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextdocumentwriter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextlist.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtexttable.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qvalidator.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtguiversion.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QtWidgets \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QtWidgetsDepends \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qabstractbutton.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qabstractitemdelegate.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstyleoption.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qabstractspinbox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qslider.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qabstractslider.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstyle.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtabbar.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtabwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qrubberband.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qframe.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qabstractitemview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qabstractscrollarea.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qaccessiblewidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qaction.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qactiongroup.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qapplication.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdesktopwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qboxlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qlayoutitem.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgridlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qbuttongroup.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcalendarwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcheckbox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcolordialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcolormap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcolumnview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcombobox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcommandlinkbutton.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qpushbutton.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcommonstyle.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcompleter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdatawidgetmapper.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdatetimeedit.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdial.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdialogbuttonbox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdirmodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qfileiconprovider.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdockwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdrawutil.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qerrormessage.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qfiledialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qfilesystemmodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qfocusframe.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qfontcombobox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qfontdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qformlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QLayout \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgesture.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgesturerecognizer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicsanchorlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicsitem.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicslayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicslayoutitem.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicseffect.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicsgridlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicsitemanimation.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicslinearlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicsproxywidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicswidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicsscene.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicssceneevent.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicstransform.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QVector3D \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicsview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qscrollarea.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgroupbox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qheaderview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qinputdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qlineedit.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qitemdelegate.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qitemeditorfactory.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qkeyeventtransition.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qkeysequenceedit.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qlabel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qlcdnumber.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qlistview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qlistwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qmainwindow.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qmdiarea.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qmdisubwindow.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qmenu.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qmenubar.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qmessagebox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qmouseeventtransition.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qopenglwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qplaintextedit.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtextedit.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qprogressbar.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qprogressdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qproxystyle.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QCommonStyle \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qradiobutton.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qscrollbar.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qscroller.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QPointF \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QScrollerProperties \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qscrollerproperties.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QMetaType \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QVariant \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qshortcut.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qsizegrip.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qspinbox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qsplashscreen.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qsplitter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstackedlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstackedwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstatusbar.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstyleditemdelegate.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstylefactory.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstylepainter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstyleplugin.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qsystemtrayicon.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtableview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtablewidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtextbrowser.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtoolbar.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtoolbox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtoolbutton.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtooltip.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtreeview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtreewidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtreewidgetitemiterator.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qundogroup.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qundostack.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qundoview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qwhatsthis.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qwidgetaction.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qwizard.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtwidgetsversion.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qabstractprintdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qpagesetupdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qprintdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qprinterinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QPair \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qprintpreviewdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qprintpreviewwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qtprintsupportversion.h + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\bin\uic.exe mainwindow.ui -o ui_mainwindow.h + +compiler_yacc_decl_make_all: +compiler_yacc_decl_clean: +compiler_yacc_impl_make_all: +compiler_yacc_impl_clean: +compiler_lex_make_all: +compiler_lex_clean: +compiler_clean: compiler_moc_predefs_clean compiler_moc_header_clean compiler_uic_clean + + + +####### Compile + +debug\main.obj: main.cpp mainwindow.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QMainWindow \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qmainwindow.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtwidgetsglobal.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtguiglobal.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qglobal.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qconfig.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtcore-config.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsystemdetection.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qprocessordetection.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcompilerdetection.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtypeinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsysinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlogging.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qflags.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qatomic.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbasicatomic.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qgenericatomic.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qatomic_cxx11.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qatomic_msvc.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qglobalstatic.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmutex.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qnumeric.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qversiontagging.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtgui-config.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtwidgets-config.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qwindowdefs.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qobjectdefs.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qnamespace.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qwindowdefs_win.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qobject.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstring.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qchar.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbytearray.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qrefcount.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qarraydata.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringliteral.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringalgorithms.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringbuilder.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlist.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qalgorithms.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qiterator.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qhashfunctions.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qpair.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbytearraylist.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringlist.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qregexp.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringmatcher.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcoreevent.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qscopedpointer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmetatype.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qvarlengtharray.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcontainerfwd.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qobject_impl.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmargins.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpaintdevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qrect.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsize.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qpoint.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpalette.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qcolor.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qrgb.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qrgba64.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qbrush.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qvector.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qmatrix.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpolygon.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qregion.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qdatastream.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qiodevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qline.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtransform.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpainterpath.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qimage.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpixelformat.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpixmap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsharedpointer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qshareddata.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qhash.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qfont.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qfontmetrics.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qfontinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qsizepolicy.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qcursor.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qkeysequence.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qevent.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qvariant.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qdebug.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtextstream.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlocale.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qset.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcontiguouscache.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qurl.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qurlquery.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfile.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfiledevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qvector2d.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtouchdevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtabwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qicon.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QApplication \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qapplication.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcoreapplication.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qeventloop.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdesktopwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qguiapplication.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qinputmethod.h + +debug\mainwindow.obj: mainwindow.cpp mainwindow.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QMainWindow \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qmainwindow.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtwidgetsglobal.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtguiglobal.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qglobal.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qconfig.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtcore-config.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsystemdetection.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qprocessordetection.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcompilerdetection.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtypeinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsysinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlogging.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qflags.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qatomic.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbasicatomic.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qgenericatomic.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qatomic_cxx11.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qatomic_msvc.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qglobalstatic.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmutex.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qnumeric.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qversiontagging.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtgui-config.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtwidgets-config.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qwindowdefs.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qobjectdefs.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qnamespace.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qwindowdefs_win.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qobject.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstring.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qchar.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbytearray.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qrefcount.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qarraydata.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringliteral.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringalgorithms.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringbuilder.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlist.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qalgorithms.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qiterator.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qhashfunctions.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qpair.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbytearraylist.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringlist.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qregexp.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringmatcher.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcoreevent.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qscopedpointer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmetatype.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qvarlengtharray.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcontainerfwd.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qobject_impl.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmargins.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpaintdevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qrect.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsize.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qpoint.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpalette.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qcolor.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qrgb.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qrgba64.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qbrush.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qvector.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qmatrix.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpolygon.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qregion.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qdatastream.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qiodevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qline.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtransform.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpainterpath.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qimage.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpixelformat.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpixmap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsharedpointer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qshareddata.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qhash.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qfont.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qfontmetrics.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qfontinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qsizepolicy.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qcursor.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qkeysequence.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qevent.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qvariant.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qdebug.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtextstream.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlocale.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qset.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcontiguouscache.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qurl.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qurlquery.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfile.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfiledevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qvector2d.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtouchdevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtabwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qicon.h \ + ui_mainwindow.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QVariant \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QApplication \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qapplication.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcoreapplication.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qeventloop.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdesktopwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qguiapplication.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qinputmethod.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QCheckBox \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcheckbox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qabstractbutton.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QComboBox \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcombobox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qabstractitemdelegate.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstyleoption.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qabstractspinbox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qvalidator.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qregularexpression.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qslider.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qabstractslider.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstyle.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtabbar.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qrubberband.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qframe.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qabstractitemmodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QDoubleSpinBox \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qspinbox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QHBoxLayout \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qboxlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qlayoutitem.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgridlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QLabel \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qlabel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QMenuBar \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qmenubar.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qmenu.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qaction.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qactiongroup.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QPushButton \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qpushbutton.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QStatusBar \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstatusbar.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QToolBar \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtoolbar.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QVBoxLayout \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QWidget \ + ..\..\..\..\Desktop_Interface\ui_elements\qcp1\qcustomplot.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QObject \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QPointer \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qpointer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QPainter \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpainter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextoption.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpen.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QPaintEvent \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QMouseEvent \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QPixmap \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QVector \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QString \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QDateTime \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qdatetime.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QMultiMap \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QFlags \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QDebug \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QVector2D \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QStack \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstack.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QCache \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcache.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QMargins \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmath.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\QPrinter \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qprinter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qtprintsupportglobal.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qtprintsupport-config.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpagedpaintdevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpagelayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpagesize.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\QPrintEngine \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qprintengine.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QtNumeric \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\QtPrintSupport \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\QtPrintSupportDepends \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QtCore \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QtCoreDepends \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qabstractanimation.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qabstracteventdispatcher.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qabstractnativeeventfilter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qabstractproxymodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qabstractstate.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qabstracttransition.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qanimationgroup.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qarraydataops.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qarraydatapointer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbasictimer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbitarray.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbuffer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbytearraymatcher.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcborarray.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcborvalue.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcborcommon.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\quuid.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcbormap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcborstream.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfloat16.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcollator.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcommandlineoption.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcommandlineparser.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcryptographichash.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qdeadlinetimer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qelapsedtimer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qdir.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfileinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qdiriterator.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qeasingcurve.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qendian.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qeventtransition.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qexception.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfactoryinterface.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfileselector.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QStringList \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfilesystemwatcher.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfinalstate.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfuture.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfutureinterface.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qrunnable.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qresultstore.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfuturesynchronizer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfuturewatcher.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qhistorystate.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qidentityproxymodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qisenum.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qitemselectionmodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qjsonarray.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qjsonvalue.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qjsondocument.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qjsonobject.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlibrary.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlibraryinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qversionnumber.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlinkedlist.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlockfile.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qloggingcategory.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmessageauthenticationcode.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmetaobject.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmimedata.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmimedatabase.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmimetype.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qobjectcleanuphandler.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qoperatingsystemversion.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qparallelanimationgroup.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qpauseanimation.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qplugin.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qpluginloader.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qprocess.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qpropertyanimation.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qvariantanimation.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qqueue.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qrandom.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qreadwritelock.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qresource.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsavefile.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qscopedvaluerollback.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qscopeguard.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsemaphore.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsequentialanimationgroup.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsettings.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsharedmemory.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsignalmapper.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsignaltransition.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsocketnotifier.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsortfilterproxymodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstandardpaths.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstate.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstatemachine.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstorageinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringlistmodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsystemsemaphore.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtemporarydir.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtemporaryfile.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtextboundaryfinder.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtextcodec.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qthread.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qthreadpool.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qthreadstorage.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtimeline.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtimer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtimezone.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtranslator.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtypetraits.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qwaitcondition.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qwineventnotifier.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qxmlstream.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtcoreversion.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QtGui \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QtGuiDepends \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qabstracttextdocumentlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextformat.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qglyphrun.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qrawfont.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qfontdatabase.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextcursor.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextdocument.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qaccessible.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qaccessiblebridge.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qaccessibleobject.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qaccessibleplugin.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qbackingstore.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qwindow.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QEvent \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QRect \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qsurface.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qsurfaceformat.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qbitmap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qclipboard.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qdesktopservices.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qdrag.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qgenericmatrix.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qgenericplugin.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qgenericpluginfactory.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qiconengine.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qiconengineplugin.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qimageiohandler.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qimagereader.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qimagewriter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qmatrix4x4.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qvector3d.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qvector4d.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qquaternion.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qmovie.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qoffscreensurface.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopengl.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qt_windows.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtANGLE\GLES3\gl3.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtANGLE\GLES3\gl3platform.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtANGLE\KHR\khrplatform.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtANGLE\GLES2\gl2.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtANGLE\GLES2\gl2platform.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopengles2ext.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglext.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglbuffer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglcontext.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QScopedPointer \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QSurfaceFormat \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglversionfunctions.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopengldebug.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglextrafunctions.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglfunctions.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglframebufferobject.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglpaintdevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglpixeltransferoptions.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QSharedDataPointer \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglshaderprogram.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopengltexture.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopengltextureblitter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QMatrix3x3 \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QMatrix4x4 \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopengltimerquery.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglvertexarrayobject.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglwindow.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QPaintDeviceWindow \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpaintdevicewindow.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QWindow \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QPaintDevice \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QOpenGLContext \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QImage \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpaintengine.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpdfwriter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpicture.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpictureformatplugin.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpixmapcache.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qrasterwindow.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qscreen.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QList \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QSize \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QSizeF \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QTransform \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qsessionmanager.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qstandarditemmodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qstatictext.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qstylehints.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qsyntaxhighlighter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextobject.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextdocumentfragment.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextdocumentwriter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextlist.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtexttable.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtguiversion.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QtWidgets \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QtWidgetsDepends \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qabstractitemview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qabstractscrollarea.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qaccessiblewidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qbuttongroup.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcalendarwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcolordialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcolormap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcolumnview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcommandlinkbutton.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcommonstyle.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcompleter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdatawidgetmapper.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdatetimeedit.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdial.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdialogbuttonbox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdirmodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qfileiconprovider.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdockwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdrawutil.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qerrormessage.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qfiledialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qfilesystemmodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qfocusframe.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qfontcombobox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qfontdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qformlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QLayout \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgesture.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgesturerecognizer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicsanchorlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicsitem.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicslayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicslayoutitem.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicseffect.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicsgridlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicsitemanimation.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicslinearlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicsproxywidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicswidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicsscene.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicssceneevent.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicstransform.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QVector3D \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicsview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qscrollarea.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgroupbox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qheaderview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qinputdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qlineedit.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qitemdelegate.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qitemeditorfactory.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qkeyeventtransition.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qkeysequenceedit.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qlcdnumber.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qlistview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qlistwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qmdiarea.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qmdisubwindow.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qmessagebox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qmouseeventtransition.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qopenglwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qplaintextedit.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtextedit.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qprogressbar.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qprogressdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qproxystyle.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QCommonStyle \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qradiobutton.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qscrollbar.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qscroller.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QPointF \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QScrollerProperties \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qscrollerproperties.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QMetaType \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qshortcut.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qsizegrip.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qsplashscreen.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qsplitter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstackedlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstackedwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstyleditemdelegate.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstylefactory.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstylepainter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstyleplugin.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qsystemtrayicon.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtableview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtablewidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtextbrowser.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtoolbox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtoolbutton.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtooltip.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtreeview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtreewidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtreewidgetitemiterator.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qundogroup.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qundostack.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qundoview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qwhatsthis.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qwidgetaction.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qwizard.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtwidgetsversion.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qabstractprintdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qpagesetupdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qprintdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qprinterinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QPair \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qprintpreviewdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qprintpreviewwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qtprintsupportversion.h \ + ..\..\librador_shared_library\librador.h \ + ..\..\librador_shared_library\librador_global.h \ + ..\..\librador_shared_library\logging.h + +debug\qcustomplot.obj: ..\..\..\..\Desktop_Interface\ui_elements\qcp1\qcustomplot.cpp ..\..\..\..\Desktop_Interface\ui_elements\qcp1\qcustomplot.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QObject \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qobject.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qobjectdefs.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qnamespace.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qglobal.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qconfig.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtcore-config.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsystemdetection.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qprocessordetection.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcompilerdetection.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtypeinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsysinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlogging.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qflags.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qatomic.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbasicatomic.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qgenericatomic.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qatomic_cxx11.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qatomic_msvc.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qglobalstatic.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmutex.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qnumeric.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qversiontagging.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstring.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qchar.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbytearray.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qrefcount.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qarraydata.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringliteral.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringalgorithms.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringbuilder.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlist.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qalgorithms.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qiterator.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qhashfunctions.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qpair.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbytearraylist.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringlist.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qregexp.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringmatcher.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcoreevent.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qscopedpointer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmetatype.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qvarlengtharray.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcontainerfwd.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qobject_impl.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QPointer \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qpointer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsharedpointer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qshareddata.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qhash.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QWidget \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtwidgetsglobal.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtguiglobal.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtgui-config.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtwidgets-config.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qwindowdefs.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qwindowdefs_win.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmargins.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpaintdevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qrect.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsize.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qpoint.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpalette.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qcolor.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qrgb.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qrgba64.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qbrush.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qvector.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qmatrix.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpolygon.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qregion.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qdatastream.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qiodevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qline.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtransform.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpainterpath.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qimage.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpixelformat.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpixmap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qfont.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qfontmetrics.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qfontinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qsizepolicy.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qcursor.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qkeysequence.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qevent.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qvariant.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qdebug.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtextstream.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlocale.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qset.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcontiguouscache.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qurl.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qurlquery.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfile.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfiledevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qvector2d.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtouchdevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QPainter \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpainter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextoption.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpen.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QPaintEvent \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QMouseEvent \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QPixmap \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QVector \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QString \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QDateTime \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qdatetime.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QMultiMap \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QFlags \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QDebug \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QVector2D \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QStack \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstack.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QCache \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcache.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QMargins \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmath.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\QPrinter \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qprinter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qtprintsupportglobal.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qtprintsupport-config.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpagedpaintdevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpagelayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpagesize.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\QPrintEngine \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qprintengine.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QtNumeric \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\QtPrintSupport \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\QtPrintSupportDepends \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QtCore \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QtCoreDepends \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qabstractanimation.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qabstracteventdispatcher.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qeventloop.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qabstractitemmodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qabstractnativeeventfilter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qabstractproxymodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qabstractstate.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qabstracttransition.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qanimationgroup.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qarraydataops.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qarraydatapointer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbasictimer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbitarray.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbuffer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbytearraymatcher.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcborarray.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcborvalue.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcborcommon.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qregularexpression.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\quuid.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcbormap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcborstream.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfloat16.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcollator.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcommandlineoption.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcommandlineparser.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcoreapplication.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcryptographichash.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qdeadlinetimer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qelapsedtimer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qdir.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfileinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qdiriterator.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qeasingcurve.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qendian.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qeventtransition.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qexception.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfactoryinterface.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfileselector.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QStringList \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfilesystemwatcher.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfinalstate.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfuture.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfutureinterface.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qrunnable.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qresultstore.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfuturesynchronizer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfuturewatcher.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qhistorystate.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qidentityproxymodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qisenum.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qitemselectionmodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qjsonarray.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qjsonvalue.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qjsondocument.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qjsonobject.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlibrary.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlibraryinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qversionnumber.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlinkedlist.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlockfile.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qloggingcategory.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmessageauthenticationcode.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmetaobject.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmimedata.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmimedatabase.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmimetype.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qobjectcleanuphandler.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qoperatingsystemversion.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qparallelanimationgroup.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qpauseanimation.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qplugin.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qpluginloader.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qprocess.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qpropertyanimation.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qvariantanimation.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qqueue.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qrandom.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qreadwritelock.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qresource.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsavefile.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qscopedvaluerollback.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qscopeguard.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsemaphore.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsequentialanimationgroup.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsettings.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsharedmemory.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsignalmapper.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsignaltransition.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsocketnotifier.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsortfilterproxymodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstandardpaths.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstate.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstatemachine.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstorageinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringlistmodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsystemsemaphore.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtemporarydir.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtemporaryfile.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtextboundaryfinder.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtextcodec.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qthread.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qthreadpool.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qthreadstorage.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtimeline.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtimer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtimezone.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtranslator.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtypetraits.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qwaitcondition.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qwineventnotifier.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qxmlstream.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtcoreversion.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QtGui \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QtGuiDepends \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qabstracttextdocumentlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextformat.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qglyphrun.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qrawfont.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qfontdatabase.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextcursor.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextdocument.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qaccessible.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qaccessiblebridge.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qaccessibleobject.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qaccessibleplugin.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qbackingstore.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qwindow.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QEvent \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QRect \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qsurface.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qsurfaceformat.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qicon.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qbitmap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qclipboard.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qdesktopservices.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qdrag.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qgenericmatrix.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qgenericplugin.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qgenericpluginfactory.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qguiapplication.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qinputmethod.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qiconengine.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qiconengineplugin.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qimageiohandler.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qimagereader.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qimagewriter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qmatrix4x4.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qvector3d.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qvector4d.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qquaternion.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qmovie.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qoffscreensurface.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopengl.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qt_windows.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtANGLE\GLES3\gl3.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtANGLE\GLES3\gl3platform.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtANGLE\KHR\khrplatform.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtANGLE\GLES2\gl2.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtANGLE\GLES2\gl2platform.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopengles2ext.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglext.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglbuffer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglcontext.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QScopedPointer \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QSurfaceFormat \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglversionfunctions.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopengldebug.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglextrafunctions.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglfunctions.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglframebufferobject.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglpaintdevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglpixeltransferoptions.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QSharedDataPointer \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglshaderprogram.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopengltexture.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopengltextureblitter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QMatrix3x3 \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QMatrix4x4 \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopengltimerquery.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglvertexarrayobject.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglwindow.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QPaintDeviceWindow \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpaintdevicewindow.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QWindow \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QPaintDevice \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QOpenGLContext \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QImage \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpaintengine.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpdfwriter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpicture.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpictureformatplugin.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpixmapcache.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qrasterwindow.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qscreen.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QList \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QSize \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QSizeF \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QTransform \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qsessionmanager.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qstandarditemmodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qstatictext.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qstylehints.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qsyntaxhighlighter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextobject.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextdocumentfragment.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextdocumentwriter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextlist.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtexttable.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qvalidator.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtguiversion.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QtWidgets \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QtWidgetsDepends \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qabstractbutton.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qabstractitemdelegate.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstyleoption.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qabstractspinbox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qslider.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qabstractslider.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstyle.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtabbar.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtabwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qrubberband.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qframe.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qabstractitemview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qabstractscrollarea.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qaccessiblewidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qaction.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qactiongroup.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qapplication.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdesktopwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qboxlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qlayoutitem.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgridlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qbuttongroup.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcalendarwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcheckbox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcolordialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcolormap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcolumnview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcombobox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcommandlinkbutton.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qpushbutton.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcommonstyle.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcompleter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdatawidgetmapper.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdatetimeedit.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdial.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdialogbuttonbox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdirmodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qfileiconprovider.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdockwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdrawutil.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qerrormessage.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qfiledialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qfilesystemmodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qfocusframe.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qfontcombobox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qfontdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qformlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QLayout \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgesture.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgesturerecognizer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicsanchorlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicsitem.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicslayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicslayoutitem.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicseffect.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicsgridlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicsitemanimation.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicslinearlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicsproxywidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicswidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicsscene.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicssceneevent.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicstransform.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QVector3D \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicsview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qscrollarea.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgroupbox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qheaderview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qinputdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qlineedit.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qitemdelegate.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qitemeditorfactory.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qkeyeventtransition.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qkeysequenceedit.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qlabel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qlcdnumber.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qlistview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qlistwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qmainwindow.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qmdiarea.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qmdisubwindow.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qmenu.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qmenubar.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qmessagebox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qmouseeventtransition.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qopenglwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qplaintextedit.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtextedit.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qprogressbar.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qprogressdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qproxystyle.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QCommonStyle \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qradiobutton.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qscrollbar.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qscroller.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QPointF \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QScrollerProperties \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qscrollerproperties.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QMetaType \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QVariant \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qshortcut.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qsizegrip.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qspinbox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qsplashscreen.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qsplitter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstackedlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstackedwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstatusbar.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstyleditemdelegate.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstylefactory.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstylepainter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstyleplugin.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qsystemtrayicon.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtableview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtablewidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtextbrowser.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtoolbar.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtoolbox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtoolbutton.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtooltip.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtreeview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtreewidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtreewidgetitemiterator.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qundogroup.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qundostack.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qundoview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qwhatsthis.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qwidgetaction.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qwizard.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtwidgetsversion.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qabstractprintdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qpagesetupdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qprintdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qprinterinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QPair \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qprintpreviewdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qprintpreviewwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qtprintsupportversion.h + +debug\librador.obj: ..\..\librador_shared_library\librador.cpp ..\..\librador_shared_library\librador.h \ + ..\..\librador_shared_library\librador_global.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qglobal.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qconfig.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtcore-config.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsystemdetection.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qprocessordetection.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcompilerdetection.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtypeinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsysinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlogging.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qflags.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qatomic.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbasicatomic.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qgenericatomic.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qatomic_cxx11.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qatomic_msvc.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qglobalstatic.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmutex.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qnumeric.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qversiontagging.h \ + ..\..\librador_shared_library\logging.h \ + ..\..\librador_shared_library\librador_internal.h \ + ..\..\librador_shared_library\usbcallhandler.h \ + libusb.h \ + ..\..\librador_shared_library\logging_internal.h + +debug\o1buffer.obj: ..\..\librador_shared_library\o1buffer.cpp ..\..\librador_shared_library\o1buffer.h \ + ..\..\librador_shared_library\logging_internal.h \ + ..\..\librador_shared_library\logging.h + +debug\usbcallhandler.obj: ..\..\librador_shared_library\usbcallhandler.cpp ..\..\librador_shared_library\usbcallhandler.h \ + libusb.h \ + ..\..\librador_shared_library\o1buffer.h \ + ..\..\librador_shared_library\logging_internal.h \ + ..\..\librador_shared_library\logging.h + +debug\moc_mainwindow.obj: debug\moc_mainwindow.cpp + +debug\moc_qcustomplot.obj: debug\moc_qcustomplot.cpp + +####### Install + +install: FORCE + +uninstall: FORCE + +FORCE: + diff --git a/Librador_API/___librador/demo_qt/librademo/Makefile.Release b/Librador_API/___librador/demo_qt/librademo/Makefile.Release new file mode 100644 index 00000000..040ce0b2 --- /dev/null +++ b/Librador_API/___librador/demo_qt/librademo/Makefile.Release @@ -0,0 +1,2461 @@ +############################################################################# +# Makefile for building: librademo +# Generated by qmake (3.1) (Qt 5.12.12) +# Project: librademo.pro +# Template: app +############################################################################# + +MAKEFILE = Makefile.Release + +EQ = = + +####### Compiler, tools and options + +CC = cl +CXX = cl +DEFINES = -DUNICODE -D_UNICODE -DWIN32 -D_ENABLE_EXTENDED_ALIGNED_STORAGE -DWIN64 -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_PRINTSUPPORT_LIB -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DNDEBUG +CFLAGS = -nologo -Zc:wchar_t -FS -Zc:strictStrings -O2 -MD -W3 -w44456 -w44457 -w44458 $(DEFINES) +CXXFLAGS = -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -EHsc $(DEFINES) +INCPATH = -I. -I..\..\..\..\Desktop_Interface\ui_elements\qcp1 -I..\..\librador_shared_library -IC:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include -IC:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport -IC:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets -IC:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui -IC:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtANGLE -IC:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore -Irelease -I. -I/include -IC:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\win32-msvc +LINKER = link +LFLAGS = /NOLOGO /DYNAMICBASE /NXCOMPAT /INCREMENTAL:NO /SUBSYSTEM:WINDOWS "/MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*'" +LIBS = libusb-1.0.lib C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\lib\Qt5PrintSupport.lib C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\lib\Qt5Widgets.lib C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\lib\Qt5Gui.lib C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\lib\Qt5Core.lib C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\lib\qtmain.lib /LIBPATH:C:\openssl\lib /LIBPATH:C:\Utils\my_sql\mysql-5.6.11-winx64\lib /LIBPATH:C:\Utils\postgresql\pgsql\lib shell32.lib +QMAKE = C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\bin\qmake.exe +IDC = idc +IDL = midl +ZIP = zip -r -9 +DEF_FILE = +RES_FILE = +COPY = copy /y +SED = $(QMAKE) -install sed +COPY_FILE = copy /y +COPY_DIR = xcopy /s /q /y /i +DEL_FILE = del +DEL_DIR = rmdir +MOVE = move +CHK_DIR_EXISTS= if not exist +MKDIR = mkdir +INSTALL_FILE = copy /y +INSTALL_PROGRAM = copy /y +INSTALL_DIR = xcopy /s /q /y /i +QINSTALL = C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\bin\qmake.exe -install qinstall +QINSTALL_PROGRAM = C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\bin\qmake.exe -install qinstall -exe + +####### Output directory + +OBJECTS_DIR = release + +####### Files + +SOURCES = main.cpp \ + mainwindow.cpp \ + ..\..\..\..\Desktop_Interface\ui_elements\qcp1\qcustomplot.cpp \ + ..\..\librador_shared_library\librador.cpp \ + ..\..\librador_shared_library\o1buffer.cpp \ + ..\..\librador_shared_library\usbcallhandler.cpp release\moc_mainwindow.cpp \ + release\moc_qcustomplot.cpp +OBJECTS = release\main.obj \ + release\mainwindow.obj \ + release\qcustomplot.obj \ + release\librador.obj \ + release\o1buffer.obj \ + release\usbcallhandler.obj \ + release\moc_mainwindow.obj \ + release\moc_qcustomplot.obj + +DIST = mainwindow.h \ + ..\..\..\..\Desktop_Interface\ui_elements\qcp1\qcustomplot.h main.cpp \ + mainwindow.cpp \ + ..\..\..\..\Desktop_Interface\ui_elements\qcp1\qcustomplot.cpp \ + ..\..\librador_shared_library\librador.cpp \ + ..\..\librador_shared_library\o1buffer.cpp \ + ..\..\librador_shared_library\usbcallhandler.cpp +QMAKE_TARGET = librademo +DESTDIR = release\ #avoid trailing-slash linebreak +TARGET = librademo.exe +DESTDIR_TARGET = release\librademo.exe + +####### Implicit rules + +.SUFFIXES: .c .cpp .cc .cxx + +.cpp.obj: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo$@ $< + +.cc.obj: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo$@ $< + +.cxx.obj: + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Fo$@ $< + +.c.obj: + $(CC) -c $(CFLAGS) $(INCPATH) -Fo$@ $< + +####### Build rules + +first: all +all: Makefile.Release release\librademo.exe + +release\librademo.exe: C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\lib\Qt5PrintSupport.lib C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\lib\Qt5Widgets.lib C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\lib\Qt5Gui.lib C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\lib\Qt5Core.lib C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\lib\qtmain.lib ui_mainwindow.h $(OBJECTS) + $(LINKER) $(LFLAGS) /MANIFEST:embed /OUT:$(DESTDIR_TARGET) @<< +release\main.obj release\mainwindow.obj release\qcustomplot.obj release\librador.obj release\o1buffer.obj release\usbcallhandler.obj release\moc_mainwindow.obj release\moc_qcustomplot.obj +$(LIBS) +<< + +qmake: FORCE + @$(QMAKE) -o Makefile.Release librademo.pro -spec win32-msvc "CONFIG+=qtquickcompiler" + +qmake_all: FORCE + +dist: + $(ZIP) librademo.zip $(SOURCES) $(DIST) librademo.pro C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\spec_pre.prf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\common\angle.conf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\win32\windows_vulkan_sdk.prf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\common\windows-vulkan.conf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\common\msvc-desktop.conf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\qconfig.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3danimation.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3danimation_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dcore.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dcore_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dextras.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dextras_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dinput.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dinput_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dlogic.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dlogic_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dquick.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dquick_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dquickanimation.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dquickanimation_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dquickextras.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dquickextras_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dquickinput.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dquickinput_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dquickrender.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dquickrender_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dquickscene2d.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3dquickscene2d_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3drender.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_3drender_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_accessibility_support_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_axbase.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_axbase_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_axcontainer.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_axcontainer_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_axserver.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_axserver_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_bluetooth.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_bluetooth_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_bootstrap_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_concurrent.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_concurrent_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_core.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_core_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_dbus.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_dbus_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_designer.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_designer_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_designercomponents_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_devicediscovery_support_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_edid_support_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_egl_support_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_eventdispatcher_support_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_fb_support_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_fontdatabase_support_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_gamepad.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_gamepad_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_gui.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_gui_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_help.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_help_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_location.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_location_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_multimedia.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_multimedia_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_multimediawidgets.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_multimediawidgets_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_network.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_network_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_nfc.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_nfc_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_opengl.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_opengl_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_openglextensions.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_openglextensions_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_packetprotocol_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_platformcompositor_support_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_positioning.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_positioning_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_positioningquick.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_positioningquick_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_printsupport.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_printsupport_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_qml.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_qml_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_qmldebug_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_qmldevtools_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_qmltest.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_qmltest_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_qtmultimediaquicktools_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_quick.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_quick_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_quickcontrols2.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_quickcontrols2_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_quickparticles_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_quickshapes_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_quicktemplates2.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_quicktemplates2_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_quickwidgets.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_quickwidgets_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_remoteobjects.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_remoteobjects_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_repparser.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_repparser_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_scxml.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_scxml_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_sensors.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_sensors_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_serialbus.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_serialbus_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_serialport.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_serialport_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_sql.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_sql_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_svg.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_svg_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_testlib.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_testlib_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_texttospeech.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_texttospeech_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_theme_support_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_uiplugin.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_uitools.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_uitools_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_vulkan_support_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_webchannel.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_webchannel_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_websockets.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_websockets_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_webview.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_webview_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_widgets.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_widgets_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_windowsuiautomation_support_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_winextras.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_winextras_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_xml.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_xml_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_xmlpatterns.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_xmlpatterns_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\modules\qt_lib_zlib_private.pri C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\qt_functions.prf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\qt_config.prf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\win32-msvc\qmake.conf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\spec_post.prf .qmake.stash C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\exclusive_builds.prf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\common\msvc-version.conf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\toolchain.prf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\default_pre.prf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\win32\default_pre.prf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\resolve_config.prf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\exclusive_builds_post.prf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\default_post.prf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\build_pass.prf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\resources.prf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\qtquickcompiler.prf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\precompile_header.prf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\warn_on.prf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\qt.prf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\moc.prf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\win32\opengl.prf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\uic.prf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\qmake_use.prf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\file_copies.prf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\win32\windows.prf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\testcase_targets.prf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\exceptions.prf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\yacc.prf C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\lex.prf librademo.pro C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\lib\Qt5PrintSupport.prl C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\lib\Qt5Widgets.prl C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\lib\Qt5Gui.prl C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\lib\Qt5Core.prl C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\lib\qtmain.prl C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\data\dummy.cpp mainwindow.h ..\..\..\..\Desktop_Interface\ui_elements\qcp1\qcustomplot.h main.cpp mainwindow.cpp ..\..\..\..\Desktop_Interface\ui_elements\qcp1\qcustomplot.cpp ..\..\librador_shared_library\librador.cpp ..\..\librador_shared_library\o1buffer.cpp ..\..\librador_shared_library\usbcallhandler.cpp mainwindow.ui + +clean: compiler_clean + -$(DEL_FILE) release\main.obj release\mainwindow.obj release\qcustomplot.obj release\librador.obj release\o1buffer.obj release\usbcallhandler.obj release\moc_mainwindow.obj release\moc_qcustomplot.obj + +distclean: clean + -$(DEL_FILE) .qmake.stash + -$(DEL_FILE) $(DESTDIR_TARGET) + -$(DEL_FILE) Makefile.Release + +mocclean: compiler_moc_header_clean compiler_moc_objc_header_clean compiler_moc_source_clean + +mocables: compiler_moc_header_make_all compiler_moc_objc_header_make_all compiler_moc_source_make_all + +check: first + +benchmark: first + +compiler_rcc_make_all: +compiler_rcc_clean: +compiler_qmlcache_make_all: +compiler_qmlcache_clean: +compiler_qmlcache_loader_make_all: release\qmlcache_loader.cpp +compiler_qmlcache_loader_clean: + -$(DEL_FILE) release\qmlcache_loader.cpp +compiler_no_pch_compiler_make_all: +compiler_no_pch_compiler_clean: +compiler_moc_predefs_make_all: release\moc_predefs.h +compiler_moc_predefs_clean: + -$(DEL_FILE) release\moc_predefs.h +release\moc_predefs.h: C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\data\dummy.cpp + cl -BxC:\Qt\Qt5.12.12\5.12.12\msvc2017_64\bin\qmake.exe -nologo -Zc:wchar_t -FS -Zc:rvalueCast -Zc:inline -Zc:strictStrings -Zc:throwingNew -Zc:referenceBinding -Zc:__cplusplus -O2 -MD -W3 -w34100 -w34189 -w44996 -w44456 -w44457 -w44458 -wd4577 -wd4467 -E C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\mkspecs\features\data\dummy.cpp 2>NUL >release\moc_predefs.h + +compiler_moc_header_make_all: release\moc_mainwindow.cpp release\moc_qcustomplot.cpp +compiler_moc_header_clean: + -$(DEL_FILE) release\moc_mainwindow.cpp release\moc_qcustomplot.cpp +release\moc_mainwindow.cpp: mainwindow.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QMainWindow \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qmainwindow.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtwidgetsglobal.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtguiglobal.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qglobal.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qconfig.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtcore-config.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsystemdetection.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qprocessordetection.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcompilerdetection.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtypeinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsysinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlogging.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qflags.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qatomic.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbasicatomic.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qgenericatomic.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qatomic_cxx11.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qatomic_msvc.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qglobalstatic.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmutex.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qnumeric.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qversiontagging.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtgui-config.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtwidgets-config.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qwindowdefs.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qobjectdefs.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qnamespace.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qwindowdefs_win.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qobject.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstring.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qchar.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbytearray.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qrefcount.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qarraydata.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringliteral.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringalgorithms.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringbuilder.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlist.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qalgorithms.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qiterator.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qhashfunctions.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qpair.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbytearraylist.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringlist.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qregexp.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringmatcher.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcoreevent.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qscopedpointer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmetatype.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qvarlengtharray.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcontainerfwd.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qobject_impl.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmargins.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpaintdevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qrect.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsize.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qpoint.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpalette.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qcolor.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qrgb.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qrgba64.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qbrush.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qvector.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qmatrix.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpolygon.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qregion.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qdatastream.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qiodevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qline.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtransform.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpainterpath.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qimage.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpixelformat.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpixmap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsharedpointer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qshareddata.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qhash.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qfont.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qfontmetrics.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qfontinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qsizepolicy.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qcursor.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qkeysequence.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qevent.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qvariant.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qdebug.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtextstream.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlocale.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qset.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcontiguouscache.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qurl.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qurlquery.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfile.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfiledevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qvector2d.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtouchdevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtabwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qicon.h \ + release\moc_predefs.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\bin\moc.exe + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\bin\moc.exe $(DEFINES) --compiler-flavor=msvc --include C:/Users/Contuter/git/labrador/Librador_API/___librador/demo_qt/librademo/release/moc_predefs.h -IC:/Qt/Qt5.12.12/5.12.12/msvc2017_64/mkspecs/win32-msvc -IC:/Users/Contuter/git/labrador/Librador_API/___librador/demo_qt/librademo -IC:/Users/Contuter/git/labrador/Desktop_Interface/ui_elements/qcp1 -IC:/Users/Contuter/git/labrador/Librador_API/___librador/librador_shared_library -IC:/Qt/Qt5.12.12/5.12.12/msvc2017_64/include -IC:/Qt/Qt5.12.12/5.12.12/msvc2017_64/include/QtPrintSupport -IC:/Qt/Qt5.12.12/5.12.12/msvc2017_64/include/QtWidgets -IC:/Qt/Qt5.12.12/5.12.12/msvc2017_64/include/QtGui -IC:/Qt/Qt5.12.12/5.12.12/msvc2017_64/include/QtANGLE -IC:/Qt/Qt5.12.12/5.12.12/msvc2017_64/include/QtCore -I"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\ATLMFC\include" -I"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\shared" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\winrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\cppwinrt" mainwindow.h -o release\moc_mainwindow.cpp + +release\moc_qcustomplot.cpp: ..\..\..\..\Desktop_Interface\ui_elements\qcp1\qcustomplot.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QObject \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qobject.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qobjectdefs.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qnamespace.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qglobal.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qconfig.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtcore-config.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsystemdetection.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qprocessordetection.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcompilerdetection.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtypeinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsysinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlogging.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qflags.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qatomic.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbasicatomic.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qgenericatomic.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qatomic_cxx11.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qatomic_msvc.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qglobalstatic.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmutex.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qnumeric.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qversiontagging.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstring.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qchar.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbytearray.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qrefcount.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qarraydata.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringliteral.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringalgorithms.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringbuilder.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlist.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qalgorithms.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qiterator.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qhashfunctions.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qpair.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbytearraylist.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringlist.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qregexp.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringmatcher.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcoreevent.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qscopedpointer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmetatype.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qvarlengtharray.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcontainerfwd.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qobject_impl.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QPointer \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qpointer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsharedpointer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qshareddata.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qhash.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QWidget \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtwidgetsglobal.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtguiglobal.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtgui-config.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtwidgets-config.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qwindowdefs.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qwindowdefs_win.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmargins.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpaintdevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qrect.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsize.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qpoint.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpalette.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qcolor.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qrgb.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qrgba64.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qbrush.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qvector.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qmatrix.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpolygon.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qregion.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qdatastream.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qiodevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qline.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtransform.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpainterpath.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qimage.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpixelformat.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpixmap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qfont.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qfontmetrics.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qfontinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qsizepolicy.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qcursor.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qkeysequence.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qevent.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qvariant.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qdebug.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtextstream.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlocale.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qset.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcontiguouscache.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qurl.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qurlquery.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfile.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfiledevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qvector2d.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtouchdevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QPainter \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpainter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextoption.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpen.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QPaintEvent \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QMouseEvent \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QPixmap \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QVector \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QString \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QDateTime \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qdatetime.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QMultiMap \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QFlags \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QDebug \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QVector2D \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QStack \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstack.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QCache \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcache.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QMargins \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmath.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\QPrinter \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qprinter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qtprintsupportglobal.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qtprintsupport-config.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpagedpaintdevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpagelayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpagesize.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\QPrintEngine \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qprintengine.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QtNumeric \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\QtPrintSupport \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\QtPrintSupportDepends \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QtCore \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QtCoreDepends \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qabstractanimation.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qabstracteventdispatcher.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qeventloop.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qabstractitemmodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qabstractnativeeventfilter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qabstractproxymodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qabstractstate.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qabstracttransition.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qanimationgroup.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qarraydataops.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qarraydatapointer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbasictimer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbitarray.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbuffer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbytearraymatcher.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcborarray.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcborvalue.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcborcommon.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qregularexpression.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\quuid.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcbormap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcborstream.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfloat16.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcollator.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcommandlineoption.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcommandlineparser.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcoreapplication.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcryptographichash.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qdeadlinetimer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qelapsedtimer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qdir.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfileinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qdiriterator.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qeasingcurve.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qendian.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qeventtransition.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qexception.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfactoryinterface.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfileselector.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QStringList \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfilesystemwatcher.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfinalstate.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfuture.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfutureinterface.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qrunnable.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qresultstore.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfuturesynchronizer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfuturewatcher.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qhistorystate.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qidentityproxymodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qisenum.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qitemselectionmodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qjsonarray.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qjsonvalue.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qjsondocument.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qjsonobject.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlibrary.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlibraryinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qversionnumber.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlinkedlist.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlockfile.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qloggingcategory.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmessageauthenticationcode.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmetaobject.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmimedata.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmimedatabase.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmimetype.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qobjectcleanuphandler.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qoperatingsystemversion.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qparallelanimationgroup.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qpauseanimation.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qplugin.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qpluginloader.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qprocess.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qpropertyanimation.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qvariantanimation.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qqueue.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qrandom.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qreadwritelock.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qresource.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsavefile.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qscopedvaluerollback.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qscopeguard.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsemaphore.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsequentialanimationgroup.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsettings.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsharedmemory.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsignalmapper.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsignaltransition.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsocketnotifier.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsortfilterproxymodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstandardpaths.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstate.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstatemachine.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstorageinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringlistmodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsystemsemaphore.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtemporarydir.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtemporaryfile.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtextboundaryfinder.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtextcodec.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qthread.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qthreadpool.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qthreadstorage.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtimeline.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtimer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtimezone.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtranslator.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtypetraits.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qwaitcondition.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qwineventnotifier.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qxmlstream.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtcoreversion.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QtGui \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QtGuiDepends \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qabstracttextdocumentlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextformat.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qglyphrun.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qrawfont.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qfontdatabase.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextcursor.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextdocument.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qaccessible.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qaccessiblebridge.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qaccessibleobject.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qaccessibleplugin.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qbackingstore.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qwindow.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QEvent \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QRect \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qsurface.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qsurfaceformat.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qicon.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qbitmap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qclipboard.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qdesktopservices.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qdrag.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qgenericmatrix.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qgenericplugin.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qgenericpluginfactory.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qguiapplication.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qinputmethod.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qiconengine.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qiconengineplugin.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qimageiohandler.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qimagereader.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qimagewriter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qmatrix4x4.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qvector3d.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qvector4d.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qquaternion.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qmovie.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qoffscreensurface.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopengl.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qt_windows.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtANGLE\GLES3\gl3.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtANGLE\GLES3\gl3platform.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtANGLE\KHR\khrplatform.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtANGLE\GLES2\gl2.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtANGLE\GLES2\gl2platform.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopengles2ext.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglext.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglbuffer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglcontext.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QScopedPointer \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QSurfaceFormat \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglversionfunctions.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopengldebug.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglextrafunctions.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglfunctions.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglframebufferobject.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglpaintdevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglpixeltransferoptions.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QSharedDataPointer \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglshaderprogram.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopengltexture.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopengltextureblitter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QMatrix3x3 \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QMatrix4x4 \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopengltimerquery.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglvertexarrayobject.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglwindow.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QPaintDeviceWindow \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpaintdevicewindow.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QWindow \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QPaintDevice \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QOpenGLContext \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QImage \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpaintengine.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpdfwriter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpicture.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpictureformatplugin.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpixmapcache.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qrasterwindow.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qscreen.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QList \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QSize \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QSizeF \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QTransform \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qsessionmanager.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qstandarditemmodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qstatictext.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qstylehints.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qsyntaxhighlighter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextobject.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextdocumentfragment.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextdocumentwriter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextlist.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtexttable.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qvalidator.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtguiversion.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QtWidgets \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QtWidgetsDepends \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qabstractbutton.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qabstractitemdelegate.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstyleoption.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qabstractspinbox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qslider.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qabstractslider.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstyle.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtabbar.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtabwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qrubberband.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qframe.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qabstractitemview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qabstractscrollarea.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qaccessiblewidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qaction.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qactiongroup.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qapplication.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdesktopwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qboxlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qlayoutitem.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgridlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qbuttongroup.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcalendarwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcheckbox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcolordialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcolormap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcolumnview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcombobox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcommandlinkbutton.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qpushbutton.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcommonstyle.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcompleter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdatawidgetmapper.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdatetimeedit.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdial.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdialogbuttonbox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdirmodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qfileiconprovider.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdockwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdrawutil.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qerrormessage.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qfiledialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qfilesystemmodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qfocusframe.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qfontcombobox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qfontdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qformlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QLayout \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgesture.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgesturerecognizer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicsanchorlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicsitem.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicslayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicslayoutitem.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicseffect.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicsgridlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicsitemanimation.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicslinearlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicsproxywidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicswidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicsscene.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicssceneevent.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicstransform.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QVector3D \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicsview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qscrollarea.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgroupbox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qheaderview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qinputdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qlineedit.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qitemdelegate.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qitemeditorfactory.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qkeyeventtransition.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qkeysequenceedit.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qlabel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qlcdnumber.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qlistview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qlistwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qmainwindow.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qmdiarea.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qmdisubwindow.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qmenu.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qmenubar.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qmessagebox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qmouseeventtransition.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qopenglwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qplaintextedit.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtextedit.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qprogressbar.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qprogressdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qproxystyle.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QCommonStyle \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qradiobutton.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qscrollbar.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qscroller.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QPointF \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QScrollerProperties \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qscrollerproperties.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QMetaType \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QVariant \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qshortcut.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qsizegrip.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qspinbox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qsplashscreen.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qsplitter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstackedlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstackedwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstatusbar.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstyleditemdelegate.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstylefactory.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstylepainter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstyleplugin.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qsystemtrayicon.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtableview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtablewidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtextbrowser.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtoolbar.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtoolbox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtoolbutton.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtooltip.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtreeview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtreewidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtreewidgetitemiterator.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qundogroup.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qundostack.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qundoview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qwhatsthis.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qwidgetaction.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qwizard.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtwidgetsversion.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qabstractprintdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qpagesetupdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qprintdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qprinterinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QPair \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qprintpreviewdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qprintpreviewwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qtprintsupportversion.h \ + release\moc_predefs.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\bin\moc.exe + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\bin\moc.exe $(DEFINES) --compiler-flavor=msvc --include C:/Users/Contuter/git/labrador/Librador_API/___librador/demo_qt/librademo/release/moc_predefs.h -IC:/Qt/Qt5.12.12/5.12.12/msvc2017_64/mkspecs/win32-msvc -IC:/Users/Contuter/git/labrador/Librador_API/___librador/demo_qt/librademo -IC:/Users/Contuter/git/labrador/Desktop_Interface/ui_elements/qcp1 -IC:/Users/Contuter/git/labrador/Librador_API/___librador/librador_shared_library -IC:/Qt/Qt5.12.12/5.12.12/msvc2017_64/include -IC:/Qt/Qt5.12.12/5.12.12/msvc2017_64/include/QtPrintSupport -IC:/Qt/Qt5.12.12/5.12.12/msvc2017_64/include/QtWidgets -IC:/Qt/Qt5.12.12/5.12.12/msvc2017_64/include/QtGui -IC:/Qt/Qt5.12.12/5.12.12/msvc2017_64/include/QtANGLE -IC:/Qt/Qt5.12.12/5.12.12/msvc2017_64/include/QtCore -I"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\ATLMFC\include" -I"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\shared" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\um" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\winrt" -I"C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\cppwinrt" ..\..\..\..\Desktop_Interface\ui_elements\qcp1\qcustomplot.h -o release\moc_qcustomplot.cpp + +compiler_moc_objc_header_make_all: +compiler_moc_objc_header_clean: +compiler_moc_source_make_all: +compiler_moc_source_clean: +compiler_uic_make_all: ui_mainwindow.h +compiler_uic_clean: + -$(DEL_FILE) ui_mainwindow.h +ui_mainwindow.h: mainwindow.ui \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\bin\uic.exe \ + ..\..\..\..\Desktop_Interface\ui_elements\qcp1\qcustomplot.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QObject \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qobject.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qobjectdefs.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qnamespace.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qglobal.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qconfig.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtcore-config.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsystemdetection.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qprocessordetection.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcompilerdetection.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtypeinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsysinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlogging.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qflags.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qatomic.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbasicatomic.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qgenericatomic.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qatomic_cxx11.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qatomic_msvc.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qglobalstatic.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmutex.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qnumeric.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qversiontagging.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstring.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qchar.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbytearray.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qrefcount.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qarraydata.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringliteral.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringalgorithms.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringbuilder.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlist.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qalgorithms.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qiterator.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qhashfunctions.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qpair.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbytearraylist.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringlist.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qregexp.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringmatcher.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcoreevent.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qscopedpointer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmetatype.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qvarlengtharray.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcontainerfwd.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qobject_impl.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QPointer \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qpointer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsharedpointer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qshareddata.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qhash.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QWidget \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtwidgetsglobal.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtguiglobal.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtgui-config.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtwidgets-config.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qwindowdefs.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qwindowdefs_win.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmargins.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpaintdevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qrect.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsize.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qpoint.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpalette.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qcolor.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qrgb.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qrgba64.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qbrush.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qvector.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qmatrix.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpolygon.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qregion.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qdatastream.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qiodevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qline.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtransform.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpainterpath.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qimage.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpixelformat.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpixmap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qfont.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qfontmetrics.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qfontinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qsizepolicy.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qcursor.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qkeysequence.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qevent.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qvariant.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qdebug.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtextstream.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlocale.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qset.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcontiguouscache.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qurl.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qurlquery.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfile.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfiledevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qvector2d.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtouchdevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QPainter \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpainter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextoption.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpen.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QPaintEvent \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QMouseEvent \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QPixmap \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QVector \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QString \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QDateTime \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qdatetime.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QMultiMap \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QFlags \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QDebug \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QVector2D \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QStack \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstack.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QCache \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcache.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QMargins \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmath.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\QPrinter \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qprinter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qtprintsupportglobal.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qtprintsupport-config.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpagedpaintdevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpagelayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpagesize.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\QPrintEngine \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qprintengine.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QtNumeric \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\QtPrintSupport \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\QtPrintSupportDepends \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QtCore \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QtCoreDepends \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qabstractanimation.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qabstracteventdispatcher.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qeventloop.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qabstractitemmodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qabstractnativeeventfilter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qabstractproxymodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qabstractstate.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qabstracttransition.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qanimationgroup.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qarraydataops.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qarraydatapointer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbasictimer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbitarray.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbuffer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbytearraymatcher.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcborarray.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcborvalue.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcborcommon.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qregularexpression.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\quuid.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcbormap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcborstream.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfloat16.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcollator.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcommandlineoption.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcommandlineparser.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcoreapplication.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcryptographichash.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qdeadlinetimer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qelapsedtimer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qdir.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfileinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qdiriterator.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qeasingcurve.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qendian.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qeventtransition.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qexception.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfactoryinterface.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfileselector.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QStringList \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfilesystemwatcher.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfinalstate.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfuture.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfutureinterface.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qrunnable.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qresultstore.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfuturesynchronizer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfuturewatcher.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qhistorystate.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qidentityproxymodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qisenum.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qitemselectionmodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qjsonarray.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qjsonvalue.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qjsondocument.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qjsonobject.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlibrary.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlibraryinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qversionnumber.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlinkedlist.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlockfile.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qloggingcategory.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmessageauthenticationcode.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmetaobject.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmimedata.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmimedatabase.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmimetype.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qobjectcleanuphandler.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qoperatingsystemversion.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qparallelanimationgroup.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qpauseanimation.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qplugin.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qpluginloader.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qprocess.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qpropertyanimation.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qvariantanimation.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qqueue.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qrandom.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qreadwritelock.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qresource.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsavefile.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qscopedvaluerollback.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qscopeguard.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsemaphore.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsequentialanimationgroup.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsettings.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsharedmemory.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsignalmapper.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsignaltransition.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsocketnotifier.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsortfilterproxymodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstandardpaths.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstate.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstatemachine.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstorageinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringlistmodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsystemsemaphore.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtemporarydir.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtemporaryfile.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtextboundaryfinder.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtextcodec.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qthread.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qthreadpool.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qthreadstorage.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtimeline.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtimer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtimezone.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtranslator.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtypetraits.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qwaitcondition.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qwineventnotifier.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qxmlstream.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtcoreversion.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QtGui \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QtGuiDepends \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qabstracttextdocumentlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextformat.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qglyphrun.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qrawfont.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qfontdatabase.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextcursor.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextdocument.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qaccessible.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qaccessiblebridge.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qaccessibleobject.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qaccessibleplugin.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qbackingstore.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qwindow.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QEvent \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QRect \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qsurface.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qsurfaceformat.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qicon.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qbitmap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qclipboard.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qdesktopservices.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qdrag.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qgenericmatrix.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qgenericplugin.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qgenericpluginfactory.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qguiapplication.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qinputmethod.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qiconengine.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qiconengineplugin.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qimageiohandler.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qimagereader.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qimagewriter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qmatrix4x4.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qvector3d.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qvector4d.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qquaternion.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qmovie.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qoffscreensurface.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopengl.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qt_windows.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtANGLE\GLES3\gl3.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtANGLE\GLES3\gl3platform.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtANGLE\KHR\khrplatform.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtANGLE\GLES2\gl2.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtANGLE\GLES2\gl2platform.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopengles2ext.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglext.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglbuffer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglcontext.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QScopedPointer \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QSurfaceFormat \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglversionfunctions.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopengldebug.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglextrafunctions.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglfunctions.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglframebufferobject.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglpaintdevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglpixeltransferoptions.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QSharedDataPointer \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglshaderprogram.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopengltexture.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopengltextureblitter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QMatrix3x3 \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QMatrix4x4 \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopengltimerquery.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglvertexarrayobject.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglwindow.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QPaintDeviceWindow \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpaintdevicewindow.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QWindow \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QPaintDevice \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QOpenGLContext \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QImage \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpaintengine.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpdfwriter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpicture.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpictureformatplugin.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpixmapcache.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qrasterwindow.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qscreen.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QList \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QSize \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QSizeF \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QTransform \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qsessionmanager.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qstandarditemmodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qstatictext.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qstylehints.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qsyntaxhighlighter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextobject.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextdocumentfragment.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextdocumentwriter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextlist.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtexttable.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qvalidator.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtguiversion.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QtWidgets \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QtWidgetsDepends \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qabstractbutton.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qabstractitemdelegate.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstyleoption.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qabstractspinbox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qslider.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qabstractslider.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstyle.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtabbar.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtabwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qrubberband.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qframe.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qabstractitemview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qabstractscrollarea.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qaccessiblewidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qaction.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qactiongroup.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qapplication.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdesktopwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qboxlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qlayoutitem.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgridlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qbuttongroup.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcalendarwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcheckbox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcolordialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcolormap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcolumnview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcombobox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcommandlinkbutton.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qpushbutton.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcommonstyle.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcompleter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdatawidgetmapper.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdatetimeedit.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdial.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdialogbuttonbox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdirmodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qfileiconprovider.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdockwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdrawutil.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qerrormessage.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qfiledialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qfilesystemmodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qfocusframe.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qfontcombobox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qfontdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qformlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QLayout \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgesture.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgesturerecognizer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicsanchorlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicsitem.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicslayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicslayoutitem.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicseffect.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicsgridlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicsitemanimation.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicslinearlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicsproxywidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicswidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicsscene.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicssceneevent.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicstransform.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QVector3D \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicsview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qscrollarea.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgroupbox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qheaderview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qinputdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qlineedit.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qitemdelegate.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qitemeditorfactory.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qkeyeventtransition.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qkeysequenceedit.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qlabel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qlcdnumber.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qlistview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qlistwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qmainwindow.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qmdiarea.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qmdisubwindow.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qmenu.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qmenubar.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qmessagebox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qmouseeventtransition.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qopenglwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qplaintextedit.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtextedit.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qprogressbar.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qprogressdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qproxystyle.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QCommonStyle \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qradiobutton.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qscrollbar.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qscroller.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QPointF \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QScrollerProperties \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qscrollerproperties.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QMetaType \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QVariant \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qshortcut.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qsizegrip.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qspinbox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qsplashscreen.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qsplitter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstackedlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstackedwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstatusbar.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstyleditemdelegate.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstylefactory.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstylepainter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstyleplugin.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qsystemtrayicon.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtableview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtablewidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtextbrowser.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtoolbar.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtoolbox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtoolbutton.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtooltip.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtreeview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtreewidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtreewidgetitemiterator.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qundogroup.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qundostack.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qundoview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qwhatsthis.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qwidgetaction.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qwizard.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtwidgetsversion.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qabstractprintdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qpagesetupdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qprintdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qprinterinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QPair \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qprintpreviewdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qprintpreviewwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qtprintsupportversion.h + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\bin\uic.exe mainwindow.ui -o ui_mainwindow.h + +compiler_yacc_decl_make_all: +compiler_yacc_decl_clean: +compiler_yacc_impl_make_all: +compiler_yacc_impl_clean: +compiler_lex_make_all: +compiler_lex_clean: +compiler_clean: compiler_moc_predefs_clean compiler_moc_header_clean compiler_uic_clean + + + +####### Compile + +release\main.obj: main.cpp mainwindow.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QMainWindow \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qmainwindow.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtwidgetsglobal.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtguiglobal.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qglobal.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qconfig.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtcore-config.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsystemdetection.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qprocessordetection.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcompilerdetection.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtypeinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsysinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlogging.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qflags.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qatomic.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbasicatomic.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qgenericatomic.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qatomic_cxx11.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qatomic_msvc.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qglobalstatic.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmutex.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qnumeric.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qversiontagging.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtgui-config.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtwidgets-config.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qwindowdefs.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qobjectdefs.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qnamespace.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qwindowdefs_win.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qobject.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstring.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qchar.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbytearray.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qrefcount.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qarraydata.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringliteral.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringalgorithms.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringbuilder.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlist.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qalgorithms.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qiterator.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qhashfunctions.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qpair.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbytearraylist.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringlist.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qregexp.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringmatcher.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcoreevent.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qscopedpointer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmetatype.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qvarlengtharray.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcontainerfwd.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qobject_impl.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmargins.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpaintdevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qrect.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsize.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qpoint.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpalette.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qcolor.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qrgb.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qrgba64.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qbrush.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qvector.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qmatrix.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpolygon.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qregion.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qdatastream.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qiodevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qline.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtransform.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpainterpath.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qimage.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpixelformat.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpixmap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsharedpointer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qshareddata.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qhash.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qfont.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qfontmetrics.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qfontinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qsizepolicy.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qcursor.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qkeysequence.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qevent.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qvariant.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qdebug.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtextstream.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlocale.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qset.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcontiguouscache.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qurl.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qurlquery.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfile.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfiledevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qvector2d.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtouchdevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtabwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qicon.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QApplication \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qapplication.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcoreapplication.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qeventloop.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdesktopwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qguiapplication.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qinputmethod.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\main.obj main.cpp + +release\mainwindow.obj: mainwindow.cpp mainwindow.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QMainWindow \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qmainwindow.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtwidgetsglobal.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtguiglobal.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qglobal.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qconfig.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtcore-config.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsystemdetection.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qprocessordetection.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcompilerdetection.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtypeinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsysinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlogging.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qflags.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qatomic.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbasicatomic.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qgenericatomic.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qatomic_cxx11.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qatomic_msvc.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qglobalstatic.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmutex.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qnumeric.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qversiontagging.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtgui-config.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtwidgets-config.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qwindowdefs.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qobjectdefs.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qnamespace.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qwindowdefs_win.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qobject.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstring.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qchar.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbytearray.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qrefcount.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qarraydata.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringliteral.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringalgorithms.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringbuilder.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlist.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qalgorithms.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qiterator.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qhashfunctions.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qpair.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbytearraylist.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringlist.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qregexp.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringmatcher.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcoreevent.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qscopedpointer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmetatype.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qvarlengtharray.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcontainerfwd.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qobject_impl.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmargins.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpaintdevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qrect.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsize.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qpoint.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpalette.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qcolor.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qrgb.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qrgba64.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qbrush.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qvector.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qmatrix.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpolygon.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qregion.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qdatastream.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qiodevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qline.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtransform.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpainterpath.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qimage.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpixelformat.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpixmap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsharedpointer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qshareddata.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qhash.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qfont.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qfontmetrics.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qfontinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qsizepolicy.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qcursor.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qkeysequence.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qevent.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qvariant.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qdebug.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtextstream.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlocale.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qset.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcontiguouscache.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qurl.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qurlquery.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfile.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfiledevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qvector2d.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtouchdevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtabwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qicon.h \ + ui_mainwindow.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QVariant \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QApplication \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qapplication.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcoreapplication.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qeventloop.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdesktopwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qguiapplication.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qinputmethod.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QCheckBox \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcheckbox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qabstractbutton.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QComboBox \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcombobox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qabstractitemdelegate.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstyleoption.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qabstractspinbox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qvalidator.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qregularexpression.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qslider.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qabstractslider.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstyle.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtabbar.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qrubberband.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qframe.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qabstractitemmodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QDoubleSpinBox \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qspinbox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QHBoxLayout \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qboxlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qlayoutitem.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgridlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QLabel \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qlabel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QMenuBar \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qmenubar.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qmenu.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qaction.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qactiongroup.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QPushButton \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qpushbutton.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QStatusBar \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstatusbar.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QToolBar \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtoolbar.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QVBoxLayout \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QWidget \ + ..\..\..\..\Desktop_Interface\ui_elements\qcp1\qcustomplot.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QObject \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QPointer \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qpointer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QPainter \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpainter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextoption.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpen.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QPaintEvent \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QMouseEvent \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QPixmap \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QVector \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QString \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QDateTime \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qdatetime.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QMultiMap \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QFlags \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QDebug \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QVector2D \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QStack \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstack.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QCache \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcache.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QMargins \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmath.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\QPrinter \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qprinter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qtprintsupportglobal.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qtprintsupport-config.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpagedpaintdevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpagelayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpagesize.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\QPrintEngine \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qprintengine.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QtNumeric \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\QtPrintSupport \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\QtPrintSupportDepends \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QtCore \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QtCoreDepends \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qabstractanimation.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qabstracteventdispatcher.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qabstractnativeeventfilter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qabstractproxymodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qabstractstate.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qabstracttransition.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qanimationgroup.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qarraydataops.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qarraydatapointer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbasictimer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbitarray.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbuffer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbytearraymatcher.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcborarray.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcborvalue.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcborcommon.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\quuid.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcbormap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcborstream.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfloat16.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcollator.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcommandlineoption.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcommandlineparser.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcryptographichash.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qdeadlinetimer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qelapsedtimer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qdir.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfileinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qdiriterator.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qeasingcurve.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qendian.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qeventtransition.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qexception.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfactoryinterface.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfileselector.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QStringList \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfilesystemwatcher.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfinalstate.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfuture.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfutureinterface.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qrunnable.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qresultstore.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfuturesynchronizer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfuturewatcher.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qhistorystate.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qidentityproxymodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qisenum.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qitemselectionmodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qjsonarray.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qjsonvalue.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qjsondocument.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qjsonobject.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlibrary.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlibraryinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qversionnumber.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlinkedlist.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlockfile.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qloggingcategory.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmessageauthenticationcode.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmetaobject.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmimedata.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmimedatabase.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmimetype.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qobjectcleanuphandler.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qoperatingsystemversion.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qparallelanimationgroup.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qpauseanimation.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qplugin.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qpluginloader.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qprocess.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qpropertyanimation.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qvariantanimation.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qqueue.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qrandom.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qreadwritelock.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qresource.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsavefile.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qscopedvaluerollback.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qscopeguard.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsemaphore.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsequentialanimationgroup.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsettings.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsharedmemory.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsignalmapper.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsignaltransition.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsocketnotifier.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsortfilterproxymodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstandardpaths.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstate.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstatemachine.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstorageinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringlistmodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsystemsemaphore.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtemporarydir.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtemporaryfile.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtextboundaryfinder.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtextcodec.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qthread.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qthreadpool.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qthreadstorage.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtimeline.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtimer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtimezone.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtranslator.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtypetraits.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qwaitcondition.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qwineventnotifier.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qxmlstream.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtcoreversion.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QtGui \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QtGuiDepends \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qabstracttextdocumentlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextformat.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qglyphrun.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qrawfont.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qfontdatabase.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextcursor.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextdocument.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qaccessible.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qaccessiblebridge.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qaccessibleobject.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qaccessibleplugin.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qbackingstore.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qwindow.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QEvent \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QRect \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qsurface.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qsurfaceformat.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qbitmap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qclipboard.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qdesktopservices.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qdrag.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qgenericmatrix.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qgenericplugin.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qgenericpluginfactory.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qiconengine.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qiconengineplugin.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qimageiohandler.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qimagereader.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qimagewriter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qmatrix4x4.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qvector3d.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qvector4d.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qquaternion.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qmovie.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qoffscreensurface.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopengl.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qt_windows.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtANGLE\GLES3\gl3.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtANGLE\GLES3\gl3platform.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtANGLE\KHR\khrplatform.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtANGLE\GLES2\gl2.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtANGLE\GLES2\gl2platform.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopengles2ext.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglext.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglbuffer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglcontext.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QScopedPointer \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QSurfaceFormat \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglversionfunctions.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopengldebug.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglextrafunctions.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglfunctions.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglframebufferobject.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglpaintdevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglpixeltransferoptions.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QSharedDataPointer \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglshaderprogram.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopengltexture.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopengltextureblitter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QMatrix3x3 \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QMatrix4x4 \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopengltimerquery.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglvertexarrayobject.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglwindow.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QPaintDeviceWindow \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpaintdevicewindow.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QWindow \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QPaintDevice \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QOpenGLContext \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QImage \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpaintengine.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpdfwriter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpicture.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpictureformatplugin.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpixmapcache.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qrasterwindow.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qscreen.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QList \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QSize \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QSizeF \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QTransform \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qsessionmanager.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qstandarditemmodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qstatictext.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qstylehints.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qsyntaxhighlighter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextobject.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextdocumentfragment.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextdocumentwriter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextlist.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtexttable.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtguiversion.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QtWidgets \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QtWidgetsDepends \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qabstractitemview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qabstractscrollarea.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qaccessiblewidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qbuttongroup.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcalendarwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcolordialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcolormap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcolumnview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcommandlinkbutton.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcommonstyle.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcompleter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdatawidgetmapper.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdatetimeedit.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdial.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdialogbuttonbox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdirmodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qfileiconprovider.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdockwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdrawutil.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qerrormessage.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qfiledialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qfilesystemmodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qfocusframe.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qfontcombobox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qfontdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qformlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QLayout \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgesture.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgesturerecognizer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicsanchorlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicsitem.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicslayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicslayoutitem.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicseffect.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicsgridlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicsitemanimation.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicslinearlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicsproxywidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicswidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicsscene.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicssceneevent.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicstransform.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QVector3D \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicsview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qscrollarea.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgroupbox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qheaderview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qinputdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qlineedit.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qitemdelegate.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qitemeditorfactory.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qkeyeventtransition.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qkeysequenceedit.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qlcdnumber.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qlistview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qlistwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qmdiarea.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qmdisubwindow.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qmessagebox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qmouseeventtransition.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qopenglwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qplaintextedit.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtextedit.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qprogressbar.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qprogressdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qproxystyle.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QCommonStyle \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qradiobutton.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qscrollbar.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qscroller.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QPointF \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QScrollerProperties \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qscrollerproperties.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QMetaType \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qshortcut.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qsizegrip.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qsplashscreen.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qsplitter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstackedlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstackedwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstyleditemdelegate.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstylefactory.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstylepainter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstyleplugin.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qsystemtrayicon.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtableview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtablewidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtextbrowser.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtoolbox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtoolbutton.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtooltip.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtreeview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtreewidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtreewidgetitemiterator.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qundogroup.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qundostack.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qundoview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qwhatsthis.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qwidgetaction.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qwizard.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtwidgetsversion.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qabstractprintdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qpagesetupdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qprintdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qprinterinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QPair \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qprintpreviewdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qprintpreviewwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qtprintsupportversion.h \ + ..\..\librador_shared_library\librador.h \ + ..\..\librador_shared_library\librador_global.h \ + ..\..\librador_shared_library\logging.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\mainwindow.obj mainwindow.cpp + +release\qcustomplot.obj: ..\..\..\..\Desktop_Interface\ui_elements\qcp1\qcustomplot.cpp ..\..\..\..\Desktop_Interface\ui_elements\qcp1\qcustomplot.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QObject \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qobject.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qobjectdefs.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qnamespace.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qglobal.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qconfig.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtcore-config.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsystemdetection.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qprocessordetection.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcompilerdetection.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtypeinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsysinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlogging.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qflags.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qatomic.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbasicatomic.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qgenericatomic.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qatomic_cxx11.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qatomic_msvc.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qglobalstatic.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmutex.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qnumeric.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qversiontagging.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qobjectdefs_impl.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstring.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qchar.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbytearray.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qrefcount.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qarraydata.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringliteral.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringalgorithms.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringbuilder.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlist.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qalgorithms.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qiterator.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qhashfunctions.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qpair.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbytearraylist.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringlist.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qregexp.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringmatcher.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcoreevent.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qscopedpointer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmetatype.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qvarlengtharray.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcontainerfwd.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qobject_impl.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QPointer \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qpointer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsharedpointer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qshareddata.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qhash.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsharedpointer_impl.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QWidget \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtwidgetsglobal.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtguiglobal.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtgui-config.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtwidgets-config.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qwindowdefs.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qwindowdefs_win.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmargins.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpaintdevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qrect.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsize.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qpoint.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpalette.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qcolor.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qrgb.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qrgba64.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qbrush.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qvector.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qmatrix.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpolygon.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qregion.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qdatastream.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qiodevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qline.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtransform.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpainterpath.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qimage.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpixelformat.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpixmap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qfont.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qfontmetrics.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qfontinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qsizepolicy.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qcursor.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qkeysequence.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qevent.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qvariant.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qdebug.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtextstream.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlocale.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qset.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcontiguouscache.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qurl.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qurlquery.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfile.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfiledevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qvector2d.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtouchdevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QPainter \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpainter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextoption.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpen.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QPaintEvent \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QMouseEvent \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QPixmap \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QVector \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QString \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QDateTime \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qdatetime.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QMultiMap \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QFlags \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QDebug \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QVector2D \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QStack \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstack.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QCache \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcache.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QMargins \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmath.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\QPrinter \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qprinter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qtprintsupportglobal.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qtprintsupport-config.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpagedpaintdevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpagelayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpagesize.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\QPrintEngine \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qprintengine.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QtNumeric \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\QtPrintSupport \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\QtPrintSupportDepends \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QtCore \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QtCoreDepends \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qabstractanimation.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qabstracteventdispatcher.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qeventloop.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qabstractitemmodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qabstractnativeeventfilter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qabstractproxymodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qabstractstate.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qabstracttransition.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qanimationgroup.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qarraydataops.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qarraydatapointer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbasictimer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbitarray.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbuffer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbytearraymatcher.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcborarray.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcborvalue.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcborcommon.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qregularexpression.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\quuid.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcbormap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcborstream.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfloat16.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcollator.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcommandlineoption.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcommandlineparser.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcoreapplication.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcryptographichash.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qdeadlinetimer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qelapsedtimer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qdir.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfileinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qdiriterator.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qeasingcurve.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qendian.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qeventtransition.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qexception.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfactoryinterface.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfileselector.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QStringList \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfilesystemwatcher.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfinalstate.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfuture.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfutureinterface.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qrunnable.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qresultstore.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfuturesynchronizer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qfuturewatcher.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qhistorystate.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qidentityproxymodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qisenum.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qitemselectionmodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qjsonarray.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qjsonvalue.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qjsondocument.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qjsonobject.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlibrary.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlibraryinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qversionnumber.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlinkedlist.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlockfile.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qloggingcategory.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmessageauthenticationcode.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmetaobject.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmimedata.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmimedatabase.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmimetype.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qobjectcleanuphandler.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qoperatingsystemversion.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qparallelanimationgroup.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qpauseanimation.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qplugin.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qpluginloader.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qprocess.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qpropertyanimation.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qvariantanimation.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qqueue.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qrandom.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qreadwritelock.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qresource.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsavefile.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qscopedvaluerollback.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qscopeguard.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsemaphore.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsequentialanimationgroup.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsettings.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsharedmemory.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsignalmapper.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsignaltransition.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsocketnotifier.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsortfilterproxymodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstandardpaths.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstate.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstatemachine.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstorageinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qstringlistmodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsystemsemaphore.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtemporarydir.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtemporaryfile.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtextboundaryfinder.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtextcodec.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qthread.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qthreadpool.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qthreadstorage.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtimeline.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtimer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtimezone.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtranslator.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtypetraits.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qwaitcondition.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qwineventnotifier.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qxmlstream.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtcoreversion.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QtGui \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QtGuiDepends \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qabstracttextdocumentlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextformat.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qglyphrun.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qrawfont.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qfontdatabase.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextcursor.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextdocument.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qaccessible.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qaccessiblebridge.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qaccessibleobject.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qaccessibleplugin.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qbackingstore.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qwindow.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QEvent \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QRect \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qsurface.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qsurfaceformat.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qicon.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qbitmap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qclipboard.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qdesktopservices.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qdrag.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qgenericmatrix.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qgenericplugin.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qgenericpluginfactory.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qguiapplication.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qinputmethod.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qiconengine.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qiconengineplugin.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qimageiohandler.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qimagereader.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qimagewriter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qmatrix4x4.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qvector3d.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qvector4d.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qquaternion.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qmovie.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qoffscreensurface.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopengl.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qt_windows.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtANGLE\GLES3\gl3.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtANGLE\GLES3\gl3platform.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtANGLE\KHR\khrplatform.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtANGLE\GLES2\gl2.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtANGLE\GLES2\gl2platform.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopengles2ext.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglext.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglbuffer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglcontext.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QScopedPointer \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QSurfaceFormat \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglversionfunctions.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopengldebug.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglextrafunctions.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglfunctions.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglframebufferobject.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglpaintdevice.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglpixeltransferoptions.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QSharedDataPointer \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglshaderprogram.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopengltexture.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopengltextureblitter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QMatrix3x3 \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QMatrix4x4 \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopengltimerquery.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglvertexarrayobject.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qopenglwindow.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QPaintDeviceWindow \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpaintdevicewindow.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QWindow \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QPaintDevice \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QOpenGLContext \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QImage \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpaintengine.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpdfwriter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpicture.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpictureformatplugin.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qpixmapcache.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qrasterwindow.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qscreen.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QList \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QSize \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QSizeF \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QTransform \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qsessionmanager.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qstandarditemmodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qstatictext.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qstylehints.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qsyntaxhighlighter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextobject.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextdocumentfragment.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextdocumentwriter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtextlist.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtexttable.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qvalidator.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\qtguiversion.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QtWidgets \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QtWidgetsDepends \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qabstractbutton.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qabstractitemdelegate.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstyleoption.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qabstractspinbox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qslider.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qabstractslider.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstyle.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtabbar.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtabwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qrubberband.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qframe.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qabstractitemview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qabstractscrollarea.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qaccessiblewidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qaction.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qactiongroup.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qapplication.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdesktopwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qboxlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qlayoutitem.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgridlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qbuttongroup.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcalendarwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcheckbox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcolordialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcolormap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcolumnview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcombobox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcommandlinkbutton.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qpushbutton.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcommonstyle.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qcompleter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdatawidgetmapper.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdatetimeedit.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdial.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdialogbuttonbox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdirmodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qfileiconprovider.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdockwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qdrawutil.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qerrormessage.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qfiledialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qfilesystemmodel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qfocusframe.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qfontcombobox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qfontdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qformlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QLayout \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgesture.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgesturerecognizer.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicsanchorlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicsitem.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicslayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicslayoutitem.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicseffect.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicsgridlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicsitemanimation.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicslinearlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicsproxywidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicswidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicsscene.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicssceneevent.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicstransform.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtGui\QVector3D \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgraphicsview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qscrollarea.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qgroupbox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qheaderview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qinputdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qlineedit.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qitemdelegate.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qitemeditorfactory.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qkeyeventtransition.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qkeysequenceedit.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qlabel.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qlcdnumber.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qlistview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qlistwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qmainwindow.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qmdiarea.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qmdisubwindow.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qmenu.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qmenubar.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qmessagebox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qmouseeventtransition.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qopenglwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qplaintextedit.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtextedit.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qprogressbar.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qprogressdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qproxystyle.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QCommonStyle \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qradiobutton.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qscrollbar.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qscroller.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QPointF \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\QScrollerProperties \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qscrollerproperties.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QMetaType \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QVariant \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qshortcut.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qsizegrip.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qspinbox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qsplashscreen.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qsplitter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstackedlayout.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstackedwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstatusbar.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstyleditemdelegate.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstylefactory.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstylepainter.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qstyleplugin.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qsystemtrayicon.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtableview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtablewidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtextbrowser.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtoolbar.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtoolbox.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtoolbutton.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtooltip.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtreeview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtreewidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtreewidgetitemiterator.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qundogroup.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qundostack.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qundoview.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qwhatsthis.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qwidgetaction.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qwizard.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtWidgets\qtwidgetsversion.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qabstractprintdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qpagesetupdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qprintdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qprinterinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\QPair \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qprintpreviewdialog.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qprintpreviewwidget.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtPrintSupport\qtprintsupportversion.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\qcustomplot.obj ..\..\..\..\Desktop_Interface\ui_elements\qcp1\qcustomplot.cpp + +release\librador.obj: ..\..\librador_shared_library\librador.cpp ..\..\librador_shared_library\librador.h \ + ..\..\librador_shared_library\librador_global.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qglobal.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qconfig-bootstrapped.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qconfig.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtcore-config.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsystemdetection.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qprocessordetection.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qcompilerdetection.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qtypeinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qsysinfo.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qlogging.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qflags.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qatomic.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qbasicatomic.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qatomic_bootstrap.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qgenericatomic.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qatomic_cxx11.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qatomic_msvc.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qglobalstatic.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qmutex.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qnumeric.h \ + C:\Qt\Qt5.12.12\5.12.12\msvc2017_64\include\QtCore\qversiontagging.h \ + ..\..\librador_shared_library\logging.h \ + ..\..\librador_shared_library\librador_internal.h \ + ..\..\librador_shared_library\usbcallhandler.h \ + libusb.h \ + ..\..\librador_shared_library\logging_internal.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\librador.obj ..\..\librador_shared_library\librador.cpp + +release\o1buffer.obj: ..\..\librador_shared_library\o1buffer.cpp ..\..\librador_shared_library\o1buffer.h \ + ..\..\librador_shared_library\logging_internal.h \ + ..\..\librador_shared_library\logging.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\o1buffer.obj ..\..\librador_shared_library\o1buffer.cpp + +release\usbcallhandler.obj: ..\..\librador_shared_library\usbcallhandler.cpp ..\..\librador_shared_library\usbcallhandler.h \ + libusb.h \ + ..\..\librador_shared_library\o1buffer.h \ + ..\..\librador_shared_library\logging_internal.h \ + ..\..\librador_shared_library\logging.h + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\usbcallhandler.obj ..\..\librador_shared_library\usbcallhandler.cpp + +release\moc_mainwindow.obj: release\moc_mainwindow.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\moc_mainwindow.obj release\moc_mainwindow.cpp + +release\moc_qcustomplot.obj: release\moc_qcustomplot.cpp + $(CXX) -c $(CXXFLAGS) $(INCPATH) -Forelease\moc_qcustomplot.obj release\moc_qcustomplot.cpp + +####### Install + +install: FORCE + +uninstall: FORCE + +FORCE: + diff --git a/Librador_API/___librador/demo_qt/librademo/librademo.pro b/Librador_API/___librador/demo_qt/librademo/librademo.pro index 016af47a..b6ef3f81 100644 --- a/Librador_API/___librador/demo_qt/librademo/librademo.pro +++ b/Librador_API/___librador/demo_qt/librademo/librademo.pro @@ -26,7 +26,10 @@ DEFINES += QT_DEPRECATED_WARNINGS SOURCES += \ main.cpp \ mainwindow.cpp \ - ../../../../Desktop_Interface/ui_elements/qcp1/qcustomplot.cpp + ../../../../Desktop_Interface/ui_elements/qcp1/qcustomplot.cpp \ + ../../librador_shared_library/librador.cpp \ + ../../librador_shared_library/o1buffer.cpp \ + ../../librador_shared_library/usbcallhandler.cpp \ HEADERS += \ @@ -40,40 +43,7 @@ INCLUDEPATH += \ FORMS += \ mainwindow.ui - -unix:LIBS += -L../../librador_shared_library -lrador -unix:INCLUDEPATH += ../../librador_shared_library -unix:DEPENDPATH += ../../librador_shared_library - -unix:!android:!macx { - #libusb include - LIBS += -L../../../../Desktop_Interface/build_linux/libusb -lusb-1.0 ##I suspect the -L here does nothing! - INCLUDEPATH += ../../../../Desktop_Interface/build_linux/libusb - DEPENDPATH += ../../../../Desktop_Interface/build_linux/libusb - - #libdfuprog include - LIBS += -L../../../../Desktop_Interface/build_linux/libdfuprog/lib/x64 -ldfuprog-0.9 - INCLUDEPATH += ../../../../Desktop_Interface/build_linux/libdfuprog/include - DEPENDPATH += ../../../../Desktop_Interface/build_linux/libdfuprog/include - - #linux defines - DEFINES += \ - PLATFORM_LINUX \ -} - -macx { - #libusb include - LIBS += -L../../../Desktop_Interface/build_mac/libusb/lib -lusb-1.0 ##I suspect the -L here does nothing! - INCLUDEPATH += ../../../Desktop_Interface/build_mac/libusb/include/libusb-1.0 - DEPENDPATH += ../../../Desktop_Interface/build_mac/libusb/include/libusb-1.0 - - #libdfuprog include - LIBS += -L../../../Desktop_Interface/build_mac/libdfuprog/lib -ldfuprog-0.9 - INCLUDEPATH += ../../../Desktop_Interface/build_mac/libdfuprog/include - DEPENDPATH += ../../../Desktop_Interface/build_mac/libdfuprog/include - - #linux defines - DEFINES += \ - PLATFORM_MAC \ -} +LIBS += -llibusb-1.0 +INCLUDEPATH += ../../librador_shared_library +DEPENDPATH += ../../librador_shared_library diff --git a/Librador_API/___librador/demo_qt/librademo/libusb-1.0.dll b/Librador_API/___librador/demo_qt/librademo/libusb-1.0.dll new file mode 100644 index 0000000000000000000000000000000000000000..4cc1422050dc5c515b12ad29e73e29b813e1f87f GIT binary patch literal 157184 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 z
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

bIqr(Y2j{wK5j4Lc zEgj^IUWWV zx_}#Vnkh9cXw{vA?P0RlW)9TGhvPDq{W0<3n04Nh4nTW+xDx6*$}b+?(~MsbTzoe& zG`l2z>#_C;>`!t-nvjXB-cd3kr?%PWN?De(W=OC1TEp`h+a`|_Ntk^z?45ComVz2) z8A=L(zEZXMaZ*W3yErW5nQHS)^{gW*4^-psdRsDeOpyml0(R&Jqve5W>P`B=(6n|Q zpKRyv`ggT+zX8Iq4fdud-9Suguz#Tod-d6Q^!o9l`6h`HNQU`Mn9y=2xPSf&kLOW- za(#~9Tl`k>lXgc5iY+>a5ABs?G6EFI-3+CE?VSh?8pKQuCWqzEIxK(Fk@6$9X&>Zq zcXx@IlTe{A`|O_c(E8efD>7SIO$R8m%>sCfs%ue4&g5_cIz#Gxhy-3RlYvxkXFA+| z^0Q@WT@*bT{TK4WLdc*;w#tqpYT3xK0N?xsOW{TU0B&+8O2y;Z5jlpl)44|Tjh8=I zfLIuH9l4w^*TcQ-UbkFEK|!fRP%37XCi@}+(uz2+1V8t3&(R{ZAPgAs)?Nu{teSC- zZ|4D7+}W@~mA5w1EASe6XM%)ew@AxP#p7$E!-#W|tr)RG6yEzW(DwySK78F})Xj=@+6b?~?V1R;l{Z02T*N z-e){tfni3kB%&om5F718*(Gb^zNb0hsNI8wam-1 zg6z!_fyDerVkfj1uW{#Sqj_&k6LrVA%} zw^h6sJ)>G;W39E};grvNiVCK{rah7g&SHRB7VQDi|! z&9Si6Lyt*^?Ry!pmhJs{AY<=8t=6FRUK)l6z%W?6IpC~XYHbK`yjaEiiC+oY#_;VN zf>=RMsm^K|ZuM>nGO0alq!ny&QNx}-B5n(TPXurD*#$$^Zp!dTT{F)Fxi`;I`*;iF z0eJtFTO~lC`TO4?KOe}q2iZ28K+@RDqcnl{VQK*WCGjy$IkJaX_AvfAS&~|&lBR-d zbp<^g?>Gt!jSp^;_9sak1S^OlEa|5-y60=NSV^=;ch%x$EerO+xu!_%f_*5DrpN^P z>m;sWt~0n^D7q)3DWX0~4Hjb+WKd`jbcE^l2fs~DyIJaKSq7aVbfm=W)hU^K>6B_F zd7JDG$@%4>`?u6qPmElX%{O&Y*t%^_=?6jiXkQZ(6;4YcqO^mV0w)n|NS?HGA}E1b zF&7o3s?i$^dhDkU%d+CE9FBV8!%L=>$N?wEXTT;@A$vEOoKSVP$u1u_JDj*$g+YpH*S^`47f{2H74oixb|t{$-DlE<%rUkN{&tg43JB**u= z?-fctG)jN&$OaSOX+BBdg0Ke`1`T78LlTpQ={+~!a^o+X|GuoO1cUgD!vW*L=0Nj~ zYz~NF1ba5tImuXrmEmE)x^1#dIqEYX`zRFTVivNu&FXi&O>ZC^1=5{%iQNO-OzrI*rt9~u7WdfyNpQ~U0 zL|%8}smbe(+4@~S{qAIWC#QI+cQf=mL%-`S?{eICfd%^uE=79|)LA;uREX{7@;Z(! zUHrH}th2^gxSIRdCLd=;s+P zSHDdU-^jguT(OLI?~^83BBqmU>l~BxHthQq23c#zRn+k|-&Ur0k(7~u%hz-nh9U27 zNUB1KQQ7udT}0)RG3u|$mt>qtTI;6AbgoRgs+Fh{I!fQLi{IhO^z>O;kE47B@~X@h{3- zp*P(6P3t*Pt&qF{uNTyQ&P5c0Oq~?fVcdlO@i6+8Ib2!o(r{vlj&o|&Um+kH#p>0u zbz)_sG_l5hSy;z&HByddI!t%Jz>MhtBEsy^*bjWKH1@p;n%3Ail2&6alWBVp5ZiYN zOOwTn`d8(a&iF7@BK!*=>`}p!97`1>eW0*dXry$`bco^y`juOm+$eUc?b48{E05ZSN(@J=t1W z1axe;N@ct&3LjUsSK-4`z@sri&hh<>$1wDM@hnOg#aSRe7R@#o{sk|@1S*1FJwNh4 zB*T>Eef#~)*U4Nb&~ym8Yd^iO%3(_jpK?`^mD?njTawiXqyBQ4?dxqFGhmzJ`~GX0 zJ1B>#nRsZ2uyR3*XasdwLZ1Hcyvfco6##^vO6@8$<0ra@CCGP6sPq&ta?Jj z*WH8$-G2K?C!N-_9uz5XKYPCb(Cw?S(!=HYJ9#R&Z{_K3bHk%sNeeX>Q;b>*k}TuZ z82447ykaU^rVJs!-U6&X!*Hm8i#d!hCuyIk{XdrX{IwkAIdG5DRQgridp0*rO4#XX zG+YKF>>Q@oaqqCz%6oh&2)qtZro@2%kQ7I1*?)L|lf$n0zI`M4IZkc9th#RDof25` zy`)Rn^U1do*>>8W6c(5FpSLE%6Sr|OqWvDCVyjw zeOhlNKUe9R<)w_2)HGLc;?tphDD7W7=(jD54B}_PnmiL|w9{8AUmPgXC0$$gMnOQ0 z6+nFFmyV;3MvC`e58dkHUih6wlH=Yso?u=X4U-@QfRi-3ka;F4S=W4!;_6Ek?XPN_ zyx^oiws|M7h|A?1avTo&YZmcE9(0VX3MVdcf{79A1A71z&G;hGJwS?{g-9)AF%)1Q zoCa`Lq$Wz*+LRdG+b*Qqj?vPvqP)+?(ZXTJ;#Ml%Dt60D$QbqIx%G(-U!@C^JD-$b zz2kmi_kG%y9Q`G8#Z2qN*pPh4&4^YJ?;r4&^&h#41}k7HceLWdx(FW@-%DOI-rvI$ z|Kk4r$>Fb8p0rK&E2Rj~dpMq*+$}VOcuP`7Jo9FEsi{jwlm7GVVTrGf3oh)dm3jU^ zfVixf{f%NpiSXTJMIkh}Q`rsn@rn>js3j1Nf4=KETtGg2DU2-Fr86m!Ed7sD(@Jmu zg|I=Dc6?z9a-(^2vDD(tfet5naov#0W~326u$9|QNYhi;4k^&;-3b%q-&${9$tB*T z=LT}cqQ0uVm8Mjw7QOz={B=8D{fmyS8}dyPxoMMEz$kh=&2&Erdl)F`)1sxkd|Bm1 z9!p;?&_nMTf;0OA3gu}`#7XG^@~RJVyTD+xVCnkXImIwjBr$+%Pkk)bv=&N9zI>ja zY7l{uCt`(@k|n=nup1aJuY+7ya+Bf;lh2o=77 z_zzp4C`QT{wzLiyLD}0F8Llc=!~1G$7^A@^_Sv%kmyhX&tg-5-1h&}nK_Yw}PaRf? z*bMT;9I)s(U675+X2JDBl@JU+E_IO|yHtEJvdDm^iaG1zE9-9d+Py^1ADC+_T0()y^{B)_ zu>+Y#eLd|LJJ2sR1RYF`2ye)UF#7LyJtgJSu^x4nI5Q!db7R2a{3#K%jiLCh1stvE zJSZ{}JHWZ4*HUHsTik(DE0rh&Kn;0l33?PJyXR08;hS`<31oH^?svGa z6i$@0|41ob&rZYhE#Av3i&sLO5NX{b55e$$ons#EJvl4pjgw7O8W!Z^igRs zQsNOQLqCvN-2Y`{-aBZayqFAccwoklQO~B!v%|wxWTOV*Du)EC#5q(TmW(&TzUzu_ z;CygakaDL`$ngzR5Vwg*(Vvm3UPQ_ScZ?MATb)texv<{CA`6(ue?JH zb~2Qtam5|46Fw=A-m!ZTT8)kLJu)R=1_Gvy!<%WD$5qwZ7=D#>YPg;XjI_~Bu=mRW z#EC(Fb+KVW@~-1s{JHQ;#j8x9+S{l$iT!ROLcsnwm0v$<< zg?;m?7C^WP4$lwcwO{oC>Q@6SnM@FP62ZyiZ9A~#v-S)p| zdl&d9i|hYCR|uE5!MX|-HE2}orA9#w1a((-$*yc9C?G0m6h&055fg|C8r(#(eOQYv zw6;}?wXJ^DR;m`o3ntuxAQ$n5cdWMV8fmdr1TXCG{h4{5WTUpf|L_0%|9wfGXP=ol zbLPyMGiT16Ib(77DGxJOx;Xs!#|DRg)7n2}olPkRBMw`6VO|G%YL%ihkZSwPO z@`*ONua`X1Ca-dn_qWOa#(r<8_I)KYb_1H%)TyQ?0~58xVeRRE(3DH3u2Pp-E|OEZ z@hfsR!8|L-fQ2sgdMj(0s=Fy)aq(2+z*mDHQG*JjUZwNk#)N7*kb*4gQoYxrDAe(tf zuJ)seTd;!}zl@2ZUhCFFr~;y#t=z7l|LtJ$*(ROFNv&MqR#B)bSY%{62@tY5gBYdW zU4W8YPMOt**=`ig5FN%#LS8qbXqPP2i@Sfc_6hZ(*#mk|P&x`9;fwyGQ1*_G?vCZS z1vhsi&#^m?dW3?qJ2#gF_#*F0W^4{?uv;Uy7bLCX+TgbfJUXav5bfaZv|o7>50};O z4C@BJ%P>*jmWB)wzRnPAj6AjG`Apel^SrBUDbE-xLj=-~gDgR3Z3KJIQYN3smAh(q zJaq?H$MQEvlk<&XTr^BQa1mMqix2I4lu?YOJOD=WmaNH7U3D8X?xCvL1(g~~6m@4S zxj2_I_YzTD65H3ZjOkv=%$C$qtUT>k1N0YNK%X^0b5ni+eO`Dmk4GZ;ulknXTFTE> zTvM0dI@G)kB7hzjzL{V9+FC~+>?^sof)w8Xu7!Hy)(EfD6Ql8o8G8yIDXpkSypA%S zDWS3xeMGJ0#;DOsbHANT9!icqU1`Hf8`YgQg0u>K=g(LIn~x@wSMD^@$Qmje#rFWK zkaDWlNEsE0r*i9$H-8T`e|^}Ma~sM!Mh}KyIh}{`Lf)Lt19_1$)LG1n7^kx!l$bWy zy6F%>B$mJXDOqy4|1^?JH1WngrjcZmc^eRH@|8pu`36K6`APyyeFK6^`Mr$a%lO^K z?>2sK<@Z*8@8I_ie(&P*I<4x~)P>nueLx4g$W zVatNPgYClqLyl&pPlRk-^AfCBsgkpUHeNQ1AeA*bbwGDtsx`&{Du~Ggc4ho0KCY4F zYhD5l+&2>(X#mXPUSCGPA`hWfuAL%=-LnFTk=f;I@5gz(2BQ0n)j`_md(!(9$+B<~ zud-KTQ!MH>SVusQFD0p;OxMeIgs*&csuBoadHLJo91MIs(e_SHujNS{VcN_*qW8i< zw*9G3ZpA*-oT)!L>U`DRKaOK)<@CqT@Z!f1E=hvF#Q%}o@Hfl=O3L_i03J)+ryozc z4ayf=szJ1(xN(OXWa4qQ@GAAdXv$jTs%5D;)NC5G^78-CphB-fi{GLy5i*!r8>+;o z)_3cTh}TY;;Zg&;8?}aaNru6I4nFf4Xqo*P2`(;ZH3AL$rx9ovYM2e2!_6)BbN z+-1F8o(HQpBCq5-(iQC(e?Z^z@!^x&!p+;Tayq{h6oQ*qJN-8XE5;Yr7w>Bej$AeC zV>7p`u1*x;lorg(nlgISA9J<=FJTAUc91xWeRzvRn}@{dJ(1|SUM{zuhv>+SGJZ49 z!$ad)N-<<4B#|~8o`BT9KZtKeY(LGLw1mf+jJt%*XJh_;Lq|r1&G;u+VC4W)uubO| zvLvw=XA&QIUEJE%a6U8deQ%kWccv8GnsWvf7wi&7h|I&(y_q67WnRd z^ayIlU(*U%_27c@8%05#$?Z2=HZ@z9ewfoHk!}e_kWLT8JcWYqDvz8iXfh*{lMxSzW^6aBt3N;hiCydKTw7>*b00C?_(_aX}Vj{9n9k zK$_Mj#x#B>$VpisPjW$C)df=R7}ho-E|@o;iidVA`LkzumxF=l&mDC3uTGxRKjPfp zL<+ZA6mgAuVnUxim8RI-cbQiji3do>wrD&`)FgtXO;3w5G$E;xHV^xk^DwIvBGc=s z+hytx&=l6snS>Q&W9sC$HMF~KXwjI~=8{=o_23HimkFIz?puC`*=2EFcQ(kq=`yC< zcskeD9JMd?L{ZK~rE_k=_TxrX(;N?_ujQ1pN9j24l6U9c1f^x)6^FW32e%b-i8diJ z7c~$#+i)6DN#Khb_#!U8h$b5`p|GDhEpBAZTM)R6rn9aRI3 z?pUNZDG7##&aFnCWfSkmM$kF0iGE`rvh>r_(C;uyzw@Bf#?)tsl40z!XCdFC;RyUk z@f)V?tM~7gY_IX&CGgL=k-*5b|C>;Zwbc?Ny&1{pl7Ms7B0|F0PO>Ob2PMXIQ(_Fp z{F?`&V_RVjuh2l3Y!Sz8;H!a(3bpZy2W=bmG;KUwZJgvxGHo0{8x2EzqnTNjUz)k` z71PYS26Q)b8Sh=qy!r;WncoH_nWM$KD{W#L|Kl4Qt`2jgYs5K|XJ5*eSuB}oqsOxJ zH*>AxSxzjcND^rfE}IxTIYz)ses5lS8{-{YA8o-zuppYjox&6eI{g(Lv?Q456OFg` zk5!&CdDfquvt|Ty$5uFJ)&0MBGW#T7?rqGSr3JKG>z35)Mwr`h8cX8;BPTO9d2$)C zT^f;AyZ_zacZ0?dY{9Y8jnR%aaa5PTuXXk%UjH_jo{3Xe7I>20KFwi$6W^fDUgHT- z8xCk?3u#r%^);YiUGU=7OhZ17^6bajV^T4*`l@R?wgMre+u-#*}XKuDUgh;$fVv}g#BeG zO)E_mz9e3>DN*sGEhQaTpuT}>Ruk=fn(@EI-CC|ysFxLR+`MFF)QIygv+E&U_XncX z-B0FLPMltt%Ux&9Z4Do}vuH;T(P(Nh^O@DJlK$sPB-{3;J`}cz!qolxY1a15y``xq z{eLt$sN$|I{7w|U{Xb-3avDY2y(SF>waKQnyJ@AQE%DMWvuVG#X};!1WLR(xnWw6f z{+qpQr`c?$XMvyPr46xZhi8GG?xhvlv|b+g8i7yxCz z-fSB7)*reX7Vx0oZ`0b`G&O9Lm*&{C-`O-@^Q%UyIpksePWq4cvR!7g9hn7wh?f?z zX??Q5`@OW|Y}(G>8?=1Qa|Ax=FEr`++iWvEcDs_@9-C-${M)BbH0+~IreU2Hg6Xk; znlyTBvrXILrm10_UfQEJ?J=+BubGSJu_N>wKQJ$wW3$c70>9l$yVj=FWPyL#OFP%5 z4fnv`W5KWaodLhr%XXa2c1;%e=e@KNn>IcR{3b8$(-%yuPxio{VZmQ+!LReOZL-`G+*-$geJu4Wx;oN*?wfR9i0XKB`@t9o7OK2 z{JUP-DK_n&_ZhT&&GRkz`}I5N-{EER*=&1kHq*5qdujh>eF@9I<)#VyJzm;tHm%JA zf4Bu7vEcW5*_PRCE3#<+wU@Torrn)I`&^G_8*SQrkM^sPbPy-~TZ8=<9*FTa+nFwg zvW4&V(oVK%N4aT(N&A!%hwbp-q7=y$@A&IhEohA3?<}w=U%gjd@AFw_tJgM_aO1Au|c(TA|XPp z^R}eVwqFRE$FI(rOkLwNO`ccGpDG_S`^wsozQ%DpV@^oFY=m6+{$aa~3PJ3!E>g)~Ni=wLsc7J9+0Mwv-nbss zde4o%=BFSVRA}fGXl>}xW?EXMdkt;Fr5~6!U#vFYB72Y9=I?0mVST#vh2Guzg0zAz zMc^yc9ojsRrh9FEeZTHD&*S~O+x-5Iyf*KkAx`!E8UIlF)b8u}TK@F^Lvw2IXm-_~ z|J0o0X^z`p#ea5jr|Xs%Ylw&K{eNBER;nh*^p`$_CUoQ!fwOunL~C@1pE!dq)3cQI z>OHpKBsKoO?x@+l|FLA2uY3bp$!k{9k<4bxvA=_)nDt@5Fb4c%k+fpz-oXctW|Zl<7Ugxls1C=*J~{w)0~%6X$+iz&e{rsjSI zOZ@@AJcD1u2oO3U3!yIo2;Adbgt{oP@k)@^aO(>$=~JnKs|X5GYyM?EM>W!R(Z=c# zCz#MppStA%^&Znx7no+i1Xmj2^ly4cH&bYTHn?ICZd&k1#(xgzOSi`4?rUyQ9y+@s z1k%GzZ=pYQsL_1YZP*pesm7#EPnLRf(QUw>%TLpJli@`2$^qT$iFD&%LdmG}Lh9`` zhTHDpXDo40^6qg5PRI?m!t}^?@k#})7^XDlKMU6 z$o@k*=|QBrX*T)ZVZsvF+YH!#8UHH~Ur_}+@);r2d4(@TN2)|*1tm17zqPmXKT#J2-#*ZA}H>I4PPM*jBYKb)#j#9 z9)Y04=F&#_Xy@~jNNQMaA8Jzr44c%CjW|DdJ%r7ro~**AC>a*0qT_1t>!L#jalXhC zEr09g$<3)D2zCx{XO(W=`Yy-(}A+FQG_SHH-)!0v2)`J&bXvO>@4OL5gc^z1ATr5>4$H4i`bdIBPtO_k}O1DpIr>_jVFc4BK~BB+_Iv&q4W zWt5Ruf~+25TAV37nM<%t0V-)oL9om zy2=}i=F!!}X72x7EO`JcJ8i(l*5?H)H`QMk%(QdSv_j8RSFWD>l8a>xTr33(Oy}`x zm|Nqr)a(L1$R6g?U&75AUrAIDp4d|$srD@c&T1V?h{PNa*H)xj0Uh0TMW?k#^4qX2 zujR!5NA*uAREC*llKq?H30EFTj#|&iSRXJ9lkqnTZekAGM&SZ1FUPnjUISjBH-?A7 z%pK5BvLEQB?^dN+q)${&C#rzf##OeHKTB7ExL~zbjS5vX6wIDo?fgCJ?9Q?$hD+d~ zlL2fu!V3Rtv^JzZMDCRrY%RbTUlkA@ko|xH(FC2m)EfGdms#-D$;--c>cRP7c4??` z*W3rXM!xMz+g9%1iE%Ft_Zih6%EqQ81^%mM+dPqLAgTv1Hu#<{8@3FTTh$QQ3gYk5JJtxgD!j~k&`{;uT8&E~De3Qkaf1%lV z=hOJezUfOWFmnDUP0-CaIq622I_K?}JN0&-FN{t5a%{5TIrf*@eamx$#0zg(NTH}R zsx0JuCPP1?9C|z4Lx!Bd&#HJn6A3zdDgAXDua;1kO_OKsVROz=ZigL$=Uq?h3&F^# z8tS`m`z(}KLBgSmNJrLJ-M9RuOihiA`P#=hZ>aB~HxlQO4{xMnD9D8@94qG_W$C=x zlCO2?m|@gV*?Ks@jm_htbt^ini`M z4ezNtRVdSJ3Yj>vGCwwv0X!PUbOC`?W)z7YS>=!CT`p7;0r9K`Rp)^?S={5?Dg?lo z-JXPbr^oJCq8=N~LQCA!m>7sRQg){rIpy7_jl~|1d?JZBzZ51EKgSgRYK6wX4rld` zJM(9lT70)x(45SAiS3$%`RH5TP!WITF{S7DTG*mt6wM{lJTCRb#|=6AG%3*2qq}-q zfdzlDiUlwk)YXsiZfSZ0E=`1-EcM0b3lq(@v%!MXWFg;uduH`sY1;h*0b`is2e;8) zO4x*^kdvvIY{GZI+ zqUsE))JldD(O=wRxV?Txl5hD$l^#hkcls|pR3I4KFqm!2AIT?gLqxwDCm6eS@#j*I z<2pM%Rd+HhWkb)KG`jYOQ-4jX=thK?+z<@m?m-c#oS*>33r=)%>h`+_++@$+Vnjj4eKsg0@f8@h_TZHsIsFGZgCR*}D53^K%r2Jwu4&lBCp zM-VA!1;t02gnyEdI`}O9yfRNcSA6p#>Sm}Cy5Zk661Tk>e9?a-4!EN$@l~7nWp|>^ zjk_gR*u+=8#2yZR0q>e%O|a-lg<}^`P(~jXAIQi{6v^MY0lA40{uAeGP7(T=zk*S? z)h#)(2){oVLp!~)uOsxK-!e>vq75+ebvSMOn3xh-M@|lVd{%T545w96#V+K7{QgFC< zFyby`%ml|z8uIVyp?;sB>I_w0Z!J2V53#0R(`C;&oA;WWoIZ5WZ|DcwG724MCI_5U zn~Xbkw8=KFFwCoO`9^c(%rLKfkJP}grqaOY=p&A62mHR41g}0^?FKoeR%Su3rIWf_dLgK& zrBvFDlCas|Vq=d`%;_)RsfKG6<0@}@CGBmP7HqmXH;={)G7w&p25g!+U%(;hP>uBT zp-2WM_OlBi@NY;Ftz|W!itcIt4^uRj4U-Mq2{zmwml(btCtwTlpB6{z`eU98+u-YU z$`uqJwv*^BHv29z0fg)~cV(9X>}9VY`@YqN_r!R&&G;HU7hS7P+g)vESMo>k|SwoXQQ;n}=e zrP{0Xs|#G~(e;mEJ%VtV^d@Kvj*t9nLa$7YKVQ(@R62CBN-}sAU`v10 z+7j{xSLm;8@DvFRreYdR@&qMh{J#c&CM-?;Qv~>dB6hYBaygwt9>{ALxVyce;d{H= z^Y|#%>Foa`(kTar4o!ZQ+kN9!XV!7xsPZ%4ZLG{Qox>qw>GJLoRxi#oL@DgUE7cD* zgrw!Rt&g2gFhSzXe~%`j8P~GNUPQ)>|ED0PskE;-ag+Wx^||RyCVf^{x==AkoZR#} zlYWj(_qEWw(nVYT%(I)2_wj3bmj2n3Z;YR+2w5va9zovV3jMW&j95a}8t%E^QNukt z#c}jsx*PswZdb!gc>Q+6pPCH0_CtK$lH1U`X>Qq^JdVJwGnB+^p6M(!XOT=5K2S&6 z4c|X^T~$S&>7fy~jA|I5$LS4y`9A9EL#8J#KApEf4mrZP@h=N~3z*eW&-~L$!D-rR z0%3f*gAe%|GVhV`l#=|w^1}ju>A$XOWd5=~ormjNPS0=qnQwW4<%7t#EYMn2xk8rU z#KnVI|Ild80lTwd{ef`tZY-yqIIdI*t3>9Nm^&I8X@BrJ*=!8?7!dn1hW8o9{Zo&g z$M7YN#0};MmccF8)QKKnFn58A;QUB@HSy#82b7Df?8mH2J$x@xr1ko|V6wV*p!Mp3 z0BKL>w~jrKv&ROp#GrLm=j3*lG9aJDg5#-0^KIp+5mao>h01&aSm3%NmZwIid|06w zLhXgr!$0LYe~m<)YfQOt^=K0HFT%f<-z5eG{~qR_bTrP3csor*`}#OVIh2l9Zw7mb z$gq!9cBnOczfM&pCT?NHA4*g|5vsVZrk)r?>HT|?AJqZKJRdLH&eQO&?jqXC4@r>q zN|clGUMVHcnJACf6$L8F>yN=8A~AF-t%iX-s@L!{IVm?4n8d-9F<+#UXyJ6+RRhD# zJAEzh(_*YSPXwJ8DU*70C*4Iq62?L2=E^8bkf3B?KMOPUvCe| zZXVBv`Ef>}>%-j6D?;iUKFp5+$M`URQK6UbaLNvrD*^3(>mvr=ze|5|raqxZ*ZSJn ztE!)KUds4CX|;w^Jf6w+9Bf%WjHBBZ{82nNX=rtFOlh~pYVtQNR?5!(k7VwA$XKlQ z*e^%$MM~Sx*>M_}nEC`Jk)lxE73V_0l-Kayw&CWk*{2x?WYt}>>&=k(=3TQ-O;EGA z(mK~P94|AiNVBiBj+~$zEJ0sm*C@Dejk>8>20ykZw{)J4HnE1DS%q0jWTm2Oc~yuG zSHjwkPmQM{@hK`k^Z44hQrC~BMhL7|2;NKkTO98@1Gv& zu2}IWMFi+^F%@GGC&UJ`s%joX&4!hpeMl+cuhIz`8X9p;uZH2aOmRNNDOyHRQ_Oi) z1&h6c%@nl697oBfd7bT-25X=dUL>E# zMZ(sqb0{)^B0w7#78I*PZccs5Awv#kNKyVJru_J6)0>RevIPE#SHD}JzBQdm@4jYw z)741$>FFp>Nii|Rrf(ASh%EJ{)lD*>L=Wri=L>)A?%`T+a(j3l2bHrGv(2e#Ak=xV z6Mp}Jg8E+T!utw3iyz2^Ap3&8@S0ZaRgxqt|A)3R4dhH85zd*dvlbJ8Y2@3nKva)^ zA2_Vs_feE9$RWYO98y0YN7VYW^yduyDVGs!h}3r=oCO4f3Z(k`7Z%8?H6U|!u%l|Q z(Woxb8%&?md0sei#o*5I`fc>7s$gQyVA&9i`glJ$0A(pqvUo57FoS)Lu)kZP7te~E z)OC2bYU6w*KY~rS42L5Z+1Ha{$rine2SydmR(!{QGio|-gfj+XYLwaN3qDZUY97`W zF@$<3ao)MYM)e1R>#AyqIJ|t^AniyV%%5=sVSozgMB~d%F>OFg26gV$pk|c_=y7mN zYTG!or6J?Q8Ps8P2=blFyYuQwb3u$Vq{ zzBH5^UCi1)(14>)!BSI`?eu2hrpA7~kp=*6+JNg4k^bVQ=}vfQ*tucd|{ zcd6e3A8}rB8GAF^4o77CU)^G0PkibKinvhkd_WncGS#2f<)3Zi1Sb8XRl9ihS5!uh z8%)V{`Cj1*y9zgKG^-u6vni?RyrM>m-Pm_C>tIkoce}x&&`&G(0$=lKFcMxe=sF^k z$lI1sk-N(7)bIIgL{B0BVcZ>CnDHM$eQI;(CeIXQp5O4VdAMvcYa%-10i+~~&)W@d zXS6IbBJ#9SvAFXu-||BSng)I%fy2@zRyJ+ew&^J2wZSKm#5t`~$}Wv*eUs{?H7NYW zpy&u+re<-pJrSN^^G#38t7Eh2`qrtlQg5-GBIonU*-{Vo1Ki9ljr{QPKT9u@Eg9$0 zdiSmTP2ESqkQ2U)!oSnlbM}jYP%M&YX$9*@a*BdHU}ouPY3BF-qAXam3G-^#Qo(e( zxQX}}D0_6+P4Rh`6*L^Crq#NeL)?GSG*|0`WFWWUvvr|@OK|Kp>P(kDL)04fHET2N zP0T3`pES+wUz>wGE6A(t{2=0lSqK*oGUCC8m^g%YGYk#4Aup$3pzb^)<1hQY_Kl0p zzH#dV-7@qmhN*>9_#Ur4%9c`=xWcv2!jR9jxtkbfMxF|_!*$*$5(U)gNOE2sagpYk zhS$fR74Zui4sx5_G*|0jx6Osu(dO>;m)bkA&Ta0$n&uYQdCld#oar}Oe6)~;Hza3{ z{U+8|jitpw;`{v0wpg>q&+qSUabMG77gXWLd%n@=V=2BaT&FgxbHA(2cUz8W(c{}K zH~f_Ge}ArN{Ji+H0#m^KkR5G|uuOL2n+xXy;#=)sBET*Q{@L_Qv3`0~co!;&38BIe zQ1_^CG#sRsbHGUM%Ow{%CSeRL(q#-CMU~sxfxo5{kqA+X>4b$6;!mAiZke?Us-Y*VCxB3#||d}JEY zC&`*Tl&n|2rmXQyetmB&VR=QJ?9hesN+Q!ZI?NhonUzM1FzHIkHOY56VR8MB`B_U6ovJr=sc zAJ>7RHDI%o`!DU#CH?0M8HZRkpHw@kjQ{N4!e!LFUHnomGM^JkM)J8)rbOgpp)-XX zI*MM-9^bJWqw&3k4JX9+l+KMwX;bs20g-lvcxZ$t&*M7O7gArd-zk$@J8dA--#?=X zm^hg93lA0r_zWH|q+TJP^Uuh%yX?F^ZLN$}GuR|*s!opD9Cc!wIpFkseFaPXh93xm zsvK&od=a1^Q7Y~7g_NTjNAESxG{jB57x;-=8a*tJw?*!8ie5(#%4s$lMs?zmCO!lc3tD*yi{a4`D;v?)d@b+5*G~C{QPEl*<=xX~9y@^CqmV4# z&5Bl%q>qqdy@H)5dG0>ZIrZx?=yw;AzaEX5=xnmjB)bp$`ld-c&#PR^mPUrd3q*yk+&lNybB1UZhPxm-94tQrT%A@yFM)oWI-> z=xdG(0TdkgGrlShy%^q*d^#Kcakj@ZdA^0RCnGFpa8}IM{Gtl(>FsM?&kIdlOm!Zu z>cke3I1nr~ZFDBH(%9n%@rj%VlhZT(jUlHpold6ory2>^Px$6RIw~8|AVD(AtSvU@ zomn}*`d3z+|2)&H^Y=FA=~+3qDJNt%6|e2esVy>ESNqgFle96=I((phXWI0}dCI#C zK^l$|Zjy?#1T$F}2b?4=XUEl&`YwRS0MHow1Fdy1*JG5ACJM^jy*I@SSp)>i0OWLl zh%HW`boyfs%r1U7H>i!8{$&~e z9lsVuhL;)dLBr8ivlzizTg@g($G(~%h0fHwx9}hr8YLGVnM*P;he@@@UsgjsRzI@$ z%6m)ht;vVWQg-d5xdS=z-V9exv}h_|I!;V1A)Iz%-g;)G$?DFzqG5|F#}2IRsd;xg zpLc|xEaJ=4bSq|VVu>Zk1<3UzKYasQH2!IN9j}_v05O->2YBrWKU1PF^B(3r-mkzQ z5nk#>6)J^LolwYm2~y=zGgL^O6wp-uS^APeKZzCa@cp~j##3)Hj*q@OA6+Y%iGR&3d&=Ni8Epe zR!)g|jbM(qJb|7SZ{I-s$W~gj*T%b9GlXX0$`NFfrrLg>ms8UuF}+iy|FizNm*k;Faq2x|7!?y^7%1 zyS3>3l;k*Fw|@=bY{IFHaS`fRh{d16XGtf@R+6Yth~geX>4% zH1H}{`{Jw%_)uRqHg$GXevRhnak^O5gTE!a<+7YOH0Yi{R$cXUi1ao>3+`#_;88mOMW7}yYo)FM3ei) zy>D7<5Nn0=cz0bA>@=K;kJ3_tRnE3+Rcm-zq(iD+rt>(!{J{kyiI_)GAXM@&bGQMc zp%4UuXwD9l7(jlS>xx2&hF0h_w{rFMjP66z0|BX2WfZGGrshw-Cjr&4ES7A^fnwaF z!(Ze6%-S6t0Ywm5dM3@J-ureM{(;30al*sF=iq<1Gp70{^-Lu*&*jA$YX+F%EpiPf zm+8UOugKwq+vupp9bqgN#>m+`9&w{!PT!BG&@33j`bFSOy(rN1L-43EgN5G`m~vqT zSL~2VCieBFBurt4XZ$~!X}YBO5d?F5-dhE94sT9)2mRE%iB~{~miNH@9-@3z`&Kh; z8bn3Xe~hFxzvwUFyI8fP6$lM9M4WPMmJBs`;DM%%6YB1h@&D^;)vaR%O+ORzH`br& zRY4o6qIjT33#ywyb*ibEnn*fc#I)H8N4QB>l0;LB*c*){t4oC()h!Y`3J??~N3jjfgrs>*zK=$4Hd9=ePNJk)+toI-fOLQmp$pw<~{K5jOWF z4FYU!J&ttCzRFZLR0>e){3Wgwo3{|csd|rzPKEbO-$1zUqkXFRV@HsC;**tMG>lU# zlNS^bw6p!Mc!JM|{F;h1_KGdnQto{eR;fteqnw#9&LNvo9jLrM{a{~J5nh^@`lP@) z9U112g?Q_ahw#fq1D zET;Yk9n=36aN0V^&S-yfu@xHP(8raxNAbcT6zSs780FxK2S5tZv{>wzihKmD8-e9< zDgfFbqsB@JPi2Ck$&fv44$SyZz0$C*cHV|(;jl;*x;Us1Xy2XA!eRZXu0m}HFoQ*} zBn(j)*gQTnmP|HL#o!JPM^ zJ>)7w?Fr7*54iCFmnNbRau+b|s2Ungo>z)RXGf%R6~`~mH=Ef(M!osc@DJrDjw6{n z|FkQUi;c*BnZy^}mi|lr_*$N#$<9PJK)0kO4gg)wUqOJIQ2bG6!cC!yS_JF+C^;)6 zg?9yg?bSJocyc}?xmufNTVQhD!`keAlXpp;AoisK76GMEr@AP$>12(f>XOs}gY*(E zl4oMqW;Z`l7nUdihry42VtP~wvuHjRe<)#k6A;s7xJg8{tplFBM97v~)qVKC zH&rkz{Fon4dN>!9nF-<(=5BC}l?m|!E#jdvVLrsg9N#jFcdV=^b$~%UR#uX_V4x5T zm4W&T*{HveTIy2@y5$L=o?b)+pLcvkwZ4{q5KU{@<~&~LUl1pV-7fN5BKw;0LY1g5 zq=m3sDQH~vcemkc<&xosT(!~UJXU08rbK&e(wO+}3%9f`0N&g1xeM>$YK1js-)zKSa!jn(hxQmB^vpFSp2@=EKtN4{hed`tA=Y^I=!_2i=0u zu|N@yTo@JRL!kRZt@$vc`-3(tIu^*z?G{;PKFEd8{jlA9*wOtV2hQkNP{dz1$58X3 zy!(UVadj-1-2I`^d}!+au+)5zJ>7+|-h9~F{b85+u&4XOKsvBvK`DRTA_4Ou(*0qE z`B2yWLDB6y7TnqWK`xOU3);Fr>@Xiv-5-h=038cT_-kvK*TgwA$8bjp-Xdkb0d~Nk zjLhkhTV`~2%i3v(Zco-;%lo(a{*rQcWIph{F22teSesJ+?CY}q%}B^@E`F8HcIG|o zOne3{X$%wD*5m~xo|beWS*0Z%&A5G+!HRT3SUvlm)sl9ez|{U3tum8d5S-dPbtik zYdwp|=#|^GJd7kJ4UFV(_ZEvz_<=~`q9RNTL9-CJf`ax9A8Rd15xxhgI;}X*P#Y3s zhN>M|qxT&H_M&nCO^zh)X)-_W(Lm&vh93_NIvyHoJT$;~Xjt*kVB(=6#6tszhlUFe z4H6z28a&K4a^fBh1AdA5d5GnCh|zh7y?KbKd5D#Hh=F;CZFz`Ud5A@Mh%tGH9eIce zd5HCRh~dmapXIk*>Y<%TH%VWNl7*QzY{@x}Px*@59}?`@`Y zxz*#VqRBkUNOC>yCTURN-lD<5f}+$+U8%_NNMCu}{RCYD-?VRg+`Zac2`sKJU%*Vh zYM+J)J^*3%I?O9K3%Z)EENjej^r|L}$jeG7%ZgEN;MQ#f9 z=3xz|f+GFH-wi=d?y+R#^jI>WC{o{3Wp;8)J@=T*yLt8O4D>+Ar#vn~4>5xY;_72P z&BNDjqTMcaquu^Eq3$!$Zhyh6h|#5S;2>I*N>I{xif%Ifmk`I7v5A~HVk74bKL?;sX7Sp`}fqU>_!y6A)B{Hk3w)D31gqx`HDyoF`*Q**QP?Elh z{w8Ucv{>KrqGWL217G`EZfBS(rUi@C!U$O{Y3QYq8=xv5I~a9|$k<8JiJh#@N!SUOmeEfimHf zo>vUs(M(D0+)0bcvk4`6O%3(d9~E;j(P{Y>pl84Hepvbm&(`+v$PKfe^-!knNz^Bq zPt_aY8y!w%doNNL$>1hZkRVXyni@j^uZ&3~1}0FCZb_ZVw!im% zU!ZW-4(`9_y!ES!g%~P z1JJH8p5sRkzGefQHO8``!boe3-Tn0TU2BX{`2CtS#>QKbOvh0LWV+>DdV3b7nFU!t z=ZFVr2h6Ej=x!&xSe%<$`7U{OsiWijzVJ!S*VEv0{`F*nxwAwAHiEF5nco;gL#c5{e#TokOO&OOaC5^Fh_ZB-JB9n zSMSOA2eYLejDKA?dq^~S5sSomU*hr<68-yS{QsP>{ z$-9}Ra*~Z1>{H}_u19_+{BX>YD z9mqqxcvg&Ow#`;++q_T_wfA#}>ECTg?P!86yR3-X7C#_G&xtzJ{Ra20g`1zRKQZPa z3xY>t2n?8d+Uf@x_!jYAp^CE#>-XQ+9vr!T)`wYm+6HaRYS5F{b~mWU4xBx*t}qZa zlQCGz*QEjDZ(*}1E9vtlPm(jxALkv}fAW!x-%sIuw*4zsbG4N*ap*@Rvm?6#8)Cx1 zu8?f&*OfQ3LwkWrM+lu`f>Y}^%g7>~H3g#^0>j#T%ijnt>w{KMk)p%73}NGR_)XXQ zi0$-Vni_bMY}^g`trv58UEw3*iX36F5WEsO$Z!dK{Nr*j$aZ{njfoTid&V0h-1$k9 z)7mpY|I>VsG}eEB)8zMfr^#oQc}=E{h~iSHBJSeBD`&Y*odzPw@$$kYIaa^TLfmNw|XVe2iaA3Uq^(X);&lDh3N_rc92 zZjF1j_4xsKgd>1z)))9pm}=sUH8~B()3Q^uTK1SkjL1gI&af?;afI8l&hr(PLe!!y z!+W%4A=~W)b+&C8Gb)Gb@G=`+M4NCtc*S%-kpM&%wWoyibu@_EPBx_`KhxEqnGnr{ zLxFPUW^0fCIAT6I%0G|))_|th897-f>pPwCm&3iz5dVP$QDnc92fqQo)`Ndn7W}1} zHC>V{w(uwZpTc*?&kPU#Wm)h8S@5S=_@52Q#{WOyu1+`oE!HhH;kTo;?ElRLU1#hJ z?tQ!|C#UHqJn_dw;!jH~<SjXr9d2*VbW7)~gmlwqM?a&9h zV(99SlReglMlVYg8{@kdQR5<;S4mdYT(J0vX)RBsU6H4vE-5M z3`y%^>udf@x<=A}JK0RUnk948;KKdJ0}6T^$N~V8$f^jUi+H3@u_d129mO%@pJq#Z zfE6*T#9wTQi&Ub(mUz@FaiT5pRL>Gx_ff}jDzQzfPtq@a+SHMmZLnI@v&0fx;)~ZP zvDB7OJ4}g9w#4+FC4OQ{tXGL2*%FJr62G=3M)fR_v?YG75<0X6RzLPiTxm<}-?PL` zw!~#B(btw}^h%s+OQgp2pw)G@#7Qc#oo=U&A9*DTZHbjVOU$t)a#Z3EwnVd6;-v;d ztHnJ_%(Epnze))?+f#?ejiJ@Ow!~FEOI&YD+@%s{+7fkMiEC|%fLmgJxFqW6jNy-z z+nCXkevKmoKWK9wuG~^Z*)o4#%$@XK;bl40X8HW=9)zj2C=3$N=WGeByA05e>rFFX z=~+Vj1{xo}LJ2JOs$-g0;wf9=A-BZ$ENfq8OZb-*{0Z;oS1u+w`8+Q)$NIz=E?8%>=1(~r&a3o%?48bSA4+*ewCr7nK+CMCaq`H$6%XdU{{Wti^yUJe(^OXi~1iRc(i-< zl#u0NKGVLlOctNbGPFAj=J4hwo8@SerPyXE@6J+6mI*dXfypw^W~u1TGL$SsZI<_< zYS6(pOQ1VTIa$8a*JSZZljVCh3tmnhx)o$G2JvL^uT7Q%ZI+tuECI6o&O&K4Sq9lG zwcS~2$btr=iYA&YhuADLy0c8qsprI0@hK+xP@7!Woy=LNkt82vlKb1_MmIT@_|Yy- ziOgT8$yvARCbgMB?sSBkGYim9m@EILfj*g+QSeCTI9|To#>*I9p3=){yd?C3=hBh2 zdO4PtqxHgR_#^-IA}@n@*`${eUhdLMZ(fG+0vAr80&l!e=94&5zCWqeY(^Ta{tS9# zygDo62{vQuH{@|va~|aitX*$L+IQfITYL=YNAla<^?AIL3B0KeWeW-78_=Z2@>psg z%j~1gKGb8R?XZts_90^tA4_=L@TeJQH?X$G;m(Z9&lroIf6*@~5BjM-V5RVTGl=r* zhN(ha=&YuZ9auP)0@@rL(j6ejrO}_R+~7d~%sO z933mY?IQc4^Pw}{Rc0XO%nC%DkK%hX4Fy5x?79fC1C#yRBKd@hDO@9ED?VyHEc%gJ zgW8XC0bv{!xf*@Tc_*4&*<{*z-X2+9hD4m+O%?eKgUl6~Z4uUqH9D&-N5GSjcE`>j zT3@__WyR|9$owyJdgbKI)%8-SYNt8{RT^BB{( zClpZ%yL<}2Ml!3w2y=Defsj@nZOMY48fL?GxDIq#6{jvd0N(H)c@5HSy=?P-j`o;1 zHBa$9;|s4!-@wxzWxtj;t>9;v3@#d;CTgEL|6o;8)L=qWo)ZxL^109?HtmyG^7w_} z+?=t=<90{#cShrLcfwoEC#VrCJB{V*e)fgf3JsB%xk6vdp%35?t_`#21Uz@!d|i1ouJin}A&gkPRD56C zIqA8>R8{hxrQcbj>0+5KIiU$#dG+-ln=F7XZD6&wloa%L7g4GmPPJWZFj-8i0q|Y^ z{$o1PX+WBpIq`9Ob)xiY7mX z2mNbe3Vp8e5mC~i z^eL-hc0U|TF(8VgNJDu1RvzM#WQ|#Urf$VWNx(6_!wS*(*Est8lDDAQ$@DE>9m#Jt zdQRABr-pSl`jaHsy3o)@h-5#QYQI_KDYi=AH>&her3LSm2CxADR8Y_VCY&EyI338l zY}7m0ceHR^tdQXro1Ua7@Ze$FHKaHcc(e>^)C1BeOd8}SZtAQqpjp7OkRx2ErK<<5 zPZzMGzXj|_fJttT&4NY94I6ALoD2`4!Px18#v|=07rR}6vDm%3#R&LsorZw0~il$E3+x&7h)o3Gus6qI zIm9p$+FZ?Wf;q+D9O`SujKXJjq9X=x zXy|LkR+?k?tl1wg+ap>u?Zq*H6Nx$DW;j{Fuef{9r|X$TO01TQijL|ub>*3m!i z2JaYlDPOSnJCvLKRH^{?HD|Egnbv`HdF_~&#wJJIBCUAe21FPWWLu1bqp|$8aMY@y z)YDR|dOAWUz%~5me_}csSL#4t^CK)9j=z_7`kLS8Z+uUzehxO4-d9P8VDAR4n?MVU zhJ%p_?di^6FQk5pPnIEAXH+CEl0*ZyWd z>H)feUMZVQ(+D(B7GN2Aw4^njl9NNu+E{X7SrbXBs#Nvk3&(!cQX58OD}*%z5P#>Y|^2hQb`iwV-*OEuaPlG#DJtDUvRs`bQW2BC&JdhH=-N{7|| zmQQLI9Ts?m4ueAhu{kxCtySaNv1*#J_uWK(WfTK_{sMX2Ny$^%f30rhuWmFP|2dDIgXeNUSZUJ-u?krhXO&uNOSONi)Cnpj zSAg_O{56`OksipxTcjZ*LYqnm(Fmn>f+`r_3^c!C*+`e^l`^LEM^-&Q)~Fp;G)nCuG&umJ)kKnm5q|F@{I~>SY_}f8dCUnL zN->t#iR+|7Q@|G0o40RhZ+REAqG4~w@LTR^6LjG+Cw`nT{Sc^|BIYLmQEc{tMjpBEdp@Mn>QRAeA0-FSQsp;@LYc2{f^aok~whi$N|EP27J;po(%y)_J)O~qy^8Rl~NWaYW0BIb$%R;plS^ zW9aY-7(s$78gFAt@pN5QxCko^+wwCr6H1Ut4H4FV7jw$&Z%{}_=CW!>GTeBn5tw7| zapfFHoZ%rPOb!+%B6jBh$F3*P{Zf}9HZ}BM6*EZ~wlX@J$A0d5@mv_coN>36yIj5{ z2o9NQ;z%2%1wpVnr=g$6$Hb^c?3^R9WfGKJQCU(&d_AX!eTU?GP#Jx z{E=ATQ1nnyQFNd&A2IK^(tl&By3lP5sAgU7?1DMdfT8@)y)u-4kay;>)cz_eCBhbU zhq$@#u{?f533>L$obh{nOWN4`uGWG$5#@;24h> zGjWjHk%0U!6XVwFmj;v;a^A)ym0mfAj9T7M>+y~5&=IH|_$oz`x2NFTjQ{-$$(0

V8VYOnaXw%pEB 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 ZqqZjQUe#F#ezlG~?~8m{nI(IR{{d*#Cj|fi literal 0 HcmV?d00001 diff --git a/Librador_API/___librador/demo_qt/librademo/libusb.h b/Librador_API/___librador/demo_qt/librademo/libusb.h new file mode 100644 index 00000000..f4e9203c --- /dev/null +++ b/Librador_API/___librador/demo_qt/librademo/libusb.h @@ -0,0 +1,2311 @@ +/* + * Public libusb header file + * Copyright © 2001 Johannes Erdfelt + * Copyright © 2007-2008 Daniel Drake + * Copyright © 2012 Pete Batard + * Copyright © 2012-2023 Nathan Hjelm + * Copyright © 2014-2020 Chris Dickens + * For more information, please visit: https://libusb.info + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + +#ifndef LIBUSB_H +#define LIBUSB_H + +#if defined(_MSC_VER) +#pragma warning(push) +/* Disable: warning C4200: nonstandard extension used : zero-sized array in struct/union */ +#pragma warning(disable:4200) +/* on MS environments, the inline keyword is available in C++ only */ +#if !defined(__cplusplus) +#define inline __inline +#endif +/* ssize_t is also not available */ +#ifndef _SSIZE_T_DEFINED +#define _SSIZE_T_DEFINED +#include +typedef SSIZE_T ssize_t; +#endif /* _SSIZE_T_DEFINED */ +#endif /* _MSC_VER */ + +#include +#include +#include +#if !defined(_MSC_VER) +#include +#endif +#include + +#if defined(__STDC_VERSION__) && (__STDC_VERSION__ >= 199901L) +#define LIBUSB_FLEXIBLE_ARRAY /* [] - valid C99 code */ +#else +#define LIBUSB_FLEXIBLE_ARRAY 0 /* [0] - non-standard, but usually working code */ +#endif /* __STDC_VERSION__ */ + +/* 'interface' might be defined as a macro on Windows, so we need to + * undefine it so as not to break the current libusb API, because + * libusb_config_descriptor has an 'interface' member + * As this can be problematic if you include windows.h after libusb.h + * in your sources, we force windows.h to be included first. */ +#if defined(_WIN32) || defined(__CYGWIN__) +#include +#if defined(interface) +#undef interface +#endif +#if !defined(__CYGWIN__) +#include +#endif +#endif /* _WIN32 || __CYGWIN__ */ + +#if defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 5)) +#define LIBUSB_DEPRECATED_FOR(f) __attribute__ ((deprecated ("Use " #f " instead"))) +#elif defined(__GNUC__) && (__GNUC__ >= 3) +#define LIBUSB_DEPRECATED_FOR(f) __attribute__ ((deprecated)) +#elif defined(_MSC_VER) +#define LIBUSB_DEPRECATED_FOR(f) __declspec(deprecated("Use " #f " instead")) +#else +#define LIBUSB_DEPRECATED_FOR(f) +#endif /* __GNUC__ */ + +#if defined(__GNUC__) +#define LIBUSB_PACKED __attribute__ ((packed)) +#else +#define LIBUSB_PACKED +#endif /* __GNUC__ */ + +/** \def LIBUSB_CALL + * \ingroup libusb_misc + * libusb's Windows calling convention. + * + * Under Windows, the selection of available compilers and configurations + * means that, unlike other platforms, there is not one true calling + * convention (calling convention: the manner in which parameters are + * passed to functions in the generated assembly code). + * + * Matching the Windows API itself, libusb uses the WINAPI convention (which + * translates to the stdcall convention) and guarantees that the + * library is compiled in this way. The public header file also includes + * appropriate annotations so that your own software will use the right + * convention, even if another convention is being used by default within + * your codebase. + * + * The one consideration that you must apply in your software is to mark + * all functions which you use as libusb callbacks with this LIBUSB_CALL + * annotation, so that they too get compiled for the correct calling + * convention. + * + * On non-Windows operating systems, this macro is defined as nothing. This + * means that you can apply it to your code without worrying about + * cross-platform compatibility. + */ +/* LIBUSB_CALL must be defined on both definition and declaration of libusb + * functions. You'd think that declaration would be enough, but cygwin will + * complain about conflicting types unless both are marked this way. + * The placement of this macro is important too; it must appear after the + * return type, before the function name. See internal documentation for + * API_EXPORTED. + */ +#if defined(_WIN32) || defined(__CYGWIN__) +#define LIBUSB_CALL WINAPI +#define LIBUSB_CALLV WINAPIV +#else +#define LIBUSB_CALL +#define LIBUSB_CALLV +#endif /* _WIN32 || __CYGWIN__ */ + +/** \def LIBUSB_API_VERSION + * \ingroup libusb_misc + * libusb's API version. + * + * Since version 1.0.18, to help with feature detection, libusb defines + * a LIBUSB_API_VERSION macro that gets increased every time there is a + * significant change to the API, such as the introduction of a new call, + * the definition of a new macro/enum member, or any other element that + * libusb applications may want to detect at compilation time. + * + * Between versions 1.0.13 and 1.0.17 (inclusive) the older spelling of + * LIBUSBX_API_VERSION was used. + * + * The macro is typically used in an application as follows: + * \code + * #if defined(LIBUSB_API_VERSION) && (LIBUSB_API_VERSION >= 0x01001234) + * // Use one of the newer features from the libusb API + * #endif + * \endcode + * + * Internally, LIBUSB_API_VERSION is defined as follows: + * (libusb major << 24) | (libusb minor << 16) | (16 bit incremental) + * + * The incremental component has changed as follows: + *

    + *
  • libusbx version 1.0.13: LIBUSBX_API_VERSION = 0x01000100 + *
  • libusbx version 1.0.14: LIBUSBX_API_VERSION = 0x010000FF + *
  • libusbx version 1.0.15: LIBUSBX_API_VERSION = 0x01000101 + *
  • libusbx version 1.0.16: LIBUSBX_API_VERSION = 0x01000102 + *
  • libusbx version 1.0.17: LIBUSBX_API_VERSION = 0x01000102 + *
  • libusb version 1.0.18: LIBUSB_API_VERSION = 0x01000102 + *
  • libusb version 1.0.19: LIBUSB_API_VERSION = 0x01000103 + *
  • libusb version 1.0.20: LIBUSB_API_VERSION = 0x01000104 + *
  • libusb version 1.0.21: LIBUSB_API_VERSION = 0x01000105 + *
  • libusb version 1.0.22: LIBUSB_API_VERSION = 0x01000106 + *
  • libusb version 1.0.23: LIBUSB_API_VERSION = 0x01000107 + *
  • libusb version 1.0.24: LIBUSB_API_VERSION = 0x01000108 + *
  • libusb version 1.0.25: LIBUSB_API_VERSION = 0x01000109 + *
  • libusb version 1.0.26: LIBUSB_API_VERSION = 0x01000109 + *
  • libusb version 1.0.27: LIBUSB_API_VERSION = 0x0100010A + *
+ */ +#define LIBUSB_API_VERSION 0x0100010A + +/** \def LIBUSBX_API_VERSION + * \ingroup libusb_misc + * + * This is the older spelling, kept for backwards compatibility of code + * needing to test for older library versions where the newer spelling + * did not exist. */ +#define LIBUSBX_API_VERSION LIBUSB_API_VERSION + +#if defined(__cplusplus) +extern "C" { +#endif + +/** + * \ingroup libusb_misc + * Convert a 16-bit value from host-endian to little-endian format. On + * little endian systems, this function does nothing. On big endian systems, + * the bytes are swapped. + * \param x the host-endian value to convert + * \returns the value in little-endian byte order + */ +static inline uint16_t libusb_cpu_to_le16(const uint16_t x) +{ + union { + uint8_t b8[2]; + uint16_t b16; + } _tmp; + _tmp.b8[1] = (uint8_t) (x >> 8); + _tmp.b8[0] = (uint8_t) (x & 0xff); + return _tmp.b16; +} + +/** \def libusb_le16_to_cpu + * \ingroup libusb_misc + * Convert a 16-bit value from little-endian to host-endian format. On + * little endian systems, this function does nothing. On big endian systems, + * the bytes are swapped. + * \param x the little-endian value to convert + * \returns the value in host-endian byte order + */ +#define libusb_le16_to_cpu libusb_cpu_to_le16 + +/* standard USB stuff */ + +/** \ingroup libusb_desc + * Device and/or Interface Class codes */ +enum libusb_class_code { + /** In the context of a \ref libusb_device_descriptor "device descriptor", + * this bDeviceClass value indicates that each interface specifies its + * own class information and all interfaces operate independently. + */ + LIBUSB_CLASS_PER_INTERFACE = 0x00, + + /** Audio class */ + LIBUSB_CLASS_AUDIO = 0x01, + + /** Communications class */ + LIBUSB_CLASS_COMM = 0x02, + + /** Human Interface Device class */ + LIBUSB_CLASS_HID = 0x03, + + /** Physical */ + LIBUSB_CLASS_PHYSICAL = 0x05, + + /** Image class */ + LIBUSB_CLASS_IMAGE = 0x06, + LIBUSB_CLASS_PTP = 0x06, /* legacy name from libusb-0.1 usb.h */ + + /** Printer class */ + LIBUSB_CLASS_PRINTER = 0x07, + + /** Mass storage class */ + LIBUSB_CLASS_MASS_STORAGE = 0x08, + + /** Hub class */ + LIBUSB_CLASS_HUB = 0x09, + + /** Data class */ + LIBUSB_CLASS_DATA = 0x0a, + + /** Smart Card */ + LIBUSB_CLASS_SMART_CARD = 0x0b, + + /** Content Security */ + LIBUSB_CLASS_CONTENT_SECURITY = 0x0d, + + /** Video */ + LIBUSB_CLASS_VIDEO = 0x0e, + + /** Personal Healthcare */ + LIBUSB_CLASS_PERSONAL_HEALTHCARE = 0x0f, + + /** Diagnostic Device */ + LIBUSB_CLASS_DIAGNOSTIC_DEVICE = 0xdc, + + /** Wireless class */ + LIBUSB_CLASS_WIRELESS = 0xe0, + + /** Miscellaneous class */ + LIBUSB_CLASS_MISCELLANEOUS = 0xef, + + /** Application class */ + LIBUSB_CLASS_APPLICATION = 0xfe, + + /** Class is vendor-specific */ + LIBUSB_CLASS_VENDOR_SPEC = 0xff +}; + +/** \ingroup libusb_desc + * Descriptor types as defined by the USB specification. */ +enum libusb_descriptor_type { + /** Device descriptor. See libusb_device_descriptor. */ + LIBUSB_DT_DEVICE = 0x01, + + /** Configuration descriptor. See libusb_config_descriptor. */ + LIBUSB_DT_CONFIG = 0x02, + + /** String descriptor */ + LIBUSB_DT_STRING = 0x03, + + /** Interface descriptor. See libusb_interface_descriptor. */ + LIBUSB_DT_INTERFACE = 0x04, + + /** Endpoint descriptor. See libusb_endpoint_descriptor. */ + LIBUSB_DT_ENDPOINT = 0x05, + + /** Interface Association Descriptor. + * See libusb_interface_association_descriptor */ + LIBUSB_DT_INTERFACE_ASSOCIATION = 0x0b, + + /** BOS descriptor */ + LIBUSB_DT_BOS = 0x0f, + + /** Device Capability descriptor */ + LIBUSB_DT_DEVICE_CAPABILITY = 0x10, + + /** HID descriptor */ + LIBUSB_DT_HID = 0x21, + + /** HID report descriptor */ + LIBUSB_DT_REPORT = 0x22, + + /** Physical descriptor */ + LIBUSB_DT_PHYSICAL = 0x23, + + /** Hub descriptor */ + LIBUSB_DT_HUB = 0x29, + + /** SuperSpeed Hub descriptor */ + LIBUSB_DT_SUPERSPEED_HUB = 0x2a, + + /** SuperSpeed Endpoint Companion descriptor */ + LIBUSB_DT_SS_ENDPOINT_COMPANION = 0x30 +}; + +/* Descriptor sizes per descriptor type */ +#define LIBUSB_DT_DEVICE_SIZE 18 +#define LIBUSB_DT_CONFIG_SIZE 9 +#define LIBUSB_DT_INTERFACE_SIZE 9 +#define LIBUSB_DT_ENDPOINT_SIZE 7 +#define LIBUSB_DT_ENDPOINT_AUDIO_SIZE 9 /* Audio extension */ +#define LIBUSB_DT_HUB_NONVAR_SIZE 7 +#define LIBUSB_DT_SS_ENDPOINT_COMPANION_SIZE 6 +#define LIBUSB_DT_BOS_SIZE 5 +#define LIBUSB_DT_DEVICE_CAPABILITY_SIZE 3 + +/* BOS descriptor sizes */ +#define LIBUSB_BT_USB_2_0_EXTENSION_SIZE 7 +#define LIBUSB_BT_SS_USB_DEVICE_CAPABILITY_SIZE 10 +#define LIBUSB_BT_CONTAINER_ID_SIZE 20 +#define LIBUSB_BT_PLATFORM_DESCRIPTOR_MIN_SIZE 20 + +/* We unwrap the BOS => define its max size */ +#define LIBUSB_DT_BOS_MAX_SIZE \ + (LIBUSB_DT_BOS_SIZE + \ + LIBUSB_BT_USB_2_0_EXTENSION_SIZE + \ + LIBUSB_BT_SS_USB_DEVICE_CAPABILITY_SIZE + \ + LIBUSB_BT_CONTAINER_ID_SIZE) + +#define LIBUSB_ENDPOINT_ADDRESS_MASK 0x0f /* in bEndpointAddress */ +#define LIBUSB_ENDPOINT_DIR_MASK 0x80 + +/** \ingroup libusb_desc + * Endpoint direction. Values for bit 7 of the + * \ref libusb_endpoint_descriptor::bEndpointAddress "endpoint address" scheme. + */ +enum libusb_endpoint_direction { + /** Out: host-to-device */ + LIBUSB_ENDPOINT_OUT = 0x00, + + /** In: device-to-host */ + LIBUSB_ENDPOINT_IN = 0x80 +}; + +#define LIBUSB_TRANSFER_TYPE_MASK 0x03 /* in bmAttributes */ + +/** \ingroup libusb_desc + * Endpoint transfer type. Values for bits 0:1 of the + * \ref libusb_endpoint_descriptor::bmAttributes "endpoint attributes" field. + */ +enum libusb_endpoint_transfer_type { + /** Control endpoint */ + LIBUSB_ENDPOINT_TRANSFER_TYPE_CONTROL = 0x0, + + /** Isochronous endpoint */ + LIBUSB_ENDPOINT_TRANSFER_TYPE_ISOCHRONOUS = 0x1, + + /** Bulk endpoint */ + LIBUSB_ENDPOINT_TRANSFER_TYPE_BULK = 0x2, + + /** Interrupt endpoint */ + LIBUSB_ENDPOINT_TRANSFER_TYPE_INTERRUPT = 0x3 +}; + +/** \ingroup libusb_misc + * Standard requests, as defined in table 9-5 of the USB 3.0 specifications */ +enum libusb_standard_request { + /** Request status of the specific recipient */ + LIBUSB_REQUEST_GET_STATUS = 0x00, + + /** Clear or disable a specific feature */ + LIBUSB_REQUEST_CLEAR_FEATURE = 0x01, + + /* 0x02 is reserved */ + + /** Set or enable a specific feature */ + LIBUSB_REQUEST_SET_FEATURE = 0x03, + + /* 0x04 is reserved */ + + /** Set device address for all future accesses */ + LIBUSB_REQUEST_SET_ADDRESS = 0x05, + + /** Get the specified descriptor */ + LIBUSB_REQUEST_GET_DESCRIPTOR = 0x06, + + /** Used to update existing descriptors or add new descriptors */ + LIBUSB_REQUEST_SET_DESCRIPTOR = 0x07, + + /** Get the current device configuration value */ + LIBUSB_REQUEST_GET_CONFIGURATION = 0x08, + + /** Set device configuration */ + LIBUSB_REQUEST_SET_CONFIGURATION = 0x09, + + /** Return the selected alternate setting for the specified interface */ + LIBUSB_REQUEST_GET_INTERFACE = 0x0a, + + /** Select an alternate interface for the specified interface */ + LIBUSB_REQUEST_SET_INTERFACE = 0x0b, + + /** Set then report an endpoint's synchronization frame */ + LIBUSB_REQUEST_SYNCH_FRAME = 0x0c, + + /** Sets both the U1 and U2 Exit Latency */ + LIBUSB_REQUEST_SET_SEL = 0x30, + + /** Delay from the time a host transmits a packet to the time it is + * received by the device. */ + LIBUSB_SET_ISOCH_DELAY = 0x31 +}; + +/** \ingroup libusb_misc + * Request type bits of the + * \ref libusb_control_setup::bmRequestType "bmRequestType" field in control + * transfers. */ +enum libusb_request_type { + /** Standard */ + LIBUSB_REQUEST_TYPE_STANDARD = (0x00 << 5), + + /** Class */ + LIBUSB_REQUEST_TYPE_CLASS = (0x01 << 5), + + /** Vendor */ + LIBUSB_REQUEST_TYPE_VENDOR = (0x02 << 5), + + /** Reserved */ + LIBUSB_REQUEST_TYPE_RESERVED = (0x03 << 5) +}; + +/** \ingroup libusb_misc + * Recipient bits of the + * \ref libusb_control_setup::bmRequestType "bmRequestType" field in control + * transfers. Values 4 through 31 are reserved. */ +enum libusb_request_recipient { + /** Device */ + LIBUSB_RECIPIENT_DEVICE = 0x00, + + /** Interface */ + LIBUSB_RECIPIENT_INTERFACE = 0x01, + + /** Endpoint */ + LIBUSB_RECIPIENT_ENDPOINT = 0x02, + + /** Other */ + LIBUSB_RECIPIENT_OTHER = 0x03 +}; + +#define LIBUSB_ISO_SYNC_TYPE_MASK 0x0c + +/** \ingroup libusb_desc + * Synchronization type for isochronous endpoints. Values for bits 2:3 of the + * \ref libusb_endpoint_descriptor::bmAttributes "bmAttributes" field in + * libusb_endpoint_descriptor. + */ +enum libusb_iso_sync_type { + /** No synchronization */ + LIBUSB_ISO_SYNC_TYPE_NONE = 0x0, + + /** Asynchronous */ + LIBUSB_ISO_SYNC_TYPE_ASYNC = 0x1, + + /** Adaptive */ + LIBUSB_ISO_SYNC_TYPE_ADAPTIVE = 0x2, + + /** Synchronous */ + LIBUSB_ISO_SYNC_TYPE_SYNC = 0x3 +}; + +#define LIBUSB_ISO_USAGE_TYPE_MASK 0x30 + +/** \ingroup libusb_desc + * Usage type for isochronous endpoints. Values for bits 4:5 of the + * \ref libusb_endpoint_descriptor::bmAttributes "bmAttributes" field in + * libusb_endpoint_descriptor. + */ +enum libusb_iso_usage_type { + /** Data endpoint */ + LIBUSB_ISO_USAGE_TYPE_DATA = 0x0, + + /** Feedback endpoint */ + LIBUSB_ISO_USAGE_TYPE_FEEDBACK = 0x1, + + /** Implicit feedback Data endpoint */ + LIBUSB_ISO_USAGE_TYPE_IMPLICIT = 0x2 +}; + +/** \ingroup libusb_desc + * Supported speeds (wSpeedSupported) bitfield. Indicates what + * speeds the device supports. + */ +enum libusb_supported_speed { + /** Low speed operation supported (1.5MBit/s). */ + LIBUSB_LOW_SPEED_OPERATION = (1 << 0), + + /** Full speed operation supported (12MBit/s). */ + LIBUSB_FULL_SPEED_OPERATION = (1 << 1), + + /** High speed operation supported (480MBit/s). */ + LIBUSB_HIGH_SPEED_OPERATION = (1 << 2), + + /** Superspeed operation supported (5000MBit/s). */ + LIBUSB_SUPER_SPEED_OPERATION = (1 << 3) +}; + +/** \ingroup libusb_desc + * Masks for the bits of the + * \ref libusb_usb_2_0_extension_descriptor::bmAttributes "bmAttributes" field + * of the USB 2.0 Extension descriptor. + */ +enum libusb_usb_2_0_extension_attributes { + /** Supports Link Power Management (LPM) */ + LIBUSB_BM_LPM_SUPPORT = (1 << 1) +}; + +/** \ingroup libusb_desc + * Masks for the bits of the + * \ref libusb_ss_usb_device_capability_descriptor::bmAttributes "bmAttributes" field + * field of the SuperSpeed USB Device Capability descriptor. + */ +enum libusb_ss_usb_device_capability_attributes { + /** Supports Latency Tolerance Messages (LTM) */ + LIBUSB_BM_LTM_SUPPORT = (1 << 1) +}; + +/** \ingroup libusb_desc + * USB capability types + */ +enum libusb_bos_type { + /** Wireless USB device capability */ + LIBUSB_BT_WIRELESS_USB_DEVICE_CAPABILITY = 0x01, + + /** USB 2.0 extensions */ + LIBUSB_BT_USB_2_0_EXTENSION = 0x02, + + /** SuperSpeed USB device capability */ + LIBUSB_BT_SS_USB_DEVICE_CAPABILITY = 0x03, + + /** Container ID type */ + LIBUSB_BT_CONTAINER_ID = 0x04, + + /** Platform descriptor */ + LIBUSB_BT_PLATFORM_DESCRIPTOR = 0x05 +}; + +/** \ingroup libusb_desc + * A structure representing the standard USB device descriptor. This + * descriptor is documented in section 9.6.1 of the USB 3.0 specification. + * All multiple-byte fields are represented in host-endian format. + */ +struct libusb_device_descriptor { + /** Size of this descriptor (in bytes) */ + uint8_t bLength; + + /** Descriptor type. Will have value + * \ref libusb_descriptor_type::LIBUSB_DT_DEVICE LIBUSB_DT_DEVICE in this + * context. */ + uint8_t bDescriptorType; + + /** USB specification release number in binary-coded decimal. A value of + * 0x0200 indicates USB 2.0, 0x0110 indicates USB 1.1, etc. */ + uint16_t bcdUSB; + + /** USB-IF class code for the device. See \ref libusb_class_code. */ + uint8_t bDeviceClass; + + /** USB-IF subclass code for the device, qualified by the bDeviceClass + * value */ + uint8_t bDeviceSubClass; + + /** USB-IF protocol code for the device, qualified by the bDeviceClass and + * bDeviceSubClass values */ + uint8_t bDeviceProtocol; + + /** Maximum packet size for endpoint 0 */ + uint8_t bMaxPacketSize0; + + /** USB-IF vendor ID */ + uint16_t idVendor; + + /** USB-IF product ID */ + uint16_t idProduct; + + /** Device release number in binary-coded decimal */ + uint16_t bcdDevice; + + /** Index of string descriptor describing manufacturer */ + uint8_t iManufacturer; + + /** Index of string descriptor describing product */ + uint8_t iProduct; + + /** Index of string descriptor containing device serial number */ + uint8_t iSerialNumber; + + /** Number of possible configurations */ + uint8_t bNumConfigurations; +}; + +/** \ingroup libusb_desc + * A structure representing the standard USB endpoint descriptor. This + * descriptor is documented in section 9.6.6 of the USB 3.0 specification. + * All multiple-byte fields are represented in host-endian format. + */ +struct libusb_endpoint_descriptor { + /** Size of this descriptor (in bytes) */ + uint8_t bLength; + + /** Descriptor type. Will have value + * \ref libusb_descriptor_type::LIBUSB_DT_ENDPOINT LIBUSB_DT_ENDPOINT in + * this context. */ + uint8_t bDescriptorType; + + /** The address of the endpoint described by this descriptor. Bits 0:3 are + * the endpoint number. Bits 4:6 are reserved. Bit 7 indicates direction, + * see \ref libusb_endpoint_direction. */ + uint8_t bEndpointAddress; + + /** Attributes which apply to the endpoint when it is configured using + * the bConfigurationValue. Bits 0:1 determine the transfer type and + * correspond to \ref libusb_endpoint_transfer_type. Bits 2:3 are only used + * for isochronous endpoints and correspond to \ref libusb_iso_sync_type. + * Bits 4:5 are also only used for isochronous endpoints and correspond to + * \ref libusb_iso_usage_type. Bits 6:7 are reserved. */ + uint8_t bmAttributes; + + /** Maximum packet size this endpoint is capable of sending/receiving. */ + uint16_t wMaxPacketSize; + + /** Interval for polling endpoint for data transfers. */ + uint8_t bInterval; + + /** For audio devices only: the rate at which synchronization feedback + * is provided. */ + uint8_t bRefresh; + + /** For audio devices only: the address if the synch endpoint */ + uint8_t bSynchAddress; + + /** Extra descriptors. If libusb encounters unknown endpoint descriptors, + * it will store them here, should you wish to parse them. */ + const unsigned char *extra; + + /** Length of the extra descriptors, in bytes. Must be non-negative. */ + int extra_length; +}; + +/** \ingroup libusb_desc + * A structure representing the standard USB interface association descriptor. + * This descriptor is documented in section 9.6.4 of the USB 3.0 specification. + * All multiple-byte fields are represented in host-endian format. + */ +struct libusb_interface_association_descriptor { + /** Size of this descriptor (in bytes) */ + uint8_t bLength; + + /** Descriptor type. Will have value + * \ref libusb_descriptor_type::LIBUSB_DT_INTERFACE_ASSOCIATION + * LIBUSB_DT_INTERFACE_ASSOCIATION in this context. */ + uint8_t bDescriptorType; + + /** Interface number of the first interface that is associated + * with this function */ + uint8_t bFirstInterface; + + /** Number of contiguous interfaces that are associated with + * this function */ + uint8_t bInterfaceCount; + + /** USB-IF class code for this function. + * A value of zero is not allowed in this descriptor. + * If this field is 0xff, the function class is vendor-specific. + * All other values are reserved for assignment by the USB-IF. + */ + uint8_t bFunctionClass; + + /** USB-IF subclass code for this function. + * If this field is not set to 0xff, all values are reserved + * for assignment by the USB-IF + */ + uint8_t bFunctionSubClass; + + /** USB-IF protocol code for this function. + * These codes are qualified by the values of the bFunctionClass + * and bFunctionSubClass fields. + */ + uint8_t bFunctionProtocol; + + /** Index of string descriptor describing this function */ + uint8_t iFunction; +}; + +/** \ingroup libusb_desc + * Structure containing an array of 0 or more interface association + * descriptors + */ +struct libusb_interface_association_descriptor_array { + /** Array of interface association descriptors. The size of this array + * is determined by the length field. + */ + const struct libusb_interface_association_descriptor *iad; + + /** Number of interface association descriptors contained. Read-only. */ + int length; +}; + +/** \ingroup libusb_desc + * A structure representing the standard USB interface descriptor. This + * descriptor is documented in section 9.6.5 of the USB 3.0 specification. + * All multiple-byte fields are represented in host-endian format. + */ +struct libusb_interface_descriptor { + /** Size of this descriptor (in bytes) */ + uint8_t bLength; + + /** Descriptor type. Will have value + * \ref libusb_descriptor_type::LIBUSB_DT_INTERFACE LIBUSB_DT_INTERFACE + * in this context. */ + uint8_t bDescriptorType; + + /** Number of this interface */ + uint8_t bInterfaceNumber; + + /** Value used to select this alternate setting for this interface */ + uint8_t bAlternateSetting; + + /** Number of endpoints used by this interface (excluding the control + * endpoint). */ + uint8_t bNumEndpoints; + + /** USB-IF class code for this interface. See \ref libusb_class_code. */ + uint8_t bInterfaceClass; + + /** USB-IF subclass code for this interface, qualified by the + * bInterfaceClass value */ + uint8_t bInterfaceSubClass; + + /** USB-IF protocol code for this interface, qualified by the + * bInterfaceClass and bInterfaceSubClass values */ + uint8_t bInterfaceProtocol; + + /** Index of string descriptor describing this interface */ + uint8_t iInterface; + + /** Array of endpoint descriptors. This length of this array is determined + * by the bNumEndpoints field. */ + const struct libusb_endpoint_descriptor *endpoint; + + /** Extra descriptors. If libusb encounters unknown interface descriptors, + * it will store them here, should you wish to parse them. */ + const unsigned char *extra; + + /** Length of the extra descriptors, in bytes. Must be non-negative. */ + int extra_length; +}; + +/** \ingroup libusb_desc + * A collection of alternate settings for a particular USB interface. + */ +struct libusb_interface { + /** Array of interface descriptors. The length of this array is determined + * by the num_altsetting field. */ + const struct libusb_interface_descriptor *altsetting; + + /** The number of alternate settings that belong to this interface. + * Must be non-negative. */ + int num_altsetting; +}; + +/** \ingroup libusb_desc + * A structure representing the standard USB configuration descriptor. This + * descriptor is documented in section 9.6.3 of the USB 3.0 specification. + * All multiple-byte fields are represented in host-endian format. + */ +struct libusb_config_descriptor { + /** Size of this descriptor (in bytes) */ + uint8_t bLength; + + /** Descriptor type. Will have value + * \ref libusb_descriptor_type::LIBUSB_DT_CONFIG LIBUSB_DT_CONFIG + * in this context. */ + uint8_t bDescriptorType; + + /** Total length of data returned for this configuration */ + uint16_t wTotalLength; + + /** Number of interfaces supported by this configuration */ + uint8_t bNumInterfaces; + + /** Identifier value for this configuration */ + uint8_t bConfigurationValue; + + /** Index of string descriptor describing this configuration */ + uint8_t iConfiguration; + + /** Configuration characteristics */ + uint8_t bmAttributes; + + /** Maximum power consumption of the USB device from this bus in this + * configuration when the device is fully operation. Expressed in units + * of 2 mA when the device is operating in high-speed mode and in units + * of 8 mA when the device is operating in super-speed mode. */ + uint8_t MaxPower; + + /** Array of interfaces supported by this configuration. The length of + * this array is determined by the bNumInterfaces field. */ + const struct libusb_interface *interface; + + /** Extra descriptors. If libusb encounters unknown configuration + * descriptors, it will store them here, should you wish to parse them. */ + const unsigned char *extra; + + /** Length of the extra descriptors, in bytes. Must be non-negative. */ + int extra_length; +}; + +/** \ingroup libusb_desc + * A structure representing the superspeed endpoint companion + * descriptor. This descriptor is documented in section 9.6.7 of + * the USB 3.0 specification. All multiple-byte fields are represented in + * host-endian format. + */ +struct libusb_ss_endpoint_companion_descriptor { + /** Size of this descriptor (in bytes) */ + uint8_t bLength; + + /** Descriptor type. Will have value + * \ref libusb_descriptor_type::LIBUSB_DT_SS_ENDPOINT_COMPANION in + * this context. */ + uint8_t bDescriptorType; + + /** The maximum number of packets the endpoint can send or + * receive as part of a burst. */ + uint8_t bMaxBurst; + + /** In bulk EP: bits 4:0 represents the maximum number of + * streams the EP supports. In isochronous EP: bits 1:0 + * represents the Mult - a zero based value that determines + * the maximum number of packets within a service interval */ + uint8_t bmAttributes; + + /** The total number of bytes this EP will transfer every + * service interval. Valid only for periodic EPs. */ + uint16_t wBytesPerInterval; +}; + +/** \ingroup libusb_desc + * A generic representation of a BOS Device Capability descriptor. It is + * advised to check bDevCapabilityType and call the matching + * libusb_get_*_descriptor function to get a structure fully matching the type. + */ +struct libusb_bos_dev_capability_descriptor { + /** Size of this descriptor (in bytes) */ + uint8_t bLength; + + /** Descriptor type. Will have value + * \ref libusb_descriptor_type::LIBUSB_DT_DEVICE_CAPABILITY + * LIBUSB_DT_DEVICE_CAPABILITY in this context. */ + uint8_t bDescriptorType; + + /** Device Capability type */ + uint8_t bDevCapabilityType; + + /** Device Capability data (bLength - 3 bytes) */ + uint8_t dev_capability_data[LIBUSB_FLEXIBLE_ARRAY]; +}; + +/** \ingroup libusb_desc + * A structure representing the Binary Device Object Store (BOS) descriptor. + * This descriptor is documented in section 9.6.2 of the USB 3.0 specification. + * All multiple-byte fields are represented in host-endian format. + */ +struct libusb_bos_descriptor { + /** Size of this descriptor (in bytes) */ + uint8_t bLength; + + /** Descriptor type. Will have value + * \ref libusb_descriptor_type::LIBUSB_DT_BOS LIBUSB_DT_BOS + * in this context. */ + uint8_t bDescriptorType; + + /** Length of this descriptor and all of its sub descriptors */ + uint16_t wTotalLength; + + /** The number of separate device capability descriptors in + * the BOS */ + uint8_t bNumDeviceCaps; + + /** bNumDeviceCap Device Capability Descriptors */ + struct libusb_bos_dev_capability_descriptor *dev_capability[LIBUSB_FLEXIBLE_ARRAY]; +}; + +/** \ingroup libusb_desc + * A structure representing the USB 2.0 Extension descriptor + * This descriptor is documented in section 9.6.2.1 of the USB 3.0 specification. + * All multiple-byte fields are represented in host-endian format. + */ +struct libusb_usb_2_0_extension_descriptor { + /** Size of this descriptor (in bytes) */ + uint8_t bLength; + + /** Descriptor type. Will have value + * \ref libusb_descriptor_type::LIBUSB_DT_DEVICE_CAPABILITY + * LIBUSB_DT_DEVICE_CAPABILITY in this context. */ + uint8_t bDescriptorType; + + /** Capability type. Will have value + * \ref libusb_capability_type::LIBUSB_BT_USB_2_0_EXTENSION + * LIBUSB_BT_USB_2_0_EXTENSION in this context. */ + uint8_t bDevCapabilityType; + + /** Bitmap encoding of supported device level features. + * A value of one in a bit location indicates a feature is + * supported; a value of zero indicates it is not supported. + * See \ref libusb_usb_2_0_extension_attributes. */ + uint32_t bmAttributes; +}; + +/** \ingroup libusb_desc + * A structure representing the SuperSpeed USB Device Capability descriptor + * This descriptor is documented in section 9.6.2.2 of the USB 3.0 specification. + * All multiple-byte fields are represented in host-endian format. + */ +struct libusb_ss_usb_device_capability_descriptor { + /** Size of this descriptor (in bytes) */ + uint8_t bLength; + + /** Descriptor type. Will have value + * \ref libusb_descriptor_type::LIBUSB_DT_DEVICE_CAPABILITY + * LIBUSB_DT_DEVICE_CAPABILITY in this context. */ + uint8_t bDescriptorType; + + /** Capability type. Will have value + * \ref libusb_capability_type::LIBUSB_BT_SS_USB_DEVICE_CAPABILITY + * LIBUSB_BT_SS_USB_DEVICE_CAPABILITY in this context. */ + uint8_t bDevCapabilityType; + + /** Bitmap encoding of supported device level features. + * A value of one in a bit location indicates a feature is + * supported; a value of zero indicates it is not supported. + * See \ref libusb_ss_usb_device_capability_attributes. */ + uint8_t bmAttributes; + + /** Bitmap encoding of the speed supported by this device when + * operating in SuperSpeed mode. See \ref libusb_supported_speed. */ + uint16_t wSpeedSupported; + + /** The lowest speed at which all the functionality supported + * by the device is available to the user. For example if the + * device supports all its functionality when connected at + * full speed and above then it sets this value to 1. */ + uint8_t bFunctionalitySupport; + + /** U1 Device Exit Latency. */ + uint8_t bU1DevExitLat; + + /** U2 Device Exit Latency. */ + uint16_t bU2DevExitLat; +}; + +/** \ingroup libusb_desc + * A structure representing the Container ID descriptor. + * This descriptor is documented in section 9.6.2.3 of the USB 3.0 specification. + * All multiple-byte fields, except UUIDs, are represented in host-endian format. + */ +struct libusb_container_id_descriptor { + /** Size of this descriptor (in bytes) */ + uint8_t bLength; + + /** Descriptor type. Will have value + * \ref libusb_descriptor_type::LIBUSB_DT_DEVICE_CAPABILITY + * LIBUSB_DT_DEVICE_CAPABILITY in this context. */ + uint8_t bDescriptorType; + + /** Capability type. Will have value + * \ref libusb_capability_type::LIBUSB_BT_CONTAINER_ID + * LIBUSB_BT_CONTAINER_ID in this context. */ + uint8_t bDevCapabilityType; + + /** Reserved field */ + uint8_t bReserved; + + /** 128 bit UUID */ + uint8_t ContainerID[16]; +}; + +/** \ingroup libusb_desc + * A structure representing a Platform descriptor. + * This descriptor is documented in section 9.6.2.4 of the USB 3.2 specification. + */ +struct libusb_platform_descriptor { + /** Size of this descriptor (in bytes) */ + uint8_t bLength; + + /** Descriptor type. Will have value + * \ref libusb_descriptor_type::LIBUSB_DT_DEVICE_CAPABILITY + * LIBUSB_DT_DEVICE_CAPABILITY in this context. */ + uint8_t bDescriptorType; + + /** Capability type. Will have value + * \ref libusb_capability_type::LIBUSB_BT_PLATFORM_DESCRIPTOR + * LIBUSB_BT_CONTAINER_ID in this context. */ + uint8_t bDevCapabilityType; + + /** Reserved field */ + uint8_t bReserved; + + /** 128 bit UUID */ + uint8_t PlatformCapabilityUUID[16]; + + /** Capability data (bLength - 20) */ + uint8_t CapabilityData[LIBUSB_FLEXIBLE_ARRAY]; +}; + +/** \ingroup libusb_asyncio + * Setup packet for control transfers. */ +#if defined(_MSC_VER) || defined(__WATCOMC__) +#pragma pack(push, 1) +#endif +struct libusb_control_setup { + /** Request type. Bits 0:4 determine recipient, see + * \ref libusb_request_recipient. Bits 5:6 determine type, see + * \ref libusb_request_type. Bit 7 determines data transfer direction, see + * \ref libusb_endpoint_direction. + */ + uint8_t bmRequestType; + + /** Request. If the type bits of bmRequestType are equal to + * \ref libusb_request_type::LIBUSB_REQUEST_TYPE_STANDARD + * "LIBUSB_REQUEST_TYPE_STANDARD" then this field refers to + * \ref libusb_standard_request. For other cases, use of this field is + * application-specific. */ + uint8_t bRequest; + + /** Value. Varies according to request */ + uint16_t wValue; + + /** Index. Varies according to request, typically used to pass an index + * or offset */ + uint16_t wIndex; + + /** Number of bytes to transfer */ + uint16_t wLength; +} LIBUSB_PACKED; +#if defined(_MSC_VER) || defined(__WATCOMC__) +#pragma pack(pop) +#endif + +#define LIBUSB_CONTROL_SETUP_SIZE (sizeof(struct libusb_control_setup)) + +/* libusb */ + +struct libusb_context; +struct libusb_device; +struct libusb_device_handle; + +/** \ingroup libusb_lib + * Structure providing the version of the libusb runtime + */ +struct libusb_version { + /** Library major version. */ + const uint16_t major; + + /** Library minor version. */ + const uint16_t minor; + + /** Library micro version. */ + const uint16_t micro; + + /** Library nano version. */ + const uint16_t nano; + + /** Library release candidate suffix string, e.g. "-rc4". */ + const char *rc; + + /** For ABI compatibility only. */ + const char *describe; +}; + +/** \ingroup libusb_lib + * Structure representing a libusb session. The concept of individual libusb + * sessions allows for your program to use two libraries (or dynamically + * load two modules) which both independently use libusb. This will prevent + * interference between the individual libusb users - for example + * libusb_set_option() will not affect the other user of the library, and + * libusb_exit() will not destroy resources that the other user is still + * using. + * + * Sessions are created by libusb_init_context() and destroyed through libusb_exit(). + * If your application is guaranteed to only ever include a single libusb + * user (i.e. you), you do not have to worry about contexts: pass NULL in + * every function call where a context is required, and the default context + * will be used. Note that libusb_set_option(NULL, ...) is special, and adds + * an option to a list of default options for new contexts. + * + * For more information, see \ref libusb_contexts. + */ +typedef struct libusb_context libusb_context; + +/** \ingroup libusb_dev + * Structure representing a USB device detected on the system. This is an + * opaque type for which you are only ever provided with a pointer, usually + * originating from libusb_get_device_list() or libusb_hotplug_register_callback(). + * + * Certain operations can be performed on a device, but in order to do any + * I/O you will have to first obtain a device handle using libusb_open(). + * + * Devices are reference counted with libusb_ref_device() and + * libusb_unref_device(), and are freed when the reference count reaches 0. + * New devices presented by libusb_get_device_list() have a reference count of + * 1, and libusb_free_device_list() can optionally decrease the reference count + * on all devices in the list. libusb_open() adds another reference which is + * later destroyed by libusb_close(). + */ +typedef struct libusb_device libusb_device; + + +/** \ingroup libusb_dev + * Structure representing a handle on a USB device. This is an opaque type for + * which you are only ever provided with a pointer, usually originating from + * libusb_open(). + * + * A device handle is used to perform I/O and other operations. When finished + * with a device handle, you should call libusb_close(). + */ +typedef struct libusb_device_handle libusb_device_handle; + +/** \ingroup libusb_dev + * Speed codes. Indicates the speed at which the device is operating. + */ +enum libusb_speed { + /** The OS doesn't report or know the device speed. */ + LIBUSB_SPEED_UNKNOWN = 0, + + /** The device is operating at low speed (1.5MBit/s). */ + LIBUSB_SPEED_LOW = 1, + + /** The device is operating at full speed (12MBit/s). */ + LIBUSB_SPEED_FULL = 2, + + /** The device is operating at high speed (480MBit/s). */ + LIBUSB_SPEED_HIGH = 3, + + /** The device is operating at super speed (5000MBit/s). */ + LIBUSB_SPEED_SUPER = 4, + + /** The device is operating at super speed plus (10000MBit/s). */ + LIBUSB_SPEED_SUPER_PLUS = 5 +}; + +/** \ingroup libusb_misc + * Error codes. Most libusb functions return 0 on success or one of these + * codes on failure. + * You can call libusb_error_name() to retrieve a string representation of an + * error code or libusb_strerror() to get an end-user suitable description of + * an error code. + */ +enum libusb_error { + /** Success (no error) */ + LIBUSB_SUCCESS = 0, + + /** Input/output error */ + LIBUSB_ERROR_IO = -1, + + /** Invalid parameter */ + LIBUSB_ERROR_INVALID_PARAM = -2, + + /** Access denied (insufficient permissions) */ + LIBUSB_ERROR_ACCESS = -3, + + /** No such device (it may have been disconnected) */ + LIBUSB_ERROR_NO_DEVICE = -4, + + /** Entity not found */ + LIBUSB_ERROR_NOT_FOUND = -5, + + /** Resource busy */ + LIBUSB_ERROR_BUSY = -6, + + /** Operation timed out */ + LIBUSB_ERROR_TIMEOUT = -7, + + /** Overflow */ + LIBUSB_ERROR_OVERFLOW = -8, + + /** Pipe error */ + LIBUSB_ERROR_PIPE = -9, + + /** System call interrupted (perhaps due to signal) */ + LIBUSB_ERROR_INTERRUPTED = -10, + + /** Insufficient memory */ + LIBUSB_ERROR_NO_MEM = -11, + + /** Operation not supported or unimplemented on this platform */ + LIBUSB_ERROR_NOT_SUPPORTED = -12, + + /* NB: Remember to update LIBUSB_ERROR_COUNT below as well as the + message strings in strerror.c when adding new error codes here. */ + + /** Other error */ + LIBUSB_ERROR_OTHER = -99 +}; + +/* Total number of error codes in enum libusb_error */ +#define LIBUSB_ERROR_COUNT 14 + +/** \ingroup libusb_asyncio + * Transfer type */ +enum libusb_transfer_type { + /** Control transfer */ + LIBUSB_TRANSFER_TYPE_CONTROL = 0U, + + /** Isochronous transfer */ + LIBUSB_TRANSFER_TYPE_ISOCHRONOUS = 1U, + + /** Bulk transfer */ + LIBUSB_TRANSFER_TYPE_BULK = 2U, + + /** Interrupt transfer */ + LIBUSB_TRANSFER_TYPE_INTERRUPT = 3U, + + /** Bulk stream transfer */ + LIBUSB_TRANSFER_TYPE_BULK_STREAM = 4U +}; + +/** \ingroup libusb_asyncio + * Transfer status codes */ +enum libusb_transfer_status { + /** Transfer completed without error. Note that this does not indicate + * that the entire amount of requested data was transferred. */ + LIBUSB_TRANSFER_COMPLETED, + + /** Transfer failed */ + LIBUSB_TRANSFER_ERROR, + + /** Transfer timed out */ + LIBUSB_TRANSFER_TIMED_OUT, + + /** Transfer was cancelled */ + LIBUSB_TRANSFER_CANCELLED, + + /** For bulk/interrupt endpoints: halt condition detected (endpoint + * stalled). For control endpoints: control request not supported. */ + LIBUSB_TRANSFER_STALL, + + /** Device was disconnected */ + LIBUSB_TRANSFER_NO_DEVICE, + + /** Device sent more data than requested */ + LIBUSB_TRANSFER_OVERFLOW + + /* NB! Remember to update libusb_error_name() + when adding new status codes here. */ +}; + +/** \ingroup libusb_asyncio + * libusb_transfer.flags values */ +enum libusb_transfer_flags { + /** Report short frames as errors */ + LIBUSB_TRANSFER_SHORT_NOT_OK = (1U << 0), + + /** Automatically free() transfer buffer during libusb_free_transfer(). + * Note that buffers allocated with libusb_dev_mem_alloc() should not + * be attempted freed in this way, since free() is not an appropriate + * way to release such memory. */ + LIBUSB_TRANSFER_FREE_BUFFER = (1U << 1), + + /** Automatically call libusb_free_transfer() after callback returns. + * If this flag is set, it is illegal to call libusb_free_transfer() + * from your transfer callback, as this will result in a double-free + * when this flag is acted upon. */ + LIBUSB_TRANSFER_FREE_TRANSFER = (1U << 2), + + /** Terminate transfers that are a multiple of the endpoint's + * wMaxPacketSize with an extra zero length packet. This is useful + * when a device protocol mandates that each logical request is + * terminated by an incomplete packet (i.e. the logical requests are + * not separated by other means). + * + * This flag only affects host-to-device transfers to bulk and interrupt + * endpoints. In other situations, it is ignored. + * + * This flag only affects transfers with a length that is a multiple of + * the endpoint's wMaxPacketSize. On transfers of other lengths, this + * flag has no effect. Therefore, if you are working with a device that + * needs a ZLP whenever the end of the logical request falls on a packet + * boundary, then it is sensible to set this flag on every + * transfer (you do not have to worry about only setting it on transfers + * that end on the boundary). + * + * This flag is currently only supported on Linux. + * On other systems, libusb_submit_transfer() will return + * \ref LIBUSB_ERROR_NOT_SUPPORTED for every transfer where this + * flag is set. + * + * Available since libusb-1.0.9. + */ + LIBUSB_TRANSFER_ADD_ZERO_PACKET = (1U << 3) +}; + +/** \ingroup libusb_asyncio + * Isochronous packet descriptor. */ +struct libusb_iso_packet_descriptor { + /** Length of data to request in this packet */ + unsigned int length; + + /** Amount of data that was actually transferred */ + unsigned int actual_length; + + /** Status code for this packet */ + enum libusb_transfer_status status; +}; + +struct libusb_transfer; + +/** \ingroup libusb_asyncio + * Asynchronous transfer callback function type. When submitting asynchronous + * transfers, you pass a pointer to a callback function of this type via the + * \ref libusb_transfer::callback "callback" member of the libusb_transfer + * structure. libusb will call this function later, when the transfer has + * completed or failed. See \ref libusb_asyncio for more information. + * \param transfer The libusb_transfer struct the callback function is being + * notified about. + */ +typedef void (LIBUSB_CALL *libusb_transfer_cb_fn)(struct libusb_transfer *transfer); + +/** \ingroup libusb_asyncio + * The generic USB transfer structure. The user populates this structure and + * then submits it in order to request a transfer. After the transfer has + * completed, the library populates the transfer with the results and passes + * it back to the user. + */ +struct libusb_transfer { + /** Handle of the device that this transfer will be submitted to */ + libusb_device_handle *dev_handle; + + /** A bitwise OR combination of \ref libusb_transfer_flags. */ + uint8_t flags; + + /** Address of the endpoint where this transfer will be sent. */ + unsigned char endpoint; + + /** Type of the transfer from \ref libusb_transfer_type */ + unsigned char type; + + /** Timeout for this transfer in milliseconds. A value of 0 indicates no + * timeout. */ + unsigned int timeout; + + /** The status of the transfer. Read-only, and only for use within + * transfer callback function. + * + * If this is an isochronous transfer, this field may read COMPLETED even + * if there were errors in the frames. Use the + * \ref libusb_iso_packet_descriptor::status "status" field in each packet + * to determine if errors occurred. */ + enum libusb_transfer_status status; + + /** Length of the data buffer. Must be non-negative. */ + int length; + + /** Actual length of data that was transferred. Read-only, and only for + * use within transfer callback function. Not valid for isochronous + * endpoint transfers. */ + int actual_length; + + /** Callback function. This will be invoked when the transfer completes, + * fails, or is cancelled. */ + libusb_transfer_cb_fn callback; + + /** User context data. Useful for associating specific data to a transfer + * that can be accessed from within the callback function. + * + * This field may be set manually or is taken as the `user_data` parameter + * of the following functions: + * - libusb_fill_bulk_transfer() + * - libusb_fill_bulk_stream_transfer() + * - libusb_fill_control_transfer() + * - libusb_fill_interrupt_transfer() + * - libusb_fill_iso_transfer() */ + void *user_data; + + /** Data buffer */ + unsigned char *buffer; + + /** Number of isochronous packets. Only used for I/O with isochronous + * endpoints. Must be non-negative. */ + int num_iso_packets; + + /** Isochronous packet descriptors, for isochronous transfers only. */ + struct libusb_iso_packet_descriptor iso_packet_desc[LIBUSB_FLEXIBLE_ARRAY]; +}; + +/** \ingroup libusb_misc + * Capabilities supported by an instance of libusb on the current running + * platform. Test if the loaded library supports a given capability by calling + * \ref libusb_has_capability(). + */ +enum libusb_capability { + /** The libusb_has_capability() API is available. */ + LIBUSB_CAP_HAS_CAPABILITY = 0x0000U, + + /** Hotplug support is available on this platform. */ + LIBUSB_CAP_HAS_HOTPLUG = 0x0001U, + + /** The library can access HID devices without requiring user intervention. + * Note that before being able to actually access an HID device, you may + * still have to call additional libusb functions such as + * \ref libusb_detach_kernel_driver(). */ + LIBUSB_CAP_HAS_HID_ACCESS = 0x0100U, + + /** The library supports detaching of the default USB driver, using + * \ref libusb_detach_kernel_driver(), if one is set by the OS kernel */ + LIBUSB_CAP_SUPPORTS_DETACH_KERNEL_DRIVER = 0x0101U +}; + +/** \ingroup libusb_lib + * Log message levels. + */ +enum libusb_log_level { + /** (0) : No messages ever emitted by the library (default) */ + LIBUSB_LOG_LEVEL_NONE = 0, + + /** (1) : Error messages are emitted */ + LIBUSB_LOG_LEVEL_ERROR = 1, + + /** (2) : Warning and error messages are emitted */ + LIBUSB_LOG_LEVEL_WARNING = 2, + + /** (3) : Informational, warning and error messages are emitted */ + LIBUSB_LOG_LEVEL_INFO = 3, + + /** (4) : All messages are emitted */ + LIBUSB_LOG_LEVEL_DEBUG = 4 +}; + +/** \ingroup libusb_lib + * Log callback mode. + * + * Since version 1.0.23, \ref LIBUSB_API_VERSION >= 0x01000107 + * + * \see libusb_set_log_cb() + */ +enum libusb_log_cb_mode { + /** Callback function handling all log messages. */ + LIBUSB_LOG_CB_GLOBAL = (1 << 0), + + /** Callback function handling context related log messages. */ + LIBUSB_LOG_CB_CONTEXT = (1 << 1) +}; + +/** \ingroup libusb_lib + * Available option values for libusb_set_option() and libusb_init_context(). + */ +enum libusb_option { + /** Set the log message verbosity. + * + * This option must be provided an argument of type \ref libusb_log_level. + * The default level is LIBUSB_LOG_LEVEL_NONE, which means no messages are ever + * printed. If you choose to increase the message verbosity level, ensure + * that your application does not close the stderr file descriptor. + * + * You are advised to use level LIBUSB_LOG_LEVEL_WARNING. libusb is conservative + * with its message logging and most of the time, will only log messages that + * explain error conditions and other oddities. This will help you debug + * your software. + * + * If the LIBUSB_DEBUG environment variable was set when libusb was + * initialized, this option does nothing: the message verbosity is fixed + * to the value in the environment variable. + * + * If libusb was compiled without any message logging, this option does + * nothing: you'll never get any messages. + * + * If libusb was compiled with verbose debug message logging, this option + * does nothing: you'll always get messages from all levels. + */ + LIBUSB_OPTION_LOG_LEVEL = 0, + + /** Use the UsbDk backend for a specific context, if available. + * + * This option should be set at initialization with libusb_init_context() + * otherwise unspecified behavior may occur. + * + * Only valid on Windows. Ignored on all other platforms. + */ + LIBUSB_OPTION_USE_USBDK = 1, + + /** Do not scan for devices + * + * With this option set, libusb will skip scanning devices in + * libusb_init_context(). + * + * Hotplug functionality will also be deactivated. + * + * The option is useful in combination with libusb_wrap_sys_device(), + * which can access a device directly without prior device scanning. + * + * This is typically needed on Android, where access to USB devices + * is limited. + * + * This option should only be used with libusb_init_context() + * otherwise unspecified behavior may occur. + * + * Only valid on Linux. Ignored on all other platforms. + */ + LIBUSB_OPTION_NO_DEVICE_DISCOVERY = 2, + +#define LIBUSB_OPTION_WEAK_AUTHORITY LIBUSB_OPTION_NO_DEVICE_DISCOVERY + + /** Set the context log callback function. + * + * Set the log callback function either on a context or globally. This + * option must be provided an argument of type \ref libusb_log_cb. + * Using this option with a NULL context is equivalent to calling + * libusb_set_log_cb() with mode \ref LIBUSB_LOG_CB_GLOBAL. + * Using it with a non-NULL context is equivalent to calling + * libusb_set_log_cb() with mode \ref LIBUSB_LOG_CB_CONTEXT. + */ + LIBUSB_OPTION_LOG_CB = 3, + + LIBUSB_OPTION_MAX = 4 +}; + +/** \ingroup libusb_lib + * Callback function for handling log messages. + * \param ctx the context which is related to the log message, or NULL if it + * is a global log message + * \param level the log level, see \ref libusb_log_level for a description + * \param str the log message + * + * Since version 1.0.23, \ref LIBUSB_API_VERSION >= 0x01000107 + * + * \see libusb_set_log_cb() + */ +typedef void (LIBUSB_CALL *libusb_log_cb)(libusb_context *ctx, + enum libusb_log_level level, const char *str); + +/** \ingroup libusb_lib + * Structure used for setting options through \ref libusb_init_context. + * + */ +struct libusb_init_option { + /** Which option to set */ + enum libusb_option option; + /** An integer value used by the option (if applicable). */ + union { + int ival; + libusb_log_cb log_cbval; + } value; +}; + +int LIBUSB_CALL libusb_init(libusb_context **ctx); +int LIBUSB_CALL libusb_init_context(libusb_context **ctx, const struct libusb_init_option options[], int num_options); +void LIBUSB_CALL libusb_exit(libusb_context *ctx); +void LIBUSB_CALL libusb_set_debug(libusb_context *ctx, int level); +/* may be deprecated in the future in favor of lubusb_init_context()+libusb_set_option() */ +void LIBUSB_CALL libusb_set_log_cb(libusb_context *ctx, libusb_log_cb cb, int mode); +const struct libusb_version * LIBUSB_CALL libusb_get_version(void); +int LIBUSB_CALL libusb_has_capability(uint32_t capability); +const char * LIBUSB_CALL libusb_error_name(int errcode); +int LIBUSB_CALL libusb_setlocale(const char *locale); +const char * LIBUSB_CALL libusb_strerror(int errcode); + +ssize_t LIBUSB_CALL libusb_get_device_list(libusb_context *ctx, + libusb_device ***list); +void LIBUSB_CALL libusb_free_device_list(libusb_device **list, + int unref_devices); +libusb_device * LIBUSB_CALL libusb_ref_device(libusb_device *dev); +void LIBUSB_CALL libusb_unref_device(libusb_device *dev); + +int LIBUSB_CALL libusb_get_configuration(libusb_device_handle *dev, + int *config); +int LIBUSB_CALL libusb_get_device_descriptor(libusb_device *dev, + struct libusb_device_descriptor *desc); +int LIBUSB_CALL libusb_get_active_config_descriptor(libusb_device *dev, + struct libusb_config_descriptor **config); +int LIBUSB_CALL libusb_get_config_descriptor(libusb_device *dev, + uint8_t config_index, struct libusb_config_descriptor **config); +int LIBUSB_CALL libusb_get_config_descriptor_by_value(libusb_device *dev, + uint8_t bConfigurationValue, struct libusb_config_descriptor **config); +void LIBUSB_CALL libusb_free_config_descriptor( + struct libusb_config_descriptor *config); +int LIBUSB_CALL libusb_get_ss_endpoint_companion_descriptor( + libusb_context *ctx, + const struct libusb_endpoint_descriptor *endpoint, + struct libusb_ss_endpoint_companion_descriptor **ep_comp); +void LIBUSB_CALL libusb_free_ss_endpoint_companion_descriptor( + struct libusb_ss_endpoint_companion_descriptor *ep_comp); +int LIBUSB_CALL libusb_get_bos_descriptor(libusb_device_handle *dev_handle, + struct libusb_bos_descriptor **bos); +void LIBUSB_CALL libusb_free_bos_descriptor(struct libusb_bos_descriptor *bos); +int LIBUSB_CALL libusb_get_usb_2_0_extension_descriptor( + libusb_context *ctx, + struct libusb_bos_dev_capability_descriptor *dev_cap, + struct libusb_usb_2_0_extension_descriptor **usb_2_0_extension); +void LIBUSB_CALL libusb_free_usb_2_0_extension_descriptor( + struct libusb_usb_2_0_extension_descriptor *usb_2_0_extension); +int LIBUSB_CALL libusb_get_ss_usb_device_capability_descriptor( + libusb_context *ctx, + struct libusb_bos_dev_capability_descriptor *dev_cap, + struct libusb_ss_usb_device_capability_descriptor **ss_usb_device_cap); +void LIBUSB_CALL libusb_free_ss_usb_device_capability_descriptor( + struct libusb_ss_usb_device_capability_descriptor *ss_usb_device_cap); +int LIBUSB_CALL libusb_get_container_id_descriptor(libusb_context *ctx, + struct libusb_bos_dev_capability_descriptor *dev_cap, + struct libusb_container_id_descriptor **container_id); +void LIBUSB_CALL libusb_free_container_id_descriptor( + struct libusb_container_id_descriptor *container_id); +int LIBUSB_CALL libusb_get_platform_descriptor(libusb_context *ctx, + struct libusb_bos_dev_capability_descriptor *dev_cap, + struct libusb_platform_descriptor **platform_descriptor); +void LIBUSB_CALL libusb_free_platform_descriptor( + struct libusb_platform_descriptor *platform_descriptor); +uint8_t LIBUSB_CALL libusb_get_bus_number(libusb_device *dev); +uint8_t LIBUSB_CALL libusb_get_port_number(libusb_device *dev); +int LIBUSB_CALL libusb_get_port_numbers(libusb_device *dev, uint8_t *port_numbers, int port_numbers_len); +LIBUSB_DEPRECATED_FOR(libusb_get_port_numbers) +int LIBUSB_CALL libusb_get_port_path(libusb_context *ctx, libusb_device *dev, uint8_t *path, uint8_t path_length); +libusb_device * LIBUSB_CALL libusb_get_parent(libusb_device *dev); +uint8_t LIBUSB_CALL libusb_get_device_address(libusb_device *dev); +int LIBUSB_CALL libusb_get_device_speed(libusb_device *dev); +int LIBUSB_CALL libusb_get_max_packet_size(libusb_device *dev, + unsigned char endpoint); +int LIBUSB_CALL libusb_get_max_iso_packet_size(libusb_device *dev, + unsigned char endpoint); +int LIBUSB_CALL libusb_get_max_alt_packet_size(libusb_device *dev, + int interface_number, int alternate_setting, unsigned char endpoint); + +int LIBUSB_CALL libusb_get_interface_association_descriptors(libusb_device *dev, + uint8_t config_index, struct libusb_interface_association_descriptor_array **iad_array); +int LIBUSB_CALL libusb_get_active_interface_association_descriptors(libusb_device *dev, + struct libusb_interface_association_descriptor_array **iad_array); +void LIBUSB_CALL libusb_free_interface_association_descriptors( + struct libusb_interface_association_descriptor_array *iad_array); + +int LIBUSB_CALL libusb_wrap_sys_device(libusb_context *ctx, intptr_t sys_dev, libusb_device_handle **dev_handle); +int LIBUSB_CALL libusb_open(libusb_device *dev, libusb_device_handle **dev_handle); +void LIBUSB_CALL libusb_close(libusb_device_handle *dev_handle); +libusb_device * LIBUSB_CALL libusb_get_device(libusb_device_handle *dev_handle); + +int LIBUSB_CALL libusb_set_configuration(libusb_device_handle *dev_handle, + int configuration); +int LIBUSB_CALL libusb_claim_interface(libusb_device_handle *dev_handle, + int interface_number); +int LIBUSB_CALL libusb_release_interface(libusb_device_handle *dev_handle, + int interface_number); + +libusb_device_handle * LIBUSB_CALL libusb_open_device_with_vid_pid( + libusb_context *ctx, uint16_t vendor_id, uint16_t product_id); + +int LIBUSB_CALL libusb_set_interface_alt_setting(libusb_device_handle *dev_handle, + int interface_number, int alternate_setting); +int LIBUSB_CALL libusb_clear_halt(libusb_device_handle *dev_handle, + unsigned char endpoint); +int LIBUSB_CALL libusb_reset_device(libusb_device_handle *dev_handle); + +int LIBUSB_CALL libusb_alloc_streams(libusb_device_handle *dev_handle, + uint32_t num_streams, unsigned char *endpoints, int num_endpoints); +int LIBUSB_CALL libusb_free_streams(libusb_device_handle *dev_handle, + unsigned char *endpoints, int num_endpoints); + +unsigned char * LIBUSB_CALL libusb_dev_mem_alloc(libusb_device_handle *dev_handle, + size_t length); +int LIBUSB_CALL libusb_dev_mem_free(libusb_device_handle *dev_handle, + unsigned char *buffer, size_t length); + +int LIBUSB_CALL libusb_kernel_driver_active(libusb_device_handle *dev_handle, + int interface_number); +int LIBUSB_CALL libusb_detach_kernel_driver(libusb_device_handle *dev_handle, + int interface_number); +int LIBUSB_CALL libusb_attach_kernel_driver(libusb_device_handle *dev_handle, + int interface_number); +int LIBUSB_CALL libusb_set_auto_detach_kernel_driver( + libusb_device_handle *dev_handle, int enable); + +/* async I/O */ + +/** \ingroup libusb_asyncio + * Get the data section of a control transfer. This convenience function is here + * to remind you that the data does not start until 8 bytes into the actual + * buffer, as the setup packet comes first. + * + * Calling this function only makes sense from a transfer callback function, + * or situations where you have already allocated a suitably sized buffer at + * transfer->buffer. + * + * \param transfer a transfer + * \returns pointer to the first byte of the data section + */ +static inline unsigned char *libusb_control_transfer_get_data( + struct libusb_transfer *transfer) +{ + return transfer->buffer + LIBUSB_CONTROL_SETUP_SIZE; +} + +/** \ingroup libusb_asyncio + * Get the control setup packet of a control transfer. This convenience + * function is here to remind you that the control setup occupies the first + * 8 bytes of the transfer data buffer. + * + * Calling this function only makes sense from a transfer callback function, + * or situations where you have already allocated a suitably sized buffer at + * transfer->buffer. + * + * \param transfer a transfer + * \returns a casted pointer to the start of the transfer data buffer + */ +static inline struct libusb_control_setup *libusb_control_transfer_get_setup( + struct libusb_transfer *transfer) +{ + return (struct libusb_control_setup *)(void *)transfer->buffer; +} + +/** \ingroup libusb_asyncio + * Helper function to populate the setup packet (first 8 bytes of the data + * buffer) for a control transfer. The wIndex, wValue and wLength values should + * be given in host-endian byte order. + * + * \param buffer buffer to output the setup packet into + * This pointer must be aligned to at least 2 bytes boundary. + * \param bmRequestType see the + * \ref libusb_control_setup::bmRequestType "bmRequestType" field of + * \ref libusb_control_setup + * \param bRequest see the + * \ref libusb_control_setup::bRequest "bRequest" field of + * \ref libusb_control_setup + * \param wValue see the + * \ref libusb_control_setup::wValue "wValue" field of + * \ref libusb_control_setup + * \param wIndex see the + * \ref libusb_control_setup::wIndex "wIndex" field of + * \ref libusb_control_setup + * \param wLength see the + * \ref libusb_control_setup::wLength "wLength" field of + * \ref libusb_control_setup + */ +static inline void libusb_fill_control_setup(unsigned char *buffer, + uint8_t bmRequestType, uint8_t bRequest, uint16_t wValue, uint16_t wIndex, + uint16_t wLength) +{ + struct libusb_control_setup *setup = (struct libusb_control_setup *)(void *)buffer; + setup->bmRequestType = bmRequestType; + setup->bRequest = bRequest; + setup->wValue = libusb_cpu_to_le16(wValue); + setup->wIndex = libusb_cpu_to_le16(wIndex); + setup->wLength = libusb_cpu_to_le16(wLength); +} + +struct libusb_transfer * LIBUSB_CALL libusb_alloc_transfer(int iso_packets); +int LIBUSB_CALL libusb_submit_transfer(struct libusb_transfer *transfer); +int LIBUSB_CALL libusb_cancel_transfer(struct libusb_transfer *transfer); +void LIBUSB_CALL libusb_free_transfer(struct libusb_transfer *transfer); +void LIBUSB_CALL libusb_transfer_set_stream_id( + struct libusb_transfer *transfer, uint32_t stream_id); +uint32_t LIBUSB_CALL libusb_transfer_get_stream_id( + struct libusb_transfer *transfer); + +/** \ingroup libusb_asyncio + * Helper function to populate the required \ref libusb_transfer fields + * for a control transfer. + * + * If you pass a transfer buffer to this function, the first 8 bytes will + * be interpreted as a control setup packet, and the wLength field will be + * used to automatically populate the \ref libusb_transfer::length "length" + * field of the transfer. Therefore the recommended approach is: + * -# Allocate a suitably sized data buffer (including space for control setup) + * -# Call libusb_fill_control_setup() + * -# If this is a host-to-device transfer with a data stage, put the data + * in place after the setup packet + * -# Call this function + * -# Call libusb_submit_transfer() + * + * It is also legal to pass a NULL buffer to this function, in which case this + * function will not attempt to populate the length field. Remember that you + * must then populate the buffer and length fields later. + * + * \param transfer the transfer to populate + * \param dev_handle handle of the device that will handle the transfer + * \param buffer data buffer. If provided, this function will interpret the + * first 8 bytes as a setup packet and infer the transfer length from that. + * This pointer must be aligned to at least 2 bytes boundary. + * \param callback callback function to be invoked on transfer completion + * \param user_data user data to pass to callback function + * \param timeout timeout for the transfer in milliseconds + */ +static inline void libusb_fill_control_transfer( + struct libusb_transfer *transfer, libusb_device_handle *dev_handle, + unsigned char *buffer, libusb_transfer_cb_fn callback, void *user_data, + unsigned int timeout) +{ + struct libusb_control_setup *setup = (struct libusb_control_setup *)(void *)buffer; + transfer->dev_handle = dev_handle; + transfer->endpoint = 0; + transfer->type = LIBUSB_TRANSFER_TYPE_CONTROL; + transfer->timeout = timeout; + transfer->buffer = buffer; + if (setup) + transfer->length = (int) (LIBUSB_CONTROL_SETUP_SIZE + + libusb_le16_to_cpu(setup->wLength)); + transfer->user_data = user_data; + transfer->callback = callback; +} + +/** \ingroup libusb_asyncio + * Helper function to populate the required \ref libusb_transfer fields + * for a bulk transfer. + * + * \param transfer the transfer to populate + * \param dev_handle handle of the device that will handle the transfer + * \param endpoint address of the endpoint where this transfer will be sent + * \param buffer data buffer + * \param length length of data buffer + * \param callback callback function to be invoked on transfer completion + * \param user_data user data to pass to callback function + * \param timeout timeout for the transfer in milliseconds + */ +static inline void libusb_fill_bulk_transfer(struct libusb_transfer *transfer, + libusb_device_handle *dev_handle, unsigned char endpoint, + unsigned char *buffer, int length, libusb_transfer_cb_fn callback, + void *user_data, unsigned int timeout) +{ + transfer->dev_handle = dev_handle; + transfer->endpoint = endpoint; + transfer->type = LIBUSB_TRANSFER_TYPE_BULK; + transfer->timeout = timeout; + transfer->buffer = buffer; + transfer->length = length; + transfer->user_data = user_data; + transfer->callback = callback; +} + +/** \ingroup libusb_asyncio + * Helper function to populate the required \ref libusb_transfer fields + * for a bulk transfer using bulk streams. + * + * Since version 1.0.19, \ref LIBUSB_API_VERSION >= 0x01000103 + * + * \param transfer the transfer to populate + * \param dev_handle handle of the device that will handle the transfer + * \param endpoint address of the endpoint where this transfer will be sent + * \param stream_id bulk stream id for this transfer + * \param buffer data buffer + * \param length length of data buffer + * \param callback callback function to be invoked on transfer completion + * \param user_data user data to pass to callback function + * \param timeout timeout for the transfer in milliseconds + */ +static inline void libusb_fill_bulk_stream_transfer( + struct libusb_transfer *transfer, libusb_device_handle *dev_handle, + unsigned char endpoint, uint32_t stream_id, + unsigned char *buffer, int length, libusb_transfer_cb_fn callback, + void *user_data, unsigned int timeout) +{ + libusb_fill_bulk_transfer(transfer, dev_handle, endpoint, buffer, + length, callback, user_data, timeout); + transfer->type = LIBUSB_TRANSFER_TYPE_BULK_STREAM; + libusb_transfer_set_stream_id(transfer, stream_id); +} + +/** \ingroup libusb_asyncio + * Helper function to populate the required \ref libusb_transfer fields + * for an interrupt transfer. + * + * \param transfer the transfer to populate + * \param dev_handle handle of the device that will handle the transfer + * \param endpoint address of the endpoint where this transfer will be sent + * \param buffer data buffer + * \param length length of data buffer + * \param callback callback function to be invoked on transfer completion + * \param user_data user data to pass to callback function + * \param timeout timeout for the transfer in milliseconds + */ +static inline void libusb_fill_interrupt_transfer( + struct libusb_transfer *transfer, libusb_device_handle *dev_handle, + unsigned char endpoint, unsigned char *buffer, int length, + libusb_transfer_cb_fn callback, void *user_data, unsigned int timeout) +{ + transfer->dev_handle = dev_handle; + transfer->endpoint = endpoint; + transfer->type = LIBUSB_TRANSFER_TYPE_INTERRUPT; + transfer->timeout = timeout; + transfer->buffer = buffer; + transfer->length = length; + transfer->user_data = user_data; + transfer->callback = callback; +} + +/** \ingroup libusb_asyncio + * Helper function to populate the required \ref libusb_transfer fields + * for an isochronous transfer. + * + * \param transfer the transfer to populate + * \param dev_handle handle of the device that will handle the transfer + * \param endpoint address of the endpoint where this transfer will be sent + * \param buffer data buffer + * \param length length of data buffer + * \param num_iso_packets the number of isochronous packets + * \param callback callback function to be invoked on transfer completion + * \param user_data user data to pass to callback function + * \param timeout timeout for the transfer in milliseconds + */ +static inline void libusb_fill_iso_transfer(struct libusb_transfer *transfer, + libusb_device_handle *dev_handle, unsigned char endpoint, + unsigned char *buffer, int length, int num_iso_packets, + libusb_transfer_cb_fn callback, void *user_data, unsigned int timeout) +{ + transfer->dev_handle = dev_handle; + transfer->endpoint = endpoint; + transfer->type = LIBUSB_TRANSFER_TYPE_ISOCHRONOUS; + transfer->timeout = timeout; + transfer->buffer = buffer; + transfer->length = length; + transfer->num_iso_packets = num_iso_packets; + transfer->user_data = user_data; + transfer->callback = callback; +} + +/** \ingroup libusb_asyncio + * Convenience function to set the length of all packets in an isochronous + * transfer, based on the num_iso_packets field in the transfer structure. + * + * \param transfer a transfer + * \param length the length to set in each isochronous packet descriptor + * \see libusb_get_max_packet_size() + */ +static inline void libusb_set_iso_packet_lengths( + struct libusb_transfer *transfer, unsigned int length) +{ + int i; + + for (i = 0; i < transfer->num_iso_packets; i++) + transfer->iso_packet_desc[i].length = length; +} + +/** \ingroup libusb_asyncio + * Convenience function to locate the position of an isochronous packet + * within the buffer of an isochronous transfer. + * + * This is a thorough function which loops through all preceding packets, + * accumulating their lengths to find the position of the specified packet. + * Typically you will assign equal lengths to each packet in the transfer, + * and hence the above method is sub-optimal. You may wish to use + * libusb_get_iso_packet_buffer_simple() instead. + * + * \param transfer a transfer + * \param packet the packet to return the address of + * \returns the base address of the packet buffer inside the transfer buffer, + * or NULL if the packet does not exist. + * \see libusb_get_iso_packet_buffer_simple() + */ +static inline unsigned char *libusb_get_iso_packet_buffer( + struct libusb_transfer *transfer, unsigned int packet) +{ + int i; + size_t offset = 0; + int _packet; + + /* oops..slight bug in the API. packet is an unsigned int, but we use + * signed integers almost everywhere else. range-check and convert to + * signed to avoid compiler warnings. FIXME for libusb-2. */ + if (packet > INT_MAX) + return NULL; + _packet = (int) packet; + + if (_packet >= transfer->num_iso_packets) + return NULL; + + for (i = 0; i < _packet; i++) + offset += transfer->iso_packet_desc[i].length; + + return transfer->buffer + offset; +} + +/** \ingroup libusb_asyncio + * Convenience function to locate the position of an isochronous packet + * within the buffer of an isochronous transfer, for transfers where each + * packet is of identical size. + * + * This function relies on the assumption that every packet within the transfer + * is of identical size to the first packet. Calculating the location of + * the packet buffer is then just a simple calculation: + * buffer + (packet_size * packet) + * + * Do not use this function on transfers other than those that have identical + * packet lengths for each packet. + * + * \param transfer a transfer + * \param packet the packet to return the address of + * \returns the base address of the packet buffer inside the transfer buffer, + * or NULL if the packet does not exist. + * \see libusb_get_iso_packet_buffer() + */ +static inline unsigned char *libusb_get_iso_packet_buffer_simple( + struct libusb_transfer *transfer, unsigned int packet) +{ + int _packet; + + /* oops..slight bug in the API. packet is an unsigned int, but we use + * signed integers almost everywhere else. range-check and convert to + * signed to avoid compiler warnings. FIXME for libusb-2. */ + if (packet > INT_MAX) + return NULL; + _packet = (int) packet; + + if (_packet >= transfer->num_iso_packets) + return NULL; + + return transfer->buffer + ((int) transfer->iso_packet_desc[0].length * _packet); +} + +/* sync I/O */ + +int LIBUSB_CALL libusb_control_transfer(libusb_device_handle *dev_handle, + uint8_t request_type, uint8_t bRequest, uint16_t wValue, uint16_t wIndex, + unsigned char *data, uint16_t wLength, unsigned int timeout); + +int LIBUSB_CALL libusb_bulk_transfer(libusb_device_handle *dev_handle, + unsigned char endpoint, unsigned char *data, int length, + int *actual_length, unsigned int timeout); + +int LIBUSB_CALL libusb_interrupt_transfer(libusb_device_handle *dev_handle, + unsigned char endpoint, unsigned char *data, int length, + int *actual_length, unsigned int timeout); + +/** \ingroup libusb_desc + * Retrieve a descriptor from the default control pipe. + * This is a convenience function which formulates the appropriate control + * message to retrieve the descriptor. + * + * \param dev_handle a device handle + * \param desc_type the descriptor type, see \ref libusb_descriptor_type + * \param desc_index the index of the descriptor to retrieve + * \param data output buffer for descriptor + * \param length size of data buffer + * \returns number of bytes returned in data, or LIBUSB_ERROR code on failure + */ +static inline int libusb_get_descriptor(libusb_device_handle *dev_handle, + uint8_t desc_type, uint8_t desc_index, unsigned char *data, int length) +{ + return libusb_control_transfer(dev_handle, LIBUSB_ENDPOINT_IN, + LIBUSB_REQUEST_GET_DESCRIPTOR, (uint16_t) ((desc_type << 8) | desc_index), + 0, data, (uint16_t) length, 1000); +} + +/** \ingroup libusb_desc + * Retrieve a descriptor from a device. + * This is a convenience function which formulates the appropriate control + * message to retrieve the descriptor. The string returned is Unicode, as + * detailed in the USB specifications. + * + * \param dev_handle a device handle + * \param desc_index the index of the descriptor to retrieve + * \param langid the language ID for the string descriptor + * \param data output buffer for descriptor + * \param length size of data buffer + * \returns number of bytes returned in data, or LIBUSB_ERROR code on failure + * \see libusb_get_string_descriptor_ascii() + */ +static inline int libusb_get_string_descriptor(libusb_device_handle *dev_handle, + uint8_t desc_index, uint16_t langid, unsigned char *data, int length) +{ + return libusb_control_transfer(dev_handle, LIBUSB_ENDPOINT_IN, + LIBUSB_REQUEST_GET_DESCRIPTOR, (uint16_t)((LIBUSB_DT_STRING << 8) | desc_index), + langid, data, (uint16_t) length, 1000); +} + +int LIBUSB_CALL libusb_get_string_descriptor_ascii(libusb_device_handle *dev_handle, + uint8_t desc_index, unsigned char *data, int length); + +/* polling and timeouts */ + +int LIBUSB_CALL libusb_try_lock_events(libusb_context *ctx); +void LIBUSB_CALL libusb_lock_events(libusb_context *ctx); +void LIBUSB_CALL libusb_unlock_events(libusb_context *ctx); +int LIBUSB_CALL libusb_event_handling_ok(libusb_context *ctx); +int LIBUSB_CALL libusb_event_handler_active(libusb_context *ctx); +void LIBUSB_CALL libusb_interrupt_event_handler(libusb_context *ctx); +void LIBUSB_CALL libusb_lock_event_waiters(libusb_context *ctx); +void LIBUSB_CALL libusb_unlock_event_waiters(libusb_context *ctx); +int LIBUSB_CALL libusb_wait_for_event(libusb_context *ctx, struct timeval *tv); + +int LIBUSB_CALL libusb_handle_events_timeout(libusb_context *ctx, + struct timeval *tv); +int LIBUSB_CALL libusb_handle_events_timeout_completed(libusb_context *ctx, + struct timeval *tv, int *completed); +int LIBUSB_CALL libusb_handle_events(libusb_context *ctx); +int LIBUSB_CALL libusb_handle_events_completed(libusb_context *ctx, int *completed); +int LIBUSB_CALL libusb_handle_events_locked(libusb_context *ctx, + struct timeval *tv); +int LIBUSB_CALL libusb_pollfds_handle_timeouts(libusb_context *ctx); +int LIBUSB_CALL libusb_get_next_timeout(libusb_context *ctx, + struct timeval *tv); + +/** \ingroup libusb_poll + * File descriptor for polling + */ +struct libusb_pollfd { + /** Numeric file descriptor */ + int fd; + + /** Event flags to poll for from . POLLIN indicates that you + * should monitor this file descriptor for becoming ready to read from, + * and POLLOUT indicates that you should monitor this file descriptor for + * nonblocking write readiness. */ + short events; +}; + +/** \ingroup libusb_poll + * Callback function, invoked when a new file descriptor should be added + * to the set of file descriptors monitored for events. + * \param fd the new file descriptor + * \param events events to monitor for, see \ref libusb_pollfd for a + * description + * \param user_data User data pointer specified in + * libusb_set_pollfd_notifiers() call + * \see libusb_set_pollfd_notifiers() + */ +typedef void (LIBUSB_CALL *libusb_pollfd_added_cb)(int fd, short events, + void *user_data); + +/** \ingroup libusb_poll + * Callback function, invoked when a file descriptor should be removed from + * the set of file descriptors being monitored for events. After returning + * from this callback, do not use that file descriptor again. + * \param fd the file descriptor to stop monitoring + * \param user_data User data pointer specified in + * libusb_set_pollfd_notifiers() call + * \see libusb_set_pollfd_notifiers() + */ +typedef void (LIBUSB_CALL *libusb_pollfd_removed_cb)(int fd, void *user_data); + +const struct libusb_pollfd ** LIBUSB_CALL libusb_get_pollfds( + libusb_context *ctx); +void LIBUSB_CALL libusb_free_pollfds(const struct libusb_pollfd **pollfds); +void LIBUSB_CALL libusb_set_pollfd_notifiers(libusb_context *ctx, + libusb_pollfd_added_cb added_cb, libusb_pollfd_removed_cb removed_cb, + void *user_data); + +/** \ingroup libusb_hotplug + * Callback handle. + * + * Callbacks handles are generated by libusb_hotplug_register_callback() + * and can be used to deregister callbacks. Callback handles are unique + * per libusb_context and it is safe to call libusb_hotplug_deregister_callback() + * on an already deregistered callback. + * + * Since version 1.0.16, \ref LIBUSB_API_VERSION >= 0x01000102 + * + * For more information, see \ref libusb_hotplug. + */ +typedef int libusb_hotplug_callback_handle; + +/** \ingroup libusb_hotplug + * + * Since version 1.0.16, \ref LIBUSB_API_VERSION >= 0x01000102 + * + * Hotplug events */ +typedef enum { + /** A device has been plugged in and is ready to use */ + LIBUSB_HOTPLUG_EVENT_DEVICE_ARRIVED = (1 << 0), + + /** A device has left and is no longer available. + * It is the user's responsibility to call libusb_close on any handle associated with a disconnected device. + * It is safe to call libusb_get_device_descriptor on a device that has left */ + LIBUSB_HOTPLUG_EVENT_DEVICE_LEFT = (1 << 1) +} libusb_hotplug_event; + +/** \ingroup libusb_hotplug + * + * Since version 1.0.16, \ref LIBUSB_API_VERSION >= 0x01000102 + * + * Hotplug flags */ +typedef enum { + /** Arm the callback and fire it for all matching currently attached devices. */ + LIBUSB_HOTPLUG_ENUMERATE = (1 << 0) +} libusb_hotplug_flag; + +/** \ingroup libusb_hotplug + * Convenience macro when not using any flags */ +#define LIBUSB_HOTPLUG_NO_FLAGS 0 + +/** \ingroup libusb_hotplug + * Wildcard matching for hotplug events */ +#define LIBUSB_HOTPLUG_MATCH_ANY -1 + +/** \ingroup libusb_hotplug + * Hotplug callback function type. When requesting hotplug event notifications, + * you pass a pointer to a callback function of this type. + * + * This callback may be called by an internal event thread and as such it is + * recommended the callback do minimal processing before returning. + * + * libusb will call this function later, when a matching event had happened on + * a matching device. See \ref libusb_hotplug for more information. + * + * It is safe to call either libusb_hotplug_register_callback() or + * libusb_hotplug_deregister_callback() from within a callback function. + * + * Since version 1.0.16, \ref LIBUSB_API_VERSION >= 0x01000102 + * + * \param ctx context of this notification + * \param device libusb_device this event occurred on + * \param event event that occurred + * \param user_data user data provided when this callback was registered + * \returns bool whether this callback is finished processing events. + * returning 1 will cause this callback to be deregistered + */ +typedef int (LIBUSB_CALL *libusb_hotplug_callback_fn)(libusb_context *ctx, + libusb_device *device, libusb_hotplug_event event, void *user_data); + +/** \ingroup libusb_hotplug + * Register a hotplug callback function + * + * Register a callback with the libusb_context. The callback will fire + * when a matching event occurs on a matching device. The callback is + * armed until either it is deregistered with libusb_hotplug_deregister_callback() + * or the supplied callback returns 1 to indicate it is finished processing events. + * + * If the \ref LIBUSB_HOTPLUG_ENUMERATE is passed the callback will be + * called with a \ref LIBUSB_HOTPLUG_EVENT_DEVICE_ARRIVED for all devices + * already plugged into the machine. Note that libusb modifies its internal + * device list from a separate thread, while calling hotplug callbacks from + * libusb_handle_events(), so it is possible for a device to already be present + * on, or removed from, its internal device list, while the hotplug callbacks + * still need to be dispatched. This means that when using \ref + * LIBUSB_HOTPLUG_ENUMERATE, your callback may be called twice for the arrival + * of the same device, once from libusb_hotplug_register_callback() and once + * from libusb_handle_events(); and/or your callback may be called for the + * removal of a device for which an arrived call was never made. + * + * Since version 1.0.16, \ref LIBUSB_API_VERSION >= 0x01000102 + * + * \param[in] ctx context to register this callback with + * \param[in] events bitwise or of hotplug events that will trigger this callback. + * See \ref libusb_hotplug_event + * \param[in] flags bitwise or of hotplug flags that affect registration. + * See \ref libusb_hotplug_flag + * \param[in] vendor_id the vendor id to match or \ref LIBUSB_HOTPLUG_MATCH_ANY + * \param[in] product_id the product id to match or \ref LIBUSB_HOTPLUG_MATCH_ANY + * \param[in] dev_class the device class to match or \ref LIBUSB_HOTPLUG_MATCH_ANY + * \param[in] cb_fn the function to be invoked on a matching event/device + * \param[in] user_data user data to pass to the callback function + * \param[out] callback_handle pointer to store the handle of the allocated callback (can be NULL) + * \returns \ref LIBUSB_SUCCESS on success LIBUSB_ERROR code on failure + */ +int LIBUSB_CALL libusb_hotplug_register_callback(libusb_context *ctx, + int events, int flags, + int vendor_id, int product_id, int dev_class, + libusb_hotplug_callback_fn cb_fn, void *user_data, + libusb_hotplug_callback_handle *callback_handle); + +/** \ingroup libusb_hotplug + * Deregisters a hotplug callback. + * + * Deregister a callback from a libusb_context. This function is safe to call from within + * a hotplug callback. + * + * Since version 1.0.16, \ref LIBUSB_API_VERSION >= 0x01000102 + * + * \param[in] ctx context this callback is registered with + * \param[in] callback_handle the handle of the callback to deregister + */ +void LIBUSB_CALL libusb_hotplug_deregister_callback(libusb_context *ctx, + libusb_hotplug_callback_handle callback_handle); + +/** \ingroup libusb_hotplug + * Gets the user_data associated with a hotplug callback. + * + * Since version v1.0.24 \ref LIBUSB_API_VERSION >= 0x01000108 + * + * \param[in] ctx context this callback is registered with + * \param[in] callback_handle the handle of the callback to get the user_data of + */ +void * LIBUSB_CALL libusb_hotplug_get_user_data(libusb_context *ctx, + libusb_hotplug_callback_handle callback_handle); + +int LIBUSB_CALLV libusb_set_option(libusb_context *ctx, enum libusb_option option, ...); + +#ifdef _MSC_VER +#pragma warning(pop) +#endif + +#if defined(__cplusplus) +} +#endif + +#endif diff --git a/Librador_API/___librador/demo_qt/librademo/release/moc_mainwindow.cpp b/Librador_API/___librador/demo_qt/librademo/release/moc_mainwindow.cpp new file mode 100644 index 00000000..48f5d6bb --- /dev/null +++ b/Librador_API/___librador/demo_qt/librademo/release/moc_mainwindow.cpp @@ -0,0 +1,219 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'mainwindow.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.12.12) +** +** 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.12.12. 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[26]; + char stringdata0[563]; +}; +#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, 21), // "on_pushButton_clicked" +QT_MOC_LITERAL(2, 33, 0), // "" +QT_MOC_LITERAL(3, 34, 23), // "on_pushButton_2_clicked" +QT_MOC_LITERAL(4, 58, 23), // "on_pushButton_3_clicked" +QT_MOC_LITERAL(5, 82, 23), // "on_pushButton_4_clicked" +QT_MOC_LITERAL(6, 106, 23), // "on_pushButton_5_clicked" +QT_MOC_LITERAL(7, 130, 23), // "on_pushButton_6_clicked" +QT_MOC_LITERAL(8, 154, 23), // "on_pushButton_7_clicked" +QT_MOC_LITERAL(9, 178, 23), // "on_pushButton_8_clicked" +QT_MOC_LITERAL(10, 202, 23), // "on_pushButton_9_clicked" +QT_MOC_LITERAL(11, 226, 24), // "on_checkBox_stateChanged" +QT_MOC_LITERAL(12, 251, 4), // "arg1" +QT_MOC_LITERAL(13, 256, 26), // "on_checkBox_2_stateChanged" +QT_MOC_LITERAL(14, 283, 26), // "on_checkBox_3_stateChanged" +QT_MOC_LITERAL(15, 310, 26), // "on_checkBox_4_stateChanged" +QT_MOC_LITERAL(16, 337, 21), // "on_comboBox_activated" +QT_MOC_LITERAL(17, 359, 5), // "index" +QT_MOC_LITERAL(18, 365, 24), // "on_pushButton_10_clicked" +QT_MOC_LITERAL(19, 390, 24), // "on_pushButton_11_clicked" +QT_MOC_LITERAL(20, 415, 23), // "on_comboBox_2_activated" +QT_MOC_LITERAL(21, 439, 23), // "on_comboBox_3_activated" +QT_MOC_LITERAL(22, 463, 24), // "on_pushButton_12_clicked" +QT_MOC_LITERAL(23, 488, 24), // "on_pushButton_13_clicked" +QT_MOC_LITERAL(24, 513, 24), // "on_pushButton_14_clicked" +QT_MOC_LITERAL(25, 538, 24) // "on_pushButton_15_clicked" + + }, + "MainWindow\0on_pushButton_clicked\0\0" + "on_pushButton_2_clicked\0on_pushButton_3_clicked\0" + "on_pushButton_4_clicked\0on_pushButton_5_clicked\0" + "on_pushButton_6_clicked\0on_pushButton_7_clicked\0" + "on_pushButton_8_clicked\0on_pushButton_9_clicked\0" + "on_checkBox_stateChanged\0arg1\0" + "on_checkBox_2_stateChanged\0" + "on_checkBox_3_stateChanged\0" + "on_checkBox_4_stateChanged\0" + "on_comboBox_activated\0index\0" + "on_pushButton_10_clicked\0" + "on_pushButton_11_clicked\0" + "on_comboBox_2_activated\0on_comboBox_3_activated\0" + "on_pushButton_12_clicked\0" + "on_pushButton_13_clicked\0" + "on_pushButton_14_clicked\0" + "on_pushButton_15_clicked" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_MainWindow[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 22, 14, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + // slots: name, argc, parameters, tag, flags + 1, 0, 124, 2, 0x08 /* Private */, + 3, 0, 125, 2, 0x08 /* Private */, + 4, 0, 126, 2, 0x08 /* Private */, + 5, 0, 127, 2, 0x08 /* Private */, + 6, 0, 128, 2, 0x08 /* Private */, + 7, 0, 129, 2, 0x08 /* Private */, + 8, 0, 130, 2, 0x08 /* Private */, + 9, 0, 131, 2, 0x08 /* Private */, + 10, 0, 132, 2, 0x08 /* Private */, + 11, 1, 133, 2, 0x08 /* Private */, + 13, 1, 136, 2, 0x08 /* Private */, + 14, 1, 139, 2, 0x08 /* Private */, + 15, 1, 142, 2, 0x08 /* Private */, + 16, 1, 145, 2, 0x08 /* Private */, + 18, 0, 148, 2, 0x08 /* Private */, + 19, 0, 149, 2, 0x08 /* Private */, + 20, 1, 150, 2, 0x08 /* Private */, + 21, 1, 153, 2, 0x08 /* Private */, + 22, 0, 156, 2, 0x08 /* Private */, + 23, 0, 157, 2, 0x08 /* Private */, + 24, 0, 158, 2, 0x08 /* Private */, + 25, 0, 159, 2, 0x08 /* Private */, + + // slots: parameters + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, QMetaType::Int, 12, + QMetaType::Void, QMetaType::Int, 12, + QMetaType::Void, QMetaType::Int, 12, + QMetaType::Void, QMetaType::Int, 12, + QMetaType::Void, QMetaType::Int, 17, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, QMetaType::Int, 17, + QMetaType::Void, QMetaType::Int, 17, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + + 0 // eod +}; + +void MainWindow::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::InvokeMetaMethod) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + switch (_id) { + case 0: _t->on_pushButton_clicked(); break; + case 1: _t->on_pushButton_2_clicked(); break; + case 2: _t->on_pushButton_3_clicked(); break; + case 3: _t->on_pushButton_4_clicked(); break; + case 4: _t->on_pushButton_5_clicked(); break; + case 5: _t->on_pushButton_6_clicked(); break; + case 6: _t->on_pushButton_7_clicked(); break; + case 7: _t->on_pushButton_8_clicked(); break; + case 8: _t->on_pushButton_9_clicked(); break; + case 9: _t->on_checkBox_stateChanged((*reinterpret_cast< int(*)>(_a[1]))); break; + case 10: _t->on_checkBox_2_stateChanged((*reinterpret_cast< int(*)>(_a[1]))); break; + case 11: _t->on_checkBox_3_stateChanged((*reinterpret_cast< int(*)>(_a[1]))); break; + case 12: _t->on_checkBox_4_stateChanged((*reinterpret_cast< int(*)>(_a[1]))); break; + case 13: _t->on_comboBox_activated((*reinterpret_cast< int(*)>(_a[1]))); break; + case 14: _t->on_pushButton_10_clicked(); break; + case 15: _t->on_pushButton_11_clicked(); break; + case 16: _t->on_comboBox_2_activated((*reinterpret_cast< int(*)>(_a[1]))); break; + case 17: _t->on_comboBox_3_activated((*reinterpret_cast< int(*)>(_a[1]))); break; + case 18: _t->on_pushButton_12_clicked(); break; + case 19: _t->on_pushButton_13_clicked(); break; + case 20: _t->on_pushButton_14_clicked(); break; + case 21: _t->on_pushButton_15_clicked(); break; + default: ; + } + } +} + +QT_INIT_METAOBJECT const QMetaObject MainWindow::staticMetaObject = { { + &QMainWindow::staticMetaObject, + qt_meta_stringdata_MainWindow.data, + qt_meta_data_MainWindow, + qt_static_metacall, + nullptr, + 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 nullptr; + if (!strcmp(_clname, qt_meta_stringdata_MainWindow.stringdata0)) + return static_cast(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 < 22) + qt_static_metacall(this, _c, _id, _a); + _id -= 22; + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + if (_id < 22) + *reinterpret_cast(_a[0]) = -1; + _id -= 22; + } + return _id; +} +QT_WARNING_POP +QT_END_MOC_NAMESPACE diff --git a/Librador_API/___librador/demo_qt/librademo/release/moc_predefs.h b/Librador_API/___librador/demo_qt/librademo/release/moc_predefs.h new file mode 100644 index 00000000..4f9a45af --- /dev/null +++ b/Librador_API/___librador/demo_qt/librademo/release/moc_predefs.h @@ -0,0 +1,12 @@ +#define _MSC_EXTENSIONS +#define _INTEGRAL_MAX_BITS 64 +#define _MSC_VER 1916 +#define _MSC_FULL_VER 191627051 +#define _MSC_BUILD 0 +#define _M_AMD64 100 +#define _M_X64 100 +#define _WIN64 +#define _WIN32 +#define _CPPRTTI +#define _MT +#define _DLL diff --git a/Librador_API/___librador/demo_qt/librademo/release/moc_qcustomplot.cpp b/Librador_API/___librador/demo_qt/librademo/release/moc_qcustomplot.cpp new file mode 100644 index 00000000..3d51fa0f --- /dev/null +++ b/Librador_API/___librador/demo_qt/librademo/release/moc_qcustomplot.cpp @@ -0,0 +1,6774 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'qcustomplot.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.12.12) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include "../../../../../Desktop_Interface/ui_elements/qcp1/qcustomplot.h" +#include +#include +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'qcustomplot.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.12.12. 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_QCPScatterStyle_t { + QByteArrayData data[20]; + char stringdata0[209]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_QCPScatterStyle_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_QCPScatterStyle_t qt_meta_stringdata_QCPScatterStyle = { + { +QT_MOC_LITERAL(0, 0, 15), // "QCPScatterStyle" +QT_MOC_LITERAL(1, 16, 12), // "ScatterShape" +QT_MOC_LITERAL(2, 29, 6), // "ssNone" +QT_MOC_LITERAL(3, 36, 5), // "ssDot" +QT_MOC_LITERAL(4, 42, 7), // "ssCross" +QT_MOC_LITERAL(5, 50, 6), // "ssPlus" +QT_MOC_LITERAL(6, 57, 8), // "ssCircle" +QT_MOC_LITERAL(7, 66, 6), // "ssDisc" +QT_MOC_LITERAL(8, 73, 8), // "ssSquare" +QT_MOC_LITERAL(9, 82, 9), // "ssDiamond" +QT_MOC_LITERAL(10, 92, 6), // "ssStar" +QT_MOC_LITERAL(11, 99, 10), // "ssTriangle" +QT_MOC_LITERAL(12, 110, 18), // "ssTriangleInverted" +QT_MOC_LITERAL(13, 129, 13), // "ssCrossSquare" +QT_MOC_LITERAL(14, 143, 12), // "ssPlusSquare" +QT_MOC_LITERAL(15, 156, 13), // "ssCrossCircle" +QT_MOC_LITERAL(16, 170, 12), // "ssPlusCircle" +QT_MOC_LITERAL(17, 183, 7), // "ssPeace" +QT_MOC_LITERAL(18, 191, 8), // "ssPixmap" +QT_MOC_LITERAL(19, 200, 8) // "ssCustom" + + }, + "QCPScatterStyle\0ScatterShape\0ssNone\0" + "ssDot\0ssCross\0ssPlus\0ssCircle\0ssDisc\0" + "ssSquare\0ssDiamond\0ssStar\0ssTriangle\0" + "ssTriangleInverted\0ssCrossSquare\0" + "ssPlusSquare\0ssCrossCircle\0ssPlusCircle\0" + "ssPeace\0ssPixmap\0ssCustom" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_QCPScatterStyle[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 0, 0, // methods + 0, 0, // properties + 1, 14, // enums/sets + 0, 0, // constructors + 4, // flags + 0, // signalCount + + // enums: name, alias, flags, count, data + 1, 1, 0x0, 18, 19, + + // enum data: key, value + 2, uint(QCPScatterStyle::ssNone), + 3, uint(QCPScatterStyle::ssDot), + 4, uint(QCPScatterStyle::ssCross), + 5, uint(QCPScatterStyle::ssPlus), + 6, uint(QCPScatterStyle::ssCircle), + 7, uint(QCPScatterStyle::ssDisc), + 8, uint(QCPScatterStyle::ssSquare), + 9, uint(QCPScatterStyle::ssDiamond), + 10, uint(QCPScatterStyle::ssStar), + 11, uint(QCPScatterStyle::ssTriangle), + 12, uint(QCPScatterStyle::ssTriangleInverted), + 13, uint(QCPScatterStyle::ssCrossSquare), + 14, uint(QCPScatterStyle::ssPlusSquare), + 15, uint(QCPScatterStyle::ssCrossCircle), + 16, uint(QCPScatterStyle::ssPlusCircle), + 17, uint(QCPScatterStyle::ssPeace), + 18, uint(QCPScatterStyle::ssPixmap), + 19, uint(QCPScatterStyle::ssCustom), + + 0 // eod +}; + +QT_INIT_METAOBJECT const QMetaObject QCPScatterStyle::staticMetaObject = { { + nullptr, + qt_meta_stringdata_QCPScatterStyle.data, + qt_meta_data_QCPScatterStyle, + nullptr, + nullptr, + nullptr +} }; + +struct qt_meta_stringdata_QCPPainter_t { + QByteArrayData data[7]; + char stringdata0[85]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_QCPPainter_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_QCPPainter_t qt_meta_stringdata_QCPPainter = { + { +QT_MOC_LITERAL(0, 0, 10), // "QCPPainter" +QT_MOC_LITERAL(1, 11, 11), // "PainterMode" +QT_MOC_LITERAL(2, 23, 9), // "pmDefault" +QT_MOC_LITERAL(3, 33, 12), // "pmVectorized" +QT_MOC_LITERAL(4, 46, 11), // "pmNoCaching" +QT_MOC_LITERAL(5, 58, 13), // "pmNonCosmetic" +QT_MOC_LITERAL(6, 72, 12) // "PainterModes" + + }, + "QCPPainter\0PainterMode\0pmDefault\0" + "pmVectorized\0pmNoCaching\0pmNonCosmetic\0" + "PainterModes" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_QCPPainter[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 0, 0, // methods + 0, 0, // properties + 2, 14, // enums/sets + 0, 0, // constructors + 4, // flags + 0, // signalCount + + // enums: name, alias, flags, count, data + 1, 1, 0x1, 4, 24, + 6, 1, 0x1, 4, 32, + + // enum data: key, value + 2, uint(QCPPainter::pmDefault), + 3, uint(QCPPainter::pmVectorized), + 4, uint(QCPPainter::pmNoCaching), + 5, uint(QCPPainter::pmNonCosmetic), + 2, uint(QCPPainter::pmDefault), + 3, uint(QCPPainter::pmVectorized), + 4, uint(QCPPainter::pmNoCaching), + 5, uint(QCPPainter::pmNonCosmetic), + + 0 // eod +}; + +QT_INIT_METAOBJECT const QMetaObject QCPPainter::staticMetaObject = { { + &QPainter::staticMetaObject, + qt_meta_stringdata_QCPPainter.data, + qt_meta_data_QCPPainter, + nullptr, + nullptr, + nullptr +} }; + +struct qt_meta_stringdata_QCPLayer_t { + QByteArrayData data[8]; + char stringdata0[82]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_QCPLayer_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_QCPLayer_t qt_meta_stringdata_QCPLayer = { + { +QT_MOC_LITERAL(0, 0, 8), // "QCPLayer" +QT_MOC_LITERAL(1, 9, 10), // "parentPlot" +QT_MOC_LITERAL(2, 20, 12), // "QCustomPlot*" +QT_MOC_LITERAL(3, 33, 4), // "name" +QT_MOC_LITERAL(4, 38, 5), // "index" +QT_MOC_LITERAL(5, 44, 8), // "children" +QT_MOC_LITERAL(6, 53, 20), // "QList" +QT_MOC_LITERAL(7, 74, 7) // "visible" + + }, + "QCPLayer\0parentPlot\0QCustomPlot*\0name\0" + "index\0children\0QList\0" + "visible" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_QCPLayer[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 0, 0, // methods + 5, 14, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + // properties: name, type, flags + 1, 0x80000000 | 2, 0x00095009, + 3, QMetaType::QString, 0x00095001, + 4, QMetaType::Int, 0x00095001, + 5, 0x80000000 | 6, 0x00095009, + 7, QMetaType::Bool, 0x00095103, + + 0 // eod +}; + +void QCPLayer::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::RegisterPropertyMetaType) { + switch (_id) { + default: *reinterpret_cast(_a[0]) = -1; break; + case 0: + *reinterpret_cast(_a[0]) = qRegisterMetaType< QCustomPlot* >(); break; + case 3: + *reinterpret_cast(_a[0]) = qRegisterMetaType< QList >(); break; + } + } + +#ifndef QT_NO_PROPERTIES + else if (_c == QMetaObject::ReadProperty) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + void *_v = _a[0]; + switch (_id) { + case 0: *reinterpret_cast< QCustomPlot**>(_v) = _t->parentPlot(); break; + case 1: *reinterpret_cast< QString*>(_v) = _t->name(); break; + case 2: *reinterpret_cast< int*>(_v) = _t->index(); break; + case 3: *reinterpret_cast< QList*>(_v) = _t->children(); break; + case 4: *reinterpret_cast< bool*>(_v) = _t->visible(); break; + default: break; + } + } else if (_c == QMetaObject::WriteProperty) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + void *_v = _a[0]; + switch (_id) { + case 4: _t->setVisible(*reinterpret_cast< bool*>(_v)); break; + default: break; + } + } else if (_c == QMetaObject::ResetProperty) { + } +#endif // QT_NO_PROPERTIES + Q_UNUSED(_o); +} + +QT_INIT_METAOBJECT const QMetaObject QCPLayer::staticMetaObject = { { + &QObject::staticMetaObject, + qt_meta_stringdata_QCPLayer.data, + qt_meta_data_QCPLayer, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *QCPLayer::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *QCPLayer::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_QCPLayer.stringdata0)) + return static_cast(this); + return QObject::qt_metacast(_clname); +} + +int QCPLayer::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QObject::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + +#ifndef QT_NO_PROPERTIES + if (_c == QMetaObject::ReadProperty || _c == QMetaObject::WriteProperty + || _c == QMetaObject::ResetProperty || _c == QMetaObject::RegisterPropertyMetaType) { + qt_static_metacall(this, _c, _id, _a); + _id -= 5; + } else if (_c == QMetaObject::QueryPropertyDesignable) { + _id -= 5; + } else if (_c == QMetaObject::QueryPropertyScriptable) { + _id -= 5; + } else if (_c == QMetaObject::QueryPropertyStored) { + _id -= 5; + } else if (_c == QMetaObject::QueryPropertyEditable) { + _id -= 5; + } else if (_c == QMetaObject::QueryPropertyUser) { + _id -= 5; + } +#endif // QT_NO_PROPERTIES + return _id; +} +struct qt_meta_stringdata_QCPLayerable_t { + QByteArrayData data[13]; + char stringdata0[135]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_QCPLayerable_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_QCPLayerable_t qt_meta_stringdata_QCPLayerable = { + { +QT_MOC_LITERAL(0, 0, 12), // "QCPLayerable" +QT_MOC_LITERAL(1, 13, 12), // "layerChanged" +QT_MOC_LITERAL(2, 26, 0), // "" +QT_MOC_LITERAL(3, 27, 9), // "QCPLayer*" +QT_MOC_LITERAL(4, 37, 8), // "newLayer" +QT_MOC_LITERAL(5, 46, 8), // "setLayer" +QT_MOC_LITERAL(6, 55, 5), // "layer" +QT_MOC_LITERAL(7, 61, 7), // "visible" +QT_MOC_LITERAL(8, 69, 10), // "parentPlot" +QT_MOC_LITERAL(9, 80, 12), // "QCustomPlot*" +QT_MOC_LITERAL(10, 93, 15), // "parentLayerable" +QT_MOC_LITERAL(11, 109, 13), // "QCPLayerable*" +QT_MOC_LITERAL(12, 123, 11) // "antialiased" + + }, + "QCPLayerable\0layerChanged\0\0QCPLayer*\0" + "newLayer\0setLayer\0layer\0visible\0" + "parentPlot\0QCustomPlot*\0parentLayerable\0" + "QCPLayerable*\0antialiased" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_QCPLayerable[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 2, 14, // methods + 5, 30, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 1, // signalCount + + // signals: name, argc, parameters, tag, flags + 1, 1, 24, 2, 0x06 /* Public */, + + // slots: name, argc, parameters, tag, flags + 5, 1, 27, 2, 0x0a /* Public */, + + // signals: parameters + QMetaType::Void, 0x80000000 | 3, 4, + + // slots: parameters + QMetaType::Bool, 0x80000000 | 3, 6, + + // properties: name, type, flags + 7, QMetaType::Bool, 0x00095103, + 8, 0x80000000 | 9, 0x00095009, + 10, 0x80000000 | 11, 0x00095009, + 6, 0x80000000 | 3, 0x0049510b, + 12, QMetaType::Bool, 0x00095103, + + // properties: notify_signal_id + 0, + 0, + 0, + 0, + 0, + + 0 // eod +}; + +void QCPLayerable::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::InvokeMetaMethod) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + switch (_id) { + case 0: _t->layerChanged((*reinterpret_cast< QCPLayer*(*)>(_a[1]))); break; + case 1: { bool _r = _t->setLayer((*reinterpret_cast< QCPLayer*(*)>(_a[1]))); + if (_a[0]) *reinterpret_cast< bool*>(_a[0]) = std::move(_r); } break; + default: ; + } + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + switch (_id) { + default: *reinterpret_cast(_a[0]) = -1; break; + case 0: + switch (*reinterpret_cast(_a[1])) { + default: *reinterpret_cast(_a[0]) = -1; break; + case 0: + *reinterpret_cast(_a[0]) = qRegisterMetaType< QCPLayer* >(); break; + } + break; + case 1: + switch (*reinterpret_cast(_a[1])) { + default: *reinterpret_cast(_a[0]) = -1; break; + case 0: + *reinterpret_cast(_a[0]) = qRegisterMetaType< QCPLayer* >(); break; + } + break; + } + } else if (_c == QMetaObject::IndexOfMethod) { + int *result = reinterpret_cast(_a[0]); + { + using _t = void (QCPLayerable::*)(QCPLayer * ); + if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QCPLayerable::layerChanged)) { + *result = 0; + return; + } + } + } else if (_c == QMetaObject::RegisterPropertyMetaType) { + switch (_id) { + default: *reinterpret_cast(_a[0]) = -1; break; + case 3: + *reinterpret_cast(_a[0]) = qRegisterMetaType< QCPLayer* >(); break; + case 2: + *reinterpret_cast(_a[0]) = qRegisterMetaType< QCPLayerable* >(); break; + case 1: + *reinterpret_cast(_a[0]) = qRegisterMetaType< QCustomPlot* >(); break; + } + } + +#ifndef QT_NO_PROPERTIES + else if (_c == QMetaObject::ReadProperty) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + void *_v = _a[0]; + switch (_id) { + case 0: *reinterpret_cast< bool*>(_v) = _t->visible(); break; + case 1: *reinterpret_cast< QCustomPlot**>(_v) = _t->parentPlot(); break; + case 2: *reinterpret_cast< QCPLayerable**>(_v) = _t->parentLayerable(); break; + case 3: *reinterpret_cast< QCPLayer**>(_v) = _t->layer(); break; + case 4: *reinterpret_cast< bool*>(_v) = _t->antialiased(); break; + default: break; + } + } else if (_c == QMetaObject::WriteProperty) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + void *_v = _a[0]; + switch (_id) { + case 0: _t->setVisible(*reinterpret_cast< bool*>(_v)); break; + case 3: _t->setLayer(*reinterpret_cast< QCPLayer**>(_v)); break; + case 4: _t->setAntialiased(*reinterpret_cast< bool*>(_v)); break; + default: break; + } + } else if (_c == QMetaObject::ResetProperty) { + } +#endif // QT_NO_PROPERTIES +} + +QT_INIT_METAOBJECT const QMetaObject QCPLayerable::staticMetaObject = { { + &QObject::staticMetaObject, + qt_meta_stringdata_QCPLayerable.data, + qt_meta_data_QCPLayerable, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *QCPLayerable::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *QCPLayerable::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_QCPLayerable.stringdata0)) + return static_cast(this); + return QObject::qt_metacast(_clname); +} + +int QCPLayerable::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) + qt_static_metacall(this, _c, _id, _a); + _id -= 2; + } +#ifndef QT_NO_PROPERTIES + else if (_c == QMetaObject::ReadProperty || _c == QMetaObject::WriteProperty + || _c == QMetaObject::ResetProperty || _c == QMetaObject::RegisterPropertyMetaType) { + qt_static_metacall(this, _c, _id, _a); + _id -= 5; + } else if (_c == QMetaObject::QueryPropertyDesignable) { + _id -= 5; + } else if (_c == QMetaObject::QueryPropertyScriptable) { + _id -= 5; + } else if (_c == QMetaObject::QueryPropertyStored) { + _id -= 5; + } else if (_c == QMetaObject::QueryPropertyEditable) { + _id -= 5; + } else if (_c == QMetaObject::QueryPropertyUser) { + _id -= 5; + } +#endif // QT_NO_PROPERTIES + return _id; +} + +// SIGNAL 0 +void QCPLayerable::layerChanged(QCPLayer * _t1) +{ + void *_a[] = { nullptr, const_cast(reinterpret_cast(&_t1)) }; + QMetaObject::activate(this, &staticMetaObject, 0, _a); +} +struct qt_meta_stringdata_QCPMarginGroup_t { + QByteArrayData data[1]; + char stringdata0[15]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_QCPMarginGroup_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_QCPMarginGroup_t qt_meta_stringdata_QCPMarginGroup = { + { +QT_MOC_LITERAL(0, 0, 14) // "QCPMarginGroup" + + }, + "QCPMarginGroup" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_QCPMarginGroup[] = { + + // content: + 8, // 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 QCPMarginGroup::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + Q_UNUSED(_o); + Q_UNUSED(_id); + Q_UNUSED(_c); + Q_UNUSED(_a); +} + +QT_INIT_METAOBJECT const QMetaObject QCPMarginGroup::staticMetaObject = { { + &QObject::staticMetaObject, + qt_meta_stringdata_QCPMarginGroup.data, + qt_meta_data_QCPMarginGroup, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *QCPMarginGroup::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *QCPMarginGroup::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_QCPMarginGroup.stringdata0)) + return static_cast(this); + return QObject::qt_metacast(_clname); +} + +int QCPMarginGroup::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QObject::qt_metacall(_c, _id, _a); + return _id; +} +struct qt_meta_stringdata_QCPLayoutElement_t { + QByteArrayData data[14]; + char stringdata0[151]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_QCPLayoutElement_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_QCPLayoutElement_t qt_meta_stringdata_QCPLayoutElement = { + { +QT_MOC_LITERAL(0, 0, 16), // "QCPLayoutElement" +QT_MOC_LITERAL(1, 17, 6), // "layout" +QT_MOC_LITERAL(2, 24, 10), // "QCPLayout*" +QT_MOC_LITERAL(3, 35, 4), // "rect" +QT_MOC_LITERAL(4, 40, 9), // "outerRect" +QT_MOC_LITERAL(5, 50, 7), // "margins" +QT_MOC_LITERAL(6, 58, 8), // "QMargins" +QT_MOC_LITERAL(7, 67, 14), // "minimumMargins" +QT_MOC_LITERAL(8, 82, 11), // "minimumSize" +QT_MOC_LITERAL(9, 94, 11), // "maximumSize" +QT_MOC_LITERAL(10, 106, 11), // "UpdatePhase" +QT_MOC_LITERAL(11, 118, 13), // "upPreparation" +QT_MOC_LITERAL(12, 132, 9), // "upMargins" +QT_MOC_LITERAL(13, 142, 8) // "upLayout" + + }, + "QCPLayoutElement\0layout\0QCPLayout*\0" + "rect\0outerRect\0margins\0QMargins\0" + "minimumMargins\0minimumSize\0maximumSize\0" + "UpdatePhase\0upPreparation\0upMargins\0" + "upLayout" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_QCPLayoutElement[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 0, 0, // methods + 7, 14, // properties + 1, 35, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + // properties: name, type, flags + 1, 0x80000000 | 2, 0x00095009, + 3, QMetaType::QRect, 0x00095001, + 4, QMetaType::QRect, 0x00095103, + 5, 0x80000000 | 6, 0x0009510b, + 7, 0x80000000 | 6, 0x0009510b, + 8, QMetaType::QSize, 0x00095103, + 9, QMetaType::QSize, 0x00095103, + + // enums: name, alias, flags, count, data + 10, 10, 0x0, 3, 40, + + // enum data: key, value + 11, uint(QCPLayoutElement::upPreparation), + 12, uint(QCPLayoutElement::upMargins), + 13, uint(QCPLayoutElement::upLayout), + + 0 // eod +}; + +void QCPLayoutElement::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::RegisterPropertyMetaType) { + switch (_id) { + default: *reinterpret_cast(_a[0]) = -1; break; + case 0: + *reinterpret_cast(_a[0]) = qRegisterMetaType< QCPLayout* >(); break; + } + } + +#ifndef QT_NO_PROPERTIES + else if (_c == QMetaObject::ReadProperty) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + void *_v = _a[0]; + switch (_id) { + case 0: *reinterpret_cast< QCPLayout**>(_v) = _t->layout(); break; + case 1: *reinterpret_cast< QRect*>(_v) = _t->rect(); break; + case 2: *reinterpret_cast< QRect*>(_v) = _t->outerRect(); break; + case 3: *reinterpret_cast< QMargins*>(_v) = _t->margins(); break; + case 4: *reinterpret_cast< QMargins*>(_v) = _t->minimumMargins(); break; + case 5: *reinterpret_cast< QSize*>(_v) = _t->minimumSize(); break; + case 6: *reinterpret_cast< QSize*>(_v) = _t->maximumSize(); break; + default: break; + } + } else if (_c == QMetaObject::WriteProperty) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + void *_v = _a[0]; + switch (_id) { + case 2: _t->setOuterRect(*reinterpret_cast< QRect*>(_v)); break; + case 3: _t->setMargins(*reinterpret_cast< QMargins*>(_v)); break; + case 4: _t->setMinimumMargins(*reinterpret_cast< QMargins*>(_v)); break; + case 5: _t->setMinimumSize(*reinterpret_cast< QSize*>(_v)); break; + case 6: _t->setMaximumSize(*reinterpret_cast< QSize*>(_v)); break; + default: break; + } + } else if (_c == QMetaObject::ResetProperty) { + } +#endif // QT_NO_PROPERTIES + Q_UNUSED(_o); +} + +QT_INIT_METAOBJECT const QMetaObject QCPLayoutElement::staticMetaObject = { { + &QCPLayerable::staticMetaObject, + qt_meta_stringdata_QCPLayoutElement.data, + qt_meta_data_QCPLayoutElement, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *QCPLayoutElement::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *QCPLayoutElement::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_QCPLayoutElement.stringdata0)) + return static_cast(this); + return QCPLayerable::qt_metacast(_clname); +} + +int QCPLayoutElement::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QCPLayerable::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + +#ifndef QT_NO_PROPERTIES + if (_c == QMetaObject::ReadProperty || _c == QMetaObject::WriteProperty + || _c == QMetaObject::ResetProperty || _c == QMetaObject::RegisterPropertyMetaType) { + qt_static_metacall(this, _c, _id, _a); + _id -= 7; + } else if (_c == QMetaObject::QueryPropertyDesignable) { + _id -= 7; + } else if (_c == QMetaObject::QueryPropertyScriptable) { + _id -= 7; + } else if (_c == QMetaObject::QueryPropertyStored) { + _id -= 7; + } else if (_c == QMetaObject::QueryPropertyEditable) { + _id -= 7; + } else if (_c == QMetaObject::QueryPropertyUser) { + _id -= 7; + } +#endif // QT_NO_PROPERTIES + return _id; +} +struct qt_meta_stringdata_QCPLayout_t { + QByteArrayData data[1]; + char stringdata0[10]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_QCPLayout_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_QCPLayout_t qt_meta_stringdata_QCPLayout = { + { +QT_MOC_LITERAL(0, 0, 9) // "QCPLayout" + + }, + "QCPLayout" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_QCPLayout[] = { + + // content: + 8, // 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 QCPLayout::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + Q_UNUSED(_o); + Q_UNUSED(_id); + Q_UNUSED(_c); + Q_UNUSED(_a); +} + +QT_INIT_METAOBJECT const QMetaObject QCPLayout::staticMetaObject = { { + &QCPLayoutElement::staticMetaObject, + qt_meta_stringdata_QCPLayout.data, + qt_meta_data_QCPLayout, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *QCPLayout::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *QCPLayout::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_QCPLayout.stringdata0)) + return static_cast(this); + return QCPLayoutElement::qt_metacast(_clname); +} + +int QCPLayout::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QCPLayoutElement::qt_metacall(_c, _id, _a); + return _id; +} +struct qt_meta_stringdata_QCPLayoutGrid_t { + QByteArrayData data[8]; + char stringdata0[113]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_QCPLayoutGrid_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_QCPLayoutGrid_t qt_meta_stringdata_QCPLayoutGrid = { + { +QT_MOC_LITERAL(0, 0, 13), // "QCPLayoutGrid" +QT_MOC_LITERAL(1, 14, 8), // "rowCount" +QT_MOC_LITERAL(2, 23, 11), // "columnCount" +QT_MOC_LITERAL(3, 35, 20), // "columnStretchFactors" +QT_MOC_LITERAL(4, 56, 13), // "QList" +QT_MOC_LITERAL(5, 70, 17), // "rowStretchFactors" +QT_MOC_LITERAL(6, 88, 13), // "columnSpacing" +QT_MOC_LITERAL(7, 102, 10) // "rowSpacing" + + }, + "QCPLayoutGrid\0rowCount\0columnCount\0" + "columnStretchFactors\0QList\0" + "rowStretchFactors\0columnSpacing\0" + "rowSpacing" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_QCPLayoutGrid[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 0, 0, // methods + 6, 14, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + // properties: name, type, flags + 1, QMetaType::Int, 0x00095001, + 2, QMetaType::Int, 0x00095001, + 3, 0x80000000 | 4, 0x0009510b, + 5, 0x80000000 | 4, 0x0009510b, + 6, QMetaType::Int, 0x00095103, + 7, QMetaType::Int, 0x00095103, + + 0 // eod +}; + +void QCPLayoutGrid::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::RegisterPropertyMetaType) { + switch (_id) { + default: *reinterpret_cast(_a[0]) = -1; break; + case 3: + case 2: + *reinterpret_cast(_a[0]) = qRegisterMetaType< QList >(); break; + } + } + +#ifndef QT_NO_PROPERTIES + else if (_c == QMetaObject::ReadProperty) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + void *_v = _a[0]; + switch (_id) { + case 0: *reinterpret_cast< int*>(_v) = _t->rowCount(); break; + case 1: *reinterpret_cast< int*>(_v) = _t->columnCount(); break; + case 2: *reinterpret_cast< QList*>(_v) = _t->columnStretchFactors(); break; + case 3: *reinterpret_cast< QList*>(_v) = _t->rowStretchFactors(); break; + case 4: *reinterpret_cast< int*>(_v) = _t->columnSpacing(); break; + case 5: *reinterpret_cast< int*>(_v) = _t->rowSpacing(); break; + default: break; + } + } else if (_c == QMetaObject::WriteProperty) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + void *_v = _a[0]; + switch (_id) { + case 2: _t->setColumnStretchFactors(*reinterpret_cast< QList*>(_v)); break; + case 3: _t->setRowStretchFactors(*reinterpret_cast< QList*>(_v)); break; + case 4: _t->setColumnSpacing(*reinterpret_cast< int*>(_v)); break; + case 5: _t->setRowSpacing(*reinterpret_cast< int*>(_v)); break; + default: break; + } + } else if (_c == QMetaObject::ResetProperty) { + } +#endif // QT_NO_PROPERTIES + Q_UNUSED(_o); +} + +QT_INIT_METAOBJECT const QMetaObject QCPLayoutGrid::staticMetaObject = { { + &QCPLayout::staticMetaObject, + qt_meta_stringdata_QCPLayoutGrid.data, + qt_meta_data_QCPLayoutGrid, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *QCPLayoutGrid::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *QCPLayoutGrid::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_QCPLayoutGrid.stringdata0)) + return static_cast(this); + return QCPLayout::qt_metacast(_clname); +} + +int QCPLayoutGrid::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QCPLayout::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + +#ifndef QT_NO_PROPERTIES + if (_c == QMetaObject::ReadProperty || _c == QMetaObject::WriteProperty + || _c == QMetaObject::ResetProperty || _c == QMetaObject::RegisterPropertyMetaType) { + qt_static_metacall(this, _c, _id, _a); + _id -= 6; + } else if (_c == QMetaObject::QueryPropertyDesignable) { + _id -= 6; + } else if (_c == QMetaObject::QueryPropertyScriptable) { + _id -= 6; + } else if (_c == QMetaObject::QueryPropertyStored) { + _id -= 6; + } else if (_c == QMetaObject::QueryPropertyEditable) { + _id -= 6; + } else if (_c == QMetaObject::QueryPropertyUser) { + _id -= 6; + } +#endif // QT_NO_PROPERTIES + return _id; +} +struct qt_meta_stringdata_QCPLayoutInset_t { + QByteArrayData data[1]; + char stringdata0[15]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_QCPLayoutInset_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_QCPLayoutInset_t qt_meta_stringdata_QCPLayoutInset = { + { +QT_MOC_LITERAL(0, 0, 14) // "QCPLayoutInset" + + }, + "QCPLayoutInset" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_QCPLayoutInset[] = { + + // content: + 8, // 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 QCPLayoutInset::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + Q_UNUSED(_o); + Q_UNUSED(_id); + Q_UNUSED(_c); + Q_UNUSED(_a); +} + +QT_INIT_METAOBJECT const QMetaObject QCPLayoutInset::staticMetaObject = { { + &QCPLayout::staticMetaObject, + qt_meta_stringdata_QCPLayoutInset.data, + qt_meta_data_QCPLayoutInset, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *QCPLayoutInset::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *QCPLayoutInset::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_QCPLayoutInset.stringdata0)) + return static_cast(this); + return QCPLayout::qt_metacast(_clname); +} + +int QCPLayoutInset::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QCPLayout::qt_metacall(_c, _id, _a); + return _id; +} +struct qt_meta_stringdata_QCPLineEnding_t { + QByteArrayData data[12]; + char stringdata0[124]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_QCPLineEnding_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_QCPLineEnding_t qt_meta_stringdata_QCPLineEnding = { + { +QT_MOC_LITERAL(0, 0, 13), // "QCPLineEnding" +QT_MOC_LITERAL(1, 14, 11), // "EndingStyle" +QT_MOC_LITERAL(2, 26, 6), // "esNone" +QT_MOC_LITERAL(3, 33, 11), // "esFlatArrow" +QT_MOC_LITERAL(4, 45, 12), // "esSpikeArrow" +QT_MOC_LITERAL(5, 58, 11), // "esLineArrow" +QT_MOC_LITERAL(6, 70, 6), // "esDisc" +QT_MOC_LITERAL(7, 77, 8), // "esSquare" +QT_MOC_LITERAL(8, 86, 9), // "esDiamond" +QT_MOC_LITERAL(9, 96, 5), // "esBar" +QT_MOC_LITERAL(10, 102, 9), // "esHalfBar" +QT_MOC_LITERAL(11, 112, 11) // "esSkewedBar" + + }, + "QCPLineEnding\0EndingStyle\0esNone\0" + "esFlatArrow\0esSpikeArrow\0esLineArrow\0" + "esDisc\0esSquare\0esDiamond\0esBar\0" + "esHalfBar\0esSkewedBar" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_QCPLineEnding[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 0, 0, // methods + 0, 0, // properties + 1, 14, // enums/sets + 0, 0, // constructors + 4, // flags + 0, // signalCount + + // enums: name, alias, flags, count, data + 1, 1, 0x0, 10, 19, + + // enum data: key, value + 2, uint(QCPLineEnding::esNone), + 3, uint(QCPLineEnding::esFlatArrow), + 4, uint(QCPLineEnding::esSpikeArrow), + 5, uint(QCPLineEnding::esLineArrow), + 6, uint(QCPLineEnding::esDisc), + 7, uint(QCPLineEnding::esSquare), + 8, uint(QCPLineEnding::esDiamond), + 9, uint(QCPLineEnding::esBar), + 10, uint(QCPLineEnding::esHalfBar), + 11, uint(QCPLineEnding::esSkewedBar), + + 0 // eod +}; + +QT_INIT_METAOBJECT const QMetaObject QCPLineEnding::staticMetaObject = { { + nullptr, + qt_meta_stringdata_QCPLineEnding.data, + qt_meta_data_QCPLineEnding, + nullptr, + nullptr, + nullptr +} }; + +struct qt_meta_stringdata_QCPGrid_t { + QByteArrayData data[7]; + char stringdata0[89]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_QCPGrid_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_QCPGrid_t qt_meta_stringdata_QCPGrid = { + { +QT_MOC_LITERAL(0, 0, 7), // "QCPGrid" +QT_MOC_LITERAL(1, 8, 14), // "subGridVisible" +QT_MOC_LITERAL(2, 23, 18), // "antialiasedSubGrid" +QT_MOC_LITERAL(3, 42, 19), // "antialiasedZeroLine" +QT_MOC_LITERAL(4, 62, 3), // "pen" +QT_MOC_LITERAL(5, 66, 10), // "subGridPen" +QT_MOC_LITERAL(6, 77, 11) // "zeroLinePen" + + }, + "QCPGrid\0subGridVisible\0antialiasedSubGrid\0" + "antialiasedZeroLine\0pen\0subGridPen\0" + "zeroLinePen" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_QCPGrid[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 0, 0, // methods + 6, 14, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + // properties: name, type, flags + 1, QMetaType::Bool, 0x00095103, + 2, QMetaType::Bool, 0x00095103, + 3, QMetaType::Bool, 0x00095103, + 4, QMetaType::QPen, 0x00095103, + 5, QMetaType::QPen, 0x00095103, + 6, QMetaType::QPen, 0x00095103, + + 0 // eod +}; + +void QCPGrid::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + +#ifndef QT_NO_PROPERTIES + if (_c == QMetaObject::ReadProperty) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + void *_v = _a[0]; + switch (_id) { + case 0: *reinterpret_cast< bool*>(_v) = _t->subGridVisible(); break; + case 1: *reinterpret_cast< bool*>(_v) = _t->antialiasedSubGrid(); break; + case 2: *reinterpret_cast< bool*>(_v) = _t->antialiasedZeroLine(); break; + case 3: *reinterpret_cast< QPen*>(_v) = _t->pen(); break; + case 4: *reinterpret_cast< QPen*>(_v) = _t->subGridPen(); break; + case 5: *reinterpret_cast< QPen*>(_v) = _t->zeroLinePen(); break; + default: break; + } + } else if (_c == QMetaObject::WriteProperty) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + void *_v = _a[0]; + switch (_id) { + case 0: _t->setSubGridVisible(*reinterpret_cast< bool*>(_v)); break; + case 1: _t->setAntialiasedSubGrid(*reinterpret_cast< bool*>(_v)); break; + case 2: _t->setAntialiasedZeroLine(*reinterpret_cast< bool*>(_v)); break; + case 3: _t->setPen(*reinterpret_cast< QPen*>(_v)); break; + case 4: _t->setSubGridPen(*reinterpret_cast< QPen*>(_v)); break; + case 5: _t->setZeroLinePen(*reinterpret_cast< QPen*>(_v)); break; + default: break; + } + } else if (_c == QMetaObject::ResetProperty) { + } +#endif // QT_NO_PROPERTIES + Q_UNUSED(_o); + Q_UNUSED(_id); + Q_UNUSED(_c); + Q_UNUSED(_a); +} + +QT_INIT_METAOBJECT const QMetaObject QCPGrid::staticMetaObject = { { + &QCPLayerable::staticMetaObject, + qt_meta_stringdata_QCPGrid.data, + qt_meta_data_QCPGrid, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *QCPGrid::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *QCPGrid::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_QCPGrid.stringdata0)) + return static_cast(this); + return QCPLayerable::qt_metacast(_clname); +} + +int QCPGrid::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QCPLayerable::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + +#ifndef QT_NO_PROPERTIES + if (_c == QMetaObject::ReadProperty || _c == QMetaObject::WriteProperty + || _c == QMetaObject::ResetProperty || _c == QMetaObject::RegisterPropertyMetaType) { + qt_static_metacall(this, _c, _id, _a); + _id -= 6; + } else if (_c == QMetaObject::QueryPropertyDesignable) { + _id -= 6; + } else if (_c == QMetaObject::QueryPropertyScriptable) { + _id -= 6; + } else if (_c == QMetaObject::QueryPropertyStored) { + _id -= 6; + } else if (_c == QMetaObject::QueryPropertyEditable) { + _id -= 6; + } else if (_c == QMetaObject::QueryPropertyUser) { + _id -= 6; + } +#endif // QT_NO_PROPERTIES + return _id; +} +struct qt_meta_stringdata_QCPAxis_t { + QByteArrayData data[97]; + char stringdata0[1196]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_QCPAxis_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_QCPAxis_t qt_meta_stringdata_QCPAxis = { + { +QT_MOC_LITERAL(0, 0, 7), // "QCPAxis" +QT_MOC_LITERAL(1, 8, 12), // "ticksRequest" +QT_MOC_LITERAL(2, 21, 0), // "" +QT_MOC_LITERAL(3, 22, 12), // "rangeChanged" +QT_MOC_LITERAL(4, 35, 8), // "QCPRange" +QT_MOC_LITERAL(5, 44, 8), // "newRange" +QT_MOC_LITERAL(6, 53, 8), // "oldRange" +QT_MOC_LITERAL(7, 62, 16), // "scaleTypeChanged" +QT_MOC_LITERAL(8, 79, 18), // "QCPAxis::ScaleType" +QT_MOC_LITERAL(9, 98, 9), // "scaleType" +QT_MOC_LITERAL(10, 108, 16), // "selectionChanged" +QT_MOC_LITERAL(11, 125, 24), // "QCPAxis::SelectableParts" +QT_MOC_LITERAL(12, 150, 5), // "parts" +QT_MOC_LITERAL(13, 156, 17), // "selectableChanged" +QT_MOC_LITERAL(14, 174, 12), // "setScaleType" +QT_MOC_LITERAL(15, 187, 4), // "type" +QT_MOC_LITERAL(16, 192, 8), // "setRange" +QT_MOC_LITERAL(17, 201, 5), // "range" +QT_MOC_LITERAL(18, 207, 18), // "setSelectableParts" +QT_MOC_LITERAL(19, 226, 15), // "selectableParts" +QT_MOC_LITERAL(20, 242, 16), // "setSelectedParts" +QT_MOC_LITERAL(21, 259, 13), // "selectedParts" +QT_MOC_LITERAL(22, 273, 8), // "axisType" +QT_MOC_LITERAL(23, 282, 8), // "AxisType" +QT_MOC_LITERAL(24, 291, 8), // "axisRect" +QT_MOC_LITERAL(25, 300, 12), // "QCPAxisRect*" +QT_MOC_LITERAL(26, 313, 9), // "ScaleType" +QT_MOC_LITERAL(27, 323, 12), // "scaleLogBase" +QT_MOC_LITERAL(28, 336, 13), // "rangeReversed" +QT_MOC_LITERAL(29, 350, 9), // "autoTicks" +QT_MOC_LITERAL(30, 360, 13), // "autoTickCount" +QT_MOC_LITERAL(31, 374, 14), // "autoTickLabels" +QT_MOC_LITERAL(32, 389, 12), // "autoTickStep" +QT_MOC_LITERAL(33, 402, 12), // "autoSubTicks" +QT_MOC_LITERAL(34, 415, 5), // "ticks" +QT_MOC_LITERAL(35, 421, 10), // "tickLabels" +QT_MOC_LITERAL(36, 432, 16), // "tickLabelPadding" +QT_MOC_LITERAL(37, 449, 13), // "tickLabelType" +QT_MOC_LITERAL(38, 463, 9), // "LabelType" +QT_MOC_LITERAL(39, 473, 13), // "tickLabelFont" +QT_MOC_LITERAL(40, 487, 14), // "tickLabelColor" +QT_MOC_LITERAL(41, 502, 17), // "tickLabelRotation" +QT_MOC_LITERAL(42, 520, 13), // "tickLabelSide" +QT_MOC_LITERAL(43, 534, 9), // "LabelSide" +QT_MOC_LITERAL(44, 544, 14), // "dateTimeFormat" +QT_MOC_LITERAL(45, 559, 12), // "dateTimeSpec" +QT_MOC_LITERAL(46, 572, 12), // "Qt::TimeSpec" +QT_MOC_LITERAL(47, 585, 12), // "numberFormat" +QT_MOC_LITERAL(48, 598, 15), // "numberPrecision" +QT_MOC_LITERAL(49, 614, 8), // "tickStep" +QT_MOC_LITERAL(50, 623, 10), // "tickVector" +QT_MOC_LITERAL(51, 634, 15), // "QVector" +QT_MOC_LITERAL(52, 650, 16), // "tickVectorLabels" +QT_MOC_LITERAL(53, 667, 16), // "QVector" +QT_MOC_LITERAL(54, 684, 12), // "tickLengthIn" +QT_MOC_LITERAL(55, 697, 13), // "tickLengthOut" +QT_MOC_LITERAL(56, 711, 12), // "subTickCount" +QT_MOC_LITERAL(57, 724, 15), // "subTickLengthIn" +QT_MOC_LITERAL(58, 740, 16), // "subTickLengthOut" +QT_MOC_LITERAL(59, 757, 7), // "basePen" +QT_MOC_LITERAL(60, 765, 7), // "tickPen" +QT_MOC_LITERAL(61, 773, 10), // "subTickPen" +QT_MOC_LITERAL(62, 784, 9), // "labelFont" +QT_MOC_LITERAL(63, 794, 10), // "labelColor" +QT_MOC_LITERAL(64, 805, 5), // "label" +QT_MOC_LITERAL(65, 811, 12), // "labelPadding" +QT_MOC_LITERAL(66, 824, 7), // "padding" +QT_MOC_LITERAL(67, 832, 6), // "offset" +QT_MOC_LITERAL(68, 839, 15), // "SelectableParts" +QT_MOC_LITERAL(69, 855, 21), // "selectedTickLabelFont" +QT_MOC_LITERAL(70, 877, 17), // "selectedLabelFont" +QT_MOC_LITERAL(71, 895, 22), // "selectedTickLabelColor" +QT_MOC_LITERAL(72, 918, 18), // "selectedLabelColor" +QT_MOC_LITERAL(73, 937, 15), // "selectedBasePen" +QT_MOC_LITERAL(74, 953, 15), // "selectedTickPen" +QT_MOC_LITERAL(75, 969, 18), // "selectedSubTickPen" +QT_MOC_LITERAL(76, 988, 11), // "lowerEnding" +QT_MOC_LITERAL(77, 1000, 13), // "QCPLineEnding" +QT_MOC_LITERAL(78, 1014, 11), // "upperEnding" +QT_MOC_LITERAL(79, 1026, 4), // "grid" +QT_MOC_LITERAL(80, 1031, 8), // "QCPGrid*" +QT_MOC_LITERAL(81, 1040, 6), // "atLeft" +QT_MOC_LITERAL(82, 1047, 7), // "atRight" +QT_MOC_LITERAL(83, 1055, 5), // "atTop" +QT_MOC_LITERAL(84, 1061, 8), // "atBottom" +QT_MOC_LITERAL(85, 1070, 9), // "AxisTypes" +QT_MOC_LITERAL(86, 1080, 8), // "ltNumber" +QT_MOC_LITERAL(87, 1089, 10), // "ltDateTime" +QT_MOC_LITERAL(88, 1100, 8), // "lsInside" +QT_MOC_LITERAL(89, 1109, 9), // "lsOutside" +QT_MOC_LITERAL(90, 1119, 8), // "stLinear" +QT_MOC_LITERAL(91, 1128, 13), // "stLogarithmic" +QT_MOC_LITERAL(92, 1142, 14), // "SelectablePart" +QT_MOC_LITERAL(93, 1157, 6), // "spNone" +QT_MOC_LITERAL(94, 1164, 6), // "spAxis" +QT_MOC_LITERAL(95, 1171, 12), // "spTickLabels" +QT_MOC_LITERAL(96, 1184, 11) // "spAxisLabel" + + }, + "QCPAxis\0ticksRequest\0\0rangeChanged\0" + "QCPRange\0newRange\0oldRange\0scaleTypeChanged\0" + "QCPAxis::ScaleType\0scaleType\0" + "selectionChanged\0QCPAxis::SelectableParts\0" + "parts\0selectableChanged\0setScaleType\0" + "type\0setRange\0range\0setSelectableParts\0" + "selectableParts\0setSelectedParts\0" + "selectedParts\0axisType\0AxisType\0" + "axisRect\0QCPAxisRect*\0ScaleType\0" + "scaleLogBase\0rangeReversed\0autoTicks\0" + "autoTickCount\0autoTickLabels\0autoTickStep\0" + "autoSubTicks\0ticks\0tickLabels\0" + "tickLabelPadding\0tickLabelType\0LabelType\0" + "tickLabelFont\0tickLabelColor\0" + "tickLabelRotation\0tickLabelSide\0" + "LabelSide\0dateTimeFormat\0dateTimeSpec\0" + "Qt::TimeSpec\0numberFormat\0numberPrecision\0" + "tickStep\0tickVector\0QVector\0" + "tickVectorLabels\0QVector\0" + "tickLengthIn\0tickLengthOut\0subTickCount\0" + "subTickLengthIn\0subTickLengthOut\0" + "basePen\0tickPen\0subTickPen\0labelFont\0" + "labelColor\0label\0labelPadding\0padding\0" + "offset\0SelectableParts\0selectedTickLabelFont\0" + "selectedLabelFont\0selectedTickLabelColor\0" + "selectedLabelColor\0selectedBasePen\0" + "selectedTickPen\0selectedSubTickPen\0" + "lowerEnding\0QCPLineEnding\0upperEnding\0" + "grid\0QCPGrid*\0atLeft\0atRight\0atTop\0" + "atBottom\0AxisTypes\0ltNumber\0ltDateTime\0" + "lsInside\0lsOutside\0stLinear\0stLogarithmic\0" + "SelectablePart\0spNone\0spAxis\0spTickLabels\0" + "spAxisLabel" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_QCPAxis[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 10, 14, // methods + 52, 94, // properties + 7, 302, // enums/sets + 0, 0, // constructors + 0, // flags + 6, // signalCount + + // signals: name, argc, parameters, tag, flags + 1, 0, 64, 2, 0x06 /* Public */, + 3, 1, 65, 2, 0x06 /* Public */, + 3, 2, 68, 2, 0x06 /* Public */, + 7, 1, 73, 2, 0x06 /* Public */, + 10, 1, 76, 2, 0x06 /* Public */, + 13, 1, 79, 2, 0x06 /* Public */, + + // slots: name, argc, parameters, tag, flags + 14, 1, 82, 2, 0x0a /* Public */, + 16, 1, 85, 2, 0x0a /* Public */, + 18, 1, 88, 2, 0x0a /* Public */, + 20, 1, 91, 2, 0x0a /* Public */, + + // signals: parameters + QMetaType::Void, + QMetaType::Void, 0x80000000 | 4, 5, + QMetaType::Void, 0x80000000 | 4, 0x80000000 | 4, 5, 6, + QMetaType::Void, 0x80000000 | 8, 9, + QMetaType::Void, 0x80000000 | 11, 12, + QMetaType::Void, 0x80000000 | 11, 12, + + // slots: parameters + QMetaType::Void, 0x80000000 | 8, 15, + QMetaType::Void, 0x80000000 | 4, 17, + QMetaType::Void, 0x80000000 | 11, 19, + QMetaType::Void, 0x80000000 | 11, 21, + + // properties: name, type, flags + 22, 0x80000000 | 23, 0x00095009, + 24, 0x80000000 | 25, 0x00095009, + 9, 0x80000000 | 26, 0x0049510b, + 27, QMetaType::Double, 0x00095103, + 17, 0x80000000 | 4, 0x0049510b, + 28, QMetaType::Bool, 0x00095103, + 29, QMetaType::Bool, 0x00095103, + 30, QMetaType::Int, 0x00095103, + 31, QMetaType::Bool, 0x00095103, + 32, QMetaType::Bool, 0x00095103, + 33, QMetaType::Bool, 0x00095103, + 34, QMetaType::Bool, 0x00095103, + 35, QMetaType::Bool, 0x00095103, + 36, QMetaType::Int, 0x00095103, + 37, 0x80000000 | 38, 0x0009510b, + 39, QMetaType::QFont, 0x00095103, + 40, QMetaType::QColor, 0x00095103, + 41, QMetaType::Double, 0x00095103, + 42, 0x80000000 | 43, 0x0009510b, + 44, QMetaType::QString, 0x00095103, + 45, 0x80000000 | 46, 0x0009510b, + 47, QMetaType::QString, 0x00095103, + 48, QMetaType::Int, 0x00095103, + 49, QMetaType::Double, 0x00095103, + 50, 0x80000000 | 51, 0x0009510b, + 52, 0x80000000 | 53, 0x0009510b, + 54, QMetaType::Int, 0x00095103, + 55, QMetaType::Int, 0x00095103, + 56, QMetaType::Int, 0x00095103, + 57, QMetaType::Int, 0x00095103, + 58, QMetaType::Int, 0x00095103, + 59, QMetaType::QPen, 0x00095103, + 60, QMetaType::QPen, 0x00095103, + 61, QMetaType::QPen, 0x00095103, + 62, QMetaType::QFont, 0x00095103, + 63, QMetaType::QColor, 0x00095103, + 64, QMetaType::QString, 0x00095103, + 65, QMetaType::Int, 0x00095103, + 66, QMetaType::Int, 0x00095103, + 67, QMetaType::Int, 0x00095103, + 21, 0x80000000 | 68, 0x0049510b, + 19, 0x80000000 | 68, 0x0049510b, + 69, QMetaType::QFont, 0x00095103, + 70, QMetaType::QFont, 0x00095103, + 71, QMetaType::QColor, 0x00095103, + 72, QMetaType::QColor, 0x00095103, + 73, QMetaType::QPen, 0x00095103, + 74, QMetaType::QPen, 0x00095103, + 75, QMetaType::QPen, 0x00095103, + 76, 0x80000000 | 77, 0x0009510b, + 78, 0x80000000 | 77, 0x0009510b, + 79, 0x80000000 | 80, 0x00095009, + + // properties: notify_signal_id + 0, + 0, + 3, + 0, + 1, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 4, + 5, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + + // enums: name, alias, flags, count, data + 23, 23, 0x1, 4, 337, + 85, 23, 0x1, 4, 345, + 38, 38, 0x0, 2, 353, + 43, 43, 0x0, 2, 357, + 26, 26, 0x0, 2, 361, + 92, 92, 0x1, 4, 365, + 68, 92, 0x1, 4, 373, + + // enum data: key, value + 81, uint(QCPAxis::atLeft), + 82, uint(QCPAxis::atRight), + 83, uint(QCPAxis::atTop), + 84, uint(QCPAxis::atBottom), + 81, uint(QCPAxis::atLeft), + 82, uint(QCPAxis::atRight), + 83, uint(QCPAxis::atTop), + 84, uint(QCPAxis::atBottom), + 86, uint(QCPAxis::ltNumber), + 87, uint(QCPAxis::ltDateTime), + 88, uint(QCPAxis::lsInside), + 89, uint(QCPAxis::lsOutside), + 90, uint(QCPAxis::stLinear), + 91, uint(QCPAxis::stLogarithmic), + 93, uint(QCPAxis::spNone), + 94, uint(QCPAxis::spAxis), + 95, uint(QCPAxis::spTickLabels), + 96, uint(QCPAxis::spAxisLabel), + 93, uint(QCPAxis::spNone), + 94, uint(QCPAxis::spAxis), + 95, uint(QCPAxis::spTickLabels), + 96, uint(QCPAxis::spAxisLabel), + + 0 // eod +}; + +void QCPAxis::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::InvokeMetaMethod) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + switch (_id) { + case 0: _t->ticksRequest(); break; + case 1: _t->rangeChanged((*reinterpret_cast< const QCPRange(*)>(_a[1]))); break; + case 2: _t->rangeChanged((*reinterpret_cast< const QCPRange(*)>(_a[1])),(*reinterpret_cast< const QCPRange(*)>(_a[2]))); break; + case 3: _t->scaleTypeChanged((*reinterpret_cast< QCPAxis::ScaleType(*)>(_a[1]))); break; + case 4: _t->selectionChanged((*reinterpret_cast< const QCPAxis::SelectableParts(*)>(_a[1]))); break; + case 5: _t->selectableChanged((*reinterpret_cast< const QCPAxis::SelectableParts(*)>(_a[1]))); break; + case 6: _t->setScaleType((*reinterpret_cast< QCPAxis::ScaleType(*)>(_a[1]))); break; + case 7: _t->setRange((*reinterpret_cast< const QCPRange(*)>(_a[1]))); break; + case 8: _t->setSelectableParts((*reinterpret_cast< const QCPAxis::SelectableParts(*)>(_a[1]))); break; + case 9: _t->setSelectedParts((*reinterpret_cast< const QCPAxis::SelectableParts(*)>(_a[1]))); break; + default: ; + } + } else if (_c == QMetaObject::IndexOfMethod) { + int *result = reinterpret_cast(_a[0]); + { + using _t = void (QCPAxis::*)(); + if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QCPAxis::ticksRequest)) { + *result = 0; + return; + } + } + { + using _t = void (QCPAxis::*)(const QCPRange & ); + if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QCPAxis::rangeChanged)) { + *result = 1; + return; + } + } + { + using _t = void (QCPAxis::*)(const QCPRange & , const QCPRange & ); + if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QCPAxis::rangeChanged)) { + *result = 2; + return; + } + } + { + using _t = void (QCPAxis::*)(QCPAxis::ScaleType ); + if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QCPAxis::scaleTypeChanged)) { + *result = 3; + return; + } + } + { + using _t = void (QCPAxis::*)(const QCPAxis::SelectableParts & ); + if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QCPAxis::selectionChanged)) { + *result = 4; + return; + } + } + { + using _t = void (QCPAxis::*)(const QCPAxis::SelectableParts & ); + if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QCPAxis::selectableChanged)) { + *result = 5; + return; + } + } + } else if (_c == QMetaObject::RegisterPropertyMetaType) { + switch (_id) { + default: *reinterpret_cast(_a[0]) = -1; break; + case 1: + *reinterpret_cast(_a[0]) = qRegisterMetaType< QCPAxisRect* >(); break; + case 51: + *reinterpret_cast(_a[0]) = qRegisterMetaType< QCPGrid* >(); break; + case 25: + *reinterpret_cast(_a[0]) = qRegisterMetaType< QVector >(); break; + case 24: + *reinterpret_cast(_a[0]) = qRegisterMetaType< QVector >(); break; + } + } + +#ifndef QT_NO_PROPERTIES + else if (_c == QMetaObject::ReadProperty) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + void *_v = _a[0]; + switch (_id) { + case 0: *reinterpret_cast(_v) = QFlag(_t->axisType()); break; + case 1: *reinterpret_cast< QCPAxisRect**>(_v) = _t->axisRect(); break; + case 2: *reinterpret_cast< ScaleType*>(_v) = _t->scaleType(); break; + case 3: *reinterpret_cast< double*>(_v) = _t->scaleLogBase(); break; + case 4: *reinterpret_cast< QCPRange*>(_v) = _t->range(); break; + case 5: *reinterpret_cast< bool*>(_v) = _t->rangeReversed(); break; + case 6: *reinterpret_cast< bool*>(_v) = _t->autoTicks(); break; + case 7: *reinterpret_cast< int*>(_v) = _t->autoTickCount(); break; + case 8: *reinterpret_cast< bool*>(_v) = _t->autoTickLabels(); break; + case 9: *reinterpret_cast< bool*>(_v) = _t->autoTickStep(); break; + case 10: *reinterpret_cast< bool*>(_v) = _t->autoSubTicks(); break; + case 11: *reinterpret_cast< bool*>(_v) = _t->ticks(); break; + case 12: *reinterpret_cast< bool*>(_v) = _t->tickLabels(); break; + case 13: *reinterpret_cast< int*>(_v) = _t->tickLabelPadding(); break; + case 14: *reinterpret_cast< LabelType*>(_v) = _t->tickLabelType(); break; + case 15: *reinterpret_cast< QFont*>(_v) = _t->tickLabelFont(); break; + case 16: *reinterpret_cast< QColor*>(_v) = _t->tickLabelColor(); break; + case 17: *reinterpret_cast< double*>(_v) = _t->tickLabelRotation(); break; + case 18: *reinterpret_cast< LabelSide*>(_v) = _t->tickLabelSide(); break; + case 19: *reinterpret_cast< QString*>(_v) = _t->dateTimeFormat(); break; + case 20: *reinterpret_cast< Qt::TimeSpec*>(_v) = _t->dateTimeSpec(); break; + case 21: *reinterpret_cast< QString*>(_v) = _t->numberFormat(); break; + case 22: *reinterpret_cast< int*>(_v) = _t->numberPrecision(); break; + case 23: *reinterpret_cast< double*>(_v) = _t->tickStep(); break; + case 24: *reinterpret_cast< QVector*>(_v) = _t->tickVector(); break; + case 25: *reinterpret_cast< QVector*>(_v) = _t->tickVectorLabels(); break; + case 26: *reinterpret_cast< int*>(_v) = _t->tickLengthIn(); break; + case 27: *reinterpret_cast< int*>(_v) = _t->tickLengthOut(); break; + case 28: *reinterpret_cast< int*>(_v) = _t->subTickCount(); break; + case 29: *reinterpret_cast< int*>(_v) = _t->subTickLengthIn(); break; + case 30: *reinterpret_cast< int*>(_v) = _t->subTickLengthOut(); break; + case 31: *reinterpret_cast< QPen*>(_v) = _t->basePen(); break; + case 32: *reinterpret_cast< QPen*>(_v) = _t->tickPen(); break; + case 33: *reinterpret_cast< QPen*>(_v) = _t->subTickPen(); break; + case 34: *reinterpret_cast< QFont*>(_v) = _t->labelFont(); break; + case 35: *reinterpret_cast< QColor*>(_v) = _t->labelColor(); break; + case 36: *reinterpret_cast< QString*>(_v) = _t->label(); break; + case 37: *reinterpret_cast< int*>(_v) = _t->labelPadding(); break; + case 38: *reinterpret_cast< int*>(_v) = _t->padding(); break; + case 39: *reinterpret_cast< int*>(_v) = _t->offset(); break; + case 40: *reinterpret_cast(_v) = QFlag(_t->selectedParts()); break; + case 41: *reinterpret_cast(_v) = QFlag(_t->selectableParts()); break; + case 42: *reinterpret_cast< QFont*>(_v) = _t->selectedTickLabelFont(); break; + case 43: *reinterpret_cast< QFont*>(_v) = _t->selectedLabelFont(); break; + case 44: *reinterpret_cast< QColor*>(_v) = _t->selectedTickLabelColor(); break; + case 45: *reinterpret_cast< QColor*>(_v) = _t->selectedLabelColor(); break; + case 46: *reinterpret_cast< QPen*>(_v) = _t->selectedBasePen(); break; + case 47: *reinterpret_cast< QPen*>(_v) = _t->selectedTickPen(); break; + case 48: *reinterpret_cast< QPen*>(_v) = _t->selectedSubTickPen(); break; + case 49: *reinterpret_cast< QCPLineEnding*>(_v) = _t->lowerEnding(); break; + case 50: *reinterpret_cast< QCPLineEnding*>(_v) = _t->upperEnding(); break; + case 51: *reinterpret_cast< QCPGrid**>(_v) = _t->grid(); break; + default: break; + } + } else if (_c == QMetaObject::WriteProperty) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + void *_v = _a[0]; + switch (_id) { + case 2: _t->setScaleType(*reinterpret_cast< ScaleType*>(_v)); break; + case 3: _t->setScaleLogBase(*reinterpret_cast< double*>(_v)); break; + case 4: _t->setRange(*reinterpret_cast< QCPRange*>(_v)); break; + case 5: _t->setRangeReversed(*reinterpret_cast< bool*>(_v)); break; + case 6: _t->setAutoTicks(*reinterpret_cast< bool*>(_v)); break; + case 7: _t->setAutoTickCount(*reinterpret_cast< int*>(_v)); break; + case 8: _t->setAutoTickLabels(*reinterpret_cast< bool*>(_v)); break; + case 9: _t->setAutoTickStep(*reinterpret_cast< bool*>(_v)); break; + case 10: _t->setAutoSubTicks(*reinterpret_cast< bool*>(_v)); break; + case 11: _t->setTicks(*reinterpret_cast< bool*>(_v)); break; + case 12: _t->setTickLabels(*reinterpret_cast< bool*>(_v)); break; + case 13: _t->setTickLabelPadding(*reinterpret_cast< int*>(_v)); break; + case 14: _t->setTickLabelType(*reinterpret_cast< LabelType*>(_v)); break; + case 15: _t->setTickLabelFont(*reinterpret_cast< QFont*>(_v)); break; + case 16: _t->setTickLabelColor(*reinterpret_cast< QColor*>(_v)); break; + case 17: _t->setTickLabelRotation(*reinterpret_cast< double*>(_v)); break; + case 18: _t->setTickLabelSide(*reinterpret_cast< LabelSide*>(_v)); break; + case 19: _t->setDateTimeFormat(*reinterpret_cast< QString*>(_v)); break; + case 20: _t->setDateTimeSpec(*reinterpret_cast< Qt::TimeSpec*>(_v)); break; + case 21: _t->setNumberFormat(*reinterpret_cast< QString*>(_v)); break; + case 22: _t->setNumberPrecision(*reinterpret_cast< int*>(_v)); break; + case 23: _t->setTickStep(*reinterpret_cast< double*>(_v)); break; + case 24: _t->setTickVector(*reinterpret_cast< QVector*>(_v)); break; + case 25: _t->setTickVectorLabels(*reinterpret_cast< QVector*>(_v)); break; + case 26: _t->setTickLengthIn(*reinterpret_cast< int*>(_v)); break; + case 27: _t->setTickLengthOut(*reinterpret_cast< int*>(_v)); break; + case 28: _t->setSubTickCount(*reinterpret_cast< int*>(_v)); break; + case 29: _t->setSubTickLengthIn(*reinterpret_cast< int*>(_v)); break; + case 30: _t->setSubTickLengthOut(*reinterpret_cast< int*>(_v)); break; + case 31: _t->setBasePen(*reinterpret_cast< QPen*>(_v)); break; + case 32: _t->setTickPen(*reinterpret_cast< QPen*>(_v)); break; + case 33: _t->setSubTickPen(*reinterpret_cast< QPen*>(_v)); break; + case 34: _t->setLabelFont(*reinterpret_cast< QFont*>(_v)); break; + case 35: _t->setLabelColor(*reinterpret_cast< QColor*>(_v)); break; + case 36: _t->setLabel(*reinterpret_cast< QString*>(_v)); break; + case 37: _t->setLabelPadding(*reinterpret_cast< int*>(_v)); break; + case 38: _t->setPadding(*reinterpret_cast< int*>(_v)); break; + case 39: _t->setOffset(*reinterpret_cast< int*>(_v)); break; + case 40: _t->setSelectedParts(QFlag(*reinterpret_cast(_v))); break; + case 41: _t->setSelectableParts(QFlag(*reinterpret_cast(_v))); break; + case 42: _t->setSelectedTickLabelFont(*reinterpret_cast< QFont*>(_v)); break; + case 43: _t->setSelectedLabelFont(*reinterpret_cast< QFont*>(_v)); break; + case 44: _t->setSelectedTickLabelColor(*reinterpret_cast< QColor*>(_v)); break; + case 45: _t->setSelectedLabelColor(*reinterpret_cast< QColor*>(_v)); break; + case 46: _t->setSelectedBasePen(*reinterpret_cast< QPen*>(_v)); break; + case 47: _t->setSelectedTickPen(*reinterpret_cast< QPen*>(_v)); break; + case 48: _t->setSelectedSubTickPen(*reinterpret_cast< QPen*>(_v)); break; + case 49: _t->setLowerEnding(*reinterpret_cast< QCPLineEnding*>(_v)); break; + case 50: _t->setUpperEnding(*reinterpret_cast< QCPLineEnding*>(_v)); break; + default: break; + } + } else if (_c == QMetaObject::ResetProperty) { + } +#endif // QT_NO_PROPERTIES +} + +QT_INIT_METAOBJECT const QMetaObject QCPAxis::staticMetaObject = { { + &QCPLayerable::staticMetaObject, + qt_meta_stringdata_QCPAxis.data, + qt_meta_data_QCPAxis, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *QCPAxis::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *QCPAxis::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_QCPAxis.stringdata0)) + return static_cast(this); + return QCPLayerable::qt_metacast(_clname); +} + +int QCPAxis::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QCPLayerable::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + if (_id < 10) + qt_static_metacall(this, _c, _id, _a); + _id -= 10; + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + if (_id < 10) + *reinterpret_cast(_a[0]) = -1; + _id -= 10; + } +#ifndef QT_NO_PROPERTIES + else if (_c == QMetaObject::ReadProperty || _c == QMetaObject::WriteProperty + || _c == QMetaObject::ResetProperty || _c == QMetaObject::RegisterPropertyMetaType) { + qt_static_metacall(this, _c, _id, _a); + _id -= 52; + } else if (_c == QMetaObject::QueryPropertyDesignable) { + _id -= 52; + } else if (_c == QMetaObject::QueryPropertyScriptable) { + _id -= 52; + } else if (_c == QMetaObject::QueryPropertyStored) { + _id -= 52; + } else if (_c == QMetaObject::QueryPropertyEditable) { + _id -= 52; + } else if (_c == QMetaObject::QueryPropertyUser) { + _id -= 52; + } +#endif // QT_NO_PROPERTIES + return _id; +} + +// SIGNAL 0 +void QCPAxis::ticksRequest() +{ + QMetaObject::activate(this, &staticMetaObject, 0, nullptr); +} + +// SIGNAL 1 +void QCPAxis::rangeChanged(const QCPRange & _t1) +{ + void *_a[] = { nullptr, const_cast(reinterpret_cast(&_t1)) }; + QMetaObject::activate(this, &staticMetaObject, 1, _a); +} + +// SIGNAL 2 +void QCPAxis::rangeChanged(const QCPRange & _t1, const QCPRange & _t2) +{ + void *_a[] = { nullptr, const_cast(reinterpret_cast(&_t1)), const_cast(reinterpret_cast(&_t2)) }; + QMetaObject::activate(this, &staticMetaObject, 2, _a); +} + +// SIGNAL 3 +void QCPAxis::scaleTypeChanged(QCPAxis::ScaleType _t1) +{ + void *_a[] = { nullptr, const_cast(reinterpret_cast(&_t1)) }; + QMetaObject::activate(this, &staticMetaObject, 3, _a); +} + +// SIGNAL 4 +void QCPAxis::selectionChanged(const QCPAxis::SelectableParts & _t1) +{ + void *_a[] = { nullptr, const_cast(reinterpret_cast(&_t1)) }; + QMetaObject::activate(this, &staticMetaObject, 4, _a); +} + +// SIGNAL 5 +void QCPAxis::selectableChanged(const QCPAxis::SelectableParts & _t1) +{ + void *_a[] = { nullptr, const_cast(reinterpret_cast(&_t1)) }; + QMetaObject::activate(this, &staticMetaObject, 5, _a); +} +struct qt_meta_stringdata_QCPAbstractPlottable_t { + QByteArrayData data[19]; + char stringdata0[228]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_QCPAbstractPlottable_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_QCPAbstractPlottable_t qt_meta_stringdata_QCPAbstractPlottable = { + { +QT_MOC_LITERAL(0, 0, 20), // "QCPAbstractPlottable" +QT_MOC_LITERAL(1, 21, 16), // "selectionChanged" +QT_MOC_LITERAL(2, 38, 0), // "" +QT_MOC_LITERAL(3, 39, 8), // "selected" +QT_MOC_LITERAL(4, 48, 17), // "selectableChanged" +QT_MOC_LITERAL(5, 66, 10), // "selectable" +QT_MOC_LITERAL(6, 77, 13), // "setSelectable" +QT_MOC_LITERAL(7, 91, 11), // "setSelected" +QT_MOC_LITERAL(8, 103, 4), // "name" +QT_MOC_LITERAL(9, 108, 15), // "antialiasedFill" +QT_MOC_LITERAL(10, 124, 19), // "antialiasedScatters" +QT_MOC_LITERAL(11, 144, 20), // "antialiasedErrorBars" +QT_MOC_LITERAL(12, 165, 3), // "pen" +QT_MOC_LITERAL(13, 169, 11), // "selectedPen" +QT_MOC_LITERAL(14, 181, 5), // "brush" +QT_MOC_LITERAL(15, 187, 13), // "selectedBrush" +QT_MOC_LITERAL(16, 201, 7), // "keyAxis" +QT_MOC_LITERAL(17, 209, 8), // "QCPAxis*" +QT_MOC_LITERAL(18, 218, 9) // "valueAxis" + + }, + "QCPAbstractPlottable\0selectionChanged\0" + "\0selected\0selectableChanged\0selectable\0" + "setSelectable\0setSelected\0name\0" + "antialiasedFill\0antialiasedScatters\0" + "antialiasedErrorBars\0pen\0selectedPen\0" + "brush\0selectedBrush\0keyAxis\0QCPAxis*\0" + "valueAxis" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_QCPAbstractPlottable[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 4, 14, // methods + 12, 46, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 2, // signalCount + + // signals: name, argc, parameters, tag, flags + 1, 1, 34, 2, 0x06 /* Public */, + 4, 1, 37, 2, 0x06 /* Public */, + + // slots: name, argc, parameters, tag, flags + 6, 1, 40, 2, 0x0a /* Public */, + 7, 1, 43, 2, 0x0a /* Public */, + + // signals: parameters + QMetaType::Void, QMetaType::Bool, 3, + QMetaType::Void, QMetaType::Bool, 5, + + // slots: parameters + QMetaType::Void, QMetaType::Bool, 5, + QMetaType::Void, QMetaType::Bool, 3, + + // properties: name, type, flags + 8, QMetaType::QString, 0x00095103, + 9, QMetaType::Bool, 0x00095103, + 10, QMetaType::Bool, 0x00095103, + 11, QMetaType::Bool, 0x00095103, + 12, QMetaType::QPen, 0x00095103, + 13, QMetaType::QPen, 0x00095103, + 14, QMetaType::QBrush, 0x00095103, + 15, QMetaType::QBrush, 0x00095103, + 16, 0x80000000 | 17, 0x0009510b, + 18, 0x80000000 | 17, 0x0009510b, + 5, QMetaType::Bool, 0x00495103, + 3, QMetaType::Bool, 0x00495103, + + // properties: notify_signal_id + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 0, + + 0 // eod +}; + +void QCPAbstractPlottable::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::InvokeMetaMethod) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + switch (_id) { + case 0: _t->selectionChanged((*reinterpret_cast< bool(*)>(_a[1]))); break; + case 1: _t->selectableChanged((*reinterpret_cast< bool(*)>(_a[1]))); break; + case 2: _t->setSelectable((*reinterpret_cast< bool(*)>(_a[1]))); break; + case 3: _t->setSelected((*reinterpret_cast< bool(*)>(_a[1]))); break; + default: ; + } + } else if (_c == QMetaObject::IndexOfMethod) { + int *result = reinterpret_cast(_a[0]); + { + using _t = void (QCPAbstractPlottable::*)(bool ); + if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QCPAbstractPlottable::selectionChanged)) { + *result = 0; + return; + } + } + { + using _t = void (QCPAbstractPlottable::*)(bool ); + if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QCPAbstractPlottable::selectableChanged)) { + *result = 1; + return; + } + } + } else if (_c == QMetaObject::RegisterPropertyMetaType) { + switch (_id) { + default: *reinterpret_cast(_a[0]) = -1; break; + case 9: + case 8: + *reinterpret_cast(_a[0]) = qRegisterMetaType< QCPAxis* >(); break; + } + } + +#ifndef QT_NO_PROPERTIES + else if (_c == QMetaObject::ReadProperty) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + void *_v = _a[0]; + switch (_id) { + case 0: *reinterpret_cast< QString*>(_v) = _t->name(); break; + case 1: *reinterpret_cast< bool*>(_v) = _t->antialiasedFill(); break; + case 2: *reinterpret_cast< bool*>(_v) = _t->antialiasedScatters(); break; + case 3: *reinterpret_cast< bool*>(_v) = _t->antialiasedErrorBars(); break; + case 4: *reinterpret_cast< QPen*>(_v) = _t->pen(); break; + case 5: *reinterpret_cast< QPen*>(_v) = _t->selectedPen(); break; + case 6: *reinterpret_cast< QBrush*>(_v) = _t->brush(); break; + case 7: *reinterpret_cast< QBrush*>(_v) = _t->selectedBrush(); break; + case 8: *reinterpret_cast< QCPAxis**>(_v) = _t->keyAxis(); break; + case 9: *reinterpret_cast< QCPAxis**>(_v) = _t->valueAxis(); break; + case 10: *reinterpret_cast< bool*>(_v) = _t->selectable(); break; + case 11: *reinterpret_cast< bool*>(_v) = _t->selected(); break; + default: break; + } + } else if (_c == QMetaObject::WriteProperty) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + void *_v = _a[0]; + switch (_id) { + case 0: _t->setName(*reinterpret_cast< QString*>(_v)); break; + case 1: _t->setAntialiasedFill(*reinterpret_cast< bool*>(_v)); break; + case 2: _t->setAntialiasedScatters(*reinterpret_cast< bool*>(_v)); break; + case 3: _t->setAntialiasedErrorBars(*reinterpret_cast< bool*>(_v)); break; + case 4: _t->setPen(*reinterpret_cast< QPen*>(_v)); break; + case 5: _t->setSelectedPen(*reinterpret_cast< QPen*>(_v)); break; + case 6: _t->setBrush(*reinterpret_cast< QBrush*>(_v)); break; + case 7: _t->setSelectedBrush(*reinterpret_cast< QBrush*>(_v)); break; + case 8: _t->setKeyAxis(*reinterpret_cast< QCPAxis**>(_v)); break; + case 9: _t->setValueAxis(*reinterpret_cast< QCPAxis**>(_v)); break; + case 10: _t->setSelectable(*reinterpret_cast< bool*>(_v)); break; + case 11: _t->setSelected(*reinterpret_cast< bool*>(_v)); break; + default: break; + } + } else if (_c == QMetaObject::ResetProperty) { + } +#endif // QT_NO_PROPERTIES +} + +QT_INIT_METAOBJECT const QMetaObject QCPAbstractPlottable::staticMetaObject = { { + &QCPLayerable::staticMetaObject, + qt_meta_stringdata_QCPAbstractPlottable.data, + qt_meta_data_QCPAbstractPlottable, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *QCPAbstractPlottable::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *QCPAbstractPlottable::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_QCPAbstractPlottable.stringdata0)) + return static_cast(this); + return QCPLayerable::qt_metacast(_clname); +} + +int QCPAbstractPlottable::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QCPLayerable::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + if (_id < 4) + qt_static_metacall(this, _c, _id, _a); + _id -= 4; + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + if (_id < 4) + *reinterpret_cast(_a[0]) = -1; + _id -= 4; + } +#ifndef QT_NO_PROPERTIES + else if (_c == QMetaObject::ReadProperty || _c == QMetaObject::WriteProperty + || _c == QMetaObject::ResetProperty || _c == QMetaObject::RegisterPropertyMetaType) { + qt_static_metacall(this, _c, _id, _a); + _id -= 12; + } else if (_c == QMetaObject::QueryPropertyDesignable) { + _id -= 12; + } else if (_c == QMetaObject::QueryPropertyScriptable) { + _id -= 12; + } else if (_c == QMetaObject::QueryPropertyStored) { + _id -= 12; + } else if (_c == QMetaObject::QueryPropertyEditable) { + _id -= 12; + } else if (_c == QMetaObject::QueryPropertyUser) { + _id -= 12; + } +#endif // QT_NO_PROPERTIES + return _id; +} + +// SIGNAL 0 +void QCPAbstractPlottable::selectionChanged(bool _t1) +{ + void *_a[] = { nullptr, const_cast(reinterpret_cast(&_t1)) }; + QMetaObject::activate(this, &staticMetaObject, 0, _a); +} + +// SIGNAL 1 +void QCPAbstractPlottable::selectableChanged(bool _t1) +{ + void *_a[] = { nullptr, const_cast(reinterpret_cast(&_t1)) }; + QMetaObject::activate(this, &staticMetaObject, 1, _a); +} +struct qt_meta_stringdata_QCPAbstractItem_t { + QByteArrayData data[11]; + char stringdata0[139]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_QCPAbstractItem_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_QCPAbstractItem_t qt_meta_stringdata_QCPAbstractItem = { + { +QT_MOC_LITERAL(0, 0, 15), // "QCPAbstractItem" +QT_MOC_LITERAL(1, 16, 16), // "selectionChanged" +QT_MOC_LITERAL(2, 33, 0), // "" +QT_MOC_LITERAL(3, 34, 8), // "selected" +QT_MOC_LITERAL(4, 43, 17), // "selectableChanged" +QT_MOC_LITERAL(5, 61, 10), // "selectable" +QT_MOC_LITERAL(6, 72, 13), // "setSelectable" +QT_MOC_LITERAL(7, 86, 11), // "setSelected" +QT_MOC_LITERAL(8, 98, 14), // "clipToAxisRect" +QT_MOC_LITERAL(9, 113, 12), // "clipAxisRect" +QT_MOC_LITERAL(10, 126, 12) // "QCPAxisRect*" + + }, + "QCPAbstractItem\0selectionChanged\0\0" + "selected\0selectableChanged\0selectable\0" + "setSelectable\0setSelected\0clipToAxisRect\0" + "clipAxisRect\0QCPAxisRect*" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_QCPAbstractItem[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 4, 14, // methods + 4, 46, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 2, // signalCount + + // signals: name, argc, parameters, tag, flags + 1, 1, 34, 2, 0x06 /* Public */, + 4, 1, 37, 2, 0x06 /* Public */, + + // slots: name, argc, parameters, tag, flags + 6, 1, 40, 2, 0x0a /* Public */, + 7, 1, 43, 2, 0x0a /* Public */, + + // signals: parameters + QMetaType::Void, QMetaType::Bool, 3, + QMetaType::Void, QMetaType::Bool, 5, + + // slots: parameters + QMetaType::Void, QMetaType::Bool, 5, + QMetaType::Void, QMetaType::Bool, 3, + + // properties: name, type, flags + 8, QMetaType::Bool, 0x00095103, + 9, 0x80000000 | 10, 0x0009510b, + 5, QMetaType::Bool, 0x00495103, + 3, QMetaType::Bool, 0x00495103, + + // properties: notify_signal_id + 0, + 0, + 1, + 0, + + 0 // eod +}; + +void QCPAbstractItem::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::InvokeMetaMethod) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + switch (_id) { + case 0: _t->selectionChanged((*reinterpret_cast< bool(*)>(_a[1]))); break; + case 1: _t->selectableChanged((*reinterpret_cast< bool(*)>(_a[1]))); break; + case 2: _t->setSelectable((*reinterpret_cast< bool(*)>(_a[1]))); break; + case 3: _t->setSelected((*reinterpret_cast< bool(*)>(_a[1]))); break; + default: ; + } + } else if (_c == QMetaObject::IndexOfMethod) { + int *result = reinterpret_cast(_a[0]); + { + using _t = void (QCPAbstractItem::*)(bool ); + if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QCPAbstractItem::selectionChanged)) { + *result = 0; + return; + } + } + { + using _t = void (QCPAbstractItem::*)(bool ); + if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QCPAbstractItem::selectableChanged)) { + *result = 1; + return; + } + } + } else if (_c == QMetaObject::RegisterPropertyMetaType) { + switch (_id) { + default: *reinterpret_cast(_a[0]) = -1; break; + case 1: + *reinterpret_cast(_a[0]) = qRegisterMetaType< QCPAxisRect* >(); break; + } + } + +#ifndef QT_NO_PROPERTIES + else if (_c == QMetaObject::ReadProperty) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + void *_v = _a[0]; + switch (_id) { + case 0: *reinterpret_cast< bool*>(_v) = _t->clipToAxisRect(); break; + case 1: *reinterpret_cast< QCPAxisRect**>(_v) = _t->clipAxisRect(); break; + case 2: *reinterpret_cast< bool*>(_v) = _t->selectable(); break; + case 3: *reinterpret_cast< bool*>(_v) = _t->selected(); break; + default: break; + } + } else if (_c == QMetaObject::WriteProperty) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + void *_v = _a[0]; + switch (_id) { + case 0: _t->setClipToAxisRect(*reinterpret_cast< bool*>(_v)); break; + case 1: _t->setClipAxisRect(*reinterpret_cast< QCPAxisRect**>(_v)); break; + case 2: _t->setSelectable(*reinterpret_cast< bool*>(_v)); break; + case 3: _t->setSelected(*reinterpret_cast< bool*>(_v)); break; + default: break; + } + } else if (_c == QMetaObject::ResetProperty) { + } +#endif // QT_NO_PROPERTIES +} + +QT_INIT_METAOBJECT const QMetaObject QCPAbstractItem::staticMetaObject = { { + &QCPLayerable::staticMetaObject, + qt_meta_stringdata_QCPAbstractItem.data, + qt_meta_data_QCPAbstractItem, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *QCPAbstractItem::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *QCPAbstractItem::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_QCPAbstractItem.stringdata0)) + return static_cast(this); + return QCPLayerable::qt_metacast(_clname); +} + +int QCPAbstractItem::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QCPLayerable::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + if (_id < 4) + qt_static_metacall(this, _c, _id, _a); + _id -= 4; + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + if (_id < 4) + *reinterpret_cast(_a[0]) = -1; + _id -= 4; + } +#ifndef QT_NO_PROPERTIES + else if (_c == QMetaObject::ReadProperty || _c == QMetaObject::WriteProperty + || _c == QMetaObject::ResetProperty || _c == QMetaObject::RegisterPropertyMetaType) { + qt_static_metacall(this, _c, _id, _a); + _id -= 4; + } else if (_c == QMetaObject::QueryPropertyDesignable) { + _id -= 4; + } else if (_c == QMetaObject::QueryPropertyScriptable) { + _id -= 4; + } else if (_c == QMetaObject::QueryPropertyStored) { + _id -= 4; + } else if (_c == QMetaObject::QueryPropertyEditable) { + _id -= 4; + } else if (_c == QMetaObject::QueryPropertyUser) { + _id -= 4; + } +#endif // QT_NO_PROPERTIES + return _id; +} + +// SIGNAL 0 +void QCPAbstractItem::selectionChanged(bool _t1) +{ + void *_a[] = { nullptr, const_cast(reinterpret_cast(&_t1)) }; + QMetaObject::activate(this, &staticMetaObject, 0, _a); +} + +// SIGNAL 1 +void QCPAbstractItem::selectableChanged(bool _t1) +{ + void *_a[] = { nullptr, const_cast(reinterpret_cast(&_t1)) }; + QMetaObject::activate(this, &staticMetaObject, 1, _a); +} +struct qt_meta_stringdata_QCustomPlot_t { + QByteArrayData data[57]; + char stringdata0[801]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_QCustomPlot_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_QCustomPlot_t qt_meta_stringdata_QCustomPlot = { + { +QT_MOC_LITERAL(0, 0, 11), // "QCustomPlot" +QT_MOC_LITERAL(1, 12, 16), // "mouseDoubleClick" +QT_MOC_LITERAL(2, 29, 0), // "" +QT_MOC_LITERAL(3, 30, 12), // "QMouseEvent*" +QT_MOC_LITERAL(4, 43, 5), // "event" +QT_MOC_LITERAL(5, 49, 10), // "mousePress" +QT_MOC_LITERAL(6, 60, 9), // "mouseMove" +QT_MOC_LITERAL(7, 70, 12), // "mouseRelease" +QT_MOC_LITERAL(8, 83, 10), // "mouseWheel" +QT_MOC_LITERAL(9, 94, 12), // "QWheelEvent*" +QT_MOC_LITERAL(10, 107, 14), // "plottableClick" +QT_MOC_LITERAL(11, 122, 21), // "QCPAbstractPlottable*" +QT_MOC_LITERAL(12, 144, 9), // "plottable" +QT_MOC_LITERAL(13, 154, 20), // "plottableDoubleClick" +QT_MOC_LITERAL(14, 175, 9), // "itemClick" +QT_MOC_LITERAL(15, 185, 16), // "QCPAbstractItem*" +QT_MOC_LITERAL(16, 202, 4), // "item" +QT_MOC_LITERAL(17, 207, 15), // "itemDoubleClick" +QT_MOC_LITERAL(18, 223, 9), // "axisClick" +QT_MOC_LITERAL(19, 233, 8), // "QCPAxis*" +QT_MOC_LITERAL(20, 242, 4), // "axis" +QT_MOC_LITERAL(21, 247, 23), // "QCPAxis::SelectablePart" +QT_MOC_LITERAL(22, 271, 4), // "part" +QT_MOC_LITERAL(23, 276, 15), // "axisDoubleClick" +QT_MOC_LITERAL(24, 292, 11), // "legendClick" +QT_MOC_LITERAL(25, 304, 10), // "QCPLegend*" +QT_MOC_LITERAL(26, 315, 6), // "legend" +QT_MOC_LITERAL(27, 322, 22), // "QCPAbstractLegendItem*" +QT_MOC_LITERAL(28, 345, 17), // "legendDoubleClick" +QT_MOC_LITERAL(29, 363, 10), // "titleClick" +QT_MOC_LITERAL(30, 374, 13), // "QCPPlotTitle*" +QT_MOC_LITERAL(31, 388, 5), // "title" +QT_MOC_LITERAL(32, 394, 16), // "titleDoubleClick" +QT_MOC_LITERAL(33, 411, 22), // "selectionChangedByUser" +QT_MOC_LITERAL(34, 434, 12), // "beforeReplot" +QT_MOC_LITERAL(35, 447, 11), // "afterReplot" +QT_MOC_LITERAL(36, 459, 11), // "rescaleAxes" +QT_MOC_LITERAL(37, 471, 21), // "onlyVisiblePlottables" +QT_MOC_LITERAL(38, 493, 11), // "deselectAll" +QT_MOC_LITERAL(39, 505, 6), // "replot" +QT_MOC_LITERAL(40, 512, 28), // "QCustomPlot::RefreshPriority" +QT_MOC_LITERAL(41, 541, 15), // "refreshPriority" +QT_MOC_LITERAL(42, 557, 8), // "viewport" +QT_MOC_LITERAL(43, 566, 10), // "background" +QT_MOC_LITERAL(44, 577, 16), // "backgroundScaled" +QT_MOC_LITERAL(45, 594, 20), // "backgroundScaledMode" +QT_MOC_LITERAL(46, 615, 19), // "Qt::AspectRatioMode" +QT_MOC_LITERAL(47, 635, 10), // "plotLayout" +QT_MOC_LITERAL(48, 646, 14), // "QCPLayoutGrid*" +QT_MOC_LITERAL(49, 661, 24), // "autoAddPlottableToLegend" +QT_MOC_LITERAL(50, 686, 18), // "selectionTolerance" +QT_MOC_LITERAL(51, 705, 20), // "noAntialiasingOnDrag" +QT_MOC_LITERAL(52, 726, 19), // "multiSelectModifier" +QT_MOC_LITERAL(53, 746, 20), // "Qt::KeyboardModifier" +QT_MOC_LITERAL(54, 767, 15), // "LayerInsertMode" +QT_MOC_LITERAL(55, 783, 8), // "limBelow" +QT_MOC_LITERAL(56, 792, 8) // "limAbove" + + }, + "QCustomPlot\0mouseDoubleClick\0\0" + "QMouseEvent*\0event\0mousePress\0mouseMove\0" + "mouseRelease\0mouseWheel\0QWheelEvent*\0" + "plottableClick\0QCPAbstractPlottable*\0" + "plottable\0plottableDoubleClick\0itemClick\0" + "QCPAbstractItem*\0item\0itemDoubleClick\0" + "axisClick\0QCPAxis*\0axis\0QCPAxis::SelectablePart\0" + "part\0axisDoubleClick\0legendClick\0" + "QCPLegend*\0legend\0QCPAbstractLegendItem*\0" + "legendDoubleClick\0titleClick\0QCPPlotTitle*\0" + "title\0titleDoubleClick\0selectionChangedByUser\0" + "beforeReplot\0afterReplot\0rescaleAxes\0" + "onlyVisiblePlottables\0deselectAll\0" + "replot\0QCustomPlot::RefreshPriority\0" + "refreshPriority\0viewport\0background\0" + "backgroundScaled\0backgroundScaledMode\0" + "Qt::AspectRatioMode\0plotLayout\0" + "QCPLayoutGrid*\0autoAddPlottableToLegend\0" + "selectionTolerance\0noAntialiasingOnDrag\0" + "multiSelectModifier\0Qt::KeyboardModifier\0" + "LayerInsertMode\0limBelow\0limAbove" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_QCustomPlot[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 23, 14, // methods + 9, 214, // properties + 1, 241, // enums/sets + 0, 0, // constructors + 0, // flags + 18, // signalCount + + // signals: name, argc, parameters, tag, flags + 1, 1, 129, 2, 0x06 /* Public */, + 5, 1, 132, 2, 0x06 /* Public */, + 6, 1, 135, 2, 0x06 /* Public */, + 7, 1, 138, 2, 0x06 /* Public */, + 8, 1, 141, 2, 0x06 /* Public */, + 10, 2, 144, 2, 0x06 /* Public */, + 13, 2, 149, 2, 0x06 /* Public */, + 14, 2, 154, 2, 0x06 /* Public */, + 17, 2, 159, 2, 0x06 /* Public */, + 18, 3, 164, 2, 0x06 /* Public */, + 23, 3, 171, 2, 0x06 /* Public */, + 24, 3, 178, 2, 0x06 /* Public */, + 28, 3, 185, 2, 0x06 /* Public */, + 29, 2, 192, 2, 0x06 /* Public */, + 32, 2, 197, 2, 0x06 /* Public */, + 33, 0, 202, 2, 0x06 /* Public */, + 34, 0, 203, 2, 0x06 /* Public */, + 35, 0, 204, 2, 0x06 /* Public */, + + // slots: name, argc, parameters, tag, flags + 36, 1, 205, 2, 0x0a /* Public */, + 36, 0, 208, 2, 0x2a /* Public | MethodCloned */, + 38, 0, 209, 2, 0x0a /* Public */, + 39, 1, 210, 2, 0x0a /* Public */, + 39, 0, 213, 2, 0x2a /* Public | MethodCloned */, + + // signals: parameters + QMetaType::Void, 0x80000000 | 3, 4, + QMetaType::Void, 0x80000000 | 3, 4, + QMetaType::Void, 0x80000000 | 3, 4, + QMetaType::Void, 0x80000000 | 3, 4, + QMetaType::Void, 0x80000000 | 9, 4, + QMetaType::Void, 0x80000000 | 11, 0x80000000 | 3, 12, 4, + QMetaType::Void, 0x80000000 | 11, 0x80000000 | 3, 12, 4, + QMetaType::Void, 0x80000000 | 15, 0x80000000 | 3, 16, 4, + QMetaType::Void, 0x80000000 | 15, 0x80000000 | 3, 16, 4, + QMetaType::Void, 0x80000000 | 19, 0x80000000 | 21, 0x80000000 | 3, 20, 22, 4, + QMetaType::Void, 0x80000000 | 19, 0x80000000 | 21, 0x80000000 | 3, 20, 22, 4, + QMetaType::Void, 0x80000000 | 25, 0x80000000 | 27, 0x80000000 | 3, 26, 16, 4, + QMetaType::Void, 0x80000000 | 25, 0x80000000 | 27, 0x80000000 | 3, 26, 16, 4, + QMetaType::Void, 0x80000000 | 3, 0x80000000 | 30, 4, 31, + QMetaType::Void, 0x80000000 | 3, 0x80000000 | 30, 4, 31, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + + // slots: parameters + QMetaType::Void, QMetaType::Bool, 37, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, 0x80000000 | 40, 41, + QMetaType::Void, + + // properties: name, type, flags + 42, QMetaType::QRect, 0x00095103, + 43, QMetaType::QPixmap, 0x00095103, + 44, QMetaType::Bool, 0x00095103, + 45, 0x80000000 | 46, 0x0009510b, + 47, 0x80000000 | 48, 0x00095009, + 49, QMetaType::Bool, 0x00095103, + 50, QMetaType::Int, 0x00095103, + 51, QMetaType::Bool, 0x00095103, + 52, 0x80000000 | 53, 0x0009510b, + + // enums: name, alias, flags, count, data + 54, 54, 0x0, 2, 246, + + // enum data: key, value + 55, uint(QCustomPlot::limBelow), + 56, uint(QCustomPlot::limAbove), + + 0 // eod +}; + +void QCustomPlot::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::InvokeMetaMethod) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + switch (_id) { + case 0: _t->mouseDoubleClick((*reinterpret_cast< QMouseEvent*(*)>(_a[1]))); break; + case 1: _t->mousePress((*reinterpret_cast< QMouseEvent*(*)>(_a[1]))); break; + case 2: _t->mouseMove((*reinterpret_cast< QMouseEvent*(*)>(_a[1]))); break; + case 3: _t->mouseRelease((*reinterpret_cast< QMouseEvent*(*)>(_a[1]))); break; + case 4: _t->mouseWheel((*reinterpret_cast< QWheelEvent*(*)>(_a[1]))); break; + case 5: _t->plottableClick((*reinterpret_cast< QCPAbstractPlottable*(*)>(_a[1])),(*reinterpret_cast< QMouseEvent*(*)>(_a[2]))); break; + case 6: _t->plottableDoubleClick((*reinterpret_cast< QCPAbstractPlottable*(*)>(_a[1])),(*reinterpret_cast< QMouseEvent*(*)>(_a[2]))); break; + case 7: _t->itemClick((*reinterpret_cast< QCPAbstractItem*(*)>(_a[1])),(*reinterpret_cast< QMouseEvent*(*)>(_a[2]))); break; + case 8: _t->itemDoubleClick((*reinterpret_cast< QCPAbstractItem*(*)>(_a[1])),(*reinterpret_cast< QMouseEvent*(*)>(_a[2]))); break; + case 9: _t->axisClick((*reinterpret_cast< QCPAxis*(*)>(_a[1])),(*reinterpret_cast< QCPAxis::SelectablePart(*)>(_a[2])),(*reinterpret_cast< QMouseEvent*(*)>(_a[3]))); break; + case 10: _t->axisDoubleClick((*reinterpret_cast< QCPAxis*(*)>(_a[1])),(*reinterpret_cast< QCPAxis::SelectablePart(*)>(_a[2])),(*reinterpret_cast< QMouseEvent*(*)>(_a[3]))); break; + case 11: _t->legendClick((*reinterpret_cast< QCPLegend*(*)>(_a[1])),(*reinterpret_cast< QCPAbstractLegendItem*(*)>(_a[2])),(*reinterpret_cast< QMouseEvent*(*)>(_a[3]))); break; + case 12: _t->legendDoubleClick((*reinterpret_cast< QCPLegend*(*)>(_a[1])),(*reinterpret_cast< QCPAbstractLegendItem*(*)>(_a[2])),(*reinterpret_cast< QMouseEvent*(*)>(_a[3]))); break; + case 13: _t->titleClick((*reinterpret_cast< QMouseEvent*(*)>(_a[1])),(*reinterpret_cast< QCPPlotTitle*(*)>(_a[2]))); break; + case 14: _t->titleDoubleClick((*reinterpret_cast< QMouseEvent*(*)>(_a[1])),(*reinterpret_cast< QCPPlotTitle*(*)>(_a[2]))); break; + case 15: _t->selectionChangedByUser(); break; + case 16: _t->beforeReplot(); break; + case 17: _t->afterReplot(); break; + case 18: _t->rescaleAxes((*reinterpret_cast< bool(*)>(_a[1]))); break; + case 19: _t->rescaleAxes(); break; + case 20: _t->deselectAll(); break; + case 21: _t->replot((*reinterpret_cast< QCustomPlot::RefreshPriority(*)>(_a[1]))); break; + case 22: _t->replot(); break; + default: ; + } + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + switch (_id) { + default: *reinterpret_cast(_a[0]) = -1; break; + case 5: + switch (*reinterpret_cast(_a[1])) { + default: *reinterpret_cast(_a[0]) = -1; break; + case 0: + *reinterpret_cast(_a[0]) = qRegisterMetaType< QCPAbstractPlottable* >(); break; + } + break; + case 6: + switch (*reinterpret_cast(_a[1])) { + default: *reinterpret_cast(_a[0]) = -1; break; + case 0: + *reinterpret_cast(_a[0]) = qRegisterMetaType< QCPAbstractPlottable* >(); break; + } + break; + case 7: + switch (*reinterpret_cast(_a[1])) { + default: *reinterpret_cast(_a[0]) = -1; break; + case 0: + *reinterpret_cast(_a[0]) = qRegisterMetaType< QCPAbstractItem* >(); break; + } + break; + case 8: + switch (*reinterpret_cast(_a[1])) { + default: *reinterpret_cast(_a[0]) = -1; break; + case 0: + *reinterpret_cast(_a[0]) = qRegisterMetaType< QCPAbstractItem* >(); break; + } + break; + case 9: + switch (*reinterpret_cast(_a[1])) { + default: *reinterpret_cast(_a[0]) = -1; break; + case 0: + *reinterpret_cast(_a[0]) = qRegisterMetaType< QCPAxis* >(); break; + case 1: + *reinterpret_cast(_a[0]) = qRegisterMetaType< QCPAxis::SelectablePart >(); break; + } + break; + case 10: + switch (*reinterpret_cast(_a[1])) { + default: *reinterpret_cast(_a[0]) = -1; break; + case 0: + *reinterpret_cast(_a[0]) = qRegisterMetaType< QCPAxis* >(); break; + case 1: + *reinterpret_cast(_a[0]) = qRegisterMetaType< QCPAxis::SelectablePart >(); break; + } + break; + case 11: + switch (*reinterpret_cast(_a[1])) { + default: *reinterpret_cast(_a[0]) = -1; break; + case 1: + *reinterpret_cast(_a[0]) = qRegisterMetaType< QCPAbstractLegendItem* >(); break; + case 0: + *reinterpret_cast(_a[0]) = qRegisterMetaType< QCPLegend* >(); break; + } + break; + case 12: + switch (*reinterpret_cast(_a[1])) { + default: *reinterpret_cast(_a[0]) = -1; break; + case 1: + *reinterpret_cast(_a[0]) = qRegisterMetaType< QCPAbstractLegendItem* >(); break; + case 0: + *reinterpret_cast(_a[0]) = qRegisterMetaType< QCPLegend* >(); break; + } + break; + case 13: + switch (*reinterpret_cast(_a[1])) { + default: *reinterpret_cast(_a[0]) = -1; break; + case 1: + *reinterpret_cast(_a[0]) = qRegisterMetaType< QCPPlotTitle* >(); break; + } + break; + case 14: + switch (*reinterpret_cast(_a[1])) { + default: *reinterpret_cast(_a[0]) = -1; break; + case 1: + *reinterpret_cast(_a[0]) = qRegisterMetaType< QCPPlotTitle* >(); break; + } + break; + } + } else if (_c == QMetaObject::IndexOfMethod) { + int *result = reinterpret_cast(_a[0]); + { + using _t = void (QCustomPlot::*)(QMouseEvent * ); + if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QCustomPlot::mouseDoubleClick)) { + *result = 0; + return; + } + } + { + using _t = void (QCustomPlot::*)(QMouseEvent * ); + if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QCustomPlot::mousePress)) { + *result = 1; + return; + } + } + { + using _t = void (QCustomPlot::*)(QMouseEvent * ); + if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QCustomPlot::mouseMove)) { + *result = 2; + return; + } + } + { + using _t = void (QCustomPlot::*)(QMouseEvent * ); + if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QCustomPlot::mouseRelease)) { + *result = 3; + return; + } + } + { + using _t = void (QCustomPlot::*)(QWheelEvent * ); + if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QCustomPlot::mouseWheel)) { + *result = 4; + return; + } + } + { + using _t = void (QCustomPlot::*)(QCPAbstractPlottable * , QMouseEvent * ); + if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QCustomPlot::plottableClick)) { + *result = 5; + return; + } + } + { + using _t = void (QCustomPlot::*)(QCPAbstractPlottable * , QMouseEvent * ); + if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QCustomPlot::plottableDoubleClick)) { + *result = 6; + return; + } + } + { + using _t = void (QCustomPlot::*)(QCPAbstractItem * , QMouseEvent * ); + if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QCustomPlot::itemClick)) { + *result = 7; + return; + } + } + { + using _t = void (QCustomPlot::*)(QCPAbstractItem * , QMouseEvent * ); + if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QCustomPlot::itemDoubleClick)) { + *result = 8; + return; + } + } + { + using _t = void (QCustomPlot::*)(QCPAxis * , QCPAxis::SelectablePart , QMouseEvent * ); + if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QCustomPlot::axisClick)) { + *result = 9; + return; + } + } + { + using _t = void (QCustomPlot::*)(QCPAxis * , QCPAxis::SelectablePart , QMouseEvent * ); + if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QCustomPlot::axisDoubleClick)) { + *result = 10; + return; + } + } + { + using _t = void (QCustomPlot::*)(QCPLegend * , QCPAbstractLegendItem * , QMouseEvent * ); + if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QCustomPlot::legendClick)) { + *result = 11; + return; + } + } + { + using _t = void (QCustomPlot::*)(QCPLegend * , QCPAbstractLegendItem * , QMouseEvent * ); + if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QCustomPlot::legendDoubleClick)) { + *result = 12; + return; + } + } + { + using _t = void (QCustomPlot::*)(QMouseEvent * , QCPPlotTitle * ); + if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QCustomPlot::titleClick)) { + *result = 13; + return; + } + } + { + using _t = void (QCustomPlot::*)(QMouseEvent * , QCPPlotTitle * ); + if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QCustomPlot::titleDoubleClick)) { + *result = 14; + return; + } + } + { + using _t = void (QCustomPlot::*)(); + if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QCustomPlot::selectionChangedByUser)) { + *result = 15; + return; + } + } + { + using _t = void (QCustomPlot::*)(); + if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QCustomPlot::beforeReplot)) { + *result = 16; + return; + } + } + { + using _t = void (QCustomPlot::*)(); + if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QCustomPlot::afterReplot)) { + *result = 17; + return; + } + } + } else if (_c == QMetaObject::RegisterPropertyMetaType) { + switch (_id) { + default: *reinterpret_cast(_a[0]) = -1; break; + case 4: + *reinterpret_cast(_a[0]) = qRegisterMetaType< QCPLayoutGrid* >(); break; + } + } + +#ifndef QT_NO_PROPERTIES + else if (_c == QMetaObject::ReadProperty) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + void *_v = _a[0]; + switch (_id) { + case 0: *reinterpret_cast< QRect*>(_v) = _t->viewport(); break; + case 1: *reinterpret_cast< QPixmap*>(_v) = _t->background(); break; + case 2: *reinterpret_cast< bool*>(_v) = _t->backgroundScaled(); break; + case 3: *reinterpret_cast< Qt::AspectRatioMode*>(_v) = _t->backgroundScaledMode(); break; + case 4: *reinterpret_cast< QCPLayoutGrid**>(_v) = _t->plotLayout(); break; + case 5: *reinterpret_cast< bool*>(_v) = _t->autoAddPlottableToLegend(); break; + case 6: *reinterpret_cast< int*>(_v) = _t->selectionTolerance(); break; + case 7: *reinterpret_cast< bool*>(_v) = _t->noAntialiasingOnDrag(); break; + case 8: *reinterpret_cast< Qt::KeyboardModifier*>(_v) = _t->multiSelectModifier(); break; + default: break; + } + } else if (_c == QMetaObject::WriteProperty) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + void *_v = _a[0]; + switch (_id) { + case 0: _t->setViewport(*reinterpret_cast< QRect*>(_v)); break; + case 1: _t->setBackground(*reinterpret_cast< QPixmap*>(_v)); break; + case 2: _t->setBackgroundScaled(*reinterpret_cast< bool*>(_v)); break; + case 3: _t->setBackgroundScaledMode(*reinterpret_cast< Qt::AspectRatioMode*>(_v)); break; + case 5: _t->setAutoAddPlottableToLegend(*reinterpret_cast< bool*>(_v)); break; + case 6: _t->setSelectionTolerance(*reinterpret_cast< int*>(_v)); break; + case 7: _t->setNoAntialiasingOnDrag(*reinterpret_cast< bool*>(_v)); break; + case 8: _t->setMultiSelectModifier(*reinterpret_cast< Qt::KeyboardModifier*>(_v)); break; + default: break; + } + } else if (_c == QMetaObject::ResetProperty) { + } +#endif // QT_NO_PROPERTIES +} + +QT_INIT_METAOBJECT const QMetaObject QCustomPlot::staticMetaObject = { { + &QWidget::staticMetaObject, + qt_meta_stringdata_QCustomPlot.data, + qt_meta_data_QCustomPlot, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *QCustomPlot::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *QCustomPlot::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_QCustomPlot.stringdata0)) + return static_cast(this); + return QWidget::qt_metacast(_clname); +} + +int QCustomPlot::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 < 23) + qt_static_metacall(this, _c, _id, _a); + _id -= 23; + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + if (_id < 23) + qt_static_metacall(this, _c, _id, _a); + _id -= 23; + } +#ifndef QT_NO_PROPERTIES + else if (_c == QMetaObject::ReadProperty || _c == QMetaObject::WriteProperty + || _c == QMetaObject::ResetProperty || _c == QMetaObject::RegisterPropertyMetaType) { + qt_static_metacall(this, _c, _id, _a); + _id -= 9; + } else if (_c == QMetaObject::QueryPropertyDesignable) { + _id -= 9; + } else if (_c == QMetaObject::QueryPropertyScriptable) { + _id -= 9; + } else if (_c == QMetaObject::QueryPropertyStored) { + _id -= 9; + } else if (_c == QMetaObject::QueryPropertyEditable) { + _id -= 9; + } else if (_c == QMetaObject::QueryPropertyUser) { + _id -= 9; + } +#endif // QT_NO_PROPERTIES + return _id; +} + +// SIGNAL 0 +void QCustomPlot::mouseDoubleClick(QMouseEvent * _t1) +{ + void *_a[] = { nullptr, const_cast(reinterpret_cast(&_t1)) }; + QMetaObject::activate(this, &staticMetaObject, 0, _a); +} + +// SIGNAL 1 +void QCustomPlot::mousePress(QMouseEvent * _t1) +{ + void *_a[] = { nullptr, const_cast(reinterpret_cast(&_t1)) }; + QMetaObject::activate(this, &staticMetaObject, 1, _a); +} + +// SIGNAL 2 +void QCustomPlot::mouseMove(QMouseEvent * _t1) +{ + void *_a[] = { nullptr, const_cast(reinterpret_cast(&_t1)) }; + QMetaObject::activate(this, &staticMetaObject, 2, _a); +} + +// SIGNAL 3 +void QCustomPlot::mouseRelease(QMouseEvent * _t1) +{ + void *_a[] = { nullptr, const_cast(reinterpret_cast(&_t1)) }; + QMetaObject::activate(this, &staticMetaObject, 3, _a); +} + +// SIGNAL 4 +void QCustomPlot::mouseWheel(QWheelEvent * _t1) +{ + void *_a[] = { nullptr, const_cast(reinterpret_cast(&_t1)) }; + QMetaObject::activate(this, &staticMetaObject, 4, _a); +} + +// SIGNAL 5 +void QCustomPlot::plottableClick(QCPAbstractPlottable * _t1, QMouseEvent * _t2) +{ + void *_a[] = { nullptr, const_cast(reinterpret_cast(&_t1)), const_cast(reinterpret_cast(&_t2)) }; + QMetaObject::activate(this, &staticMetaObject, 5, _a); +} + +// SIGNAL 6 +void QCustomPlot::plottableDoubleClick(QCPAbstractPlottable * _t1, QMouseEvent * _t2) +{ + void *_a[] = { nullptr, const_cast(reinterpret_cast(&_t1)), const_cast(reinterpret_cast(&_t2)) }; + QMetaObject::activate(this, &staticMetaObject, 6, _a); +} + +// SIGNAL 7 +void QCustomPlot::itemClick(QCPAbstractItem * _t1, QMouseEvent * _t2) +{ + void *_a[] = { nullptr, const_cast(reinterpret_cast(&_t1)), const_cast(reinterpret_cast(&_t2)) }; + QMetaObject::activate(this, &staticMetaObject, 7, _a); +} + +// SIGNAL 8 +void QCustomPlot::itemDoubleClick(QCPAbstractItem * _t1, QMouseEvent * _t2) +{ + void *_a[] = { nullptr, const_cast(reinterpret_cast(&_t1)), const_cast(reinterpret_cast(&_t2)) }; + QMetaObject::activate(this, &staticMetaObject, 8, _a); +} + +// SIGNAL 9 +void QCustomPlot::axisClick(QCPAxis * _t1, QCPAxis::SelectablePart _t2, QMouseEvent * _t3) +{ + void *_a[] = { nullptr, const_cast(reinterpret_cast(&_t1)), const_cast(reinterpret_cast(&_t2)), const_cast(reinterpret_cast(&_t3)) }; + QMetaObject::activate(this, &staticMetaObject, 9, _a); +} + +// SIGNAL 10 +void QCustomPlot::axisDoubleClick(QCPAxis * _t1, QCPAxis::SelectablePart _t2, QMouseEvent * _t3) +{ + void *_a[] = { nullptr, const_cast(reinterpret_cast(&_t1)), const_cast(reinterpret_cast(&_t2)), const_cast(reinterpret_cast(&_t3)) }; + QMetaObject::activate(this, &staticMetaObject, 10, _a); +} + +// SIGNAL 11 +void QCustomPlot::legendClick(QCPLegend * _t1, QCPAbstractLegendItem * _t2, QMouseEvent * _t3) +{ + void *_a[] = { nullptr, const_cast(reinterpret_cast(&_t1)), const_cast(reinterpret_cast(&_t2)), const_cast(reinterpret_cast(&_t3)) }; + QMetaObject::activate(this, &staticMetaObject, 11, _a); +} + +// SIGNAL 12 +void QCustomPlot::legendDoubleClick(QCPLegend * _t1, QCPAbstractLegendItem * _t2, QMouseEvent * _t3) +{ + void *_a[] = { nullptr, const_cast(reinterpret_cast(&_t1)), const_cast(reinterpret_cast(&_t2)), const_cast(reinterpret_cast(&_t3)) }; + QMetaObject::activate(this, &staticMetaObject, 12, _a); +} + +// SIGNAL 13 +void QCustomPlot::titleClick(QMouseEvent * _t1, QCPPlotTitle * _t2) +{ + void *_a[] = { nullptr, const_cast(reinterpret_cast(&_t1)), const_cast(reinterpret_cast(&_t2)) }; + QMetaObject::activate(this, &staticMetaObject, 13, _a); +} + +// SIGNAL 14 +void QCustomPlot::titleDoubleClick(QMouseEvent * _t1, QCPPlotTitle * _t2) +{ + void *_a[] = { nullptr, const_cast(reinterpret_cast(&_t1)), const_cast(reinterpret_cast(&_t2)) }; + QMetaObject::activate(this, &staticMetaObject, 14, _a); +} + +// SIGNAL 15 +void QCustomPlot::selectionChangedByUser() +{ + QMetaObject::activate(this, &staticMetaObject, 15, nullptr); +} + +// SIGNAL 16 +void QCustomPlot::beforeReplot() +{ + QMetaObject::activate(this, &staticMetaObject, 16, nullptr); +} + +// SIGNAL 17 +void QCustomPlot::afterReplot() +{ + QMetaObject::activate(this, &staticMetaObject, 17, nullptr); +} +struct qt_meta_stringdata_QCPColorGradient_t { + QByteArrayData data[17]; + char stringdata0[164]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_QCPColorGradient_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_QCPColorGradient_t qt_meta_stringdata_QCPColorGradient = { + { +QT_MOC_LITERAL(0, 0, 16), // "QCPColorGradient" +QT_MOC_LITERAL(1, 17, 18), // "ColorInterpolation" +QT_MOC_LITERAL(2, 36, 5), // "ciRGB" +QT_MOC_LITERAL(3, 42, 5), // "ciHSV" +QT_MOC_LITERAL(4, 48, 14), // "GradientPreset" +QT_MOC_LITERAL(5, 63, 11), // "gpGrayscale" +QT_MOC_LITERAL(6, 75, 5), // "gpHot" +QT_MOC_LITERAL(7, 81, 6), // "gpCold" +QT_MOC_LITERAL(8, 88, 7), // "gpNight" +QT_MOC_LITERAL(9, 96, 7), // "gpCandy" +QT_MOC_LITERAL(10, 104, 11), // "gpGeography" +QT_MOC_LITERAL(11, 116, 5), // "gpIon" +QT_MOC_LITERAL(12, 122, 9), // "gpThermal" +QT_MOC_LITERAL(13, 132, 7), // "gpPolar" +QT_MOC_LITERAL(14, 140, 10), // "gpSpectrum" +QT_MOC_LITERAL(15, 151, 5), // "gpJet" +QT_MOC_LITERAL(16, 157, 6) // "gpHues" + + }, + "QCPColorGradient\0ColorInterpolation\0" + "ciRGB\0ciHSV\0GradientPreset\0gpGrayscale\0" + "gpHot\0gpCold\0gpNight\0gpCandy\0gpGeography\0" + "gpIon\0gpThermal\0gpPolar\0gpSpectrum\0" + "gpJet\0gpHues" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_QCPColorGradient[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 0, 0, // methods + 0, 0, // properties + 2, 14, // enums/sets + 0, 0, // constructors + 4, // flags + 0, // signalCount + + // enums: name, alias, flags, count, data + 1, 1, 0x0, 2, 24, + 4, 4, 0x0, 12, 28, + + // enum data: key, value + 2, uint(QCPColorGradient::ciRGB), + 3, uint(QCPColorGradient::ciHSV), + 5, uint(QCPColorGradient::gpGrayscale), + 6, uint(QCPColorGradient::gpHot), + 7, uint(QCPColorGradient::gpCold), + 8, uint(QCPColorGradient::gpNight), + 9, uint(QCPColorGradient::gpCandy), + 10, uint(QCPColorGradient::gpGeography), + 11, uint(QCPColorGradient::gpIon), + 12, uint(QCPColorGradient::gpThermal), + 13, uint(QCPColorGradient::gpPolar), + 14, uint(QCPColorGradient::gpSpectrum), + 15, uint(QCPColorGradient::gpJet), + 16, uint(QCPColorGradient::gpHues), + + 0 // eod +}; + +QT_INIT_METAOBJECT const QMetaObject QCPColorGradient::staticMetaObject = { { + nullptr, + qt_meta_stringdata_QCPColorGradient.data, + qt_meta_data_QCPColorGradient, + nullptr, + nullptr, + nullptr +} }; + +struct qt_meta_stringdata_QCPAxisRect_t { + QByteArrayData data[8]; + char stringdata0[118]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_QCPAxisRect_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_QCPAxisRect_t qt_meta_stringdata_QCPAxisRect = { + { +QT_MOC_LITERAL(0, 0, 11), // "QCPAxisRect" +QT_MOC_LITERAL(1, 12, 10), // "background" +QT_MOC_LITERAL(2, 23, 16), // "backgroundScaled" +QT_MOC_LITERAL(3, 40, 20), // "backgroundScaledMode" +QT_MOC_LITERAL(4, 61, 19), // "Qt::AspectRatioMode" +QT_MOC_LITERAL(5, 81, 9), // "rangeDrag" +QT_MOC_LITERAL(6, 91, 16), // "Qt::Orientations" +QT_MOC_LITERAL(7, 108, 9) // "rangeZoom" + + }, + "QCPAxisRect\0background\0backgroundScaled\0" + "backgroundScaledMode\0Qt::AspectRatioMode\0" + "rangeDrag\0Qt::Orientations\0rangeZoom" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_QCPAxisRect[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 0, 0, // methods + 5, 14, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + // properties: name, type, flags + 1, QMetaType::QPixmap, 0x00095103, + 2, QMetaType::Bool, 0x00095103, + 3, 0x80000000 | 4, 0x0009510b, + 5, 0x80000000 | 6, 0x0009510b, + 7, 0x80000000 | 6, 0x0009510b, + + 0 // eod +}; + +void QCPAxisRect::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + +#ifndef QT_NO_PROPERTIES + if (_c == QMetaObject::ReadProperty) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + void *_v = _a[0]; + switch (_id) { + case 0: *reinterpret_cast< QPixmap*>(_v) = _t->background(); break; + case 1: *reinterpret_cast< bool*>(_v) = _t->backgroundScaled(); break; + case 2: *reinterpret_cast< Qt::AspectRatioMode*>(_v) = _t->backgroundScaledMode(); break; + case 3: *reinterpret_cast< Qt::Orientations*>(_v) = _t->rangeDrag(); break; + case 4: *reinterpret_cast< Qt::Orientations*>(_v) = _t->rangeZoom(); break; + default: break; + } + } else if (_c == QMetaObject::WriteProperty) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + void *_v = _a[0]; + switch (_id) { + case 0: _t->setBackground(*reinterpret_cast< QPixmap*>(_v)); break; + case 1: _t->setBackgroundScaled(*reinterpret_cast< bool*>(_v)); break; + case 2: _t->setBackgroundScaledMode(*reinterpret_cast< Qt::AspectRatioMode*>(_v)); break; + case 3: _t->setRangeDrag(*reinterpret_cast< Qt::Orientations*>(_v)); break; + case 4: _t->setRangeZoom(*reinterpret_cast< Qt::Orientations*>(_v)); break; + default: break; + } + } else if (_c == QMetaObject::ResetProperty) { + } +#endif // QT_NO_PROPERTIES + Q_UNUSED(_o); + Q_UNUSED(_id); + Q_UNUSED(_c); + Q_UNUSED(_a); +} + +QT_INIT_METAOBJECT const QMetaObject QCPAxisRect::staticMetaObject = { { + &QCPLayoutElement::staticMetaObject, + qt_meta_stringdata_QCPAxisRect.data, + qt_meta_data_QCPAxisRect, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *QCPAxisRect::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *QCPAxisRect::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_QCPAxisRect.stringdata0)) + return static_cast(this); + return QCPLayoutElement::qt_metacast(_clname); +} + +int QCPAxisRect::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QCPLayoutElement::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + +#ifndef QT_NO_PROPERTIES + if (_c == QMetaObject::ReadProperty || _c == QMetaObject::WriteProperty + || _c == QMetaObject::ResetProperty || _c == QMetaObject::RegisterPropertyMetaType) { + qt_static_metacall(this, _c, _id, _a); + _id -= 5; + } else if (_c == QMetaObject::QueryPropertyDesignable) { + _id -= 5; + } else if (_c == QMetaObject::QueryPropertyScriptable) { + _id -= 5; + } else if (_c == QMetaObject::QueryPropertyStored) { + _id -= 5; + } else if (_c == QMetaObject::QueryPropertyEditable) { + _id -= 5; + } else if (_c == QMetaObject::QueryPropertyUser) { + _id -= 5; + } +#endif // QT_NO_PROPERTIES + return _id; +} +struct qt_meta_stringdata_QCPAbstractLegendItem_t { + QByteArrayData data[14]; + char stringdata0[174]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_QCPAbstractLegendItem_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_QCPAbstractLegendItem_t qt_meta_stringdata_QCPAbstractLegendItem = { + { +QT_MOC_LITERAL(0, 0, 21), // "QCPAbstractLegendItem" +QT_MOC_LITERAL(1, 22, 16), // "selectionChanged" +QT_MOC_LITERAL(2, 39, 0), // "" +QT_MOC_LITERAL(3, 40, 8), // "selected" +QT_MOC_LITERAL(4, 49, 17), // "selectableChanged" +QT_MOC_LITERAL(5, 67, 10), // "selectable" +QT_MOC_LITERAL(6, 78, 13), // "setSelectable" +QT_MOC_LITERAL(7, 92, 11), // "setSelected" +QT_MOC_LITERAL(8, 104, 12), // "parentLegend" +QT_MOC_LITERAL(9, 117, 10), // "QCPLegend*" +QT_MOC_LITERAL(10, 128, 4), // "font" +QT_MOC_LITERAL(11, 133, 9), // "textColor" +QT_MOC_LITERAL(12, 143, 12), // "selectedFont" +QT_MOC_LITERAL(13, 156, 17) // "selectedTextColor" + + }, + "QCPAbstractLegendItem\0selectionChanged\0" + "\0selected\0selectableChanged\0selectable\0" + "setSelectable\0setSelected\0parentLegend\0" + "QCPLegend*\0font\0textColor\0selectedFont\0" + "selectedTextColor" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_QCPAbstractLegendItem[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 4, 14, // methods + 7, 46, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 2, // signalCount + + // signals: name, argc, parameters, tag, flags + 1, 1, 34, 2, 0x06 /* Public */, + 4, 1, 37, 2, 0x06 /* Public */, + + // slots: name, argc, parameters, tag, flags + 6, 1, 40, 2, 0x0a /* Public */, + 7, 1, 43, 2, 0x0a /* Public */, + + // signals: parameters + QMetaType::Void, QMetaType::Bool, 3, + QMetaType::Void, QMetaType::Bool, 5, + + // slots: parameters + QMetaType::Void, QMetaType::Bool, 5, + QMetaType::Void, QMetaType::Bool, 3, + + // properties: name, type, flags + 8, 0x80000000 | 9, 0x00095009, + 10, QMetaType::QFont, 0x00095103, + 11, QMetaType::QColor, 0x00095103, + 12, QMetaType::QFont, 0x00095103, + 13, QMetaType::QColor, 0x00095103, + 5, QMetaType::Bool, 0x00495103, + 3, QMetaType::Bool, 0x00495103, + + // properties: notify_signal_id + 0, + 0, + 0, + 0, + 0, + 0, + 1, + + 0 // eod +}; + +void QCPAbstractLegendItem::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::InvokeMetaMethod) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + switch (_id) { + case 0: _t->selectionChanged((*reinterpret_cast< bool(*)>(_a[1]))); break; + case 1: _t->selectableChanged((*reinterpret_cast< bool(*)>(_a[1]))); break; + case 2: _t->setSelectable((*reinterpret_cast< bool(*)>(_a[1]))); break; + case 3: _t->setSelected((*reinterpret_cast< bool(*)>(_a[1]))); break; + default: ; + } + } else if (_c == QMetaObject::IndexOfMethod) { + int *result = reinterpret_cast(_a[0]); + { + using _t = void (QCPAbstractLegendItem::*)(bool ); + if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QCPAbstractLegendItem::selectionChanged)) { + *result = 0; + return; + } + } + { + using _t = void (QCPAbstractLegendItem::*)(bool ); + if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QCPAbstractLegendItem::selectableChanged)) { + *result = 1; + return; + } + } + } else if (_c == QMetaObject::RegisterPropertyMetaType) { + switch (_id) { + default: *reinterpret_cast(_a[0]) = -1; break; + case 0: + *reinterpret_cast(_a[0]) = qRegisterMetaType< QCPLegend* >(); break; + } + } + +#ifndef QT_NO_PROPERTIES + else if (_c == QMetaObject::ReadProperty) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + void *_v = _a[0]; + switch (_id) { + case 0: *reinterpret_cast< QCPLegend**>(_v) = _t->parentLegend(); break; + case 1: *reinterpret_cast< QFont*>(_v) = _t->font(); break; + case 2: *reinterpret_cast< QColor*>(_v) = _t->textColor(); break; + case 3: *reinterpret_cast< QFont*>(_v) = _t->selectedFont(); break; + case 4: *reinterpret_cast< QColor*>(_v) = _t->selectedTextColor(); break; + case 5: *reinterpret_cast< bool*>(_v) = _t->selectable(); break; + case 6: *reinterpret_cast< bool*>(_v) = _t->selected(); break; + default: break; + } + } else if (_c == QMetaObject::WriteProperty) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + void *_v = _a[0]; + switch (_id) { + case 1: _t->setFont(*reinterpret_cast< QFont*>(_v)); break; + case 2: _t->setTextColor(*reinterpret_cast< QColor*>(_v)); break; + case 3: _t->setSelectedFont(*reinterpret_cast< QFont*>(_v)); break; + case 4: _t->setSelectedTextColor(*reinterpret_cast< QColor*>(_v)); break; + case 5: _t->setSelectable(*reinterpret_cast< bool*>(_v)); break; + case 6: _t->setSelected(*reinterpret_cast< bool*>(_v)); break; + default: break; + } + } else if (_c == QMetaObject::ResetProperty) { + } +#endif // QT_NO_PROPERTIES +} + +QT_INIT_METAOBJECT const QMetaObject QCPAbstractLegendItem::staticMetaObject = { { + &QCPLayoutElement::staticMetaObject, + qt_meta_stringdata_QCPAbstractLegendItem.data, + qt_meta_data_QCPAbstractLegendItem, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *QCPAbstractLegendItem::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *QCPAbstractLegendItem::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_QCPAbstractLegendItem.stringdata0)) + return static_cast(this); + return QCPLayoutElement::qt_metacast(_clname); +} + +int QCPAbstractLegendItem::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QCPLayoutElement::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + if (_id < 4) + qt_static_metacall(this, _c, _id, _a); + _id -= 4; + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + if (_id < 4) + *reinterpret_cast(_a[0]) = -1; + _id -= 4; + } +#ifndef QT_NO_PROPERTIES + else if (_c == QMetaObject::ReadProperty || _c == QMetaObject::WriteProperty + || _c == QMetaObject::ResetProperty || _c == QMetaObject::RegisterPropertyMetaType) { + qt_static_metacall(this, _c, _id, _a); + _id -= 7; + } else if (_c == QMetaObject::QueryPropertyDesignable) { + _id -= 7; + } else if (_c == QMetaObject::QueryPropertyScriptable) { + _id -= 7; + } else if (_c == QMetaObject::QueryPropertyStored) { + _id -= 7; + } else if (_c == QMetaObject::QueryPropertyEditable) { + _id -= 7; + } else if (_c == QMetaObject::QueryPropertyUser) { + _id -= 7; + } +#endif // QT_NO_PROPERTIES + return _id; +} + +// SIGNAL 0 +void QCPAbstractLegendItem::selectionChanged(bool _t1) +{ + void *_a[] = { nullptr, const_cast(reinterpret_cast(&_t1)) }; + QMetaObject::activate(this, &staticMetaObject, 0, _a); +} + +// SIGNAL 1 +void QCPAbstractLegendItem::selectableChanged(bool _t1) +{ + void *_a[] = { nullptr, const_cast(reinterpret_cast(&_t1)) }; + QMetaObject::activate(this, &staticMetaObject, 1, _a); +} +struct qt_meta_stringdata_QCPPlottableLegendItem_t { + QByteArrayData data[1]; + char stringdata0[23]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_QCPPlottableLegendItem_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_QCPPlottableLegendItem_t qt_meta_stringdata_QCPPlottableLegendItem = { + { +QT_MOC_LITERAL(0, 0, 22) // "QCPPlottableLegendItem" + + }, + "QCPPlottableLegendItem" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_QCPPlottableLegendItem[] = { + + // content: + 8, // 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 QCPPlottableLegendItem::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + Q_UNUSED(_o); + Q_UNUSED(_id); + Q_UNUSED(_c); + Q_UNUSED(_a); +} + +QT_INIT_METAOBJECT const QMetaObject QCPPlottableLegendItem::staticMetaObject = { { + &QCPAbstractLegendItem::staticMetaObject, + qt_meta_stringdata_QCPPlottableLegendItem.data, + qt_meta_data_QCPPlottableLegendItem, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *QCPPlottableLegendItem::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *QCPPlottableLegendItem::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_QCPPlottableLegendItem.stringdata0)) + return static_cast(this); + return QCPAbstractLegendItem::qt_metacast(_clname); +} + +int QCPPlottableLegendItem::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QCPAbstractLegendItem::qt_metacall(_c, _id, _a); + return _id; +} +struct qt_meta_stringdata_QCPLegend_t { + QByteArrayData data[27]; + char stringdata0[358]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_QCPLegend_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_QCPLegend_t qt_meta_stringdata_QCPLegend = { + { +QT_MOC_LITERAL(0, 0, 9), // "QCPLegend" +QT_MOC_LITERAL(1, 10, 16), // "selectionChanged" +QT_MOC_LITERAL(2, 27, 0), // "" +QT_MOC_LITERAL(3, 28, 26), // "QCPLegend::SelectableParts" +QT_MOC_LITERAL(4, 55, 5), // "parts" +QT_MOC_LITERAL(5, 61, 17), // "selectableChanged" +QT_MOC_LITERAL(6, 79, 18), // "setSelectableParts" +QT_MOC_LITERAL(7, 98, 15), // "SelectableParts" +QT_MOC_LITERAL(8, 114, 15), // "selectableParts" +QT_MOC_LITERAL(9, 130, 16), // "setSelectedParts" +QT_MOC_LITERAL(10, 147, 13), // "selectedParts" +QT_MOC_LITERAL(11, 161, 9), // "borderPen" +QT_MOC_LITERAL(12, 171, 5), // "brush" +QT_MOC_LITERAL(13, 177, 4), // "font" +QT_MOC_LITERAL(14, 182, 9), // "textColor" +QT_MOC_LITERAL(15, 192, 8), // "iconSize" +QT_MOC_LITERAL(16, 201, 15), // "iconTextPadding" +QT_MOC_LITERAL(17, 217, 13), // "iconBorderPen" +QT_MOC_LITERAL(18, 231, 17), // "selectedBorderPen" +QT_MOC_LITERAL(19, 249, 21), // "selectedIconBorderPen" +QT_MOC_LITERAL(20, 271, 13), // "selectedBrush" +QT_MOC_LITERAL(21, 285, 12), // "selectedFont" +QT_MOC_LITERAL(22, 298, 17), // "selectedTextColor" +QT_MOC_LITERAL(23, 316, 14), // "SelectablePart" +QT_MOC_LITERAL(24, 331, 6), // "spNone" +QT_MOC_LITERAL(25, 338, 11), // "spLegendBox" +QT_MOC_LITERAL(26, 350, 7) // "spItems" + + }, + "QCPLegend\0selectionChanged\0\0" + "QCPLegend::SelectableParts\0parts\0" + "selectableChanged\0setSelectableParts\0" + "SelectableParts\0selectableParts\0" + "setSelectedParts\0selectedParts\0borderPen\0" + "brush\0font\0textColor\0iconSize\0" + "iconTextPadding\0iconBorderPen\0" + "selectedBorderPen\0selectedIconBorderPen\0" + "selectedBrush\0selectedFont\0selectedTextColor\0" + "SelectablePart\0spNone\0spLegendBox\0" + "spItems" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_QCPLegend[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 4, 14, // methods + 14, 46, // properties + 2, 102, // enums/sets + 0, 0, // constructors + 0, // flags + 2, // signalCount + + // signals: name, argc, parameters, tag, flags + 1, 1, 34, 2, 0x06 /* Public */, + 5, 1, 37, 2, 0x06 /* Public */, + + // slots: name, argc, parameters, tag, flags + 6, 1, 40, 2, 0x0a /* Public */, + 9, 1, 43, 2, 0x0a /* Public */, + + // signals: parameters + QMetaType::Void, 0x80000000 | 3, 4, + QMetaType::Void, 0x80000000 | 3, 4, + + // slots: parameters + QMetaType::Void, 0x80000000 | 7, 8, + QMetaType::Void, 0x80000000 | 7, 10, + + // properties: name, type, flags + 11, QMetaType::QPen, 0x00095103, + 12, QMetaType::QBrush, 0x00095103, + 13, QMetaType::QFont, 0x00095103, + 14, QMetaType::QColor, 0x00095103, + 15, QMetaType::QSize, 0x00095103, + 16, QMetaType::Int, 0x00095103, + 17, QMetaType::QPen, 0x00095103, + 8, 0x80000000 | 7, 0x0049510b, + 10, 0x80000000 | 7, 0x0049510b, + 18, QMetaType::QPen, 0x00095103, + 19, QMetaType::QPen, 0x00095103, + 20, QMetaType::QBrush, 0x00095103, + 21, QMetaType::QFont, 0x00095103, + 22, QMetaType::QColor, 0x00095103, + + // properties: notify_signal_id + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 0, + + // enums: name, alias, flags, count, data + 23, 23, 0x1, 3, 112, + 7, 23, 0x1, 3, 118, + + // enum data: key, value + 24, uint(QCPLegend::spNone), + 25, uint(QCPLegend::spLegendBox), + 26, uint(QCPLegend::spItems), + 24, uint(QCPLegend::spNone), + 25, uint(QCPLegend::spLegendBox), + 26, uint(QCPLegend::spItems), + + 0 // eod +}; + +void QCPLegend::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::InvokeMetaMethod) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + switch (_id) { + case 0: _t->selectionChanged((*reinterpret_cast< QCPLegend::SelectableParts(*)>(_a[1]))); break; + case 1: _t->selectableChanged((*reinterpret_cast< QCPLegend::SelectableParts(*)>(_a[1]))); break; + case 2: _t->setSelectableParts((*reinterpret_cast< const SelectableParts(*)>(_a[1]))); break; + case 3: _t->setSelectedParts((*reinterpret_cast< const SelectableParts(*)>(_a[1]))); break; + default: ; + } + } else if (_c == QMetaObject::IndexOfMethod) { + int *result = reinterpret_cast(_a[0]); + { + using _t = void (QCPLegend::*)(QCPLegend::SelectableParts ); + if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QCPLegend::selectionChanged)) { + *result = 0; + return; + } + } + { + using _t = void (QCPLegend::*)(QCPLegend::SelectableParts ); + if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QCPLegend::selectableChanged)) { + *result = 1; + return; + } + } + } +#ifndef QT_NO_PROPERTIES + else if (_c == QMetaObject::ReadProperty) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + void *_v = _a[0]; + switch (_id) { + case 0: *reinterpret_cast< QPen*>(_v) = _t->borderPen(); break; + case 1: *reinterpret_cast< QBrush*>(_v) = _t->brush(); break; + case 2: *reinterpret_cast< QFont*>(_v) = _t->font(); break; + case 3: *reinterpret_cast< QColor*>(_v) = _t->textColor(); break; + case 4: *reinterpret_cast< QSize*>(_v) = _t->iconSize(); break; + case 5: *reinterpret_cast< int*>(_v) = _t->iconTextPadding(); break; + case 6: *reinterpret_cast< QPen*>(_v) = _t->iconBorderPen(); break; + case 7: *reinterpret_cast(_v) = QFlag(_t->selectableParts()); break; + case 8: *reinterpret_cast(_v) = QFlag(_t->selectedParts()); break; + case 9: *reinterpret_cast< QPen*>(_v) = _t->selectedBorderPen(); break; + case 10: *reinterpret_cast< QPen*>(_v) = _t->selectedIconBorderPen(); break; + case 11: *reinterpret_cast< QBrush*>(_v) = _t->selectedBrush(); break; + case 12: *reinterpret_cast< QFont*>(_v) = _t->selectedFont(); break; + case 13: *reinterpret_cast< QColor*>(_v) = _t->selectedTextColor(); break; + default: break; + } + } else if (_c == QMetaObject::WriteProperty) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + void *_v = _a[0]; + switch (_id) { + case 0: _t->setBorderPen(*reinterpret_cast< QPen*>(_v)); break; + case 1: _t->setBrush(*reinterpret_cast< QBrush*>(_v)); break; + case 2: _t->setFont(*reinterpret_cast< QFont*>(_v)); break; + case 3: _t->setTextColor(*reinterpret_cast< QColor*>(_v)); break; + case 4: _t->setIconSize(*reinterpret_cast< QSize*>(_v)); break; + case 5: _t->setIconTextPadding(*reinterpret_cast< int*>(_v)); break; + case 6: _t->setIconBorderPen(*reinterpret_cast< QPen*>(_v)); break; + case 7: _t->setSelectableParts(QFlag(*reinterpret_cast(_v))); break; + case 8: _t->setSelectedParts(QFlag(*reinterpret_cast(_v))); break; + case 9: _t->setSelectedBorderPen(*reinterpret_cast< QPen*>(_v)); break; + case 10: _t->setSelectedIconBorderPen(*reinterpret_cast< QPen*>(_v)); break; + case 11: _t->setSelectedBrush(*reinterpret_cast< QBrush*>(_v)); break; + case 12: _t->setSelectedFont(*reinterpret_cast< QFont*>(_v)); break; + case 13: _t->setSelectedTextColor(*reinterpret_cast< QColor*>(_v)); break; + default: break; + } + } else if (_c == QMetaObject::ResetProperty) { + } +#endif // QT_NO_PROPERTIES +} + +QT_INIT_METAOBJECT const QMetaObject QCPLegend::staticMetaObject = { { + &QCPLayoutGrid::staticMetaObject, + qt_meta_stringdata_QCPLegend.data, + qt_meta_data_QCPLegend, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *QCPLegend::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *QCPLegend::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_QCPLegend.stringdata0)) + return static_cast(this); + return QCPLayoutGrid::qt_metacast(_clname); +} + +int QCPLegend::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QCPLayoutGrid::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + if (_id < 4) + qt_static_metacall(this, _c, _id, _a); + _id -= 4; + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + if (_id < 4) + *reinterpret_cast(_a[0]) = -1; + _id -= 4; + } +#ifndef QT_NO_PROPERTIES + else if (_c == QMetaObject::ReadProperty || _c == QMetaObject::WriteProperty + || _c == QMetaObject::ResetProperty || _c == QMetaObject::RegisterPropertyMetaType) { + qt_static_metacall(this, _c, _id, _a); + _id -= 14; + } else if (_c == QMetaObject::QueryPropertyDesignable) { + _id -= 14; + } else if (_c == QMetaObject::QueryPropertyScriptable) { + _id -= 14; + } else if (_c == QMetaObject::QueryPropertyStored) { + _id -= 14; + } else if (_c == QMetaObject::QueryPropertyEditable) { + _id -= 14; + } else if (_c == QMetaObject::QueryPropertyUser) { + _id -= 14; + } +#endif // QT_NO_PROPERTIES + return _id; +} + +// SIGNAL 0 +void QCPLegend::selectionChanged(QCPLegend::SelectableParts _t1) +{ + void *_a[] = { nullptr, const_cast(reinterpret_cast(&_t1)) }; + QMetaObject::activate(this, &staticMetaObject, 0, _a); +} + +// SIGNAL 1 +void QCPLegend::selectableChanged(QCPLegend::SelectableParts _t1) +{ + void *_a[] = { nullptr, const_cast(reinterpret_cast(&_t1)) }; + QMetaObject::activate(this, &staticMetaObject, 1, _a); +} +struct qt_meta_stringdata_QCPPlotTitle_t { + QByteArrayData data[13]; + char stringdata0[146]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_QCPPlotTitle_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_QCPPlotTitle_t qt_meta_stringdata_QCPPlotTitle = { + { +QT_MOC_LITERAL(0, 0, 12), // "QCPPlotTitle" +QT_MOC_LITERAL(1, 13, 16), // "selectionChanged" +QT_MOC_LITERAL(2, 30, 0), // "" +QT_MOC_LITERAL(3, 31, 8), // "selected" +QT_MOC_LITERAL(4, 40, 17), // "selectableChanged" +QT_MOC_LITERAL(5, 58, 10), // "selectable" +QT_MOC_LITERAL(6, 69, 13), // "setSelectable" +QT_MOC_LITERAL(7, 83, 11), // "setSelected" +QT_MOC_LITERAL(8, 95, 4), // "text" +QT_MOC_LITERAL(9, 100, 4), // "font" +QT_MOC_LITERAL(10, 105, 9), // "textColor" +QT_MOC_LITERAL(11, 115, 12), // "selectedFont" +QT_MOC_LITERAL(12, 128, 17) // "selectedTextColor" + + }, + "QCPPlotTitle\0selectionChanged\0\0selected\0" + "selectableChanged\0selectable\0setSelectable\0" + "setSelected\0text\0font\0textColor\0" + "selectedFont\0selectedTextColor" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_QCPPlotTitle[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 4, 14, // methods + 7, 46, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 2, // signalCount + + // signals: name, argc, parameters, tag, flags + 1, 1, 34, 2, 0x06 /* Public */, + 4, 1, 37, 2, 0x06 /* Public */, + + // slots: name, argc, parameters, tag, flags + 6, 1, 40, 2, 0x0a /* Public */, + 7, 1, 43, 2, 0x0a /* Public */, + + // signals: parameters + QMetaType::Void, QMetaType::Bool, 3, + QMetaType::Void, QMetaType::Bool, 5, + + // slots: parameters + QMetaType::Void, QMetaType::Bool, 5, + QMetaType::Void, QMetaType::Bool, 3, + + // properties: name, type, flags + 8, QMetaType::QString, 0x00095103, + 9, QMetaType::QFont, 0x00095103, + 10, QMetaType::QColor, 0x00095103, + 11, QMetaType::QFont, 0x00095103, + 12, QMetaType::QColor, 0x00095103, + 5, QMetaType::Bool, 0x00495103, + 3, QMetaType::Bool, 0x00495103, + + // properties: notify_signal_id + 0, + 0, + 0, + 0, + 0, + 1, + 0, + + 0 // eod +}; + +void QCPPlotTitle::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::InvokeMetaMethod) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + switch (_id) { + case 0: _t->selectionChanged((*reinterpret_cast< bool(*)>(_a[1]))); break; + case 1: _t->selectableChanged((*reinterpret_cast< bool(*)>(_a[1]))); break; + case 2: _t->setSelectable((*reinterpret_cast< bool(*)>(_a[1]))); break; + case 3: _t->setSelected((*reinterpret_cast< bool(*)>(_a[1]))); break; + default: ; + } + } else if (_c == QMetaObject::IndexOfMethod) { + int *result = reinterpret_cast(_a[0]); + { + using _t = void (QCPPlotTitle::*)(bool ); + if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QCPPlotTitle::selectionChanged)) { + *result = 0; + return; + } + } + { + using _t = void (QCPPlotTitle::*)(bool ); + if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QCPPlotTitle::selectableChanged)) { + *result = 1; + return; + } + } + } +#ifndef QT_NO_PROPERTIES + else if (_c == QMetaObject::ReadProperty) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + void *_v = _a[0]; + switch (_id) { + case 0: *reinterpret_cast< QString*>(_v) = _t->text(); break; + case 1: *reinterpret_cast< QFont*>(_v) = _t->font(); break; + case 2: *reinterpret_cast< QColor*>(_v) = _t->textColor(); break; + case 3: *reinterpret_cast< QFont*>(_v) = _t->selectedFont(); break; + case 4: *reinterpret_cast< QColor*>(_v) = _t->selectedTextColor(); break; + case 5: *reinterpret_cast< bool*>(_v) = _t->selectable(); break; + case 6: *reinterpret_cast< bool*>(_v) = _t->selected(); break; + default: break; + } + } else if (_c == QMetaObject::WriteProperty) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + void *_v = _a[0]; + switch (_id) { + case 0: _t->setText(*reinterpret_cast< QString*>(_v)); break; + case 1: _t->setFont(*reinterpret_cast< QFont*>(_v)); break; + case 2: _t->setTextColor(*reinterpret_cast< QColor*>(_v)); break; + case 3: _t->setSelectedFont(*reinterpret_cast< QFont*>(_v)); break; + case 4: _t->setSelectedTextColor(*reinterpret_cast< QColor*>(_v)); break; + case 5: _t->setSelectable(*reinterpret_cast< bool*>(_v)); break; + case 6: _t->setSelected(*reinterpret_cast< bool*>(_v)); break; + default: break; + } + } else if (_c == QMetaObject::ResetProperty) { + } +#endif // QT_NO_PROPERTIES +} + +QT_INIT_METAOBJECT const QMetaObject QCPPlotTitle::staticMetaObject = { { + &QCPLayoutElement::staticMetaObject, + qt_meta_stringdata_QCPPlotTitle.data, + qt_meta_data_QCPPlotTitle, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *QCPPlotTitle::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *QCPPlotTitle::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_QCPPlotTitle.stringdata0)) + return static_cast(this); + return QCPLayoutElement::qt_metacast(_clname); +} + +int QCPPlotTitle::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QCPLayoutElement::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + if (_id < 4) + qt_static_metacall(this, _c, _id, _a); + _id -= 4; + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + if (_id < 4) + *reinterpret_cast(_a[0]) = -1; + _id -= 4; + } +#ifndef QT_NO_PROPERTIES + else if (_c == QMetaObject::ReadProperty || _c == QMetaObject::WriteProperty + || _c == QMetaObject::ResetProperty || _c == QMetaObject::RegisterPropertyMetaType) { + qt_static_metacall(this, _c, _id, _a); + _id -= 7; + } else if (_c == QMetaObject::QueryPropertyDesignable) { + _id -= 7; + } else if (_c == QMetaObject::QueryPropertyScriptable) { + _id -= 7; + } else if (_c == QMetaObject::QueryPropertyStored) { + _id -= 7; + } else if (_c == QMetaObject::QueryPropertyEditable) { + _id -= 7; + } else if (_c == QMetaObject::QueryPropertyUser) { + _id -= 7; + } +#endif // QT_NO_PROPERTIES + return _id; +} + +// SIGNAL 0 +void QCPPlotTitle::selectionChanged(bool _t1) +{ + void *_a[] = { nullptr, const_cast(reinterpret_cast(&_t1)) }; + QMetaObject::activate(this, &staticMetaObject, 0, _a); +} + +// SIGNAL 1 +void QCPPlotTitle::selectableChanged(bool _t1) +{ + void *_a[] = { nullptr, const_cast(reinterpret_cast(&_t1)) }; + QMetaObject::activate(this, &staticMetaObject, 1, _a); +} +struct qt_meta_stringdata_QCPColorScaleAxisRectPrivate_t { + QByteArrayData data[7]; + char stringdata0[128]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_QCPColorScaleAxisRectPrivate_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_QCPColorScaleAxisRectPrivate_t qt_meta_stringdata_QCPColorScaleAxisRectPrivate = { + { +QT_MOC_LITERAL(0, 0, 28), // "QCPColorScaleAxisRectPrivate" +QT_MOC_LITERAL(1, 29, 20), // "axisSelectionChanged" +QT_MOC_LITERAL(2, 50, 0), // "" +QT_MOC_LITERAL(3, 51, 24), // "QCPAxis::SelectableParts" +QT_MOC_LITERAL(4, 76, 13), // "selectedParts" +QT_MOC_LITERAL(5, 90, 21), // "axisSelectableChanged" +QT_MOC_LITERAL(6, 112, 15) // "selectableParts" + + }, + "QCPColorScaleAxisRectPrivate\0" + "axisSelectionChanged\0\0QCPAxis::SelectableParts\0" + "selectedParts\0axisSelectableChanged\0" + "selectableParts" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_QCPColorScaleAxisRectPrivate[] = { + + // content: + 8, // 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, 1, 24, 2, 0x09 /* Protected */, + 5, 1, 27, 2, 0x09 /* Protected */, + + // slots: parameters + QMetaType::Void, 0x80000000 | 3, 4, + QMetaType::Void, 0x80000000 | 3, 6, + + 0 // eod +}; + +void QCPColorScaleAxisRectPrivate::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::InvokeMetaMethod) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + switch (_id) { + case 0: _t->axisSelectionChanged((*reinterpret_cast< QCPAxis::SelectableParts(*)>(_a[1]))); break; + case 1: _t->axisSelectableChanged((*reinterpret_cast< QCPAxis::SelectableParts(*)>(_a[1]))); break; + default: ; + } + } +} + +QT_INIT_METAOBJECT const QMetaObject QCPColorScaleAxisRectPrivate::staticMetaObject = { { + &QCPAxisRect::staticMetaObject, + qt_meta_stringdata_QCPColorScaleAxisRectPrivate.data, + qt_meta_data_QCPColorScaleAxisRectPrivate, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *QCPColorScaleAxisRectPrivate::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *QCPColorScaleAxisRectPrivate::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_QCPColorScaleAxisRectPrivate.stringdata0)) + return static_cast(this); + return QCPAxisRect::qt_metacast(_clname); +} + +int QCPColorScaleAxisRectPrivate::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QCPAxisRect::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; +} +struct qt_meta_stringdata_QCPColorScale_t { + QByteArrayData data[23]; + char stringdata0[278]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_QCPColorScale_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_QCPColorScale_t qt_meta_stringdata_QCPColorScale = { + { +QT_MOC_LITERAL(0, 0, 13), // "QCPColorScale" +QT_MOC_LITERAL(1, 14, 16), // "dataRangeChanged" +QT_MOC_LITERAL(2, 31, 0), // "" +QT_MOC_LITERAL(3, 32, 8), // "QCPRange" +QT_MOC_LITERAL(4, 41, 8), // "newRange" +QT_MOC_LITERAL(5, 50, 20), // "dataScaleTypeChanged" +QT_MOC_LITERAL(6, 71, 18), // "QCPAxis::ScaleType" +QT_MOC_LITERAL(7, 90, 9), // "scaleType" +QT_MOC_LITERAL(8, 100, 15), // "gradientChanged" +QT_MOC_LITERAL(9, 116, 16), // "QCPColorGradient" +QT_MOC_LITERAL(10, 133, 11), // "newGradient" +QT_MOC_LITERAL(11, 145, 12), // "setDataRange" +QT_MOC_LITERAL(12, 158, 9), // "dataRange" +QT_MOC_LITERAL(13, 168, 16), // "setDataScaleType" +QT_MOC_LITERAL(14, 185, 11), // "setGradient" +QT_MOC_LITERAL(15, 197, 8), // "gradient" +QT_MOC_LITERAL(16, 206, 4), // "type" +QT_MOC_LITERAL(17, 211, 17), // "QCPAxis::AxisType" +QT_MOC_LITERAL(18, 229, 13), // "dataScaleType" +QT_MOC_LITERAL(19, 243, 5), // "label" +QT_MOC_LITERAL(20, 249, 8), // "barWidth" +QT_MOC_LITERAL(21, 258, 9), // "rangeDrag" +QT_MOC_LITERAL(22, 268, 9) // "rangeZoom" + + }, + "QCPColorScale\0dataRangeChanged\0\0" + "QCPRange\0newRange\0dataScaleTypeChanged\0" + "QCPAxis::ScaleType\0scaleType\0" + "gradientChanged\0QCPColorGradient\0" + "newGradient\0setDataRange\0dataRange\0" + "setDataScaleType\0setGradient\0gradient\0" + "type\0QCPAxis::AxisType\0dataScaleType\0" + "label\0barWidth\0rangeDrag\0rangeZoom" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_QCPColorScale[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 6, 14, // methods + 8, 62, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 3, // signalCount + + // signals: name, argc, parameters, tag, flags + 1, 1, 44, 2, 0x06 /* Public */, + 5, 1, 47, 2, 0x06 /* Public */, + 8, 1, 50, 2, 0x06 /* Public */, + + // slots: name, argc, parameters, tag, flags + 11, 1, 53, 2, 0x0a /* Public */, + 13, 1, 56, 2, 0x0a /* Public */, + 14, 1, 59, 2, 0x0a /* Public */, + + // signals: parameters + QMetaType::Void, 0x80000000 | 3, 4, + QMetaType::Void, 0x80000000 | 6, 7, + QMetaType::Void, 0x80000000 | 9, 10, + + // slots: parameters + QMetaType::Void, 0x80000000 | 3, 12, + QMetaType::Void, 0x80000000 | 6, 7, + QMetaType::Void, 0x80000000 | 9, 15, + + // properties: name, type, flags + 16, 0x80000000 | 17, 0x0009510b, + 12, 0x80000000 | 3, 0x0049510b, + 18, 0x80000000 | 6, 0x0049510b, + 15, 0x80000000 | 9, 0x0049510b, + 19, QMetaType::QString, 0x00095103, + 20, QMetaType::Int, 0x00095103, + 21, QMetaType::Bool, 0x00095103, + 22, QMetaType::Bool, 0x00095103, + + // properties: notify_signal_id + 0, + 0, + 1, + 2, + 0, + 0, + 0, + 0, + + 0 // eod +}; + +void QCPColorScale::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::InvokeMetaMethod) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + switch (_id) { + case 0: _t->dataRangeChanged((*reinterpret_cast< QCPRange(*)>(_a[1]))); break; + case 1: _t->dataScaleTypeChanged((*reinterpret_cast< QCPAxis::ScaleType(*)>(_a[1]))); break; + case 2: _t->gradientChanged((*reinterpret_cast< QCPColorGradient(*)>(_a[1]))); break; + case 3: _t->setDataRange((*reinterpret_cast< const QCPRange(*)>(_a[1]))); break; + case 4: _t->setDataScaleType((*reinterpret_cast< QCPAxis::ScaleType(*)>(_a[1]))); break; + case 5: _t->setGradient((*reinterpret_cast< const QCPColorGradient(*)>(_a[1]))); break; + default: ; + } + } else if (_c == QMetaObject::IndexOfMethod) { + int *result = reinterpret_cast(_a[0]); + { + using _t = void (QCPColorScale::*)(QCPRange ); + if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QCPColorScale::dataRangeChanged)) { + *result = 0; + return; + } + } + { + using _t = void (QCPColorScale::*)(QCPAxis::ScaleType ); + if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QCPColorScale::dataScaleTypeChanged)) { + *result = 1; + return; + } + } + { + using _t = void (QCPColorScale::*)(QCPColorGradient ); + if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QCPColorScale::gradientChanged)) { + *result = 2; + return; + } + } + } +#ifndef QT_NO_PROPERTIES + else if (_c == QMetaObject::ReadProperty) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + void *_v = _a[0]; + switch (_id) { + case 0: *reinterpret_cast< QCPAxis::AxisType*>(_v) = _t->type(); break; + case 1: *reinterpret_cast< QCPRange*>(_v) = _t->dataRange(); break; + case 2: *reinterpret_cast< QCPAxis::ScaleType*>(_v) = _t->dataScaleType(); break; + case 3: *reinterpret_cast< QCPColorGradient*>(_v) = _t->gradient(); break; + case 4: *reinterpret_cast< QString*>(_v) = _t->label(); break; + case 5: *reinterpret_cast< int*>(_v) = _t->barWidth(); break; + case 6: *reinterpret_cast< bool*>(_v) = _t->rangeDrag(); break; + case 7: *reinterpret_cast< bool*>(_v) = _t->rangeZoom(); break; + default: break; + } + } else if (_c == QMetaObject::WriteProperty) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + void *_v = _a[0]; + switch (_id) { + case 0: _t->setType(*reinterpret_cast< QCPAxis::AxisType*>(_v)); break; + case 1: _t->setDataRange(*reinterpret_cast< QCPRange*>(_v)); break; + case 2: _t->setDataScaleType(*reinterpret_cast< QCPAxis::ScaleType*>(_v)); break; + case 3: _t->setGradient(*reinterpret_cast< QCPColorGradient*>(_v)); break; + case 4: _t->setLabel(*reinterpret_cast< QString*>(_v)); break; + case 5: _t->setBarWidth(*reinterpret_cast< int*>(_v)); break; + case 6: _t->setRangeDrag(*reinterpret_cast< bool*>(_v)); break; + case 7: _t->setRangeZoom(*reinterpret_cast< bool*>(_v)); break; + default: break; + } + } else if (_c == QMetaObject::ResetProperty) { + } +#endif // QT_NO_PROPERTIES +} + +static const QMetaObject * const qt_meta_extradata_QCPColorScale[] = { + &QCPAxis::staticMetaObject, + nullptr +}; + +QT_INIT_METAOBJECT const QMetaObject QCPColorScale::staticMetaObject = { { + &QCPLayoutElement::staticMetaObject, + qt_meta_stringdata_QCPColorScale.data, + qt_meta_data_QCPColorScale, + qt_static_metacall, + qt_meta_extradata_QCPColorScale, + nullptr +} }; + + +const QMetaObject *QCPColorScale::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *QCPColorScale::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_QCPColorScale.stringdata0)) + return static_cast(this); + return QCPLayoutElement::qt_metacast(_clname); +} + +int QCPColorScale::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QCPLayoutElement::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + if (_id < 6) + qt_static_metacall(this, _c, _id, _a); + _id -= 6; + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + if (_id < 6) + *reinterpret_cast(_a[0]) = -1; + _id -= 6; + } +#ifndef QT_NO_PROPERTIES + else if (_c == QMetaObject::ReadProperty || _c == QMetaObject::WriteProperty + || _c == QMetaObject::ResetProperty || _c == QMetaObject::RegisterPropertyMetaType) { + qt_static_metacall(this, _c, _id, _a); + _id -= 8; + } else if (_c == QMetaObject::QueryPropertyDesignable) { + _id -= 8; + } else if (_c == QMetaObject::QueryPropertyScriptable) { + _id -= 8; + } else if (_c == QMetaObject::QueryPropertyStored) { + _id -= 8; + } else if (_c == QMetaObject::QueryPropertyEditable) { + _id -= 8; + } else if (_c == QMetaObject::QueryPropertyUser) { + _id -= 8; + } +#endif // QT_NO_PROPERTIES + return _id; +} + +// SIGNAL 0 +void QCPColorScale::dataRangeChanged(QCPRange _t1) +{ + void *_a[] = { nullptr, const_cast(reinterpret_cast(&_t1)) }; + QMetaObject::activate(this, &staticMetaObject, 0, _a); +} + +// SIGNAL 1 +void QCPColorScale::dataScaleTypeChanged(QCPAxis::ScaleType _t1) +{ + void *_a[] = { nullptr, const_cast(reinterpret_cast(&_t1)) }; + QMetaObject::activate(this, &staticMetaObject, 1, _a); +} + +// SIGNAL 2 +void QCPColorScale::gradientChanged(QCPColorGradient _t1) +{ + void *_a[] = { nullptr, const_cast(reinterpret_cast(&_t1)) }; + QMetaObject::activate(this, &staticMetaObject, 2, _a); +} +struct qt_meta_stringdata_QCPGraph_t { + QByteArrayData data[23]; + char stringdata0[251]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_QCPGraph_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_QCPGraph_t qt_meta_stringdata_QCPGraph = { + { +QT_MOC_LITERAL(0, 0, 8), // "QCPGraph" +QT_MOC_LITERAL(1, 9, 9), // "lineStyle" +QT_MOC_LITERAL(2, 19, 9), // "LineStyle" +QT_MOC_LITERAL(3, 29, 12), // "scatterStyle" +QT_MOC_LITERAL(4, 42, 15), // "QCPScatterStyle" +QT_MOC_LITERAL(5, 58, 9), // "errorType" +QT_MOC_LITERAL(6, 68, 9), // "ErrorType" +QT_MOC_LITERAL(7, 78, 8), // "errorPen" +QT_MOC_LITERAL(8, 87, 12), // "errorBarSize" +QT_MOC_LITERAL(9, 100, 18), // "errorBarSkipSymbol" +QT_MOC_LITERAL(10, 119, 16), // "channelFillGraph" +QT_MOC_LITERAL(11, 136, 9), // "QCPGraph*" +QT_MOC_LITERAL(12, 146, 16), // "adaptiveSampling" +QT_MOC_LITERAL(13, 163, 6), // "lsNone" +QT_MOC_LITERAL(14, 170, 6), // "lsLine" +QT_MOC_LITERAL(15, 177, 10), // "lsStepLeft" +QT_MOC_LITERAL(16, 188, 11), // "lsStepRight" +QT_MOC_LITERAL(17, 200, 12), // "lsStepCenter" +QT_MOC_LITERAL(18, 213, 9), // "lsImpulse" +QT_MOC_LITERAL(19, 223, 6), // "etNone" +QT_MOC_LITERAL(20, 230, 5), // "etKey" +QT_MOC_LITERAL(21, 236, 7), // "etValue" +QT_MOC_LITERAL(22, 244, 6) // "etBoth" + + }, + "QCPGraph\0lineStyle\0LineStyle\0scatterStyle\0" + "QCPScatterStyle\0errorType\0ErrorType\0" + "errorPen\0errorBarSize\0errorBarSkipSymbol\0" + "channelFillGraph\0QCPGraph*\0adaptiveSampling\0" + "lsNone\0lsLine\0lsStepLeft\0lsStepRight\0" + "lsStepCenter\0lsImpulse\0etNone\0etKey\0" + "etValue\0etBoth" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_QCPGraph[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 0, 0, // methods + 8, 14, // properties + 2, 38, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + // properties: name, type, flags + 1, 0x80000000 | 2, 0x0009510b, + 3, 0x80000000 | 4, 0x0009510b, + 5, 0x80000000 | 6, 0x0009510b, + 7, QMetaType::QPen, 0x00095103, + 8, QMetaType::Double, 0x00095103, + 9, QMetaType::Bool, 0x00095103, + 10, 0x80000000 | 11, 0x0009510b, + 12, QMetaType::Bool, 0x00095103, + + // enums: name, alias, flags, count, data + 2, 2, 0x0, 6, 48, + 6, 6, 0x0, 4, 60, + + // enum data: key, value + 13, uint(QCPGraph::lsNone), + 14, uint(QCPGraph::lsLine), + 15, uint(QCPGraph::lsStepLeft), + 16, uint(QCPGraph::lsStepRight), + 17, uint(QCPGraph::lsStepCenter), + 18, uint(QCPGraph::lsImpulse), + 19, uint(QCPGraph::etNone), + 20, uint(QCPGraph::etKey), + 21, uint(QCPGraph::etValue), + 22, uint(QCPGraph::etBoth), + + 0 // eod +}; + +void QCPGraph::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::RegisterPropertyMetaType) { + switch (_id) { + default: *reinterpret_cast(_a[0]) = -1; break; + case 6: + *reinterpret_cast(_a[0]) = qRegisterMetaType< QCPGraph* >(); break; + } + } + +#ifndef QT_NO_PROPERTIES + else if (_c == QMetaObject::ReadProperty) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + void *_v = _a[0]; + switch (_id) { + case 0: *reinterpret_cast< LineStyle*>(_v) = _t->lineStyle(); break; + case 1: *reinterpret_cast< QCPScatterStyle*>(_v) = _t->scatterStyle(); break; + case 2: *reinterpret_cast< ErrorType*>(_v) = _t->errorType(); break; + case 3: *reinterpret_cast< QPen*>(_v) = _t->errorPen(); break; + case 4: *reinterpret_cast< double*>(_v) = _t->errorBarSize(); break; + case 5: *reinterpret_cast< bool*>(_v) = _t->errorBarSkipSymbol(); break; + case 6: *reinterpret_cast< QCPGraph**>(_v) = _t->channelFillGraph(); break; + case 7: *reinterpret_cast< bool*>(_v) = _t->adaptiveSampling(); break; + default: break; + } + } else if (_c == QMetaObject::WriteProperty) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + void *_v = _a[0]; + switch (_id) { + case 0: _t->setLineStyle(*reinterpret_cast< LineStyle*>(_v)); break; + case 1: _t->setScatterStyle(*reinterpret_cast< QCPScatterStyle*>(_v)); break; + case 2: _t->setErrorType(*reinterpret_cast< ErrorType*>(_v)); break; + case 3: _t->setErrorPen(*reinterpret_cast< QPen*>(_v)); break; + case 4: _t->setErrorBarSize(*reinterpret_cast< double*>(_v)); break; + case 5: _t->setErrorBarSkipSymbol(*reinterpret_cast< bool*>(_v)); break; + case 6: _t->setChannelFillGraph(*reinterpret_cast< QCPGraph**>(_v)); break; + case 7: _t->setAdaptiveSampling(*reinterpret_cast< bool*>(_v)); break; + default: break; + } + } else if (_c == QMetaObject::ResetProperty) { + } +#endif // QT_NO_PROPERTIES + Q_UNUSED(_o); +} + +QT_INIT_METAOBJECT const QMetaObject QCPGraph::staticMetaObject = { { + &QCPAbstractPlottable::staticMetaObject, + qt_meta_stringdata_QCPGraph.data, + qt_meta_data_QCPGraph, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *QCPGraph::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *QCPGraph::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_QCPGraph.stringdata0)) + return static_cast(this); + return QCPAbstractPlottable::qt_metacast(_clname); +} + +int QCPGraph::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QCPAbstractPlottable::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + +#ifndef QT_NO_PROPERTIES + if (_c == QMetaObject::ReadProperty || _c == QMetaObject::WriteProperty + || _c == QMetaObject::ResetProperty || _c == QMetaObject::RegisterPropertyMetaType) { + qt_static_metacall(this, _c, _id, _a); + _id -= 8; + } else if (_c == QMetaObject::QueryPropertyDesignable) { + _id -= 8; + } else if (_c == QMetaObject::QueryPropertyScriptable) { + _id -= 8; + } else if (_c == QMetaObject::QueryPropertyStored) { + _id -= 8; + } else if (_c == QMetaObject::QueryPropertyEditable) { + _id -= 8; + } else if (_c == QMetaObject::QueryPropertyUser) { + _id -= 8; + } +#endif // QT_NO_PROPERTIES + return _id; +} +struct qt_meta_stringdata_QCPCurve_t { + QByteArrayData data[5]; + 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_QCPCurve_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_QCPCurve_t qt_meta_stringdata_QCPCurve = { + { +QT_MOC_LITERAL(0, 0, 8), // "QCPCurve" +QT_MOC_LITERAL(1, 9, 12), // "scatterStyle" +QT_MOC_LITERAL(2, 22, 15), // "QCPScatterStyle" +QT_MOC_LITERAL(3, 38, 9), // "lineStyle" +QT_MOC_LITERAL(4, 48, 9) // "LineStyle" + + }, + "QCPCurve\0scatterStyle\0QCPScatterStyle\0" + "lineStyle\0LineStyle" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_QCPCurve[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 0, 0, // methods + 2, 14, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + // properties: name, type, flags + 1, 0x80000000 | 2, 0x0009510b, + 3, 0x80000000 | 4, 0x0009510b, + + 0 // eod +}; + +void QCPCurve::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + +#ifndef QT_NO_PROPERTIES + if (_c == QMetaObject::ReadProperty) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + void *_v = _a[0]; + switch (_id) { + case 0: *reinterpret_cast< QCPScatterStyle*>(_v) = _t->scatterStyle(); break; + case 1: *reinterpret_cast< LineStyle*>(_v) = _t->lineStyle(); break; + default: break; + } + } else if (_c == QMetaObject::WriteProperty) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + void *_v = _a[0]; + switch (_id) { + case 0: _t->setScatterStyle(*reinterpret_cast< QCPScatterStyle*>(_v)); break; + case 1: _t->setLineStyle(*reinterpret_cast< LineStyle*>(_v)); break; + default: break; + } + } else if (_c == QMetaObject::ResetProperty) { + } +#endif // QT_NO_PROPERTIES + Q_UNUSED(_o); + Q_UNUSED(_id); + Q_UNUSED(_c); + Q_UNUSED(_a); +} + +QT_INIT_METAOBJECT const QMetaObject QCPCurve::staticMetaObject = { { + &QCPAbstractPlottable::staticMetaObject, + qt_meta_stringdata_QCPCurve.data, + qt_meta_data_QCPCurve, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *QCPCurve::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *QCPCurve::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_QCPCurve.stringdata0)) + return static_cast(this); + return QCPAbstractPlottable::qt_metacast(_clname); +} + +int QCPCurve::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QCPAbstractPlottable::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + +#ifndef QT_NO_PROPERTIES + if (_c == QMetaObject::ReadProperty || _c == QMetaObject::WriteProperty + || _c == QMetaObject::ResetProperty || _c == QMetaObject::RegisterPropertyMetaType) { + qt_static_metacall(this, _c, _id, _a); + _id -= 2; + } else if (_c == QMetaObject::QueryPropertyDesignable) { + _id -= 2; + } else if (_c == QMetaObject::QueryPropertyScriptable) { + _id -= 2; + } else if (_c == QMetaObject::QueryPropertyStored) { + _id -= 2; + } else if (_c == QMetaObject::QueryPropertyEditable) { + _id -= 2; + } else if (_c == QMetaObject::QueryPropertyUser) { + _id -= 2; + } +#endif // QT_NO_PROPERTIES + return _id; +} +struct qt_meta_stringdata_QCPBarsGroup_t { + QByteArrayData data[4]; + char stringdata0[45]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_QCPBarsGroup_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_QCPBarsGroup_t qt_meta_stringdata_QCPBarsGroup = { + { +QT_MOC_LITERAL(0, 0, 12), // "QCPBarsGroup" +QT_MOC_LITERAL(1, 13, 11), // "spacingType" +QT_MOC_LITERAL(2, 25, 11), // "SpacingType" +QT_MOC_LITERAL(3, 37, 7) // "spacing" + + }, + "QCPBarsGroup\0spacingType\0SpacingType\0" + "spacing" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_QCPBarsGroup[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 0, 0, // methods + 2, 14, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + // properties: name, type, flags + 1, 0x80000000 | 2, 0x0009510b, + 3, QMetaType::Double, 0x00095103, + + 0 // eod +}; + +void QCPBarsGroup::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + +#ifndef QT_NO_PROPERTIES + if (_c == QMetaObject::ReadProperty) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + void *_v = _a[0]; + switch (_id) { + case 0: *reinterpret_cast< SpacingType*>(_v) = _t->spacingType(); break; + case 1: *reinterpret_cast< double*>(_v) = _t->spacing(); break; + default: break; + } + } else if (_c == QMetaObject::WriteProperty) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + void *_v = _a[0]; + switch (_id) { + case 0: _t->setSpacingType(*reinterpret_cast< SpacingType*>(_v)); break; + case 1: _t->setSpacing(*reinterpret_cast< double*>(_v)); break; + default: break; + } + } else if (_c == QMetaObject::ResetProperty) { + } +#endif // QT_NO_PROPERTIES + Q_UNUSED(_o); + Q_UNUSED(_id); + Q_UNUSED(_c); + Q_UNUSED(_a); +} + +QT_INIT_METAOBJECT const QMetaObject QCPBarsGroup::staticMetaObject = { { + &QObject::staticMetaObject, + qt_meta_stringdata_QCPBarsGroup.data, + qt_meta_data_QCPBarsGroup, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *QCPBarsGroup::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *QCPBarsGroup::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_QCPBarsGroup.stringdata0)) + return static_cast(this); + return QObject::qt_metacast(_clname); +} + +int QCPBarsGroup::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QObject::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + +#ifndef QT_NO_PROPERTIES + if (_c == QMetaObject::ReadProperty || _c == QMetaObject::WriteProperty + || _c == QMetaObject::ResetProperty || _c == QMetaObject::RegisterPropertyMetaType) { + qt_static_metacall(this, _c, _id, _a); + _id -= 2; + } else if (_c == QMetaObject::QueryPropertyDesignable) { + _id -= 2; + } else if (_c == QMetaObject::QueryPropertyScriptable) { + _id -= 2; + } else if (_c == QMetaObject::QueryPropertyStored) { + _id -= 2; + } else if (_c == QMetaObject::QueryPropertyEditable) { + _id -= 2; + } else if (_c == QMetaObject::QueryPropertyUser) { + _id -= 2; + } +#endif // QT_NO_PROPERTIES + return _id; +} +struct qt_meta_stringdata_QCPBars_t { + QByteArrayData data[13]; + char stringdata0[135]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_QCPBars_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_QCPBars_t qt_meta_stringdata_QCPBars = { + { +QT_MOC_LITERAL(0, 0, 7), // "QCPBars" +QT_MOC_LITERAL(1, 8, 5), // "width" +QT_MOC_LITERAL(2, 14, 9), // "widthType" +QT_MOC_LITERAL(3, 24, 9), // "WidthType" +QT_MOC_LITERAL(4, 34, 9), // "barsGroup" +QT_MOC_LITERAL(5, 44, 13), // "QCPBarsGroup*" +QT_MOC_LITERAL(6, 58, 9), // "baseValue" +QT_MOC_LITERAL(7, 68, 8), // "barBelow" +QT_MOC_LITERAL(8, 77, 8), // "QCPBars*" +QT_MOC_LITERAL(9, 86, 8), // "barAbove" +QT_MOC_LITERAL(10, 95, 10), // "wtAbsolute" +QT_MOC_LITERAL(11, 106, 15), // "wtAxisRectRatio" +QT_MOC_LITERAL(12, 122, 12) // "wtPlotCoords" + + }, + "QCPBars\0width\0widthType\0WidthType\0" + "barsGroup\0QCPBarsGroup*\0baseValue\0" + "barBelow\0QCPBars*\0barAbove\0wtAbsolute\0" + "wtAxisRectRatio\0wtPlotCoords" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_QCPBars[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 0, 0, // methods + 6, 14, // properties + 1, 32, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + // properties: name, type, flags + 1, QMetaType::Double, 0x00095103, + 2, 0x80000000 | 3, 0x0009510b, + 4, 0x80000000 | 5, 0x0009510b, + 6, QMetaType::Double, 0x00095103, + 7, 0x80000000 | 8, 0x00095009, + 9, 0x80000000 | 8, 0x00095009, + + // enums: name, alias, flags, count, data + 3, 3, 0x0, 3, 37, + + // enum data: key, value + 10, uint(QCPBars::wtAbsolute), + 11, uint(QCPBars::wtAxisRectRatio), + 12, uint(QCPBars::wtPlotCoords), + + 0 // eod +}; + +void QCPBars::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::RegisterPropertyMetaType) { + switch (_id) { + default: *reinterpret_cast(_a[0]) = -1; break; + case 5: + case 4: + *reinterpret_cast(_a[0]) = qRegisterMetaType< QCPBars* >(); break; + case 2: + *reinterpret_cast(_a[0]) = qRegisterMetaType< QCPBarsGroup* >(); break; + } + } + +#ifndef QT_NO_PROPERTIES + else if (_c == QMetaObject::ReadProperty) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + void *_v = _a[0]; + switch (_id) { + case 0: *reinterpret_cast< double*>(_v) = _t->width(); break; + case 1: *reinterpret_cast< WidthType*>(_v) = _t->widthType(); break; + case 2: *reinterpret_cast< QCPBarsGroup**>(_v) = _t->barsGroup(); break; + case 3: *reinterpret_cast< double*>(_v) = _t->baseValue(); break; + case 4: *reinterpret_cast< QCPBars**>(_v) = _t->barBelow(); break; + case 5: *reinterpret_cast< QCPBars**>(_v) = _t->barAbove(); break; + default: break; + } + } else if (_c == QMetaObject::WriteProperty) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + void *_v = _a[0]; + switch (_id) { + case 0: _t->setWidth(*reinterpret_cast< double*>(_v)); break; + case 1: _t->setWidthType(*reinterpret_cast< WidthType*>(_v)); break; + case 2: _t->setBarsGroup(*reinterpret_cast< QCPBarsGroup**>(_v)); break; + case 3: _t->setBaseValue(*reinterpret_cast< double*>(_v)); break; + default: break; + } + } else if (_c == QMetaObject::ResetProperty) { + } +#endif // QT_NO_PROPERTIES + Q_UNUSED(_o); +} + +QT_INIT_METAOBJECT const QMetaObject QCPBars::staticMetaObject = { { + &QCPAbstractPlottable::staticMetaObject, + qt_meta_stringdata_QCPBars.data, + qt_meta_data_QCPBars, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *QCPBars::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *QCPBars::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_QCPBars.stringdata0)) + return static_cast(this); + return QCPAbstractPlottable::qt_metacast(_clname); +} + +int QCPBars::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QCPAbstractPlottable::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + +#ifndef QT_NO_PROPERTIES + if (_c == QMetaObject::ReadProperty || _c == QMetaObject::WriteProperty + || _c == QMetaObject::ResetProperty || _c == QMetaObject::RegisterPropertyMetaType) { + qt_static_metacall(this, _c, _id, _a); + _id -= 6; + } else if (_c == QMetaObject::QueryPropertyDesignable) { + _id -= 6; + } else if (_c == QMetaObject::QueryPropertyScriptable) { + _id -= 6; + } else if (_c == QMetaObject::QueryPropertyStored) { + _id -= 6; + } else if (_c == QMetaObject::QueryPropertyEditable) { + _id -= 6; + } else if (_c == QMetaObject::QueryPropertyUser) { + _id -= 6; + } +#endif // QT_NO_PROPERTIES + return _id; +} +struct qt_meta_stringdata_QCPStatisticalBox_t { + QByteArrayData data[16]; + char stringdata0[181]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_QCPStatisticalBox_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_QCPStatisticalBox_t qt_meta_stringdata_QCPStatisticalBox = { + { +QT_MOC_LITERAL(0, 0, 17), // "QCPStatisticalBox" +QT_MOC_LITERAL(1, 18, 3), // "key" +QT_MOC_LITERAL(2, 22, 7), // "minimum" +QT_MOC_LITERAL(3, 30, 13), // "lowerQuartile" +QT_MOC_LITERAL(4, 44, 6), // "median" +QT_MOC_LITERAL(5, 51, 13), // "upperQuartile" +QT_MOC_LITERAL(6, 65, 7), // "maximum" +QT_MOC_LITERAL(7, 73, 8), // "outliers" +QT_MOC_LITERAL(8, 82, 15), // "QVector" +QT_MOC_LITERAL(9, 98, 5), // "width" +QT_MOC_LITERAL(10, 104, 12), // "whiskerWidth" +QT_MOC_LITERAL(11, 117, 10), // "whiskerPen" +QT_MOC_LITERAL(12, 128, 13), // "whiskerBarPen" +QT_MOC_LITERAL(13, 142, 9), // "medianPen" +QT_MOC_LITERAL(14, 152, 12), // "outlierStyle" +QT_MOC_LITERAL(15, 165, 15) // "QCPScatterStyle" + + }, + "QCPStatisticalBox\0key\0minimum\0" + "lowerQuartile\0median\0upperQuartile\0" + "maximum\0outliers\0QVector\0width\0" + "whiskerWidth\0whiskerPen\0whiskerBarPen\0" + "medianPen\0outlierStyle\0QCPScatterStyle" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_QCPStatisticalBox[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 0, 0, // methods + 13, 14, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + // properties: name, type, flags + 1, QMetaType::Double, 0x00095103, + 2, QMetaType::Double, 0x00095103, + 3, QMetaType::Double, 0x00095103, + 4, QMetaType::Double, 0x00095103, + 5, QMetaType::Double, 0x00095103, + 6, QMetaType::Double, 0x00095103, + 7, 0x80000000 | 8, 0x0009510b, + 9, QMetaType::Double, 0x00095103, + 10, QMetaType::Double, 0x00095103, + 11, QMetaType::QPen, 0x00095103, + 12, QMetaType::QPen, 0x00095103, + 13, QMetaType::QPen, 0x00095103, + 14, 0x80000000 | 15, 0x0009510b, + + 0 // eod +}; + +void QCPStatisticalBox::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::RegisterPropertyMetaType) { + switch (_id) { + default: *reinterpret_cast(_a[0]) = -1; break; + case 6: + *reinterpret_cast(_a[0]) = qRegisterMetaType< QVector >(); break; + } + } + +#ifndef QT_NO_PROPERTIES + else if (_c == QMetaObject::ReadProperty) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + void *_v = _a[0]; + switch (_id) { + case 0: *reinterpret_cast< double*>(_v) = _t->key(); break; + case 1: *reinterpret_cast< double*>(_v) = _t->minimum(); break; + case 2: *reinterpret_cast< double*>(_v) = _t->lowerQuartile(); break; + case 3: *reinterpret_cast< double*>(_v) = _t->median(); break; + case 4: *reinterpret_cast< double*>(_v) = _t->upperQuartile(); break; + case 5: *reinterpret_cast< double*>(_v) = _t->maximum(); break; + case 6: *reinterpret_cast< QVector*>(_v) = _t->outliers(); break; + case 7: *reinterpret_cast< double*>(_v) = _t->width(); break; + case 8: *reinterpret_cast< double*>(_v) = _t->whiskerWidth(); break; + case 9: *reinterpret_cast< QPen*>(_v) = _t->whiskerPen(); break; + case 10: *reinterpret_cast< QPen*>(_v) = _t->whiskerBarPen(); break; + case 11: *reinterpret_cast< QPen*>(_v) = _t->medianPen(); break; + case 12: *reinterpret_cast< QCPScatterStyle*>(_v) = _t->outlierStyle(); break; + default: break; + } + } else if (_c == QMetaObject::WriteProperty) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + void *_v = _a[0]; + switch (_id) { + case 0: _t->setKey(*reinterpret_cast< double*>(_v)); break; + case 1: _t->setMinimum(*reinterpret_cast< double*>(_v)); break; + case 2: _t->setLowerQuartile(*reinterpret_cast< double*>(_v)); break; + case 3: _t->setMedian(*reinterpret_cast< double*>(_v)); break; + case 4: _t->setUpperQuartile(*reinterpret_cast< double*>(_v)); break; + case 5: _t->setMaximum(*reinterpret_cast< double*>(_v)); break; + case 6: _t->setOutliers(*reinterpret_cast< QVector*>(_v)); break; + case 7: _t->setWidth(*reinterpret_cast< double*>(_v)); break; + case 8: _t->setWhiskerWidth(*reinterpret_cast< double*>(_v)); break; + case 9: _t->setWhiskerPen(*reinterpret_cast< QPen*>(_v)); break; + case 10: _t->setWhiskerBarPen(*reinterpret_cast< QPen*>(_v)); break; + case 11: _t->setMedianPen(*reinterpret_cast< QPen*>(_v)); break; + case 12: _t->setOutlierStyle(*reinterpret_cast< QCPScatterStyle*>(_v)); break; + default: break; + } + } else if (_c == QMetaObject::ResetProperty) { + } +#endif // QT_NO_PROPERTIES + Q_UNUSED(_o); +} + +QT_INIT_METAOBJECT const QMetaObject QCPStatisticalBox::staticMetaObject = { { + &QCPAbstractPlottable::staticMetaObject, + qt_meta_stringdata_QCPStatisticalBox.data, + qt_meta_data_QCPStatisticalBox, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *QCPStatisticalBox::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *QCPStatisticalBox::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_QCPStatisticalBox.stringdata0)) + return static_cast(this); + return QCPAbstractPlottable::qt_metacast(_clname); +} + +int QCPStatisticalBox::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QCPAbstractPlottable::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + +#ifndef QT_NO_PROPERTIES + if (_c == QMetaObject::ReadProperty || _c == QMetaObject::WriteProperty + || _c == QMetaObject::ResetProperty || _c == QMetaObject::RegisterPropertyMetaType) { + qt_static_metacall(this, _c, _id, _a); + _id -= 13; + } else if (_c == QMetaObject::QueryPropertyDesignable) { + _id -= 13; + } else if (_c == QMetaObject::QueryPropertyScriptable) { + _id -= 13; + } else if (_c == QMetaObject::QueryPropertyStored) { + _id -= 13; + } else if (_c == QMetaObject::QueryPropertyEditable) { + _id -= 13; + } else if (_c == QMetaObject::QueryPropertyUser) { + _id -= 13; + } +#endif // QT_NO_PROPERTIES + return _id; +} +struct qt_meta_stringdata_QCPColorMap_t { + QByteArrayData data[25]; + char stringdata0[334]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_QCPColorMap_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_QCPColorMap_t qt_meta_stringdata_QCPColorMap = { + { +QT_MOC_LITERAL(0, 0, 11), // "QCPColorMap" +QT_MOC_LITERAL(1, 12, 16), // "dataRangeChanged" +QT_MOC_LITERAL(2, 29, 0), // "" +QT_MOC_LITERAL(3, 30, 8), // "QCPRange" +QT_MOC_LITERAL(4, 39, 8), // "newRange" +QT_MOC_LITERAL(5, 48, 20), // "dataScaleTypeChanged" +QT_MOC_LITERAL(6, 69, 18), // "QCPAxis::ScaleType" +QT_MOC_LITERAL(7, 88, 9), // "scaleType" +QT_MOC_LITERAL(8, 98, 15), // "gradientChanged" +QT_MOC_LITERAL(9, 114, 16), // "QCPColorGradient" +QT_MOC_LITERAL(10, 131, 11), // "newGradient" +QT_MOC_LITERAL(11, 143, 12), // "setDataRange" +QT_MOC_LITERAL(12, 156, 9), // "dataRange" +QT_MOC_LITERAL(13, 166, 16), // "setDataScaleType" +QT_MOC_LITERAL(14, 183, 11), // "setGradient" +QT_MOC_LITERAL(15, 195, 8), // "gradient" +QT_MOC_LITERAL(16, 204, 16), // "updateLegendIcon" +QT_MOC_LITERAL(17, 221, 22), // "Qt::TransformationMode" +QT_MOC_LITERAL(18, 244, 13), // "transformMode" +QT_MOC_LITERAL(19, 258, 9), // "thumbSize" +QT_MOC_LITERAL(20, 268, 13), // "dataScaleType" +QT_MOC_LITERAL(21, 282, 11), // "interpolate" +QT_MOC_LITERAL(22, 294, 13), // "tightBoundary" +QT_MOC_LITERAL(23, 308, 10), // "colorScale" +QT_MOC_LITERAL(24, 319, 14) // "QCPColorScale*" + + }, + "QCPColorMap\0dataRangeChanged\0\0QCPRange\0" + "newRange\0dataScaleTypeChanged\0" + "QCPAxis::ScaleType\0scaleType\0" + "gradientChanged\0QCPColorGradient\0" + "newGradient\0setDataRange\0dataRange\0" + "setDataScaleType\0setGradient\0gradient\0" + "updateLegendIcon\0Qt::TransformationMode\0" + "transformMode\0thumbSize\0dataScaleType\0" + "interpolate\0tightBoundary\0colorScale\0" + "QCPColorScale*" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_QCPColorMap[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 9, 14, // methods + 6, 86, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 3, // signalCount + + // signals: name, argc, parameters, tag, flags + 1, 1, 59, 2, 0x06 /* Public */, + 5, 1, 62, 2, 0x06 /* Public */, + 8, 1, 65, 2, 0x06 /* Public */, + + // slots: name, argc, parameters, tag, flags + 11, 1, 68, 2, 0x0a /* Public */, + 13, 1, 71, 2, 0x0a /* Public */, + 14, 1, 74, 2, 0x0a /* Public */, + 16, 2, 77, 2, 0x0a /* Public */, + 16, 1, 82, 2, 0x2a /* Public | MethodCloned */, + 16, 0, 85, 2, 0x2a /* Public | MethodCloned */, + + // signals: parameters + QMetaType::Void, 0x80000000 | 3, 4, + QMetaType::Void, 0x80000000 | 6, 7, + QMetaType::Void, 0x80000000 | 9, 10, + + // slots: parameters + QMetaType::Void, 0x80000000 | 3, 12, + QMetaType::Void, 0x80000000 | 6, 7, + QMetaType::Void, 0x80000000 | 9, 15, + QMetaType::Void, 0x80000000 | 17, QMetaType::QSize, 18, 19, + QMetaType::Void, 0x80000000 | 17, 18, + QMetaType::Void, + + // properties: name, type, flags + 12, 0x80000000 | 3, 0x0049510b, + 20, 0x80000000 | 6, 0x0049510b, + 15, 0x80000000 | 9, 0x0049510b, + 21, QMetaType::Bool, 0x00095103, + 22, QMetaType::Bool, 0x00095103, + 23, 0x80000000 | 24, 0x0009510b, + + // properties: notify_signal_id + 0, + 1, + 2, + 0, + 0, + 0, + + 0 // eod +}; + +void QCPColorMap::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::InvokeMetaMethod) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + switch (_id) { + case 0: _t->dataRangeChanged((*reinterpret_cast< QCPRange(*)>(_a[1]))); break; + case 1: _t->dataScaleTypeChanged((*reinterpret_cast< QCPAxis::ScaleType(*)>(_a[1]))); break; + case 2: _t->gradientChanged((*reinterpret_cast< QCPColorGradient(*)>(_a[1]))); break; + case 3: _t->setDataRange((*reinterpret_cast< const QCPRange(*)>(_a[1]))); break; + case 4: _t->setDataScaleType((*reinterpret_cast< QCPAxis::ScaleType(*)>(_a[1]))); break; + case 5: _t->setGradient((*reinterpret_cast< const QCPColorGradient(*)>(_a[1]))); break; + case 6: _t->updateLegendIcon((*reinterpret_cast< Qt::TransformationMode(*)>(_a[1])),(*reinterpret_cast< const QSize(*)>(_a[2]))); break; + case 7: _t->updateLegendIcon((*reinterpret_cast< Qt::TransformationMode(*)>(_a[1]))); break; + case 8: _t->updateLegendIcon(); break; + default: ; + } + } else if (_c == QMetaObject::IndexOfMethod) { + int *result = reinterpret_cast(_a[0]); + { + using _t = void (QCPColorMap::*)(QCPRange ); + if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QCPColorMap::dataRangeChanged)) { + *result = 0; + return; + } + } + { + using _t = void (QCPColorMap::*)(QCPAxis::ScaleType ); + if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QCPColorMap::dataScaleTypeChanged)) { + *result = 1; + return; + } + } + { + using _t = void (QCPColorMap::*)(QCPColorGradient ); + if (*reinterpret_cast<_t *>(_a[1]) == static_cast<_t>(&QCPColorMap::gradientChanged)) { + *result = 2; + return; + } + } + } else if (_c == QMetaObject::RegisterPropertyMetaType) { + switch (_id) { + default: *reinterpret_cast(_a[0]) = -1; break; + case 5: + *reinterpret_cast(_a[0]) = qRegisterMetaType< QCPColorScale* >(); break; + } + } + +#ifndef QT_NO_PROPERTIES + else if (_c == QMetaObject::ReadProperty) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + void *_v = _a[0]; + switch (_id) { + case 0: *reinterpret_cast< QCPRange*>(_v) = _t->dataRange(); break; + case 1: *reinterpret_cast< QCPAxis::ScaleType*>(_v) = _t->dataScaleType(); break; + case 2: *reinterpret_cast< QCPColorGradient*>(_v) = _t->gradient(); break; + case 3: *reinterpret_cast< bool*>(_v) = _t->interpolate(); break; + case 4: *reinterpret_cast< bool*>(_v) = _t->tightBoundary(); break; + case 5: *reinterpret_cast< QCPColorScale**>(_v) = _t->colorScale(); break; + default: break; + } + } else if (_c == QMetaObject::WriteProperty) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + void *_v = _a[0]; + switch (_id) { + case 0: _t->setDataRange(*reinterpret_cast< QCPRange*>(_v)); break; + case 1: _t->setDataScaleType(*reinterpret_cast< QCPAxis::ScaleType*>(_v)); break; + case 2: _t->setGradient(*reinterpret_cast< QCPColorGradient*>(_v)); break; + case 3: _t->setInterpolate(*reinterpret_cast< bool*>(_v)); break; + case 4: _t->setTightBoundary(*reinterpret_cast< bool*>(_v)); break; + case 5: _t->setColorScale(*reinterpret_cast< QCPColorScale**>(_v)); break; + default: break; + } + } else if (_c == QMetaObject::ResetProperty) { + } +#endif // QT_NO_PROPERTIES +} + +static const QMetaObject * const qt_meta_extradata_QCPColorMap[] = { + &QCPAxis::staticMetaObject, + nullptr +}; + +QT_INIT_METAOBJECT const QMetaObject QCPColorMap::staticMetaObject = { { + &QCPAbstractPlottable::staticMetaObject, + qt_meta_stringdata_QCPColorMap.data, + qt_meta_data_QCPColorMap, + qt_static_metacall, + qt_meta_extradata_QCPColorMap, + nullptr +} }; + + +const QMetaObject *QCPColorMap::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *QCPColorMap::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_QCPColorMap.stringdata0)) + return static_cast(this); + return QCPAbstractPlottable::qt_metacast(_clname); +} + +int QCPColorMap::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QCPAbstractPlottable::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + if (_id < 9) + qt_static_metacall(this, _c, _id, _a); + _id -= 9; + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + if (_id < 9) + *reinterpret_cast(_a[0]) = -1; + _id -= 9; + } +#ifndef QT_NO_PROPERTIES + else if (_c == QMetaObject::ReadProperty || _c == QMetaObject::WriteProperty + || _c == QMetaObject::ResetProperty || _c == QMetaObject::RegisterPropertyMetaType) { + qt_static_metacall(this, _c, _id, _a); + _id -= 6; + } else if (_c == QMetaObject::QueryPropertyDesignable) { + _id -= 6; + } else if (_c == QMetaObject::QueryPropertyScriptable) { + _id -= 6; + } else if (_c == QMetaObject::QueryPropertyStored) { + _id -= 6; + } else if (_c == QMetaObject::QueryPropertyEditable) { + _id -= 6; + } else if (_c == QMetaObject::QueryPropertyUser) { + _id -= 6; + } +#endif // QT_NO_PROPERTIES + return _id; +} + +// SIGNAL 0 +void QCPColorMap::dataRangeChanged(QCPRange _t1) +{ + void *_a[] = { nullptr, const_cast(reinterpret_cast(&_t1)) }; + QMetaObject::activate(this, &staticMetaObject, 0, _a); +} + +// SIGNAL 1 +void QCPColorMap::dataScaleTypeChanged(QCPAxis::ScaleType _t1) +{ + void *_a[] = { nullptr, const_cast(reinterpret_cast(&_t1)) }; + QMetaObject::activate(this, &staticMetaObject, 1, _a); +} + +// SIGNAL 2 +void QCPColorMap::gradientChanged(QCPColorGradient _t1) +{ + void *_a[] = { nullptr, const_cast(reinterpret_cast(&_t1)) }; + QMetaObject::activate(this, &staticMetaObject, 2, _a); +} +struct qt_meta_stringdata_QCPFinancial_t { + QByteArrayData data[11]; + char stringdata0[125]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_QCPFinancial_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_QCPFinancial_t qt_meta_stringdata_QCPFinancial = { + { +QT_MOC_LITERAL(0, 0, 12), // "QCPFinancial" +QT_MOC_LITERAL(1, 13, 10), // "chartStyle" +QT_MOC_LITERAL(2, 24, 10), // "ChartStyle" +QT_MOC_LITERAL(3, 35, 5), // "width" +QT_MOC_LITERAL(4, 41, 10), // "twoColored" +QT_MOC_LITERAL(5, 52, 13), // "brushPositive" +QT_MOC_LITERAL(6, 66, 13), // "brushNegative" +QT_MOC_LITERAL(7, 80, 11), // "penPositive" +QT_MOC_LITERAL(8, 92, 11), // "penNegative" +QT_MOC_LITERAL(9, 104, 6), // "csOhlc" +QT_MOC_LITERAL(10, 111, 13) // "csCandlestick" + + }, + "QCPFinancial\0chartStyle\0ChartStyle\0" + "width\0twoColored\0brushPositive\0" + "brushNegative\0penPositive\0penNegative\0" + "csOhlc\0csCandlestick" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_QCPFinancial[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 0, 0, // methods + 7, 14, // properties + 1, 35, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + // properties: name, type, flags + 1, 0x80000000 | 2, 0x0009510b, + 3, QMetaType::Double, 0x00095103, + 4, QMetaType::Bool, 0x00095103, + 5, QMetaType::QBrush, 0x00095103, + 6, QMetaType::QBrush, 0x00095103, + 7, QMetaType::QPen, 0x00095103, + 8, QMetaType::QPen, 0x00095103, + + // enums: name, alias, flags, count, data + 2, 2, 0x0, 2, 40, + + // enum data: key, value + 9, uint(QCPFinancial::csOhlc), + 10, uint(QCPFinancial::csCandlestick), + + 0 // eod +}; + +void QCPFinancial::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + +#ifndef QT_NO_PROPERTIES + if (_c == QMetaObject::ReadProperty) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + void *_v = _a[0]; + switch (_id) { + case 0: *reinterpret_cast< ChartStyle*>(_v) = _t->chartStyle(); break; + case 1: *reinterpret_cast< double*>(_v) = _t->width(); break; + case 2: *reinterpret_cast< bool*>(_v) = _t->twoColored(); break; + case 3: *reinterpret_cast< QBrush*>(_v) = _t->brushPositive(); break; + case 4: *reinterpret_cast< QBrush*>(_v) = _t->brushNegative(); break; + case 5: *reinterpret_cast< QPen*>(_v) = _t->penPositive(); break; + case 6: *reinterpret_cast< QPen*>(_v) = _t->penNegative(); break; + default: break; + } + } else if (_c == QMetaObject::WriteProperty) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + void *_v = _a[0]; + switch (_id) { + case 0: _t->setChartStyle(*reinterpret_cast< ChartStyle*>(_v)); break; + case 1: _t->setWidth(*reinterpret_cast< double*>(_v)); break; + case 2: _t->setTwoColored(*reinterpret_cast< bool*>(_v)); break; + case 3: _t->setBrushPositive(*reinterpret_cast< QBrush*>(_v)); break; + case 4: _t->setBrushNegative(*reinterpret_cast< QBrush*>(_v)); break; + case 5: _t->setPenPositive(*reinterpret_cast< QPen*>(_v)); break; + case 6: _t->setPenNegative(*reinterpret_cast< QPen*>(_v)); break; + default: break; + } + } else if (_c == QMetaObject::ResetProperty) { + } +#endif // QT_NO_PROPERTIES + Q_UNUSED(_o); + Q_UNUSED(_id); + Q_UNUSED(_c); + Q_UNUSED(_a); +} + +QT_INIT_METAOBJECT const QMetaObject QCPFinancial::staticMetaObject = { { + &QCPAbstractPlottable::staticMetaObject, + qt_meta_stringdata_QCPFinancial.data, + qt_meta_data_QCPFinancial, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *QCPFinancial::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *QCPFinancial::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_QCPFinancial.stringdata0)) + return static_cast(this); + return QCPAbstractPlottable::qt_metacast(_clname); +} + +int QCPFinancial::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QCPAbstractPlottable::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + +#ifndef QT_NO_PROPERTIES + if (_c == QMetaObject::ReadProperty || _c == QMetaObject::WriteProperty + || _c == QMetaObject::ResetProperty || _c == QMetaObject::RegisterPropertyMetaType) { + qt_static_metacall(this, _c, _id, _a); + _id -= 7; + } else if (_c == QMetaObject::QueryPropertyDesignable) { + _id -= 7; + } else if (_c == QMetaObject::QueryPropertyScriptable) { + _id -= 7; + } else if (_c == QMetaObject::QueryPropertyStored) { + _id -= 7; + } else if (_c == QMetaObject::QueryPropertyEditable) { + _id -= 7; + } else if (_c == QMetaObject::QueryPropertyUser) { + _id -= 7; + } +#endif // QT_NO_PROPERTIES + return _id; +} +struct qt_meta_stringdata_QCPItemStraightLine_t { + QByteArrayData data[3]; + 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_QCPItemStraightLine_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_QCPItemStraightLine_t qt_meta_stringdata_QCPItemStraightLine = { + { +QT_MOC_LITERAL(0, 0, 19), // "QCPItemStraightLine" +QT_MOC_LITERAL(1, 20, 3), // "pen" +QT_MOC_LITERAL(2, 24, 11) // "selectedPen" + + }, + "QCPItemStraightLine\0pen\0selectedPen" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_QCPItemStraightLine[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 0, 0, // methods + 2, 14, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + // properties: name, type, flags + 1, QMetaType::QPen, 0x00095103, + 2, QMetaType::QPen, 0x00095103, + + 0 // eod +}; + +void QCPItemStraightLine::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + +#ifndef QT_NO_PROPERTIES + if (_c == QMetaObject::ReadProperty) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + void *_v = _a[0]; + switch (_id) { + case 0: *reinterpret_cast< QPen*>(_v) = _t->pen(); break; + case 1: *reinterpret_cast< QPen*>(_v) = _t->selectedPen(); break; + default: break; + } + } else if (_c == QMetaObject::WriteProperty) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + void *_v = _a[0]; + switch (_id) { + case 0: _t->setPen(*reinterpret_cast< QPen*>(_v)); break; + case 1: _t->setSelectedPen(*reinterpret_cast< QPen*>(_v)); break; + default: break; + } + } else if (_c == QMetaObject::ResetProperty) { + } +#endif // QT_NO_PROPERTIES + Q_UNUSED(_o); + Q_UNUSED(_id); + Q_UNUSED(_c); + Q_UNUSED(_a); +} + +QT_INIT_METAOBJECT const QMetaObject QCPItemStraightLine::staticMetaObject = { { + &QCPAbstractItem::staticMetaObject, + qt_meta_stringdata_QCPItemStraightLine.data, + qt_meta_data_QCPItemStraightLine, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *QCPItemStraightLine::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *QCPItemStraightLine::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_QCPItemStraightLine.stringdata0)) + return static_cast(this); + return QCPAbstractItem::qt_metacast(_clname); +} + +int QCPItemStraightLine::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QCPAbstractItem::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + +#ifndef QT_NO_PROPERTIES + if (_c == QMetaObject::ReadProperty || _c == QMetaObject::WriteProperty + || _c == QMetaObject::ResetProperty || _c == QMetaObject::RegisterPropertyMetaType) { + qt_static_metacall(this, _c, _id, _a); + _id -= 2; + } else if (_c == QMetaObject::QueryPropertyDesignable) { + _id -= 2; + } else if (_c == QMetaObject::QueryPropertyScriptable) { + _id -= 2; + } else if (_c == QMetaObject::QueryPropertyStored) { + _id -= 2; + } else if (_c == QMetaObject::QueryPropertyEditable) { + _id -= 2; + } else if (_c == QMetaObject::QueryPropertyUser) { + _id -= 2; + } +#endif // QT_NO_PROPERTIES + return _id; +} +struct qt_meta_stringdata_QCPItemLine_t { + QByteArrayData data[6]; + char stringdata0[52]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_QCPItemLine_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_QCPItemLine_t qt_meta_stringdata_QCPItemLine = { + { +QT_MOC_LITERAL(0, 0, 11), // "QCPItemLine" +QT_MOC_LITERAL(1, 12, 3), // "pen" +QT_MOC_LITERAL(2, 16, 11), // "selectedPen" +QT_MOC_LITERAL(3, 28, 4), // "head" +QT_MOC_LITERAL(4, 33, 13), // "QCPLineEnding" +QT_MOC_LITERAL(5, 47, 4) // "tail" + + }, + "QCPItemLine\0pen\0selectedPen\0head\0" + "QCPLineEnding\0tail" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_QCPItemLine[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 0, 0, // methods + 4, 14, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + // properties: name, type, flags + 1, QMetaType::QPen, 0x00095103, + 2, QMetaType::QPen, 0x00095103, + 3, 0x80000000 | 4, 0x0009510b, + 5, 0x80000000 | 4, 0x0009510b, + + 0 // eod +}; + +void QCPItemLine::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + +#ifndef QT_NO_PROPERTIES + if (_c == QMetaObject::ReadProperty) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + void *_v = _a[0]; + switch (_id) { + case 0: *reinterpret_cast< QPen*>(_v) = _t->pen(); break; + case 1: *reinterpret_cast< QPen*>(_v) = _t->selectedPen(); break; + case 2: *reinterpret_cast< QCPLineEnding*>(_v) = _t->head(); break; + case 3: *reinterpret_cast< QCPLineEnding*>(_v) = _t->tail(); break; + default: break; + } + } else if (_c == QMetaObject::WriteProperty) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + void *_v = _a[0]; + switch (_id) { + case 0: _t->setPen(*reinterpret_cast< QPen*>(_v)); break; + case 1: _t->setSelectedPen(*reinterpret_cast< QPen*>(_v)); break; + case 2: _t->setHead(*reinterpret_cast< QCPLineEnding*>(_v)); break; + case 3: _t->setTail(*reinterpret_cast< QCPLineEnding*>(_v)); break; + default: break; + } + } else if (_c == QMetaObject::ResetProperty) { + } +#endif // QT_NO_PROPERTIES + Q_UNUSED(_o); + Q_UNUSED(_id); + Q_UNUSED(_c); + Q_UNUSED(_a); +} + +QT_INIT_METAOBJECT const QMetaObject QCPItemLine::staticMetaObject = { { + &QCPAbstractItem::staticMetaObject, + qt_meta_stringdata_QCPItemLine.data, + qt_meta_data_QCPItemLine, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *QCPItemLine::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *QCPItemLine::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_QCPItemLine.stringdata0)) + return static_cast(this); + return QCPAbstractItem::qt_metacast(_clname); +} + +int QCPItemLine::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QCPAbstractItem::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + +#ifndef QT_NO_PROPERTIES + if (_c == QMetaObject::ReadProperty || _c == QMetaObject::WriteProperty + || _c == QMetaObject::ResetProperty || _c == QMetaObject::RegisterPropertyMetaType) { + qt_static_metacall(this, _c, _id, _a); + _id -= 4; + } else if (_c == QMetaObject::QueryPropertyDesignable) { + _id -= 4; + } else if (_c == QMetaObject::QueryPropertyScriptable) { + _id -= 4; + } else if (_c == QMetaObject::QueryPropertyStored) { + _id -= 4; + } else if (_c == QMetaObject::QueryPropertyEditable) { + _id -= 4; + } else if (_c == QMetaObject::QueryPropertyUser) { + _id -= 4; + } +#endif // QT_NO_PROPERTIES + return _id; +} +struct qt_meta_stringdata_QCPItemCurve_t { + QByteArrayData data[6]; + char stringdata0[53]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_QCPItemCurve_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_QCPItemCurve_t qt_meta_stringdata_QCPItemCurve = { + { +QT_MOC_LITERAL(0, 0, 12), // "QCPItemCurve" +QT_MOC_LITERAL(1, 13, 3), // "pen" +QT_MOC_LITERAL(2, 17, 11), // "selectedPen" +QT_MOC_LITERAL(3, 29, 4), // "head" +QT_MOC_LITERAL(4, 34, 13), // "QCPLineEnding" +QT_MOC_LITERAL(5, 48, 4) // "tail" + + }, + "QCPItemCurve\0pen\0selectedPen\0head\0" + "QCPLineEnding\0tail" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_QCPItemCurve[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 0, 0, // methods + 4, 14, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + // properties: name, type, flags + 1, QMetaType::QPen, 0x00095103, + 2, QMetaType::QPen, 0x00095103, + 3, 0x80000000 | 4, 0x0009510b, + 5, 0x80000000 | 4, 0x0009510b, + + 0 // eod +}; + +void QCPItemCurve::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + +#ifndef QT_NO_PROPERTIES + if (_c == QMetaObject::ReadProperty) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + void *_v = _a[0]; + switch (_id) { + case 0: *reinterpret_cast< QPen*>(_v) = _t->pen(); break; + case 1: *reinterpret_cast< QPen*>(_v) = _t->selectedPen(); break; + case 2: *reinterpret_cast< QCPLineEnding*>(_v) = _t->head(); break; + case 3: *reinterpret_cast< QCPLineEnding*>(_v) = _t->tail(); break; + default: break; + } + } else if (_c == QMetaObject::WriteProperty) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + void *_v = _a[0]; + switch (_id) { + case 0: _t->setPen(*reinterpret_cast< QPen*>(_v)); break; + case 1: _t->setSelectedPen(*reinterpret_cast< QPen*>(_v)); break; + case 2: _t->setHead(*reinterpret_cast< QCPLineEnding*>(_v)); break; + case 3: _t->setTail(*reinterpret_cast< QCPLineEnding*>(_v)); break; + default: break; + } + } else if (_c == QMetaObject::ResetProperty) { + } +#endif // QT_NO_PROPERTIES + Q_UNUSED(_o); + Q_UNUSED(_id); + Q_UNUSED(_c); + Q_UNUSED(_a); +} + +QT_INIT_METAOBJECT const QMetaObject QCPItemCurve::staticMetaObject = { { + &QCPAbstractItem::staticMetaObject, + qt_meta_stringdata_QCPItemCurve.data, + qt_meta_data_QCPItemCurve, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *QCPItemCurve::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *QCPItemCurve::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_QCPItemCurve.stringdata0)) + return static_cast(this); + return QCPAbstractItem::qt_metacast(_clname); +} + +int QCPItemCurve::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QCPAbstractItem::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + +#ifndef QT_NO_PROPERTIES + if (_c == QMetaObject::ReadProperty || _c == QMetaObject::WriteProperty + || _c == QMetaObject::ResetProperty || _c == QMetaObject::RegisterPropertyMetaType) { + qt_static_metacall(this, _c, _id, _a); + _id -= 4; + } else if (_c == QMetaObject::QueryPropertyDesignable) { + _id -= 4; + } else if (_c == QMetaObject::QueryPropertyScriptable) { + _id -= 4; + } else if (_c == QMetaObject::QueryPropertyStored) { + _id -= 4; + } else if (_c == QMetaObject::QueryPropertyEditable) { + _id -= 4; + } else if (_c == QMetaObject::QueryPropertyUser) { + _id -= 4; + } +#endif // QT_NO_PROPERTIES + return _id; +} +struct qt_meta_stringdata_QCPItemRect_t { + QByteArrayData data[5]; + char stringdata0[48]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_QCPItemRect_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_QCPItemRect_t qt_meta_stringdata_QCPItemRect = { + { +QT_MOC_LITERAL(0, 0, 11), // "QCPItemRect" +QT_MOC_LITERAL(1, 12, 3), // "pen" +QT_MOC_LITERAL(2, 16, 11), // "selectedPen" +QT_MOC_LITERAL(3, 28, 5), // "brush" +QT_MOC_LITERAL(4, 34, 13) // "selectedBrush" + + }, + "QCPItemRect\0pen\0selectedPen\0brush\0" + "selectedBrush" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_QCPItemRect[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 0, 0, // methods + 4, 14, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + // properties: name, type, flags + 1, QMetaType::QPen, 0x00095103, + 2, QMetaType::QPen, 0x00095103, + 3, QMetaType::QBrush, 0x00095103, + 4, QMetaType::QBrush, 0x00095103, + + 0 // eod +}; + +void QCPItemRect::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + +#ifndef QT_NO_PROPERTIES + if (_c == QMetaObject::ReadProperty) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + void *_v = _a[0]; + switch (_id) { + case 0: *reinterpret_cast< QPen*>(_v) = _t->pen(); break; + case 1: *reinterpret_cast< QPen*>(_v) = _t->selectedPen(); break; + case 2: *reinterpret_cast< QBrush*>(_v) = _t->brush(); break; + case 3: *reinterpret_cast< QBrush*>(_v) = _t->selectedBrush(); break; + default: break; + } + } else if (_c == QMetaObject::WriteProperty) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + void *_v = _a[0]; + switch (_id) { + case 0: _t->setPen(*reinterpret_cast< QPen*>(_v)); break; + case 1: _t->setSelectedPen(*reinterpret_cast< QPen*>(_v)); break; + case 2: _t->setBrush(*reinterpret_cast< QBrush*>(_v)); break; + case 3: _t->setSelectedBrush(*reinterpret_cast< QBrush*>(_v)); break; + default: break; + } + } else if (_c == QMetaObject::ResetProperty) { + } +#endif // QT_NO_PROPERTIES + Q_UNUSED(_o); + Q_UNUSED(_id); + Q_UNUSED(_c); + Q_UNUSED(_a); +} + +QT_INIT_METAOBJECT const QMetaObject QCPItemRect::staticMetaObject = { { + &QCPAbstractItem::staticMetaObject, + qt_meta_stringdata_QCPItemRect.data, + qt_meta_data_QCPItemRect, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *QCPItemRect::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *QCPItemRect::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_QCPItemRect.stringdata0)) + return static_cast(this); + return QCPAbstractItem::qt_metacast(_clname); +} + +int QCPItemRect::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QCPAbstractItem::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + +#ifndef QT_NO_PROPERTIES + if (_c == QMetaObject::ReadProperty || _c == QMetaObject::WriteProperty + || _c == QMetaObject::ResetProperty || _c == QMetaObject::RegisterPropertyMetaType) { + qt_static_metacall(this, _c, _id, _a); + _id -= 4; + } else if (_c == QMetaObject::QueryPropertyDesignable) { + _id -= 4; + } else if (_c == QMetaObject::QueryPropertyScriptable) { + _id -= 4; + } else if (_c == QMetaObject::QueryPropertyStored) { + _id -= 4; + } else if (_c == QMetaObject::QueryPropertyEditable) { + _id -= 4; + } else if (_c == QMetaObject::QueryPropertyUser) { + _id -= 4; + } +#endif // QT_NO_PROPERTIES + return _id; +} +struct qt_meta_stringdata_QCPItemText_t { + QByteArrayData data[16]; + char stringdata0[163]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_QCPItemText_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_QCPItemText_t qt_meta_stringdata_QCPItemText = { + { +QT_MOC_LITERAL(0, 0, 11), // "QCPItemText" +QT_MOC_LITERAL(1, 12, 5), // "color" +QT_MOC_LITERAL(2, 18, 13), // "selectedColor" +QT_MOC_LITERAL(3, 32, 3), // "pen" +QT_MOC_LITERAL(4, 36, 11), // "selectedPen" +QT_MOC_LITERAL(5, 48, 5), // "brush" +QT_MOC_LITERAL(6, 54, 13), // "selectedBrush" +QT_MOC_LITERAL(7, 68, 4), // "font" +QT_MOC_LITERAL(8, 73, 12), // "selectedFont" +QT_MOC_LITERAL(9, 86, 4), // "text" +QT_MOC_LITERAL(10, 91, 17), // "positionAlignment" +QT_MOC_LITERAL(11, 109, 13), // "Qt::Alignment" +QT_MOC_LITERAL(12, 123, 13), // "textAlignment" +QT_MOC_LITERAL(13, 137, 8), // "rotation" +QT_MOC_LITERAL(14, 146, 7), // "padding" +QT_MOC_LITERAL(15, 154, 8) // "QMargins" + + }, + "QCPItemText\0color\0selectedColor\0pen\0" + "selectedPen\0brush\0selectedBrush\0font\0" + "selectedFont\0text\0positionAlignment\0" + "Qt::Alignment\0textAlignment\0rotation\0" + "padding\0QMargins" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_QCPItemText[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 0, 0, // methods + 13, 14, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + // properties: name, type, flags + 1, QMetaType::QColor, 0x00095103, + 2, QMetaType::QColor, 0x00095103, + 3, QMetaType::QPen, 0x00095103, + 4, QMetaType::QPen, 0x00095103, + 5, QMetaType::QBrush, 0x00095103, + 6, QMetaType::QBrush, 0x00095103, + 7, QMetaType::QFont, 0x00095103, + 8, QMetaType::QFont, 0x00095103, + 9, QMetaType::QString, 0x00095103, + 10, 0x80000000 | 11, 0x0009510b, + 12, 0x80000000 | 11, 0x0009510b, + 13, QMetaType::Double, 0x00095103, + 14, 0x80000000 | 15, 0x0009510b, + + 0 // eod +}; + +void QCPItemText::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + +#ifndef QT_NO_PROPERTIES + if (_c == QMetaObject::ReadProperty) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + void *_v = _a[0]; + switch (_id) { + case 0: *reinterpret_cast< QColor*>(_v) = _t->color(); break; + case 1: *reinterpret_cast< QColor*>(_v) = _t->selectedColor(); break; + case 2: *reinterpret_cast< QPen*>(_v) = _t->pen(); break; + case 3: *reinterpret_cast< QPen*>(_v) = _t->selectedPen(); break; + case 4: *reinterpret_cast< QBrush*>(_v) = _t->brush(); break; + case 5: *reinterpret_cast< QBrush*>(_v) = _t->selectedBrush(); break; + case 6: *reinterpret_cast< QFont*>(_v) = _t->font(); break; + case 7: *reinterpret_cast< QFont*>(_v) = _t->selectedFont(); break; + case 8: *reinterpret_cast< QString*>(_v) = _t->text(); break; + case 9: *reinterpret_cast< Qt::Alignment*>(_v) = _t->positionAlignment(); break; + case 10: *reinterpret_cast< Qt::Alignment*>(_v) = _t->textAlignment(); break; + case 11: *reinterpret_cast< double*>(_v) = _t->rotation(); break; + case 12: *reinterpret_cast< QMargins*>(_v) = _t->padding(); break; + default: break; + } + } else if (_c == QMetaObject::WriteProperty) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + void *_v = _a[0]; + switch (_id) { + case 0: _t->setColor(*reinterpret_cast< QColor*>(_v)); break; + case 1: _t->setSelectedColor(*reinterpret_cast< QColor*>(_v)); break; + case 2: _t->setPen(*reinterpret_cast< QPen*>(_v)); break; + case 3: _t->setSelectedPen(*reinterpret_cast< QPen*>(_v)); break; + case 4: _t->setBrush(*reinterpret_cast< QBrush*>(_v)); break; + case 5: _t->setSelectedBrush(*reinterpret_cast< QBrush*>(_v)); break; + case 6: _t->setFont(*reinterpret_cast< QFont*>(_v)); break; + case 7: _t->setSelectedFont(*reinterpret_cast< QFont*>(_v)); break; + case 8: _t->setText(*reinterpret_cast< QString*>(_v)); break; + case 9: _t->setPositionAlignment(*reinterpret_cast< Qt::Alignment*>(_v)); break; + case 10: _t->setTextAlignment(*reinterpret_cast< Qt::Alignment*>(_v)); break; + case 11: _t->setRotation(*reinterpret_cast< double*>(_v)); break; + case 12: _t->setPadding(*reinterpret_cast< QMargins*>(_v)); break; + default: break; + } + } else if (_c == QMetaObject::ResetProperty) { + } +#endif // QT_NO_PROPERTIES + Q_UNUSED(_o); + Q_UNUSED(_id); + Q_UNUSED(_c); + Q_UNUSED(_a); +} + +QT_INIT_METAOBJECT const QMetaObject QCPItemText::staticMetaObject = { { + &QCPAbstractItem::staticMetaObject, + qt_meta_stringdata_QCPItemText.data, + qt_meta_data_QCPItemText, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *QCPItemText::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *QCPItemText::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_QCPItemText.stringdata0)) + return static_cast(this); + return QCPAbstractItem::qt_metacast(_clname); +} + +int QCPItemText::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QCPAbstractItem::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + +#ifndef QT_NO_PROPERTIES + if (_c == QMetaObject::ReadProperty || _c == QMetaObject::WriteProperty + || _c == QMetaObject::ResetProperty || _c == QMetaObject::RegisterPropertyMetaType) { + qt_static_metacall(this, _c, _id, _a); + _id -= 13; + } else if (_c == QMetaObject::QueryPropertyDesignable) { + _id -= 13; + } else if (_c == QMetaObject::QueryPropertyScriptable) { + _id -= 13; + } else if (_c == QMetaObject::QueryPropertyStored) { + _id -= 13; + } else if (_c == QMetaObject::QueryPropertyEditable) { + _id -= 13; + } else if (_c == QMetaObject::QueryPropertyUser) { + _id -= 13; + } +#endif // QT_NO_PROPERTIES + return _id; +} +struct qt_meta_stringdata_QCPItemEllipse_t { + QByteArrayData data[5]; + char stringdata0[51]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_QCPItemEllipse_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_QCPItemEllipse_t qt_meta_stringdata_QCPItemEllipse = { + { +QT_MOC_LITERAL(0, 0, 14), // "QCPItemEllipse" +QT_MOC_LITERAL(1, 15, 3), // "pen" +QT_MOC_LITERAL(2, 19, 11), // "selectedPen" +QT_MOC_LITERAL(3, 31, 5), // "brush" +QT_MOC_LITERAL(4, 37, 13) // "selectedBrush" + + }, + "QCPItemEllipse\0pen\0selectedPen\0brush\0" + "selectedBrush" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_QCPItemEllipse[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 0, 0, // methods + 4, 14, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + // properties: name, type, flags + 1, QMetaType::QPen, 0x00095103, + 2, QMetaType::QPen, 0x00095103, + 3, QMetaType::QBrush, 0x00095103, + 4, QMetaType::QBrush, 0x00095103, + + 0 // eod +}; + +void QCPItemEllipse::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + +#ifndef QT_NO_PROPERTIES + if (_c == QMetaObject::ReadProperty) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + void *_v = _a[0]; + switch (_id) { + case 0: *reinterpret_cast< QPen*>(_v) = _t->pen(); break; + case 1: *reinterpret_cast< QPen*>(_v) = _t->selectedPen(); break; + case 2: *reinterpret_cast< QBrush*>(_v) = _t->brush(); break; + case 3: *reinterpret_cast< QBrush*>(_v) = _t->selectedBrush(); break; + default: break; + } + } else if (_c == QMetaObject::WriteProperty) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + void *_v = _a[0]; + switch (_id) { + case 0: _t->setPen(*reinterpret_cast< QPen*>(_v)); break; + case 1: _t->setSelectedPen(*reinterpret_cast< QPen*>(_v)); break; + case 2: _t->setBrush(*reinterpret_cast< QBrush*>(_v)); break; + case 3: _t->setSelectedBrush(*reinterpret_cast< QBrush*>(_v)); break; + default: break; + } + } else if (_c == QMetaObject::ResetProperty) { + } +#endif // QT_NO_PROPERTIES + Q_UNUSED(_o); + Q_UNUSED(_id); + Q_UNUSED(_c); + Q_UNUSED(_a); +} + +QT_INIT_METAOBJECT const QMetaObject QCPItemEllipse::staticMetaObject = { { + &QCPAbstractItem::staticMetaObject, + qt_meta_stringdata_QCPItemEllipse.data, + qt_meta_data_QCPItemEllipse, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *QCPItemEllipse::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *QCPItemEllipse::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_QCPItemEllipse.stringdata0)) + return static_cast(this); + return QCPAbstractItem::qt_metacast(_clname); +} + +int QCPItemEllipse::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QCPAbstractItem::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + +#ifndef QT_NO_PROPERTIES + if (_c == QMetaObject::ReadProperty || _c == QMetaObject::WriteProperty + || _c == QMetaObject::ResetProperty || _c == QMetaObject::RegisterPropertyMetaType) { + qt_static_metacall(this, _c, _id, _a); + _id -= 4; + } else if (_c == QMetaObject::QueryPropertyDesignable) { + _id -= 4; + } else if (_c == QMetaObject::QueryPropertyScriptable) { + _id -= 4; + } else if (_c == QMetaObject::QueryPropertyStored) { + _id -= 4; + } else if (_c == QMetaObject::QueryPropertyEditable) { + _id -= 4; + } else if (_c == QMetaObject::QueryPropertyUser) { + _id -= 4; + } +#endif // QT_NO_PROPERTIES + return _id; +} +struct qt_meta_stringdata_QCPItemPixmap_t { + QByteArrayData data[9]; + char stringdata0[122]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_QCPItemPixmap_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_QCPItemPixmap_t qt_meta_stringdata_QCPItemPixmap = { + { +QT_MOC_LITERAL(0, 0, 13), // "QCPItemPixmap" +QT_MOC_LITERAL(1, 14, 6), // "pixmap" +QT_MOC_LITERAL(2, 21, 6), // "scaled" +QT_MOC_LITERAL(3, 28, 15), // "aspectRatioMode" +QT_MOC_LITERAL(4, 44, 19), // "Qt::AspectRatioMode" +QT_MOC_LITERAL(5, 64, 18), // "transformationMode" +QT_MOC_LITERAL(6, 83, 22), // "Qt::TransformationMode" +QT_MOC_LITERAL(7, 106, 3), // "pen" +QT_MOC_LITERAL(8, 110, 11) // "selectedPen" + + }, + "QCPItemPixmap\0pixmap\0scaled\0aspectRatioMode\0" + "Qt::AspectRatioMode\0transformationMode\0" + "Qt::TransformationMode\0pen\0selectedPen" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_QCPItemPixmap[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 0, 0, // methods + 6, 14, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + // properties: name, type, flags + 1, QMetaType::QPixmap, 0x00095103, + 2, QMetaType::Bool, 0x00095103, + 3, 0x80000000 | 4, 0x00095009, + 5, 0x80000000 | 6, 0x00095009, + 7, QMetaType::QPen, 0x00095103, + 8, QMetaType::QPen, 0x00095103, + + 0 // eod +}; + +void QCPItemPixmap::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + +#ifndef QT_NO_PROPERTIES + if (_c == QMetaObject::ReadProperty) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + void *_v = _a[0]; + switch (_id) { + case 0: *reinterpret_cast< QPixmap*>(_v) = _t->pixmap(); break; + case 1: *reinterpret_cast< bool*>(_v) = _t->scaled(); break; + case 2: *reinterpret_cast< Qt::AspectRatioMode*>(_v) = _t->aspectRatioMode(); break; + case 3: *reinterpret_cast< Qt::TransformationMode*>(_v) = _t->transformationMode(); break; + case 4: *reinterpret_cast< QPen*>(_v) = _t->pen(); break; + case 5: *reinterpret_cast< QPen*>(_v) = _t->selectedPen(); break; + default: break; + } + } else if (_c == QMetaObject::WriteProperty) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + void *_v = _a[0]; + switch (_id) { + case 0: _t->setPixmap(*reinterpret_cast< QPixmap*>(_v)); break; + case 1: _t->setScaled(*reinterpret_cast< bool*>(_v)); break; + case 4: _t->setPen(*reinterpret_cast< QPen*>(_v)); break; + case 5: _t->setSelectedPen(*reinterpret_cast< QPen*>(_v)); break; + default: break; + } + } else if (_c == QMetaObject::ResetProperty) { + } +#endif // QT_NO_PROPERTIES + Q_UNUSED(_o); + Q_UNUSED(_id); + Q_UNUSED(_c); + Q_UNUSED(_a); +} + +QT_INIT_METAOBJECT const QMetaObject QCPItemPixmap::staticMetaObject = { { + &QCPAbstractItem::staticMetaObject, + qt_meta_stringdata_QCPItemPixmap.data, + qt_meta_data_QCPItemPixmap, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *QCPItemPixmap::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *QCPItemPixmap::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_QCPItemPixmap.stringdata0)) + return static_cast(this); + return QCPAbstractItem::qt_metacast(_clname); +} + +int QCPItemPixmap::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QCPAbstractItem::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + +#ifndef QT_NO_PROPERTIES + if (_c == QMetaObject::ReadProperty || _c == QMetaObject::WriteProperty + || _c == QMetaObject::ResetProperty || _c == QMetaObject::RegisterPropertyMetaType) { + qt_static_metacall(this, _c, _id, _a); + _id -= 6; + } else if (_c == QMetaObject::QueryPropertyDesignable) { + _id -= 6; + } else if (_c == QMetaObject::QueryPropertyScriptable) { + _id -= 6; + } else if (_c == QMetaObject::QueryPropertyStored) { + _id -= 6; + } else if (_c == QMetaObject::QueryPropertyEditable) { + _id -= 6; + } else if (_c == QMetaObject::QueryPropertyUser) { + _id -= 6; + } +#endif // QT_NO_PROPERTIES + return _id; +} +struct qt_meta_stringdata_QCPItemTracer_t { + QByteArrayData data[17]; + char stringdata0[156]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_QCPItemTracer_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_QCPItemTracer_t qt_meta_stringdata_QCPItemTracer = { + { +QT_MOC_LITERAL(0, 0, 13), // "QCPItemTracer" +QT_MOC_LITERAL(1, 14, 3), // "pen" +QT_MOC_LITERAL(2, 18, 11), // "selectedPen" +QT_MOC_LITERAL(3, 30, 5), // "brush" +QT_MOC_LITERAL(4, 36, 13), // "selectedBrush" +QT_MOC_LITERAL(5, 50, 4), // "size" +QT_MOC_LITERAL(6, 55, 5), // "style" +QT_MOC_LITERAL(7, 61, 11), // "TracerStyle" +QT_MOC_LITERAL(8, 73, 5), // "graph" +QT_MOC_LITERAL(9, 79, 9), // "QCPGraph*" +QT_MOC_LITERAL(10, 89, 8), // "graphKey" +QT_MOC_LITERAL(11, 98, 13), // "interpolating" +QT_MOC_LITERAL(12, 112, 6), // "tsNone" +QT_MOC_LITERAL(13, 119, 6), // "tsPlus" +QT_MOC_LITERAL(14, 126, 11), // "tsCrosshair" +QT_MOC_LITERAL(15, 138, 8), // "tsCircle" +QT_MOC_LITERAL(16, 147, 8) // "tsSquare" + + }, + "QCPItemTracer\0pen\0selectedPen\0brush\0" + "selectedBrush\0size\0style\0TracerStyle\0" + "graph\0QCPGraph*\0graphKey\0interpolating\0" + "tsNone\0tsPlus\0tsCrosshair\0tsCircle\0" + "tsSquare" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_QCPItemTracer[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 0, 0, // methods + 9, 14, // properties + 1, 41, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + // properties: name, type, flags + 1, QMetaType::QPen, 0x00095103, + 2, QMetaType::QPen, 0x00095103, + 3, QMetaType::QBrush, 0x00095103, + 4, QMetaType::QBrush, 0x00095103, + 5, QMetaType::Double, 0x00095103, + 6, 0x80000000 | 7, 0x0009510b, + 8, 0x80000000 | 9, 0x0009510b, + 10, QMetaType::Double, 0x00095103, + 11, QMetaType::Bool, 0x00095103, + + // enums: name, alias, flags, count, data + 7, 7, 0x0, 5, 46, + + // enum data: key, value + 12, uint(QCPItemTracer::tsNone), + 13, uint(QCPItemTracer::tsPlus), + 14, uint(QCPItemTracer::tsCrosshair), + 15, uint(QCPItemTracer::tsCircle), + 16, uint(QCPItemTracer::tsSquare), + + 0 // eod +}; + +void QCPItemTracer::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::RegisterPropertyMetaType) { + switch (_id) { + default: *reinterpret_cast(_a[0]) = -1; break; + case 6: + *reinterpret_cast(_a[0]) = qRegisterMetaType< QCPGraph* >(); break; + } + } + +#ifndef QT_NO_PROPERTIES + else if (_c == QMetaObject::ReadProperty) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + void *_v = _a[0]; + switch (_id) { + case 0: *reinterpret_cast< QPen*>(_v) = _t->pen(); break; + case 1: *reinterpret_cast< QPen*>(_v) = _t->selectedPen(); break; + case 2: *reinterpret_cast< QBrush*>(_v) = _t->brush(); break; + case 3: *reinterpret_cast< QBrush*>(_v) = _t->selectedBrush(); break; + case 4: *reinterpret_cast< double*>(_v) = _t->size(); break; + case 5: *reinterpret_cast< TracerStyle*>(_v) = _t->style(); break; + case 6: *reinterpret_cast< QCPGraph**>(_v) = _t->graph(); break; + case 7: *reinterpret_cast< double*>(_v) = _t->graphKey(); break; + case 8: *reinterpret_cast< bool*>(_v) = _t->interpolating(); break; + default: break; + } + } else if (_c == QMetaObject::WriteProperty) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + void *_v = _a[0]; + switch (_id) { + case 0: _t->setPen(*reinterpret_cast< QPen*>(_v)); break; + case 1: _t->setSelectedPen(*reinterpret_cast< QPen*>(_v)); break; + case 2: _t->setBrush(*reinterpret_cast< QBrush*>(_v)); break; + case 3: _t->setSelectedBrush(*reinterpret_cast< QBrush*>(_v)); break; + case 4: _t->setSize(*reinterpret_cast< double*>(_v)); break; + case 5: _t->setStyle(*reinterpret_cast< TracerStyle*>(_v)); break; + case 6: _t->setGraph(*reinterpret_cast< QCPGraph**>(_v)); break; + case 7: _t->setGraphKey(*reinterpret_cast< double*>(_v)); break; + case 8: _t->setInterpolating(*reinterpret_cast< bool*>(_v)); break; + default: break; + } + } else if (_c == QMetaObject::ResetProperty) { + } +#endif // QT_NO_PROPERTIES + Q_UNUSED(_o); +} + +QT_INIT_METAOBJECT const QMetaObject QCPItemTracer::staticMetaObject = { { + &QCPAbstractItem::staticMetaObject, + qt_meta_stringdata_QCPItemTracer.data, + qt_meta_data_QCPItemTracer, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *QCPItemTracer::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *QCPItemTracer::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_QCPItemTracer.stringdata0)) + return static_cast(this); + return QCPAbstractItem::qt_metacast(_clname); +} + +int QCPItemTracer::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QCPAbstractItem::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + +#ifndef QT_NO_PROPERTIES + if (_c == QMetaObject::ReadProperty || _c == QMetaObject::WriteProperty + || _c == QMetaObject::ResetProperty || _c == QMetaObject::RegisterPropertyMetaType) { + qt_static_metacall(this, _c, _id, _a); + _id -= 9; + } else if (_c == QMetaObject::QueryPropertyDesignable) { + _id -= 9; + } else if (_c == QMetaObject::QueryPropertyScriptable) { + _id -= 9; + } else if (_c == QMetaObject::QueryPropertyStored) { + _id -= 9; + } else if (_c == QMetaObject::QueryPropertyEditable) { + _id -= 9; + } else if (_c == QMetaObject::QueryPropertyUser) { + _id -= 9; + } +#endif // QT_NO_PROPERTIES + return _id; +} +struct qt_meta_stringdata_QCPItemBracket_t { + QByteArrayData data[6]; + char stringdata0[57]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_QCPItemBracket_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_QCPItemBracket_t qt_meta_stringdata_QCPItemBracket = { + { +QT_MOC_LITERAL(0, 0, 14), // "QCPItemBracket" +QT_MOC_LITERAL(1, 15, 3), // "pen" +QT_MOC_LITERAL(2, 19, 11), // "selectedPen" +QT_MOC_LITERAL(3, 31, 6), // "length" +QT_MOC_LITERAL(4, 38, 5), // "style" +QT_MOC_LITERAL(5, 44, 12) // "BracketStyle" + + }, + "QCPItemBracket\0pen\0selectedPen\0length\0" + "style\0BracketStyle" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_QCPItemBracket[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 0, 0, // methods + 4, 14, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + // properties: name, type, flags + 1, QMetaType::QPen, 0x00095103, + 2, QMetaType::QPen, 0x00095103, + 3, QMetaType::Double, 0x00095103, + 4, 0x80000000 | 5, 0x0009510b, + + 0 // eod +}; + +void QCPItemBracket::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + +#ifndef QT_NO_PROPERTIES + if (_c == QMetaObject::ReadProperty) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + void *_v = _a[0]; + switch (_id) { + case 0: *reinterpret_cast< QPen*>(_v) = _t->pen(); break; + case 1: *reinterpret_cast< QPen*>(_v) = _t->selectedPen(); break; + case 2: *reinterpret_cast< double*>(_v) = _t->length(); break; + case 3: *reinterpret_cast< BracketStyle*>(_v) = _t->style(); break; + default: break; + } + } else if (_c == QMetaObject::WriteProperty) { + auto *_t = static_cast(_o); + Q_UNUSED(_t) + void *_v = _a[0]; + switch (_id) { + case 0: _t->setPen(*reinterpret_cast< QPen*>(_v)); break; + case 1: _t->setSelectedPen(*reinterpret_cast< QPen*>(_v)); break; + case 2: _t->setLength(*reinterpret_cast< double*>(_v)); break; + case 3: _t->setStyle(*reinterpret_cast< BracketStyle*>(_v)); break; + default: break; + } + } else if (_c == QMetaObject::ResetProperty) { + } +#endif // QT_NO_PROPERTIES + Q_UNUSED(_o); + Q_UNUSED(_id); + Q_UNUSED(_c); + Q_UNUSED(_a); +} + +QT_INIT_METAOBJECT const QMetaObject QCPItemBracket::staticMetaObject = { { + &QCPAbstractItem::staticMetaObject, + qt_meta_stringdata_QCPItemBracket.data, + qt_meta_data_QCPItemBracket, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *QCPItemBracket::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *QCPItemBracket::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_QCPItemBracket.stringdata0)) + return static_cast(this); + return QCPAbstractItem::qt_metacast(_clname); +} + +int QCPItemBracket::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QCPAbstractItem::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + +#ifndef QT_NO_PROPERTIES + if (_c == QMetaObject::ReadProperty || _c == QMetaObject::WriteProperty + || _c == QMetaObject::ResetProperty || _c == QMetaObject::RegisterPropertyMetaType) { + qt_static_metacall(this, _c, _id, _a); + _id -= 4; + } else if (_c == QMetaObject::QueryPropertyDesignable) { + _id -= 4; + } else if (_c == QMetaObject::QueryPropertyScriptable) { + _id -= 4; + } else if (_c == QMetaObject::QueryPropertyStored) { + _id -= 4; + } else if (_c == QMetaObject::QueryPropertyEditable) { + _id -= 4; + } else if (_c == QMetaObject::QueryPropertyUser) { + _id -= 4; + } +#endif // QT_NO_PROPERTIES + return _id; +} +QT_WARNING_POP +QT_END_MOC_NAMESPACE diff --git a/Librador_API/___librador/demo_qt/librademo/ui_mainwindow.h b/Librador_API/___librador/demo_qt/librademo/ui_mainwindow.h index 44523b95..532b06b2 100644 --- a/Librador_API/___librador/demo_qt/librademo/ui_mainwindow.h +++ b/Librador_API/___librador/demo_qt/librademo/ui_mainwindow.h @@ -1,7 +1,7 @@ /******************************************************************************** ** Form generated from reading UI file 'mainwindow.ui' ** -** Created by: Qt User Interface Compiler version 5.10.0 +** Created by: Qt User Interface Compiler version 5.12.12 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ********************************************************************************/ @@ -10,14 +10,11 @@ #define UI_MAINWINDOW_H #include -#include #include -#include #include #include #include #include -#include #include #include #include @@ -91,74 +88,74 @@ public: void setupUi(QMainWindow *MainWindow) { if (MainWindow->objectName().isEmpty()) - MainWindow->setObjectName(QStringLiteral("MainWindow")); + MainWindow->setObjectName(QString::fromUtf8("MainWindow")); MainWindow->resize(1280, 720); centralWidget = new QWidget(MainWindow); - centralWidget->setObjectName(QStringLiteral("centralWidget")); + centralWidget->setObjectName(QString::fromUtf8("centralWidget")); horizontalLayout = new QHBoxLayout(centralWidget); horizontalLayout->setSpacing(6); horizontalLayout->setContentsMargins(11, 11, 11, 11); - horizontalLayout->setObjectName(QStringLiteral("horizontalLayout")); + horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout")); verticalLayout = new QVBoxLayout(); verticalLayout->setSpacing(6); - verticalLayout->setObjectName(QStringLiteral("verticalLayout")); + verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); pushButton = new QPushButton(centralWidget); - pushButton->setObjectName(QStringLiteral("pushButton")); + pushButton->setObjectName(QString::fromUtf8("pushButton")); verticalLayout->addWidget(pushButton); pushButton_2 = new QPushButton(centralWidget); - pushButton_2->setObjectName(QStringLiteral("pushButton_2")); + pushButton_2->setObjectName(QString::fromUtf8("pushButton_2")); verticalLayout->addWidget(pushButton_2); pushButton_3 = new QPushButton(centralWidget); - pushButton_3->setObjectName(QStringLiteral("pushButton_3")); + pushButton_3->setObjectName(QString::fromUtf8("pushButton_3")); verticalLayout->addWidget(pushButton_3); pushButton_6 = new QPushButton(centralWidget); - pushButton_6->setObjectName(QStringLiteral("pushButton_6")); + pushButton_6->setObjectName(QString::fromUtf8("pushButton_6")); verticalLayout->addWidget(pushButton_6); pushButton_4 = new QPushButton(centralWidget); - pushButton_4->setObjectName(QStringLiteral("pushButton_4")); + pushButton_4->setObjectName(QString::fromUtf8("pushButton_4")); verticalLayout->addWidget(pushButton_4); pushButton_7 = new QPushButton(centralWidget); - pushButton_7->setObjectName(QStringLiteral("pushButton_7")); + pushButton_7->setObjectName(QString::fromUtf8("pushButton_7")); verticalLayout->addWidget(pushButton_7); pushButton_8 = new QPushButton(centralWidget); - pushButton_8->setObjectName(QStringLiteral("pushButton_8")); + pushButton_8->setObjectName(QString::fromUtf8("pushButton_8")); verticalLayout->addWidget(pushButton_8); pushButton_10 = new QPushButton(centralWidget); - pushButton_10->setObjectName(QStringLiteral("pushButton_10")); + pushButton_10->setObjectName(QString::fromUtf8("pushButton_10")); verticalLayout->addWidget(pushButton_10); pushButton_11 = new QPushButton(centralWidget); - pushButton_11->setObjectName(QStringLiteral("pushButton_11")); + pushButton_11->setObjectName(QString::fromUtf8("pushButton_11")); verticalLayout->addWidget(pushButton_11); horizontalLayout_3 = new QHBoxLayout(); horizontalLayout_3->setSpacing(6); - horizontalLayout_3->setObjectName(QStringLiteral("horizontalLayout_3")); + horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3")); pushButton_9 = new QPushButton(centralWidget); - pushButton_9->setObjectName(QStringLiteral("pushButton_9")); + pushButton_9->setObjectName(QString::fromUtf8("pushButton_9")); horizontalLayout_3->addWidget(pushButton_9); powerSupplySpinBox = new QDoubleSpinBox(centralWidget); - powerSupplySpinBox->setObjectName(QStringLiteral("powerSupplySpinBox")); - powerSupplySpinBox->setMinimum(5); - powerSupplySpinBox->setMaximum(12); + powerSupplySpinBox->setObjectName(QString::fromUtf8("powerSupplySpinBox")); + powerSupplySpinBox->setMinimum(5.000000000000000); + powerSupplySpinBox->setMaximum(12.000000000000000); horizontalLayout_3->addWidget(powerSupplySpinBox); @@ -167,24 +164,24 @@ public: horizontalLayout_2 = new QHBoxLayout(); horizontalLayout_2->setSpacing(6); - horizontalLayout_2->setObjectName(QStringLiteral("horizontalLayout_2")); + horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2")); checkBox = new QCheckBox(centralWidget); - checkBox->setObjectName(QStringLiteral("checkBox")); + checkBox->setObjectName(QString::fromUtf8("checkBox")); horizontalLayout_2->addWidget(checkBox); checkBox_2 = new QCheckBox(centralWidget); - checkBox_2->setObjectName(QStringLiteral("checkBox_2")); + checkBox_2->setObjectName(QString::fromUtf8("checkBox_2")); horizontalLayout_2->addWidget(checkBox_2); checkBox_3 = new QCheckBox(centralWidget); - checkBox_3->setObjectName(QStringLiteral("checkBox_3")); + checkBox_3->setObjectName(QString::fromUtf8("checkBox_3")); horizontalLayout_2->addWidget(checkBox_3); checkBox_4 = new QCheckBox(centralWidget); - checkBox_4->setObjectName(QStringLiteral("checkBox_4")); + checkBox_4->setObjectName(QString::fromUtf8("checkBox_4")); horizontalLayout_2->addWidget(checkBox_4); @@ -193,9 +190,9 @@ public: horizontalLayout_4 = new QHBoxLayout(); horizontalLayout_4->setSpacing(6); - horizontalLayout_4->setObjectName(QStringLiteral("horizontalLayout_4")); + horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4")); label = new QLabel(centralWidget); - label->setObjectName(QStringLiteral("label")); + label->setObjectName(QString::fromUtf8("label")); label->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter); horizontalLayout_4->addWidget(label); @@ -209,7 +206,7 @@ public: comboBox->addItem(QString()); comboBox->addItem(QString()); comboBox->addItem(QString()); - comboBox->setObjectName(QStringLiteral("comboBox")); + comboBox->setObjectName(QString::fromUtf8("comboBox")); horizontalLayout_4->addWidget(comboBox); @@ -218,9 +215,9 @@ public: horizontalLayout_5 = new QHBoxLayout(); horizontalLayout_5->setSpacing(6); - horizontalLayout_5->setObjectName(QStringLiteral("horizontalLayout_5")); + horizontalLayout_5->setObjectName(QString::fromUtf8("horizontalLayout_5")); label_2 = new QLabel(centralWidget); - label_2->setObjectName(QStringLiteral("label_2")); + label_2->setObjectName(QString::fromUtf8("label_2")); label_2->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter); horizontalLayout_5->addWidget(label_2); @@ -234,7 +231,7 @@ public: comboBox_2->addItem(QString()); comboBox_2->addItem(QString()); comboBox_2->addItem(QString()); - comboBox_2->setObjectName(QStringLiteral("comboBox_2")); + comboBox_2->setObjectName(QString::fromUtf8("comboBox_2")); horizontalLayout_5->addWidget(comboBox_2); @@ -243,12 +240,12 @@ public: horizontalLayout_6 = new QHBoxLayout(); horizontalLayout_6->setSpacing(6); - horizontalLayout_6->setObjectName(QStringLiteral("horizontalLayout_6")); + horizontalLayout_6->setObjectName(QString::fromUtf8("horizontalLayout_6")); verticalLayout_2 = new QVBoxLayout(); verticalLayout_2->setSpacing(6); - verticalLayout_2->setObjectName(QStringLiteral("verticalLayout_2")); + verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2")); label_3 = new QLabel(centralWidget); - label_3->setObjectName(QStringLiteral("label_3")); + label_3->setObjectName(QString::fromUtf8("label_3")); verticalLayout_2->addWidget(label_3); @@ -256,7 +253,7 @@ public: comboBox_3->addItem(QString()); comboBox_3->addItem(QString()); comboBox_3->addItem(QString()); - comboBox_3->setObjectName(QStringLiteral("comboBox_3")); + comboBox_3->setObjectName(QString::fromUtf8("comboBox_3")); verticalLayout_2->addWidget(comboBox_3); @@ -265,19 +262,19 @@ public: verticalLayout_8 = new QVBoxLayout(); verticalLayout_8->setSpacing(6); - verticalLayout_8->setObjectName(QStringLiteral("verticalLayout_8")); + verticalLayout_8->setObjectName(QString::fromUtf8("verticalLayout_8")); pushButton_5 = new QPushButton(centralWidget); - pushButton_5->setObjectName(QStringLiteral("pushButton_5")); + pushButton_5->setObjectName(QString::fromUtf8("pushButton_5")); verticalLayout_8->addWidget(pushButton_5); pushButton_15 = new QPushButton(centralWidget); - pushButton_15->setObjectName(QStringLiteral("pushButton_15")); + pushButton_15->setObjectName(QString::fromUtf8("pushButton_15")); verticalLayout_8->addWidget(pushButton_15); pushButton_14 = new QPushButton(centralWidget); - pushButton_14->setObjectName(QStringLiteral("pushButton_14")); + pushButton_14->setObjectName(QString::fromUtf8("pushButton_14")); verticalLayout_8->addWidget(pushButton_14); @@ -289,17 +286,17 @@ public: horizontalLayout_7 = new QHBoxLayout(); horizontalLayout_7->setSpacing(6); - horizontalLayout_7->setObjectName(QStringLiteral("horizontalLayout_7")); + horizontalLayout_7->setObjectName(QString::fromUtf8("horizontalLayout_7")); verticalLayout_3 = new QVBoxLayout(); verticalLayout_3->setSpacing(6); - verticalLayout_3->setObjectName(QStringLiteral("verticalLayout_3")); + verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3")); label_4 = new QLabel(centralWidget); - label_4->setObjectName(QStringLiteral("label_4")); + label_4->setObjectName(QString::fromUtf8("label_4")); verticalLayout_3->addWidget(label_4); doubleSpinBox_frequency = new QDoubleSpinBox(centralWidget); - doubleSpinBox_frequency->setObjectName(QStringLiteral("doubleSpinBox_frequency")); + doubleSpinBox_frequency->setObjectName(QString::fromUtf8("doubleSpinBox_frequency")); verticalLayout_3->addWidget(doubleSpinBox_frequency); @@ -308,15 +305,15 @@ public: verticalLayout_5 = new QVBoxLayout(); verticalLayout_5->setSpacing(6); - verticalLayout_5->setObjectName(QStringLiteral("verticalLayout_5")); + verticalLayout_5->setObjectName(QString::fromUtf8("verticalLayout_5")); label_6 = new QLabel(centralWidget); - label_6->setObjectName(QStringLiteral("label_6")); + label_6->setObjectName(QString::fromUtf8("label_6")); verticalLayout_5->addWidget(label_6); doubleSpinBox_amplitude = new QDoubleSpinBox(centralWidget); - doubleSpinBox_amplitude->setObjectName(QStringLiteral("doubleSpinBox_amplitude")); - doubleSpinBox_amplitude->setMaximum(10); + doubleSpinBox_amplitude->setObjectName(QString::fromUtf8("doubleSpinBox_amplitude")); + doubleSpinBox_amplitude->setMaximum(10.000000000000000); verticalLayout_5->addWidget(doubleSpinBox_amplitude); @@ -325,15 +322,15 @@ public: verticalLayout_6 = new QVBoxLayout(); verticalLayout_6->setSpacing(6); - verticalLayout_6->setObjectName(QStringLiteral("verticalLayout_6")); + verticalLayout_6->setObjectName(QString::fromUtf8("verticalLayout_6")); label_7 = new QLabel(centralWidget); - label_7->setObjectName(QStringLiteral("label_7")); + label_7->setObjectName(QString::fromUtf8("label_7")); verticalLayout_6->addWidget(label_7); doubleSpinBox_offset = new QDoubleSpinBox(centralWidget); - doubleSpinBox_offset->setObjectName(QStringLiteral("doubleSpinBox_offset")); - doubleSpinBox_offset->setMaximum(10); + doubleSpinBox_offset->setObjectName(QString::fromUtf8("doubleSpinBox_offset")); + doubleSpinBox_offset->setMaximum(10.000000000000000); verticalLayout_6->addWidget(doubleSpinBox_offset); @@ -342,9 +339,9 @@ public: verticalLayout_4 = new QVBoxLayout(); verticalLayout_4->setSpacing(6); - verticalLayout_4->setObjectName(QStringLiteral("verticalLayout_4")); + verticalLayout_4->setObjectName(QString::fromUtf8("verticalLayout_4")); label_5 = new QLabel(centralWidget); - label_5->setObjectName(QStringLiteral("label_5")); + label_5->setObjectName(QString::fromUtf8("label_5")); verticalLayout_4->addWidget(label_5); @@ -353,7 +350,7 @@ public: comboBox_signal_gen_type->addItem(QString()); comboBox_signal_gen_type->addItem(QString()); comboBox_signal_gen_type->addItem(QString()); - comboBox_signal_gen_type->setObjectName(QStringLiteral("comboBox_signal_gen_type")); + comboBox_signal_gen_type->setObjectName(QString::fromUtf8("comboBox_signal_gen_type")); verticalLayout_4->addWidget(comboBox_signal_gen_type); @@ -362,14 +359,14 @@ public: verticalLayout_7 = new QVBoxLayout(); verticalLayout_7->setSpacing(6); - verticalLayout_7->setObjectName(QStringLiteral("verticalLayout_7")); + verticalLayout_7->setObjectName(QString::fromUtf8("verticalLayout_7")); pushButton_12 = new QPushButton(centralWidget); - pushButton_12->setObjectName(QStringLiteral("pushButton_12")); + pushButton_12->setObjectName(QString::fromUtf8("pushButton_12")); verticalLayout_7->addWidget(pushButton_12); pushButton_13 = new QPushButton(centralWidget); - pushButton_13->setObjectName(QStringLiteral("pushButton_13")); + pushButton_13->setObjectName(QString::fromUtf8("pushButton_13")); verticalLayout_7->addWidget(pushButton_13); @@ -383,20 +380,20 @@ public: horizontalLayout->addLayout(verticalLayout); widget = new QCustomPlot(centralWidget); - widget->setObjectName(QStringLiteral("widget")); + widget->setObjectName(QString::fromUtf8("widget")); horizontalLayout->addWidget(widget); MainWindow->setCentralWidget(centralWidget); menuBar = new QMenuBar(MainWindow); - menuBar->setObjectName(QStringLiteral("menuBar")); + menuBar->setObjectName(QString::fromUtf8("menuBar")); menuBar->setGeometry(QRect(0, 0, 1280, 22)); MainWindow->setMenuBar(menuBar); mainToolBar = new QToolBar(MainWindow); - mainToolBar->setObjectName(QStringLiteral("mainToolBar")); + mainToolBar->setObjectName(QString::fromUtf8("mainToolBar")); MainWindow->addToolBar(Qt::TopToolBarArea, mainToolBar); statusBar = new QStatusBar(MainWindow); - statusBar->setObjectName(QStringLiteral("statusBar")); + statusBar->setObjectName(QString::fromUtf8("statusBar")); MainWindow->setStatusBar(statusBar); retranslateUi(MainWindow);